.floater_shortcode {
  position: fixed;
  width: 323px;
  background-color: white;
  right: -243px;
  top: 204px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: ease-in-out 0.3s; }
  .floater_shortcode:hover {
    right: 0; }
  .floater_shortcode .icon {
    cursor: pointer;
    height: 100%;
    padding: 20px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed0000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
    .floater_shortcode .icon svg {
      height: 40px;
      width: 40px; }
  .floater_shortcode .content {
    color: #ed0000;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.48px;
    margin-left: 26px;
    font-weight: 700;
    width: 196px; }
    .floater_shortcode .content p {
      margin: 0; }
    .floater_shortcode .content a {
      text-decoration: none;
      color: #ed0000; }

@media screen and (max-width: 1635px) {
  .floater_shortcode {
    right: -187px;
    width: 260px; }
    .floater_shortcode .icon {
      width: 73px;
      padding: 15px; }
      .floater_shortcode .icon svg {
        height: 44px;
        width: 44px; }
    .floater_shortcode .content {
      margin-left: 15px;
      font-size: 20px;
      line-height: 33px; } }
    @media screen and (max-width: 1635px) and (max-width: 1635px) {
      .floater_shortcode .content {
        font-size: 16px;
        line-height: 26px; } }

@media screen and (max-width: 1635px) {
      .floater_shortcode .content a {
        font-size: 20px;
        line-height: 21px; } }

.shortcode_container_container {
  width: 100%;
  margin: 0;
  position: relative; }
  .shortcode_container_container .shortcode_container_container_inner {
    margin: 0 auto; }
    .shortcode_container_container .shortcode_container_container_inner.full {
      max-width: 100%; }
    .shortcode_container_container .shortcode_container_container_inner.standard {
      max-width: 1635px; }

@media screen and (max-width: 1730px) {
  .shortcode_container_container .shortcode_container_container_inner.standard {
    padding: 0 50px; } }

@media screen and (max-width: 768px) {
  .shortcode_container_container .shortcode_container_container_inner.standard {
    padding: 0 25px; } }

.header_shortcode {
  width: 100%;
  height: 914px;
  border-bottom-right-radius: 60px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .header_shortcode.small {
    height: 640px; }
    .header_shortcode.small .title {
      bottom: 107px; }
  .header_shortcode .video_raw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .header_shortcode .title {
    font-size: 80px;
    line-height: 85px;
    position: absolute;
    left: 94px;
    bottom: 147px;
    z-index: 3;
    color: white;
    text-transform: uppercase;
    max-width: 867px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-left: 10px;
    padding-right: 134px;
    margin: 0; }
    @media (max-width: 1635px) {
      .header_shortcode .title {
        font-size: 44px;
        line-height: 50px; } }
    .header_shortcode .title::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      height: 30px;
      background: transparent linear-gradient(90deg, #59A53F 0%, #325D2F 92%, #2E562E 100%) 0% 0% no-repeat padding-box;
      display: block;
      content: '';
      width: 100%;
      z-index: -1; }

@media screen and (max-width: 1635px) {
  .header_shortcode {
    height: 414px; }
    .header_shortcode .video_raw {
      height: auto;
      width: 100%; }
    .header_shortcode .title {
      left: 20px;
      font-size: 40px;
      line-height: 45px;
      padding-right: 40px;
      max-width: 80%; } }
    @media screen and (max-width: 1635px) and (max-width: 1635px) {
      .header_shortcode .title {
        font-size: 34px;
        line-height: 40px; } }

@media screen and (max-width: 1635px) {
      .header_shortcode .title svg {
        height: 29px;
        width: auto; } }

@media screen and (max-width: 768px) {
  .header_shortcode .title {
    left: 23px;
    bottom: 92px; }
  .header_shortcode .video_raw {
    height: 100%;
    width: auto; } }

.spacer_module_container {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .spacer_module_container .spacer_module {
    width: 100%; }

.toolbar {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .toolbar > .breadcrumbs > .breadcrumb-parent, .toolbar > .breadcrumbs > .breadcrumb-current {
    color: #d6d6d6;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.1px; }
  .toolbar > .breadcrumbs > .breadcrumb-parent {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #d6d6d6;
    letter-spacing: 1.1px; }
    .toolbar > .breadcrumbs > .breadcrumb-parent:after {
      content: '/';
      margin: 0 5px;
      font-size: 18px;
      color: #d6d6d6;
      letter-spacing: 1.1px;
      display: inline-block;
      opacity: 1; }

@media screen and (max-width: 1635px) {
  .toolbar > .breadcrumbs > .breadcrumb-parent, .toolbar > .breadcrumbs > .breadcrumb-current {
    font-size: 18px; }
  .toolbar > .breadcrumbs > .breadcrumb-parent {
    font-size: 18px; }
    .toolbar > .breadcrumbs > .breadcrumb-parent:after {
      font-size: 18px; } }

.title_paragraph_shortcode .title {
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 2.5px;
  color: #2d572c;
  margin-bottom: 49px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase; }
  @media (max-width: 1635px) {
    .title_paragraph_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

.title_paragraph_shortcode .pa {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.48px;
  color: #56a638; }
  @media (max-width: 1635px) {
    .title_paragraph_shortcode .pa {
      font-size: 16px;
      line-height: 26px; } }

@media screen and (max-width: 1635px) {
  .title_paragraph_shortcode .title {
    font-size: 36px;
    line-height: 55px; } }
  @media screen and (max-width: 1635px) and (max-width: 1635px) {
    .title_paragraph_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

@media screen and (max-width: 1635px) {
  .title_paragraph_shortcode .pa {
    max-width: 100%; } }

.contact_shortcode .title {
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 2.5px;
  color: #2d572c;
  margin-bottom: 49px;
  font-weight: 700;
  margin-top: 0;
  max-width: calc(50% - 44px); }
  @media (max-width: 1635px) {
    .contact_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

.contact_shortcode .pa {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.48px;
  color: #56a638;
  max-width: calc(50% - 44px);
  margin-bottom: 67px; }
  @media (max-width: 1635px) {
    .contact_shortcode .pa {
      font-size: 16px;
      line-height: 26px; } }

.contact_shortcode .success_message {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.48px;
  color: #56a638;
  margin-top: 20px;
  display: none; }
  @media (max-width: 1635px) {
    .contact_shortcode .success_message {
      font-size: 16px;
      line-height: 26px; } }
  .contact_shortcode .success_message.active {
    display: block; }
    .contact_shortcode .success_message.active.mobile {
      display: none; }
  .contact_shortcode .success_message.mobile {
    display: none; }

.contact_shortcode .button {
  display: inline-block;
  width: 234px;
  margin-top: 47px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: transparent linear-gradient(90deg, #59A53F 0%, #325D2F 92%, #2E562E 100%) 0% 0% no-repeat padding-box;
  font-size: 20px;
  line-height: 25px;
  padding: 13px 30px;
  border-radius: 40px;
  font-weight: 700;
  border: none;
  cursor: pointer; }
  @media (max-width: 1635px) {
    .contact_shortcode .button {
      font-size: 16px;
      line-height: 21px; } }
  .contact_shortcode .button.mobile {
    display: none; }

.contact_shortcode .contact_form {
  display: flex;
  justify-content: space-between; }
  .contact_shortcode .contact_form.loading {
    opacity: 0.7; }
  .contact_shortcode .contact_form .left_column, .contact_shortcode .contact_form .right_column {
    width: calc(50% - 22px);
    display: flex;
    flex-direction: column; }
    .contact_shortcode .contact_form .left_column .button, .contact_shortcode .contact_form .right_column .button {
      width: 100%; }
    .contact_shortcode .contact_form .left_column input, .contact_shortcode .contact_form .left_column textarea, .contact_shortcode .contact_form .right_column input, .contact_shortcode .contact_form .right_column textarea {
      width: 100%;
      font-size: 20px;
      line-height: 33px;
      letter-spacing: 0.48px;
      padding: 10px 22px;
      background-color: #F4F4F4;
      border-radius: 40px;
      margin-bottom: 34px;
      border: none;
      color: #000000;
      border: 2px solid transparent; }
      @media (max-width: 1635px) {
        .contact_shortcode .contact_form .left_column input, .contact_shortcode .contact_form .left_column textarea, .contact_shortcode .contact_form .right_column input, .contact_shortcode .contact_form .right_column textarea {
          font-size: 16px;
          line-height: 26px; } }
      .contact_shortcode .contact_form .left_column input::placeholder, .contact_shortcode .contact_form .left_column textarea::placeholder, .contact_shortcode .contact_form .right_column input::placeholder, .contact_shortcode .contact_form .right_column textarea::placeholder {
        color: #000000; }
      .contact_shortcode .contact_form .left_column input.error, .contact_shortcode .contact_form .left_column textarea.error, .contact_shortcode .contact_form .right_column input.error, .contact_shortcode .contact_form .right_column textarea.error {
        border: 2px solid #ed0000; }
    .contact_shortcode .contact_form .left_column textarea, .contact_shortcode .contact_form .right_column textarea {
      height: 335px;
      resize: none; }

@media screen and (max-width: 1635px) {
  .contact_shortcode .title {
    font-size: 40px;
    line-height: 45px;
    max-width: 100%; }
  .contact_shortcode .pa {
    max-width: 100%;
    font-size: 20px;
    line-height: 33px; } }
  @media screen and (max-width: 1635px) and (max-width: 1635px) {
    .contact_shortcode .pa {
      font-size: 16px;
      line-height: 26px; } }

@media screen and (max-width: 768px) {
  .contact_shortcode .contact_form {
    flex-direction: column; }
    .contact_shortcode .contact_form .left_column, .contact_shortcode .contact_form .right_column {
      width: 100%; }
      .contact_shortcode .contact_form .left_column input, .contact_shortcode .contact_form .left_column textarea, .contact_shortcode .contact_form .right_column input, .contact_shortcode .contact_form .right_column textarea {
        padding: 16px 26px;
        margin-bottom: 30px; }
      .contact_shortcode .contact_form .left_column .submit_form, .contact_shortcode .contact_form .left_column .success_message, .contact_shortcode .contact_form .right_column .submit_form, .contact_shortcode .contact_form .right_column .success_message {
        display: none; }
        .contact_shortcode .contact_form .left_column .submit_form.mobile, .contact_shortcode .contact_form .left_column .success_message.mobile, .contact_shortcode .contact_form .right_column .submit_form.mobile, .contact_shortcode .contact_form .right_column .success_message.mobile {
          display: block; }
      .contact_shortcode .contact_form .left_column .success_message.mobile, .contact_shortcode .contact_form .right_column .success_message.mobile {
        display: none; }
        .contact_shortcode .contact_form .left_column .success_message.mobile.active, .contact_shortcode .contact_form .right_column .success_message.mobile.active {
          display: block; } }

.read_more_shortcode .title {
  font-size: 36px;
  line-height: 55px;
  color: #56a638;
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0; }
  @media (max-width: 1635px) {
    .read_more_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

.read_more_shortcode .more {
  display: flex;
  flex-wrap: wrap;
  gap: 46.5px; }
  .read_more_shortcode .more .container {
    width: calc(33.33333% - 31px); }
    .read_more_shortcode .more .container .background-image {
      width: 100%;
      height: 353px;
      border-bottom-right-radius: 30px;
      margin-bottom: 55px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .read_more_shortcode .more .container .title {
      font-size: 36px;
      line-height: 55px;
      letter-spacing: 2.5px;
      color: #2d572c;
      margin-bottom: 25px; }
      @media (max-width: 1635px) {
        .read_more_shortcode .more .container .title {
          font-size: 32px;
          line-height: 37px; } }
    .read_more_shortcode .more .container .description {
      font-size: 20px;
      line-height: 33px;
      letter-spacing: 0.48px;
      margin-bottom: 25px; }
      @media (max-width: 1635px) {
        .read_more_shortcode .more .container .description {
          font-size: 16px;
          line-height: 26px; } }
    .read_more_shortcode .more .container .arrow {
      height: 30px;
      width: auto; }
      .read_more_shortcode .more .container .arrow svg {
        height: 30px;
        width: auto; }

@media screen and (max-width: 1635px) {
  .read_more_shortcode .title {
    font-size: 36px;
    line-height: 55px; } }
  @media screen and (max-width: 1635px) and (max-width: 1635px) {
    .read_more_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

@media screen and (max-width: 1635px) {
  .read_more_shortcode .more .container {
    width: calc(50% - 23.25px); }
    .read_more_shortcode .more .container .title {
      font-size: 36px;
      line-height: 55px; } }
    @media screen and (max-width: 1635px) and (max-width: 1635px) {
      .read_more_shortcode .more .container .title {
        font-size: 32px;
        line-height: 37px; } }

@media screen and (max-width: 768px) {
  .read_more_shortcode .more .container {
    width: 100%; }
    .read_more_shortcode .more .container .title {
      font-size: 36px;
      line-height: 55px; } }
    @media screen and (max-width: 768px) and (max-width: 1635px) {
      .read_more_shortcode .more .container .title {
        font-size: 32px;
        line-height: 37px; } }

