:root {
  --font-secondary: "Playfair Display", serif;
  --color-green: #2e6201;
}

body .welcome {
  padding: 0;
  background-color: transparent;
}

.row.banners-row {
  margin: 0;
}

.welcome-section {
  position: relative;
  padding: 60px 0;
}

.welcome-section .welcome-info-block {
  padding: 0;
}

.welcome-section.welcome-first .row {
  align-items: flex-end;
}

.welcome-section.welcome-first .welcome-info-block {
  padding-bottom: 120px;
}

.welcome-first {
  background-color: #f8faf9;
  padding-bottom: 0 !important;
}

.welcome-first .row .col-xs-12:last-child {
  height: 0;
}

.welcome-third:before,
.welcome-second:before,
.welcome-first:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw - 8px);
  z-index: 0;
  background-color: #f8faf9;
}

.welcome-second:before {
  background-color: white;
}

.welcome-second {
  padding: 100px 0;
  background-color: white;
}

.welcome-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px !important;
  max-width: none;
}

.row.welcome-image-row {
  margin: 45px -10px 0 !important;
}

.row.welcome-image-row img {
  transition: all 250ms ease-out;
}

.row.welcome-image-row img:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px 0 #37a23730;
}

.row.welcome-image-row .col-xs-12 {
  padding: 0 10px;
  margin-bottom: 25px;
}

.welcome-third {
  background-color: #f8faf9;
}

.welcome-left {
}

.welcome-right {
}

.welcome-more-btn {
  text-align: center;
  margin-top: 15px;
}

.welcome-section h2,
.welcome-section h1 {
  font-family: var(--font-secondary);
  color: var(--color-green);
  font-weight: 400;
  font-size: 26px;
  text-align: left;
}

.welcome-section p {
  font-size: 16px;
  line-height: 1.5;
}

.welcome-section p strong {
  font-weight: 700;
  color: var(--color-green);
}

.welcome-main-image {
}

.welcome-image-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.welcome-image-row > div {
}

.welcome-image-row img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 25px;
  overflow: hidden;
}

.welcome-info-block {
  padding: 40px 0;
}

.icon-block {
  display: block;
  margin-bottom: 0;
  margin-top: 25px;
}

.icon-block__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-secondary);
}

.icon-block__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.icon-block__image {
  width: 55px;
  max-height: 55px;
  max-width: 55px !important;
}

.icon-block__image img {
  width: 55px;
  max-height: 55px;
  max-width: 55px !important;
  object-fit: contain;
}

.icon-block__text {
  padding-left: 15px;
  flex: 1;
}

.icon-block__text p {
  margin-bottom: 0;
}

.icon-block__text p strong {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.button-box--line {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-evenly;
  max-width: 1200px !important;
}

.button-box {
  margin: 0 !important;
}

.button-box a {
  display: block;
  padding: 15px;
  border-radius: 20px;
  background-color: #edffe4;
  transition: all 250ms ease-out;
  text-align: center;
  min-width: 140px;
  text-align: center;
  box-shadow: 0 0 12px 0 #37a23730;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-box a:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px 0 #37a23780;
}

.button-box img {
  display: block;
  max-width: 80px;
  max-width: 80px;
  min-height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.button-box .button-box__text {
  color: black;
  font-weight: 700;
  font-size: 14px;
  margin-top: 12px;
  display: block;
}

.button-box--column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 350px !important;
  justify-content: flex-start;
  text-align: left;
  margin: 0 !important;
  margin-top: 40px !important;
}

.welcome .btn.btn-primary:hover,
.welcome a.btn.btn-primary:hover,
.welcome .btn.btn-primary:hover,
.welcome a.btn.btn-primary:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (min-width: 768px) {
  .welcome-section h2,
  .welcome-section h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body.in-index .full-bleed {
    position: relative;
    width: calc(50vw - 30px);
    margin-left: calc(-50vw + 100%);
    max-width: none;
  }

  body.in-index .full-bleed--right {
    margin-left: 0;
    margin-right: calc(-50vw + 100%);
  }

  body.in-index .full-bleed img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }
}

@media (min-width: 1220px) {
  .welcome-section h2,
  .welcome-section h1 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  body.in-index .full-bleed--right {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .welcome-second {
    padding: 25px 0 40px;
  }
  .welcome-first .row .col-xs-12:last-child {
    height: auto;
  }
  .welcome-first .welcome-left {
    order: 1;
  }

  .welcome .full-bleed {
    content: "";
    display: block;
    width: 100vw;
    position: relative;
    top: 0;
    display: block;
    height: 100%;
    max-width: none;
    left: calc(50% - 50vw - 8px);
    z-index: 0;
  }

  .button-box--column {
    gap: 20px;
    max-width: 100% !important;

    margin-bottom: 40px;
  }

  .welcome-section.welcome-first .welcome-info-block {
    padding-bottom: 30px;
  }

  .welcome-section h2,
  .welcome-section h1 {
    text-align: center;
  }

  .button-box--line {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
    gap: 15px;
  }

  .welcome-section {
    padding: 40px 0;
  }

  .welcome-section.welcome-third .welcome-left {
    order: -1;
    /* display: none; */
    margin-bottom: 0;
  }

  .welcome .welcome__content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .welcome-section.welcome-first .welcome-info-block {
    padding-bottom: 0;
  }
  .welcome-section.welcome-third .welcome-right {
    margin-bottom: 30px;
  }
  .welcome-more-btn {
    margin-top: 0;
  }
  .row.welcome-image-row .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .homepage-box.welcome-wrapper > div > .container {
    padding: 0 10px;
  }

  .button-box img {
    display: block;
    max-width: 80px;
    max-width: 60px;
    min-height: 80px;
    min-height: 60px;
  }
  .welcome-second .welcome-right {
    order: -1;
  }

  .welcome-section .welcome-right {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .row.welcome-image-row img {
    width: 100%;
  }
}
