:root {
  --vh: 100vh;
}

.section {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .section {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1260px) {
  .section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 780px) {
  .section {
    padding-bottom: 60px;
  }
}

.quote {
  margin: 0 auto;
  max-width: 1180px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .quote {
    max-width: 980px;
  }
}
@media screen and (max-width: 1260px) {
  .quote {
    max-width: 720px;
  }
}
@media screen and (max-width: 780px) {
  .quote {
    max-width: 100%;
    padding-left: 40px;
  }
}
.quote:before {
  content: '"';
  position: absolute;
  top: -70px;
  left: -60px;
  font-size: 130px;
  color: #49BA56;
}
@media screen and (max-width: 1440px) {
  .quote:before {
    top: -60px;
  }
}
@media screen and (max-width: 1260px) {
  .quote:before {
    top: -50px;
    font-size: 110px;
  }
}
@media screen and (max-width: 780px) {
  .quote:before {
    top: -40px;
    font-size: 80px;
    left: 0;
  }
}

@media screen and (max-width: 780px) {
  .flex.break-mobile.reversed-mobile {
    flex-direction: column-reverse;
  }
  .flex.break-mobile.reversed-mobile > *:first-child {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .flex.break-mobile.reversed-mobile > *:last-child {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.header-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 90px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .header-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section {
    height: auto;
  }
}
.header-section .container {
  height: 100%;
  position: relative;
}
.header-section .container .col.text {
  z-index: 1;
  padding-right: 0;
  margin-right: 0;
  width: 46%;
  padding-top: 7%;
}
@media screen and (max-width: 780px) {
  .header-section .container .col.text {
    padding-top: 0;
    width: 100%;
  }
}
.header-section .container .col.text h1 {
  margin-bottom: 38px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .header-section .container .col.text h1 {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .container .col.text h1 {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .container .col.text h1 {
    margin-bottom: 17px;
  }
}
.header-section .container .col.img {
  flex: 1;
}

.more-info-section .section {
  padding-bottom: 80px;
}
@media screen and (max-width: 780px) {
  .more-info-section .section {
    padding-bottom: 50px;
  }
}
.more-info-section .rich-text {
  text-align: center;
}
.more-info-section .rich-text p {
  font-size: 30px;
  line-height: 1.33em;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .more-info-section .rich-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1260px) {
  .more-info-section .rich-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .more-info-section .rich-text p {
    font-size: 16px;
  }
}
.more-info-section .rich-text p:last-child {
  margin-bottom: 0;
}

.ticker-content-container .ticker {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.ticker-content-container .ticker .ticker-abs .ticker-box {
  display: inline-block;
}
.ticker-content-container .ticker .ticker-abs .ticker-box .usp h2 {
  font-size: 79px;
  line-height: 1.31em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #43882C;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .ticker-content-container .ticker .ticker-abs .ticker-box .usp h2 {
    font-size: 60px;
  }
}

.green {
  color: #1E8B14;
  font-weight: bold;
}

.two-column-section {
  margin-bottom: 140px;
}
@media screen and (max-width: 1260px) {
  .two-column-section {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .revers-column-mobile {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .revers-column-mobile .info {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.two-column-section .col.img {
  width: 40%;
  margin-right: 75px;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.img {
    margin-right: 0;
    width: 100%;
  }
}
.two-column-section .col.info {
  width: 60%;
  margin-left: 75px;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.info {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.two-column-section .col.info .box-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .box-wrapper {
    margin-bottom: 30px;
  }
}
.two-column-section .col.info .box-wrapper > :first-child {
  margin-right: 55px;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.info .box-wrapper > :first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .box-wrapper > :first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .box-wrapper > :first-child {
    margin-right: 0;
  }
}
.two-column-section .col.info .box-wrapper > :last-child {
  margin-left: 55px;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.info .box-wrapper > :last-child {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .box-wrapper > :last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .box-wrapper > :last-child {
    margin-left: 0;
    width: 100%;
  }
}
.two-column-section .col.info .box {
  max-width: 300px;
}
.two-column-section .col.info .box h3 {
  font-size: 20px;
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .box h3 {
    font-size: 16px;
  }
}
.two-column-section .col.info .title {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.info .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .title {
    font-size: 24px;
  }
}
.two-column-section .col.info .info-inner {
  margin-right: 150px;
}
@media screen and (max-width: 1440px) {
  .two-column-section .col.info .info-inner {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section .col.info .info-inner {
    margin-right: 60px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .info-inner {
    margin-right: 0;
  }
}
.two-column-section .col.info .quote-wrapper {
  margin-left: 55px;
  margin-right: 75px;
}
@media screen and (max-width: 780px) {
  .two-column-section .col.info .quote-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.two-column-section .col.info .quote-wrapper .quote {
  font-weight: 400;
  line-height: 1.33em;
  margin-bottom: 16px;
  padding-left: 45px;
}
.two-column-section .col.info .quote-wrapper .quote::before {
  top: 30px;
  font-family: "Roboto", sans-serif;
}
.two-column-section .col.info .quote-wrapper h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.two-column-section .col.info .quote-wrapper h4, .two-column-section .col.info .quote-wrapper h5 {
  padding-left: 45px;
}
.two-column-section .col .accordion {
  border-top: none;
  border-bottom: none;
  margin-bottom: 70px;
}
@media screen and (max-width: 780px) {
  .two-column-section .col .accordion {
    margin-bottom: 20px;
  }
}
.two-column-section .col .accordion .accordion-element.opened .header span {
  border-bottom: 2px solid rgba(0, 128, 32, 0.5);
}
.two-column-section .col .accordion .accordion-element .header {
  margin-bottom: 0;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 780px) {
  .two-column-section .col .accordion .accordion-element .header {
    font-size: 16px;
  }
}
.two-column-section .col .accordion .accordion-element .header img {
  margin-right: 30px;
  transform: none;
}
@media screen and (max-width: 780px) {
  .two-column-section .col .accordion .accordion-element .header img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.two-column-section .col .accordion .accordion-element .content {
  margin-left: 83px;
  padding-bottom: 0;
}
.two-column-section.column-reverse .col.img {
  order: 2;
  margin-left: 75px;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .two-column-section.column-reverse .col.img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section.column-reverse .col.img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section.column-reverse .col.img {
    margin-left: 0;
  }
}
.two-column-section.column-reverse .col.info {
  order: 1;
  margin-right: 75px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .two-column-section.column-reverse .col.info {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .two-column-section.column-reverse .col.info {
    margin-right: 30px;
  }
}
@media screen and (max-width: 780px) {
  .two-column-section.column-reverse .col.info {
    margin-right: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
}