@charset "UTF-8";
@font-face {
  font-family: "TradeGothic";
  src: url("../../fonts/TradeGothicLTStd-BoldExt.otf") format("opentype");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: #000000;
}

p {
  color: #212529;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

button, input, textarea {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

.main__area {
  overflow: hidden;
}

.modal-open .main__area {
  z-index: auto !important;
}
.modal-open .main__area .header {
  z-index: 0;
}

.header {
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.header > .container {
  max-width: 1842px;
}
.header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-out forwards;
}
@media (max-width: 767px) {
  .header__inner {
    padding-bottom: 40px;
    padding-top: 15px;
    position: relative;
  }
}

.header__inner {
  padding-bottom: 25px;
  padding-top: 20px;
}

.header__bottom-area {
  background-color: #016241;
}
.header__bottom-area .container {
  max-width: 1854px;
}
@media (max-width: 767px) {
  .header__bottom-area .container {
    padding-right: 0;
  }
}
@media (max-width: 1720px) {
  .header__bottom-area .container {
    padding-left: 0;
  }
}

.header__btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 20px 0 30px;
  font-family: "Segoe UI", sans-serif;
  text-shadow: 0 0 11px #FFFFFF;
}
.header__btn:hover {
  background-color: #054D34;
}
@media (max-width: 1720px) {
  .header__btn {
    padding: 0 20px;
    font-size: 14px;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.admin-bar .header.sticky-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header.sticky-header {
    top: 46px;
  }
}

.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav ul li {
  position: relative;
}
.header__nav > nav > ul > li {
  border-right: 1px solid #015136;
}
.header__nav > nav > ul > li:hover {
  background-color: #054D34;
}
.header__nav > nav > ul > li:last-child {
  border: none;
}
.header__nav > nav > ul > li > a {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
  padding: 0px 20px 0px 30px;
  line-height: 60px;
}
.header__nav > nav > ul > li > a:hover {
  background-color: #054D34;
}
.header__nav > nav > ul > li > a span {
  font-size: 11px;
  position: relative;
  top: -1px;
}
@media (max-width: 1720px) {
  .header__nav > nav > ul > li > a {
    padding: 0px 20px 0px 30px;
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .header__nav > nav > ul > li > a {
    padding: 0px 14px 0px 20px;
    font-size: 12px;
  }
}
.header__nav .header__dropdown-menu ul li > a {
  font-weight: 500;
  line-height: 20px;
  font-family: "Segoe UI", sans-serif;
  color: #035237;
  font-size: 15px;
  display: block;
}
.header__nav .header__dropdown-menu ul li > a:hover {
  margin-left: 5px;
}

.header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  min-width: 228px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  border: 1px solid #e3e2e2;
  padding: 8px;
}
.header__dropdown-menu ul li {
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
  margin-top: 2px;
}
.header__dropdown-menu ul li a {
  color: #333;
}

.header__dropdown:hover .header__dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: block;
}

.header__dropdown-btn a {
  background-color: #035237;
  color: #FFFFFF;
  padding: 10px 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
  font-family: "Segoe UI", sans-serif;
}
.header__dropdown-btn a:hover {
  background-color: #016241;
}

.first__dropdown-menu {
  min-width: 500px;
  display: flex !important;
  padding: 0;
  gap: 25px;
}
.first__dropdown-menu ul {
  margin-top: 28px;
  min-width: 190px;
}
.first__dropdown-menu ul li {
  padding-inline: 0;
}

.dropdown__thumb {
  max-width: 240px;
  flex: 0 0 auto;
}

.header__bottom-right {
  gap: 15px;
}
@media (max-width: 1199px) {
  .header__bottom-right {
    border: 3px solid #016241;
  }
}
@media (max-width: 575px) {
  .header__bottom-right {
    width: 100%;
  }
}

.header__searchbar {
  background-color: #FFFFFF;
  padding: 9px 20px 9px 25px;
  width: 235px;
  flex: 0 0 auto;
}
.header__searchbar input {
  width: 100%;
  font-family: sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #016241;
  font-weight: 700;
}
.header__searchbar input::placeholder {
  color: #016241;
  opacity: 1;
}
.header__searchbar button {
  color: #016241;
  font-size: 16px;
  position: absolute;
}
@media (max-width: 1199px) {
  .header__searchbar {
    width: 100%;
  }
}

.header__top--left {
  gap: 35px;
}
.header__top--left > span {
  height: 48px;
  width: 2.3px;
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .header__top--left > span {
    display: none;
  }
}

.header__logo img {
  height: 46px;
}
@media (max-width: 767px) {
  .header__logo img {
    height: 30px;
  }
}

.header__top-right {
  margin-right: 20px;
}
.header__top-right a {
  color: #ec008c;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 26px;
}
.header__top-right a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header__top-right a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header__top-right {
    margin: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    text-align: center;
  }
}

.header__sidebar {
  max-width: 372px;
  background-color: #016241;
  color: #FFFFFF;
  z-index: 99999999;
}
.header__sidebar .offcanvas-header {
  border-bottom: 1px solid #085038;
  padding: 27px 35px 24px 45px;
}
.header__sidebar .offcanvas-header .btn-close {
  opacity: 1;
  font-size: 28px;
  box-shadow: none !important;
  background-image: none;
}
.header__sidebar .offcanvas-header a img {
  height: 22px;
}
@media (max-width: 575px) {
  .header__sidebar .offcanvas-header {
    padding: 20px;
  }
}
.header__sidebar .offcanvas-body {
  padding: 42px 0 0 0;
}
.header__sidebar .offcanvas-body ul li {
  margin-bottom: 1px;
}
.header__sidebar .offcanvas-body ul li:hover {
  background-color: #085038;
}
.header__sidebar .offcanvas-body ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 45px;
  padding-right: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  font-family: "Segoe UI", sans-serif;
  transition: all 0.1s ease-in-out;
}
.header__sidebar .offcanvas-body ul li a span {
  color: #5E9E78;
}
@media (max-width: 1720px) {
  .header__sidebar .offcanvas-body ul li a {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 1199px) {
  .header__sidebar {
    max-width: 270px;
  }
}
@media (max-width: 575px) {
  .header__sidebar {
    max-width: 240px;
  }
}

.header__submenu {
  background-color: #035237;
  height: 100%;
  width: 332px;
  padding-top: 135px;
  position: fixed;
  left: 300px;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.header__submenu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  line-height: 24px;
  padding: 7px 45px;
  width: 100%;
  color: #FFFFFF;
  text-transform: capitalize !important;
}
.header__submenu ul li a:hover {
  background-color: #085038;
}
@media (max-width: 575px) {
  .header__submenu ul li a {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .header__submenu {
    left: 240px;
    width: 100%;
    z-index: 55555;
  }
}

.offcanvas-menu li:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  left: 315px;
}
@media (max-width: 1199px) {
  .offcanvas-menu li:hover .header__submenu {
    left: 245px;
  }
}
@media (max-width: 575px) {
  .offcanvas-menu li:hover .header__submenu {
    left: 198px;
  }
  .offcanvas-menu li:hover .header__submenu:hover {
    left: 198px;
  }
}

.header__navigation--block {
  background-color: #F0F9F6;
  padding-block: 8px;
}
.header__navigation--block .container {
  max-width: 1300px;
}

.header__navigation-menu ul {
  gap: 0 8px;
  flex-wrap: wrap;
}
.header__navigation-menu ul li .navigation-item {
  color: #818181;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
  gap: 8px;
}
.header__navigation-menu ul li .navigation-item span {
  font-size: 10px;
  margin-top: 2px;
}
.header__navigation-menu ul li .navigation-item:hover, .header__navigation-menu ul li .navigation-item.active {
  color: #212524;
}

.contact__btn a {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #035237;
  width: 120px;
  text-align: center;
  height: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: rotate(-90deg);
  top: 278px;
  right: -50px;
  transition: 0.3s all;
  position: fixed;
  padding-top: 2px;
  z-index: 555;
  font-family: "Segoe UI", sans-serif;
}
.contact__btn a:hover {
  text-decoration: underline;
  right: -45px;
}

.hero .owl-carousel .owl-item img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 20px;
  }
}

.hero__bg--block {
  width: 100%;
}
.hero__bg--block img {
  width: 100%;
  height: 100%;
}

.about {
  padding-top: 58px;
}
.about .container {
  max-width: 1812px;
}

.about__title {
  margin-bottom: 50px;
  text-align: center;
}
.about__title h2 {
  margin: 0;
  color: #2d2d2d;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 22px;
  line-height: 35px;
  font-family: "TradeGothic";
}

.about__single-field {
  min-height: 515px;
  overflow: hidden;
  position: relative;
  padding-block: 100px;
}
.about__single-field .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.about__single-field--green {
  background-color: #016241;
}
.about__single-field--green .about__content h3, .about__single-field--green .about__content p {
  color: #FFFFFF;
}
.about__single-field--yellow {
  background-color: #FFC709;
}
.about__single-field--light-gray {
  background-color: #F1F1F1;
}
.about__single-field--white {
  background-color: #FFFFFF;
}
@media (max-width: 1199px) {
  .about__single-field {
    min-height: 470px;
    padding-block: 75px;
  }
}
@media (max-width: 991px) {
  .about__single-field {
    min-height: auto;
    padding-block: 25px;
  }
}

.about__thumb img {
  width: 535px;
  height: 515px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .about__thumb img {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .about__thumb img {
    width: 490px;
  }
}
@media (max-width: 991px) {
  .about__thumb img {
    position: unset;
    height: auto;
    width: 100%;
  }
}
.about__thumb .youtube-player-wrapper,
.about__thumb .html-content-wrapper {
  width: 535px;
  height: 515px;
  position: absolute;
  left: 0;
  top: 0;
}
.about__thumb .youtube-player-wrapper iframe,
.about__thumb .html-content-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .about__thumb .youtube-player-wrapper,
.about__thumb .html-content-wrapper {
    position: unset;
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 991px) {
  .about__thumb {
    max-width: 500px;
    margin: 0 auto;
  }
}

.about-right-tumb img {
  right: 0;
  left: auto;
}
.about-right-tumb .youtube-player-wrapper,
.about-right-tumb .html-content-wrapper {
  right: 0;
  left: auto;
}

.about__content h3 {
  color: #2d2d2d;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 32px;
  font-family: "TradeGothic";
}
@media (max-width: 991px) {
  .about__content h3 {
    margin-bottom: 15px;
  }
}
.about__content p {
  color: #212529;
  margin: 0;
  line-height: 24px;
  font-family: "Segoe UI", sans-serif;
}
.about__content--white h3, .about__content--white p {
  color: #FFFFFF;
}

.white-about-content h3, .white-about-content p {
  color: #FFFFFF;
}

.about__description {
  margin-left: 14px;
  margin-top: 32px;
}
.about__description ul li {
  list-style: unset;
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.newsletter {
  background-color: #F1F1F1;
  padding-block: 35px;
}
.newsletter .container {
  max-width: 1164px;
}
@media (max-width: 767px) {
  .newsletter .container {
    max-width: 500px;
  }
}

.newsletter__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #006940;
  margin-bottom: 18px;
  font-family: "Segoe UI", sans-serif;
}

.newsletter__text {
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.newsletter__wrapper > .row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}

.newsletter__check-block {
  gap: 70px;
}
@media (max-width: 1199px) {
  .newsletter__check-block {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}

.newsletter__right-checkboxes {
  gap: 20px;
}

.newsletter__input {
  width: 100%;
  line-height: 20px;
  padding: 10px;
  border: 2px solid #d8d8d8;
  font-size: 16px;
  color: #000000;
  font-family: Raleway, sans-serif;
}
.newsletter__input::placeholder {
  opacity: 1;
  color: #000000;
}

.newsletter__form-field > form > .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 30px;
}

.interested__check-block {
  gap: 62px;
}

.interested__right-checkboxes {
  gap: 25px;
}

.newsletter__form-content p {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 20px;
  margin: 0;
}

.newsletter__btn {
  width: 170px;
  height: 54px;
  color: #FFFFFF;
  background-color: #D80B8C;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  border-radius: 5px;
  margin-top: 50px;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
}
.newsletter__btn:hover {
  background-color: rgba(183, 12, 114, 0.87);
}
@media (max-width: 767px) {
  .newsletter__btn {
    width: 100%;
  }
}

.newsletter__bottom-text {
  padding-top: 30px;
}
.newsletter__bottom-text p {
  margin: 0;
  font-size: 15px;
  max-width: 1095px;
  line-height: 22px;
}
.newsletter__bottom-text a {
  color: #000000;
  text-decoration: underline;
}

.checkbox {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.checkbox__label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 31px;
  user-select: none;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox__input:checked ~ .checkbox__mark {
  background-color: #0060DF;
  border-color: #0060DF;
}
.checkbox__input:checked ~ .checkbox__mark::after {
  display: block;
}

.checkbox__mark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #8F8F9D;
  border-radius: 3px;
}
.checkbox__mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox__text {
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 20px;
  margin: 0;
  position: relative;
  top: -1px;
}

.multiselect__box {
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  border: 2px solid #d8d8d8;
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  font-family: "Segoe UI", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 28px;
}
.multiselect__box::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
  background-color: #999;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(0deg);
}
.multiselect__box.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.multiselect__options {
  display: none;
  border: 1px solid #AAA;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  max-height: 190px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}
.multiselect__options label {
  display: flex;
  padding: 8px 10px;
  cursor: pointer;
  gap: 10px;
  font-size: 14px;
  color: #21252E;
  font-family: "Segoe UI", sans-serif;
}
.multiselect__options.show {
  display: block;
}

.management {
  padding-top: 50px;
  padding-bottom: 100px;
}
.management .container {
  max-width: 1354px;
}

.management__inner .section__title h5 {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .management__inner .section__title h5 {
    text-align: center;
  }
}

.management__top--right {
  gap: 30px;
}
@media (max-width: 991px) {
  .management__top--right {
    flex-direction: column;
  }
}

.management__btn .secondary-btn {
  color: #FFFFFF;
  padding: 13px 18px;
  border: none;
  background-color: #FFC709;
  font-weight: 500;
  display: inline-block;
}

.management__top {
  max-width: 1156px;
  margin: 0 auto 90px;
}
@media (max-width: 991px) {
  .management__top .section__title h2 {
    text-align: center;
  }
}

.management__content h4 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
  font-family: "TradeGothic";
  color: #006346;
  font-weight: 500;
}
.management__content p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #75baa3;
  line-height: 20px;
  font-family: "Segoe UI", sans-serif;
}

.management__card--gap {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .management__card--gap {
    margin-bottom: 15px;
  }
}

.management__thumb {
  max-width: 300px;
  height: 300px;
  margin: 0 auto 25px;
  flex: 0 0 auto;
}
.management__thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.management__wrapper .row {
  --bs-gutter-x: 75px;
  --bs-gutter-y: 10px;
}

.section__title h1 {
  color: #006940;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "TradeGothic";
}
.section__title h2 {
  color: #303030;
  line-height: 38px;
  margin: 0;
  font-size: 24px;
  letter-spacing: 5px;
}
.section__title h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2.4px;
  position: relative;
  color: #006940;
  font-family: "TradeGothic";
  text-transform: uppercase;
}
.section__title h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 65px;
  height: 1px;
  background-color: #006940;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .section__title h3 {
    font-size: 20px;
    list-style: 26px !important;
  }
}
.section__title h5 {
  margin: 0;
  font-weight: 400;
  text-align: right;
  color: #9c9b9b;
  line-height: 23px;
  max-width: 302px;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
}
.section__title p {
  font-size: 16px;
  color: #393939;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  font-family: "Segoe UI", sans-serif;
}
@media (max-width: 767px) {
  .section__title.m-b-60 {
    margin-bottom: 30px;
  }
}

.group__area {
  padding-top: 58px;
  margin-bottom: 124px;
}
@media (max-width: 991px) {
  .group__area {
    margin-bottom: 0;
  }
}

.group__inner {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 150px;
}
.group__inner .section__title {
  margin-bottom: 55px;
}
.group__inner .section__title h2 {
  margin-bottom: 40px;
  font-family: "TradeGothic";
}
@media (max-width: 991px) {
  .group__inner {
    padding-bottom: 80px;
  }
}

.group__items {
  border-right: 1px solid #E5E5E5;
}
.group__items a {
  display: inline-block;
}
.group__items p {
  margin: 40px 0 0 0;
  font-family: "Segoe UI", sans-serif;
  line-height: 24px;
}
@media (max-width: 991px) {
  .group__items {
    border: none;
  }
}

.group__wrapper .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 45px;
}
@media (max-width: 991px) {
  .group__wrapper .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 30px;
  }
}

.group__link {
  color: #1abc9c;
  transition: 0.1s ease;
}
.group__link:hover {
  color: #07775d;
}

.group__step--gap {
  margin-left: 48px;
}

.product {
  padding-top: 68px;
  padding-bottom: 170px;
}
.product .container {
  max-width: 1266px;
}
@media (max-width: 1399px) {
  .product {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .product {
    overflow: hidden;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .product {
    padding-top: 30px;
  }
}

.product__wrapper .row {
  --bs-gutter-x: 85px;
  --bs-gutter-y: 20px;
}
@media (max-width: 767px) {
  .product__wrapper .row {
    --bs-gutter-x: 20px;
  }
}
@media (max-width: 1199px) {
  .product__wrapper .row {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 991px) {
  .product__wrapper .row {
    --bs-gutter-x: 25px;
  }
}
@media (max-width: 575px) {
  .product__wrapper {
    max-width: 357px;
    margin: 0 auto;
  }
}

.product__card {
  position: relative;
  height: 292px;
  width: 100%;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.product__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__card .product__content a {
  width: 100%;
  bottom: 0;
  text-align: center;
  background-color: rgba(235, 19, 149, 0.9);
  min-height: 110px;
  padding-top: 20px;
  position: absolute;
}
@media (max-width: 1399px) {
  .product__card .product__content a {
    min-height: 95px;
  }
}
.product__card .product__content h3 {
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 10px;
  font-size: 20px;
  font-family: "TradeGothic";
}
@media (max-width: 1399px) {
  .product__card .product__content h3 {
    font-size: 18px;
  }
}
.product__card .product__content h5 {
  color: #FFFFFF;
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1399px) {
  .product__card .product__content h5 {
    font-size: 14px;
  }
}
.product__card .product__card-overlay {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.product__card .product__card-overlay .product__content a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .product__card .product__card-overlay .product__content a {
    padding-top: 77px;
  }
}
.product__card:hover .product__card-overlay {
  opacity: 1;
}
.product__card:hover > .product__content a {
  visibility: hidden;
}
.product__card--green .product__content a {
  background-color: #035237;
}
.product__card--green .product__btn {
  color: #035237;
}
.product__card--yellow .product__content a {
  background-color: rgba(255, 203, 23, 0.97);
}
.product__card--yellow .product__btn {
  color: #FFCB17;
}

.product__btn {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100px;
  font-size: 28px;
  color: #EC0F93;
  margin-top: 30px;
}

.product__updates {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}
.product__updates .row {
  --bs-gutter-x: 52px;
  --bs-gutter-y: 20px;
}
.product__updates .updates__title {
  margin-bottom: 30px;
}
.product__updates .updates__title h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 5px;
  color: #404040;
  margin: 0;
}
@media (max-width: 575px) {
  .product__updates .updates__title h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
  }
}
.product__updates .updates__list--block {
  gap: 25px;
}
.product__updates .updates__list--block li {
  margin-bottom: 5px;
}
.product__updates .updates__list--block li a {
  display: flex;
  gap: 10px;
  color: #4E4D4D;
  font-family: "Segoe UI", sans-serif;
  line-height: 22px;
}
.product__updates .updates__list--block li a:hover {
  color: #04593C;
}
.product__updates .updates__list--block li a span {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  background-color: #C9DFD7;
  border-radius: 50px;
  flex: 0 0 auto;
  margin-top: 6px;
}
@media (max-width: 575px) {
  .product__updates .updates__list--block {
    gap: 15px;
  }
}
.product__updates .updates__img {
  flex: 0 0 auto;
}
.product__updates .updates__img img {
  height: 70px;
  width: 100%;
}
@media (max-width: 575px) {
  .product__updates .updates__img img {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .product__updates {
    padding-top: 60px;
  }
}

.product__inner .section__title h1 {
  line-height: 46px;
  text-transform: uppercase;
  color: #303030;
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  font-family: "TradeGothic";
}
@media (max-width: 767px) {
  .product__inner .section__title h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .product__inner .section__title h1 {
    font-size: 34px;
  }
  .product__inner .section__title h1 br {
    display: none;
  }
}
.product__inner .section__title p {
  font-size: 16px;
  color: #393939;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  font-family: "Segoe UI", sans-serif;
}

.product-title {
  margin-bottom: 115px;
}
.product-title p {
  font-size: 18px !important;
  color: #cbcbcb !important;
}
@media (max-width: 1199px) {
  .product-title {
    margin-bottom: 35px;
  }
}

.news {
  background-color: #016241;
  padding-top: 82px;
  padding-bottom: 75px;
}
.news .container {
  max-width: 774px;
}

.news-title {
  margin-bottom: 70px;
}
.news-title h2 {
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-family: "TradeGothic";
  font-size: 26px;
}
@media (max-width: 575px) {
  .news-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .news-title {
    margin-bottom: 40px;
  }
}

.news__wrapper .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
@media (max-width: 767px) {
  .news__wrapper .row {
    --bs-gutter-y: 30px;
  }
}

.news__img a {
  height: 200px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.news__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.news__img a:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .news__img a {
    margin-bottom: 5px;
  }
}

.news__date {
  display: inline-block;
  color: #add4c7;
  font-family: "Segoe UI", sans-serif;
}

.news__content a {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 10px;
}
.news__content a:hover {
  text-decoration: underline;
}
.news__content p {
  color: #FFFFFF;
  font-family: "Segoe UI", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .news__btn .common__btn {
    padding: 20px 50px;
  }
}

.newsTagTitle {
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 12px;
}

.newsTag {
  color: #404040;
  font-weight: 600;
  padding: 8px 15px;
  margin-bottom: 8px;
}
.newsTag.newsTagActive {
  color: #b4975a;
  background-color: rgba(180, 151, 90, 0.1);
}

.common__btn {
  background-color: #FFFFFF;
  padding: 18px 104px;
  display: inline-block;
  color: #016241;
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
}
.common__btn:hover {
  background-color: #F5F5F5;
}

.company__overview {
  padding-top: 92px;
  padding-bottom: 75px;
}
@media (max-width: 1199px) {
  .company__overview {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.company-content p:not(:last-child) {
  margin-bottom: 20px;
}

.catalog {
  padding-bottom: 82px;
}
.catalog .container {
  max-width: 1166px;
}

.catalog__title {
  margin-bottom: 40px;
}
.catalog__title h2 {
  margin: 0;
  color: #016241;
  font-size: 40px;
  line-height: 52px;
  font-family: "TradeGothic";
}
@media (max-width: 575px) {
  .catalog__title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .catalog__title {
    margin-bottom: 20px;
  }
}

.catalog__field .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}

.catalog__top--background {
  margin-bottom: 60px;
}
.catalog__top--background img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .catalog__top--background {
    margin-bottom: 30px;
  }
}

.catalog-grid-item {
  margin-bottom: 30px;
}

.catalog__card--content {
  min-height: 75px;
  margin-bottom: 10px;
}
.catalog__card--content h4 {
  color: #363636;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}
.catalog__card--content h4 + p {
  height: 30px;
  margin-bottom: 0;
  line-height: 30px;
}

.catalog__thumb {
  margin-block: 10px;
  box-shadow: 0px 0px 10px #7c7c7c;
  border: 1px solid #777;
}
.catalog__thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.catalog__buttons {
  gap: 7px;
}
.catalog__buttons a {
  font-weight: 600;
  font-size: 17px;
  color: #303030;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.catalog__buttons a:hover {
  color: #07775d;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .catalog__buttons a {
    font-size: 15px;
  }
}
.catalog__buttons span {
  height: 17px;
  width: 2px;
  background-color: #303030;
}

.catalog__tabs--menu {
  margin-bottom: 40px;
}
.catalog__tabs--menu .nav-pills .nav-link {
  font-family: "Segoe UI", sans-serif;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #016241;
  box-shadow: inset 0px 0px 4px 4px #ededed;
  border: 1px solid #035237;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 4px 28px;
  border-bottom-width: 3px;
}
.catalog__tabs--menu .nav-pills .nav-link:hover {
  background-color: #D9E9E3;
  box-shadow: none;
}
.catalog__tabs--menu .nav-pills .nav-link.active {
  background-color: #016241;
  box-shadow: none;
  color: #FFFFFF;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .catalog__tabs--menu .nav-pills .nav-link {
    font-size: 12px;
    padding: 4px 20px;
    border-bottom-width: 2px;
  }
}
.catalog__tabs--menu ul {
  gap: 10px 0;
}
@media (max-width: 991px) {
  .catalog__tabs--menu.m-b-50 {
    margin-bottom: 20px;
  }
}

.show > .catalog__tabs--menu .nav-pills .nav-link {
  background-color: #016241;
  box-shadow: none;
  color: #FFFFFF;
  cursor: not-allowed;
}

.catalog__filter {
  background-color: #F1F1F1;
}
@media (max-width: 767px) {
  .catalog__filter {
    background-color: #FFFFFF;
  }
}

.catalog__filter-title {
  font-size: 18px;
  line-height: 25px;
  color: #006940;
  margin-bottom: 8px;
}

.catalog__filter-group {
  padding: 20px 30px 30px;
  background-color: #F1F1F1;
}
.catalog__filter-group .input-group {
  background-color: #FFFFFF;
  padding: 2px 18px;
  padding-right: 20px;
}
.catalog__filter-group .input-group .btn {
  font-size: 20px;
  background-color: transparent;
  color: #016241;
}
.catalog__filter-group .input-group .btn:hover {
  color: #000000;
}
.catalog__filter-group .input-group input {
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 1;
}
.catalog__filter-group .input-group input::placeholder {
  color: #ddd;
}
.catalog__filter-group .suggested__list {
  box-shadow: 0px 2px 7px 0px #898989;
  border-radius: 8px;
  background-color: #F1F1F1;
}
.catalog__filter-group .suggested__list li {
  cursor: pointer;
  padding: 3px 10px 3px 20px;
  font-size: 12px;
  border: 0;
}
.catalog__filter-group .reset-btn {
  background-color: #E2E0E0;
  font-weight: 600;
  color: #006940;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px dotted transparent;
  margin-top: 50px;
}
.catalog__filter-group .reset-btn:focus {
  border-color: #006940;
  background-color: #E2E0E0;
}
.catalog__filter-group .btn-light {
  text-align: left;
  line-height: 19px;
  border-radius: 0;
  border: 0.2px dotted transparent;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 400;
}
.catalog__filter-group .btn-light::before {
  position: absolute;
  z-index: 22;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 17px;
  height: 17px;
  background-color: #006940;
  right: 20px;
}
.catalog__filter-group .btn-light:focus {
  border-color: #787878;
}
.catalog__filter-group .btn-light:hover {
  background-color: #F8F9FA;
}
@media (max-width: 767px) {
  .catalog__filter-group {
    background-color: transparent;
  }
}
@media (max-width: 1399px) {
  .catalog__filter-group {
    padding: 20px 15px 15px;
  }
}

.cut__flowers {
  padding-top: 98px;
  padding-bottom: 142px;
}
.cut__flowers .container {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cut__flowers {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.cut__flowers--inner > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media (max-width: 1399px) {
  .cut__flowers--inner .col-md-3 {
    width: 285px;
  }
}
@media (max-width: 1399px) {
  .cut__flowers--inner .col-md-9 {
    width: calc(100% - 285px);
  }
}
@media (max-width: 767px) {
  .cut__flowers--inner .col-md-9 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cut__flowers--right {
    margin-top: -140px;
  }
}
.cut__flowers--btn a {
  width: 100%;
  background-color: #006940;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  gap: 30px;
  line-height: 22px;
  padding: 15px 30px;
}
.cut__flowers--btn a span {
  width: 37px;
  margin-top: -1px;
}
@media (max-width: 1399px) {
  .cut__flowers--btn a span {
    width: 25px;
  }
}
@media (max-width: 1399px) {
  .cut__flowers--btn a {
    padding: 15px 20px;
  }
}
.cut__flowers--wrapper > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 15px;
}
.cut__flowers--thumb {
  height: 285px;
  border: 2px solid #E5E5E5;
  transition: 0.3s all;
}
.cut__flowers--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cut__flowers--card a {
  display: inline-block;
  width: 100%;
}
.cut__flowers--card a h4 {
  line-height: 40px;
  margin: 0;
  color: #404040;
  font-weight: 500;
  font-size: 18px;
}
.cut__flowers--card a:hover .cut__flowers--thumb {
  box-shadow: 0 0 15px 0 #404040;
}
.cut__flowers--card a:hover h4 {
  text-decoration: underline;
  text-decoration-color: #0056B3;
}
.cut__flowers-filter {
  margin-bottom: 50px;
}

.cot__flowers--btn {
  margin-top: 115px;
}
.cot__flowers--btn .common__btn {
  color: #FFFFFF;
  gap: 12px;
  background-color: #006940;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  padding: 21px 51px;
  font-weight: 600;
  transition: 0.3s all;
  font-family: "Segoe UI", sans-serif;
}
.cot__flowers--btn .common__btn span {
  z-index: 22;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 13px;
  height: 13px;
  background-color: #FFFFFF;
}
.cot__flowers--btn .common__btn:hover {
  box-shadow: 0 0 15px 0 #404040;
}
@media (max-width: 991px) {
  .cot__flowers--btn .common__btn {
    font-size: 16px;
    padding: 16px 30px;
  }
}

.flowers__filter-top {
  padding-inline: 20px;
}

.flowers__filter-btn {
  color: #006940;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  gap: 15px;
  margin-bottom: 15px;
}
.flowers__filter-btn span {
  width: 20px;
  height: 20px;
}

.filter__search-btn {
  border: 1px solid #006940;
  padding: 3px 16px;
}
.filter__search-btn .form-control::placeholder {
  color: #E1E1E1;
}
.filter__search-btn .btn {
  color: #016241;
}

.cut__filter-box {
  background-color: #F1F1F1;
  padding: 5px 25px;
}
.cut__filter-box a {
  font-size: 18px;
  font-weight: 400;
  color: #303030;
  line-height: 35px;
  padding-inline: 10px;
}
.cut__filter-box a span {
  color: #016241;
  font-size: 18px;
}

.cut__filter-btn .reset-btn {
  border-bottom: 1px solid #006940 !important;
  line-height: 20px;
  padding: 0;
  max-width: 128px;
  font-family: "Roboto", sans-serif;
}

.tag__btns button {
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.03em;
  padding: 0 10px;
  border: 2px solid #006940;
  border-top-right-radius: 10px;
  color: #006940;
  text-transform: uppercase;
  transition: 0.1s ease-in;
}
.tag__btns button:hover {
  background-color: #006940 !important;
  color: #FFFFFF;
}

.catalog__choice--wrapper {
  padding: 20px;
  min-width: 365px;
  margin: 0 auto 10px;
  margin-top: 0px;
  position: fixed;
  left: calc(50% - 340px);
  top: 450px;
  margin-top: -290px;
  overflow: hidden;
  height: 675px;
  max-height: calc(100vh - 40px);
  width: 950px;
  background-color: #FFFFFF;
  z-index: 9999999;
  border: 20px solid #F1F1F1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .catalog__choice--wrapper {
    left: 2%;
    width: 96%;
    top: 430px;
  }
}
@media (max-width: 1399px) {
  .catalog__choice--wrapper {
    left: 20.5%;
    width: 825px;
  }
}
@media (max-width: 1199px) {
  .catalog__choice--wrapper {
    left: 270px;
    width: 690px;
  }
}
@media (max-width: 991px) {
  .catalog__choice--wrapper {
    left: 270px;
    width: 420px;
    border: 10px solid #F1F1F1;
  }
}

.catalog__overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.active__crop--popup .catalog__overlay,
.active__tags--popup .catalog__overlay,
.active__choose--popup .catalog__overlay,
.active__powered--popup .catalog__overlay,
.active__flower--popup .catalog__overlay {
  visibility: visible;
  opacity: 1;
}
.active__crop--popup .header,
.active__tags--popup .header,
.active__choose--popup .header,
.active__powered--popup .header,
.active__flower--popup .header {
  z-index: 999;
  position: relative;
}

.active__crop--popup .crop__popup--open {
  z-index: 999;
}
.active__crop--popup .crop__popup {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.active__tags--popup .tags__popup {
  visibility: visible;
  opacity: 1;
}

.active__choose--popup .choose__popup--open {
  z-index: 999;
  position: relative;
}
.active__choose--popup .choose__popup {
  visibility: visible;
  opacity: 1;
}

.active__powered--popup .powered__popup--open {
  z-index: 999;
  position: relative;
}
.active__powered--popup .powered__popup {
  visibility: visible;
  opacity: 1;
}

.active__flower--popup .flower__popup--open {
  z-index: 999;
  position: relative;
}
.active__flower--popup .flower__popup {
  visibility: visible;
  opacity: 1;
}

.catalog__choice-top {
  margin-bottom: 48px;
}
.catalog__choice-top .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 15px;
}

.choice-searchbar {
  border-bottom: 2px solid #404040;
  padding-inline: 15px;
  max-width: 215px;
  margin: 0 auto;
  padding: 5px 16px;
}
.choice-searchbar input {
  font-size: 16px;
  line-height: 20px;
}
.choice-searchbar input::placeholder {
  opacity: 1;
  color: #DDDDDD;
}
.choice-searchbar .btn {
  font-size: 18px !important;
  color: #404040 !important;
}
.choice-searchbar .btn:hover {
  color: #006940 !important;
}
@media (max-width: 991px) {
  .choice-searchbar {
    max-width: 100%;
  }
}

.catalog__choice--btns {
  gap: 22px;
}
.catalog__choice--btns .clear__btn {
  background-color: #F1F1F1;
  border: 1px solid #404040;
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  padding: 8px 18px;
}
.catalog__choice--btns .clear__btn:focus {
  outline: 1px dotted !important;
}
@media (max-width: 991px) {
  .catalog__choice--btns .clear__btn {
    width: 100%;
    padding: 4px 18px;
  }
}
.catalog__choice--btns .next__btn {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #006940;
  padding: 9px 18px;
}
@media (max-width: 991px) {
  .catalog__choice--btns .next__btn {
    width: 118px;
    height: 30px;
    line-height: 1;
  }
}

.catalog__choice-bottom {
  height: 590px;
  overflow: hidden;
  overflow-y: scroll;
}
.catalog__choice-bottom > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media (max-width: 767px) {
  .catalog__choice-bottom {
    height: 506px;
  }
}

.choice__title {
  padding-bottom: 10px;
}
.choice__title h4 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .choice__title.m-t-150, .choice__title.m-t-100 {
    margin-top: 50px;
  }
}

.choice__selected--items {
  border-bottom: 1px solid #404040;
  margin-bottom: 12px;
  margin-right: 5px;
}
.choice__selected--items > .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.tags__popup {
  border: 10px solid #F1F1F1;
  position: fixed;
  width: 96%;
  top: 135px;
  z-index: 9999;
  background-color: #FFFFFF;
  height: 500px;
  left: 2%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.collection__buttons a {
  background-color: #006940;
  display: flex;
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 4px;
  justify-content: center;
  max-width: 434px;
}
.collection__buttons a:not(:last-child) {
  margin-bottom: 16px;
}

.selected__choice {
  margin-top: 12px;
}
.selected__choice button {
  background-color: #DCDDDE;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.selected__choice button span {
  color: #006940;
  font-size: 14px;
}

.checkbox-dd .container-dd {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  user-select: none;
}
.checkbox-dd .container-dd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-dd .container-dd input:checked ~ .checkmark {
  background-color: #E5F0EC;
  border-color: #006940;
}
.checkbox-dd .container-dd input:checked ~ .checkmark::after {
  display: block;
}
.checkbox-dd .container-dd .check_text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -3px;
  color: #404040;
}
.checkbox-dd .container-dd .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #404040;
  transform: translateY(-50%);
}
.checkbox-dd .container-dd .checkmark::after {
  position: absolute;
  display: none;
  left: 0px;
  top: -3px;
  width: 5px;
  height: 10px;
  border: 0;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #006940;
  transform: unset !important;
  font-size: 20px;
}

.choice__card--block > .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 15px;
}
.choice__card--block .grow__image {
  min-height: 200px;
}
.choice__card--block .grow__image img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 575px) {
  .choice__card--block .grow__image {
    height: 160px;
    width: 145px;
    min-height: 160px;
  }
}
.choice__card--block .grow-text {
  font-size: 14px;
  line-height: 19px;
}
.choice__card--block .grow-text small {
  font-size: 12px;
  line-height: 17px;
  color: #818181;
}
.choice__card--block .section__title h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .choice__card--block .small__card .grow-text {
    font-size: 20px;
  }
  .choice__card--block .small__card .grow-text small {
    font-size: 16px;
    margin-top: 6px;
    display: block;
  }
}

.choice__chare--link {
  font-size: 12px;
  line-height: 16px;
  margin-top: 11px;
  color: #006940;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  gap: 6px;
  text-decoration: underline;
  margin-left: 8px;
}
.choice__chare--link span {
  font-size: 10px;
}
.choice__chare--link:hover {
  text-decoration: underline;
}

.best__seller-badge {
  top: 2px;
  right: 2px;
  background: #D80B8C;
  color: #FFFFFF;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 0 0 0 10px;
  font-size: 14px;
  line-height: 14px;
}
.best__seller-badge.choice__card--badge {
  font-size: 12px;
  line-height: 1;
  padding: 5px 11px;
}

.new-badge {
  left: 2px;
  background-color: #016241 !important;
  border-radius: 0 0 10px 0 !important;
  right: unset !important;
}

.series {
  border-bottom: 1px dashed #787878;
  overflow: hidden;
}
.series .container {
  max-width: 1276px;
}
@media (max-width: 767px) {
  .series {
    padding-top: 30px;
  }
}

.series__top--block {
  min-height: 400px;
  background-size: cover;
  background-position: 100% 100%;
}
@media (max-width: 767px) {
  .series__top--block {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .series__top--block {
    min-height: 240px;
  }
}

.series__content {
  padding: 30px 23px 30px 17px;
  background-color: #006940;
}
.series__content h3 {
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "TradeGothic";
}
@media (max-width: 767px) {
  .series__content h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.series__content p {
  letter-spacing: 5px;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  color: #FFFFFF;
  font-family: "TradeGothic";
}
@media (max-width: 767px) {
  .series__content {
    padding: 20px 23px 20px 17px;
  }
}

.series__wrapper > .row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 30px;
}
@media (max-width: 767px) {
  .series__wrapper.m-t-125 {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .series__wrapper {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 65px;
  }
}

.series__btns {
  max-width: 458px;
  margin-left: auto;
}
.series__btns .common__btn {
  background-color: #006940;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 20px;
  font-family: "Open Sans", sans-serif;
}
.series__btns .common__btn:hover {
  box-shadow: 0 0 15px 0 #404040;
}
@media (max-width: 1199px) {
  .series__btns .common__btn {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.series__btns .secondary-btn {
  gap: 10px;
  background-color: #D80B8C;
  margin-top: 20px;
}
.series__btns .secondary-btn span {
  font-size: 22px;
}
@media (max-width: 1399px) {
  .series__btns .secondary-btn {
    max-width: 365px;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .series__btns .secondary-btn {
    max-width: 100%;
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .series__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.series__list ul li {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.series__list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #444;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 767px) {
  .series__list ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1399px) {
  .series__list.m-t-60 {
    margin-top: 30px;
  }
}

.series__feature-title {
  margin-bottom: 20px;
}
.series__feature-title h3 {
  color: #006940;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .series__feature-title h3 {
    text-align: left;
  }
}
.series__feature-title h4 {
  color: #604073;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.series__feature-title h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .series__feature-title {
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .series__feature-title.m-t-40 {
    margin-top: 20px;
  }
}

.series__feature-icon img {
  height: 42px;
}

.series__feature-content h4 {
  font-size: 16px;
  line-height: 45px;
  color: #000000;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .series__feature-content h4 {
    font-size: 13px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .series__feature-content h4 {
    font-size: 11px;
    line-height: 23px;
  }
}
.series__feature-content p {
  color: #787878;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 5px;
  display: block;
  border-top: dashed 1px #000000;
  margin-bottom: 4px;
}
@media (max-width: 1399px) {
  .series__feature-content p {
    font-size: 12px;
  }
}

.series__features .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
@media (max-width: 991px) {
  .series__features .series-right-btn {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
}

.series-right-btn {
  margin-left: 0 !important;
  margin-top: 35px;
  max-width: 530px !important;
}
.series-right-btn .common__btn {
  width: 100%;
}

.series-left-btn {
  max-width: 385px !important;
  margin: 0 !important;
  margin-top: 50px !important;
}

.availability__wrapper {
  border: 2px solid #D80B8C;
  padding: 10px 20px;
  padding-top: 75px;
  max-width: 990px;
  margin: 0 auto;
  margin-top: 30px;
}
.availability__wrapper .rest__world-badge {
  background-color: #D80B8C;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: 600;
}

.variety__row {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .variety__row {
    flex-direction: column;
  }
}

.variety__content p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #404040;
  margin: 0;
  width: 110px;
}
@media (max-width: 767px) {
  .variety__content p {
    width: 100%;
  }
}
.variety__content h5 {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #D80B8C;
  margin-bottom: 13px;
  font-weight: 600;
}

.availability__bottom {
  gap: 10px;
}
.availability__bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #404040;
}
.availability__bottom span {
  width: 1px;
  height: 15px;
  background-color: #404040;
}
.availability__bottom a {
  color: #006940;
  font-size: 15px;
}

.variety-left-details {
  width: 360px;
  gap: 12px;
  flex-wrap: wrap;
}
.variety-left-details .variety__content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.variety-left-details .variety__content h5 {
  margin: 0;
  width: 110px;
}
@media (max-width: 767px) {
  .variety-left-details .variety__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .variety-left-details {
    flex-wrap: unset;
    width: 100%;
  }
}

.variety__details button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D80B8C !important;
}
.variety__details button.owl-next {
  left: auto;
  right: 0;
}

.varieaty__slider {
  width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .varieaty__slider {
    width: 100%;
    margin-top: 20px;
  }
}

.abore__buttons {
  position: absolute;
  top: 628px;
}
@media (max-width: 1199px) {
  .abore__buttons {
    position: unset;
    width: 100%;
    justify-content: center;
    margin: 0 auto !important;
    margin-top: 40px !important;
  }
  .abore__buttons a {
    width: 100%;
  }
}

.blog {
  border-bottom: 1px dashed #787878;
}
@media (max-width: 767px) {
  .blog .container {
    max-width: 580px;
  }
}

.blog__wrapper .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 48px;
}
.blog__wrapper .owl-nav button {
  top: 120px !important;
}

.blog__content h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #404040;
}
.blog__content h4 small {
  color: #787878;
  font-size: 13px;
}

.blog__card a {
  display: inline-block;
  width: 100%;
}
.blog__card a:hover .blog__content h4 {
  text-decoration: underline;
  text-decoration-color: #0056B3;
}

.blog__thumb {
  height: 270px;
  width: 100%;
  border: 2px solid #E5E5E5;
  display: flex;
  justify-content: center;
}
.blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog__thumb img {
    object-fit: contain;
  }
}

.grow {
  border-bottom: 1px dashed #787878;
}

.grow__wrapper .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}

.grow__card > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.grow__card > a:hover .grow-text {
  text-decoration: underline;
  text-decoration-color: #0056B3;
}
@media (max-width: 575px) {
  .grow__card.small__card a {
    display: flex;
    gap: 15px;
  }
  .grow__card.small__card a .grow__image {
    flex: 0 0 auto;
  }
}

.grow-text {
  font-size: 20px;
  text-transform: initial;
  line-height: 28px;
  color: #404040;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  max-width: 295px;
  margin: 0 auto;
}

.grow__btns {
  gap: 5px;
}
.grow__btns a {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
}

.grow__image {
  padding: 5px 10px;
  min-height: 270px;
  border: 2px solid #E5E5E5;
  background-color: #FFFFFF;
}

.view__btn {
  color: #006940;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
}

.grow__slider .owl-nav button {
  position: absolute;
  top: 150px;
  left: -50px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #006940 !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
}
.grow__slider .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}
@media (max-width: 767px) {
  .grow__slider .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .grow__slider .owl-nav button.owl-next {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .grow__slider .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .grow__slider .owl-nav button {
    left: 0;
    top: 125px;
  }
}
@media (max-width: 1399px) {
  .grow__slider .owl-nav button {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .grow__slider .owl-nav button {
    left: 0;
  }
}
.grow__slider .grow__image.grow__overlay > img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .grow__slider .grow__image {
    height: 270px;
  }
  .grow__slider .grow__image img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .grow__slider {
    padding-inline: 40px;
  }
}
@media (max-width: 1399px) {
  .grow__slider {
    padding-inline: 20px;
  }
}
@media (max-width: 1199px) {
  .grow__slider {
    padding-inline: 40px;
  }
}

@media (max-width: 767px) {
  .document__slider .grow__image img {
    max-width: 190px;
  }
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.growing__card--version .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 50px;
}

.pdf__controller {
  background-color: #006940 !important;
}
.pdf__controller .btn {
  background-color: #FFFFFF;
  color: #6C757D;
  border: transparent;
  font-size: 18p;
}
.pdf__controller .small {
  color: #FFFFFF;
}
.pdf__controller .pdf__close--btn {
  margin-left: auto;
  font-size: 18px;
  padding: 2px 9px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #6C757D;
}

.marketing {
  border-bottom: 1px dashed #787878;
}

.play__btn img {
  max-width: 105px;
}
@media (max-width: 1199px) {
  .play__btn {
    height: 90px !important;
    width: 90px !important;
  }
  .play__btn img {
    max-width: 90px !important;
    height: 90px !important;
    width: 90px !important;
  }
}

.grow__overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(120, 120, 120, 0.8);
  transition: 0.3s all;
}
.grow__overlay:hover::before {
  background-color: rgba(120, 120, 120, 0.9);
}

.marketing-image {
  height: 270px;
}

.marketing__wrapper .owl-nav button {
  top: 125px;
}

.marketing__card--version .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}

.shot__location {
  border-bottom: 1px dashed #787878;
}

.shot-location-text {
  padding-inline: 4px;
}
.shot-location-text small {
  font-size: 14px;
  color: #787878;
}

.shot__card--version .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}

.hybrida {
  border-bottom: 1px dashed #787878;
}

.more__card--version .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}

.people {
  padding-block: 110px;
  background-color: #ECECEC;
}

.people-text small {
  font-size: 13px;
}

.footer {
  background-color: #30302E;
  padding-top: 40px;
  padding-bottom: 26px;
}

.footer__logo {
  margin-bottom: 70px;
}

.footer__lists {
  padding-bottom: 62px;
}

.footer__list .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.footer__widget ul {
  border-right: 1px solid #4A4A49;
}
.footer__widget ul li a {
  color: #cbcbcb;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Segoe UI", sans-serif;
}
.footer__widget ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer__widget ul li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer__widget ul li a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .footer__widget ul {
    border: none;
  }
}

.footer__btn {
  display: inline-block;
  color: #FFFFFF;
  background-color: #4A4A46;
  padding: 13px 29px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.footer__btn:hover {
  text-decoration: underline;
}

.footer__social {
  gap: 45px;
  margin-bottom: 38px;
}
.footer__social a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 30px;
  color: #686867;
  font-size: 12px;
  margin-left: 10px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
.footer__social a:hover {
  color: #0060DF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer__social {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer__social {
    gap: 20px;
  }
}

.footer__contact-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 28px;
  transition: all 0.1s ease-in-out;
  display: inline-block;
}
.footer__contact-btn:hover {
  color: #0060DF;
}

.footer__copyright p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 23px;
  font-weight: 400;
  color: #737373;
}

.bouquet .container {
  max-width: 1300px;
}

.bouquet__background img {
  width: 100%;
  height: 100%;
}

.bouquet__wrapper .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.bouquet__content {
  max-width: 512px;
}
.bouquet__content h3 {
  color: #006940;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 8px;
  font-family: "TradeGothic";
}
.bouquet__content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.bouquet__content p:not(:last-child) {
  margin: 0;
}
@media (max-width: 1199px) {
  .bouquet__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.bouquet__content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 7px;
  color: #000000;
  margin: 0;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .bouquet__content {
    max-width: 100%;
  }
}

.bouquet__right {
  max-width: 512px;
  margin-left: auto;
}
.bouquet__right .bouquet__video {
  height: 250px;
}
.bouquet__right .bouquet__video iframe {
  height: 100%;
}
.bouquet__right .bouquet__btn .common__btn {
  background-color: #D80B8C;
  color: #FFFFFF;
  line-height: 21px;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 15px;
  font-family: "Open Sans", sans-serif;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  max-width: 384px;
}
.bouquet__right .bouquet__btn .common__btn:hover {
  box-shadow: 0px 0px 15px 10px #d6d6d6;
}
@media (max-width: 1199px) {
  .bouquet__right {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.bouquet__bottom {
  margin-top: 16px;
}

.program__title h4 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #006940;
  font-family: "TradeGothic";
}

.program__wrapper {
  max-width: 564px;
  margin: 0 auto;
}
.program__wrapper .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.program__icon {
  flex: 0 0 auto;
}
.program__icon img {
  height: 80px;
}

.program__feature-content {
  min-height: 72px;
  margin-bottom: 16px;
}
.program__feature-content h4 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.program__feature-content span {
  line-height: 1.5;
  color: #0E0600;
}

.program__btn .common__btn {
  background-color: #FFC709;
  color: #000000;
  border-radius: 20px;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 29px;
  max-width: 250px;
}
.program__btn .common__btn:hover {
  box-shadow: 0px 0px 15px 10px #d6d6d6;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .program__btn .common__btn {
    font-size: 16px;
    line-height: 24px;
  }
}

.section__borders hr {
  margin: 5px 0;
  height: 5px;
  border-radius: 5px;
  background-color: #006940;
  opacity: 1;
  border: 0;
}
.section__borders hr:nth-child(2) {
  background-color: #D80B8C;
}
.section__borders hr:nth-child(3) {
  background-color: #FFC709;
}

.garden {
  border-bottom: 1px dashed #787878;
  padding-bottom: 5px;
}
.garden .container {
  max-width: 1300px;
}

.garden-thumb img {
  object-fit: unset;
}

.fiesta {
  border-bottom: 1px dashed #787878;
}

.fiesta__content {
  margin-bottom: 15px;
}
.fiesta__content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "TradeGothic";
}
.fiesta__content p {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 20px;
}
.fiesta__content a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #006940;
  font-family: "TradeGothic";
}

.fiesta__inner > .row {
  --bs-gutter-x: 110px;
  --bs-gutter-y: 50px;
}
@media (max-width: 1199px) {
  .fiesta__inner > .row {
    --bs-gutter-x: 20px;
  }
}

.fiesta-list ul li {
  line-height: 26px;
}
.fiesta-list ul li::before {
  top: 14px;
}
.fiesta-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.fiesta__card--wrapper {
  max-width: 480px;
}
.fiesta__card--wrapper .row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.fiesta__card--wrapper .blog__thumb {
  height: 130px;
}
.fiesta__card--wrapper .blog__thumb img {
  object-fit: contain;
}
.fiesta__card--wrapper .blog__content h4 {
  font-size: 12px;
  line-height: 20px;
}
.fiesta__card--wrapper .blog__content h4 small {
  font-size: 11px;
  line-height: 12px;
}
@media (max-width: 1199px) {
  .fiesta__card--wrapper {
    margin: 0 auto;
  }
}

.fiesta__btn {
  position: absolute;
  left: 134px;
  top: 616px;
}
@media (max-width: 1399px) {
  .fiesta__btn {
    left: 42px;
    top: 440px;
  }
}
@media (max-width: 1199px) {
  .fiesta__btn {
    max-width: 380px;
    left: 38px;
    top: 560px;
  }
}
@media (max-width: 991px) {
  .fiesta__btn {
    max-width: 531px;
    position: unset;
    margin-top: 0;
  }
}

.gallery__image--wrapper {
  gap: 25px;
}
@media (max-width: 1199px) {
  .gallery__image--wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.gallery__thumbnails {
  gap: 20px;
}
.gallery__thumbnails .gallery__thumb {
  width: 110px;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
  border: 3px solid #E5E5E5;
  flex: 0 0 auto;
  height: 90px;
  object-fit: cover;
}
.gallery__thumbnails .gallery__thumb:hover {
  border-color: #5E5E5E;
}
@media (max-width: 575px) {
  .gallery__thumbnails .gallery__thumb {
    width: 95px;
  }
}
@media (max-width: 1199px) {
  .gallery__thumbnails {
    flex-direction: unset !important;
  }
}

.gallery__preview {
  position: relative;
  flex: 1;
}

.preview__image--block {
  border: 2px solid #E5E5E5;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}

.preview__image {
  height: 522px;
  display: inline-block;
  width: 100%;
}
.preview__image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .preview__image {
    height: 400px;
  }
}
@media (max-width: 1399px) {
  .preview__image {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .preview__image {
    height: 380px;
  }
}

.gallery__btns {
  background-color: #E5E5E5;
  gap: 90px;
  padding-block: 18px;
}
.gallery__btns a {
  font-size: 14px;
  line-height: 16px;
  color: #006940;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
}
.gallery__btns a span {
  height: 22px;
  display: flex;
  width: 22px;
}
.gallery__btns a:hover {
  text-decoration: underline;
}

.gallery__bottom--btn {
  position: absolute;
  bottom: 80px;
  width: 380px;
  left: -568px;
}
@media (max-width: 1399px) {
  .gallery__bottom--btn {
    bottom: 145px;
    width: 365px;
    left: -475px;
  }
}
@media (max-width: 1199px) {
  .gallery__bottom--btn {
    bottom: 30px;
    width: 365px;
    left: -429px;
    position: unset;
    margin-top: 50px;
  }
  .gallery__bottom--btn a {
    width: 100%;
  }
}

.gallery__modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 220, 220, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gallery__modal img {
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 15px;
}

.gallery__controls {
  bottom: 30px;
  left: 10px;
  gap: 8px;
}
.gallery__controls button {
  background-color: #B9B9B9;
  color: #313131;
  border: none;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 18px;
}
.gallery__controls span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.gallery__close {
  background-color: #B9B9B9;
  border: none;
  padding: 2px 10px;
  bottom: 30px;
  right: 15px;
  color: #313131;
  font-size: 18px;
  cursor: pointer;
}

.map .container {
  max-width: 1330px;
}

.map__image {
  width: 100%;
}
.map__image img {
  width: 100%;
  height: 100%;
}

.map__title {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.06);
  padding-block: 18px;
  margin-bottom: -128px;
  z-index: 999;
}
.map__title h2 {
  margin: 0;
  color: #016241;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: "TradeGothic";
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .map__title h2 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .map__title {
    margin-bottom: -28px;
  }
}

.map__content {
  margin-top: -100px;
  z-index: 444;
}
.map__content p {
  font-size: 18px;
  color: #6d6d6d;
  line-height: 30px;
  margin-bottom: 16px;
}
.map__content .common__btn {
  background-color: #016241;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 58px;
}
@media (max-width: 767px) {
  .map__content {
    margin-top: 100px;
  }
}

.map__address-details {
  max-width: 768px;
  margin: 0 auto;
}

.map__pin {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.map__pin .d_btn {
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #006346 !important;
  border-radius: 50%;
  border: 2px solid transparent !important;
}
.map__pin .d_btn:hover {
  border-color: #702E5F !important;
}
.map__pin .map__tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #FFFFFF;
  padding: 10px 15px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.map__pin .map__tooltip h4 {
  color: #016241;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .map__pin .map__tooltip h4 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 23px;
  }
}
.map__pin .map__tooltip p {
  color: #2C2C2C;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .map__pin .map__tooltip p {
    margin-bottom: 3px;
  }
}
.map__pin .map__tooltip a {
  color: #016241;
  font-size: 15px;
  line-height: 20px;
}
.map__pin .map__tooltip a:hover {
  text-decoration: underline;
}
.map__pin:hover .map__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}
.map__pin.show-top .map__tooltip {
  bottom: 50px;
  top: auto;
}
.map__pin.show-bottom .map__tooltip {
  top: 50px;
  bottom: auto;
}

.map__pin--1 {
  left: 17.6419%;
  top: 29.2231%;
}
@media (max-width: 767px) {
  .map__pin--1 {
    left: 10.642%;
    top: 18.223%;
  }
}
@media (max-width: 575px) {
  .map__pin--1 {
    left: 18.642%;
    top: 20.223%;
  }
}

.map__pin--2 {
  left: 44.8035%;
  top: 33.1292%;
}
@media (max-width: 767px) {
  .map__pin--2 {
    left: 32.804%;
    top: 28.129%;
  }
}

.map__pin--3 {
  left: 54.6943%;
  top: 42.7377%;
}

.map__pin--4 {
  left: 73.8865%;
  top: 41.6647%;
}
@media (max-width: 767px) {
  .map__pin--4 {
    left: 78.887%;
    top: 25.665%;
  }
}
@media (max-width: 575px) {
  .map__pin--4 {
    left: 70.887%;
    top: 24.665%;
  }
}

.map__pin--5 {
  left: 19.5633%;
  top: 54.9742%;
}
@media (max-width: 767px) {
  .map__pin--5 {
    left: 15.563%;
    top: 45.974%;
  }
}
@media (max-width: 575px) {
  .map__pin--5 {
    left: 26.563%;
  }
}

.map__pin--6 {
  left: 26.6376%;
  top: 59.6036%;
}
@media (max-width: 575px) {
  .map__pin--6 {
    left: 31.638%;
    top: 63.604%;
  }
}

.map__pin--7 {
  left: 22.4454%;
  top: 66.8371%;
}
@media (max-width: 767px) {
  .map__pin--7 {
    left: 17.445%;
    top: 75.837%;
  }
}
@media (max-width: 575px) {
  .map__pin--7 {
    left: 23.445%;
    top: 77.837%;
  }
}

.map__pin--8 {
  left: 53.2751%;
  top: 62.497%;
}
@media (max-width: 767px) {
  .map__pin--8 {
    left: 73.275%;
    top: 62.497%;
  }
}
@media (max-width: 575px) {
  .map__pin--8 {
    left: 56.275%;
    top: 65.497%;
  }
}

.theme-modal .modal-dialog {
  max-width: 1440px;
  width: calc(100% - 80px);
}
@media (max-width: 1199px) {
  .theme-modal .modal-dialog {
    width: calc(100% - 40px);
  }
}

#company-focus-options label {
  display: block;
}

.strip-container .slick-prev .custom-svg-icon,
.strip-container .slick-next .custom-svg-icon {
  height: 20px;
  fill: #FFFFFF;
}

@media (max-width: 1399px) {
  .laptop__fluid {
    max-width: 100% !important;
  }
}

#colorbox,
#cboxWrapper {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#cboxLoadedContent {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  height: 100% !important;
  vertical-align: middle !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
#cboxLoadedContent img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}
#cboxLoadedContent .colorbox {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
}

#cboxContent {
  margin-top: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#cboxOverlay {
  position: fixed !important;
}

html #cboxCurrent {
  bottom: 0px !important;
  left: 0px;
  right: 0px;
  text-align: left !important;
  color: #000000 !important;
  padding: 5px 8px;
  background: #FFFFFF;
  width: auto !important;
  display: inline-table;
}

.post_info img.alignleft,
.post_info .alignleft img,
.post_info figure.alignleft,
.post_info .wp-block-image.alignleft,
.entry-content img.alignleft,
.entry-content .alignleft img,
.entry-content figure.alignleft,
.entry-content .wp-block-image.alignleft,
.newsPageTexts img.alignleft,
.newsPageTexts .alignleft img,
.newsPageTexts figure.alignleft,
.newsPageTexts .wp-block-image.alignleft {
  float: left;
  margin: 0.5em 2em 1.5em 0;
  max-width: 45%;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_info img.alignright,
.post_info .alignright img,
.post_info figure.alignright,
.post_info .wp-block-image.alignright,
.entry-content img.alignright,
.entry-content .alignright img,
.entry-content figure.alignright,
.entry-content .wp-block-image.alignright,
.newsPageTexts img.alignright,
.newsPageTexts .alignright img,
.newsPageTexts figure.alignright,
.newsPageTexts .wp-block-image.alignright {
  float: right;
  margin: 0.5em 0 1.5em 2em;
  max-width: 45%;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_info img.aligncenter,
.post_info .aligncenter img,
.post_info figure.aligncenter,
.post_info .wp-block-image.aligncenter,
.entry-content img.aligncenter,
.entry-content .aligncenter img,
.entry-content figure.aligncenter,
.entry-content .wp-block-image.aligncenter,
.newsPageTexts img.aligncenter,
.newsPageTexts .aligncenter img,
.newsPageTexts figure.aligncenter,
.newsPageTexts .wp-block-image.aligncenter {
  display: block;
  margin: 2em auto;
  clear: both;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_info .alignnone,
.entry-content .alignnone,
.newsPageTexts .alignnone {
  margin: 1.5em 0;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_info::after,
.entry-content::after,
.newsPageTexts::after {
  content: "";
  display: table;
  clear: both;
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2em;
}
.wp-caption.alignleft {
  margin: 0.5em 2em 1.5em 0;
}
.wp-caption.alignright {
  margin: 0.5em 0 1.5em 2em;
}
.wp-caption.aligncenter {
  margin: 2em auto;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wp-caption-text {
  color: #6d6d6d;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
  padding: 0 1em;
}

.wp-block-image {
  margin-bottom: 2em;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.wp-block-image img:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.wp-block-image figcaption {
  color: #6d6d6d;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.75rem;
  text-align: center;
  padding: 0 1em;
}
.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto;
}

.single-post .default_template_holder {
  background-color: #fff;
}
.single-post article {
  margin-bottom: 0;
}
.single-post .entry-content > *:first-child {
  margin-top: 0;
}
.single-post .entry-content > *:last-child {
  margin-bottom: 0;
}

.newsPageTop {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}

.newsPageTitle {
  color: #004d40;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.newsPageTop .entry_date,
.newsPageTop .date {
  color: #9f9f9f;
  font-size: 0.9rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post_image {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.post_image:hover img {
  transform: scale(1.02);
}

.newsPageTexts {
  margin-top: 2rem;
}
.newsPageTexts p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #393939;
  letter-spacing: 0.01em;
}
.newsPageTexts p:last-child {
  margin-bottom: 0;
}
.newsPageTexts h1, .newsPageTexts h2, .newsPageTexts h3, .newsPageTexts h4, .newsPageTexts h5, .newsPageTexts h6 {
  color: #004d40;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
}
.newsPageTexts h1:first-child, .newsPageTexts h2:first-child, .newsPageTexts h3:first-child, .newsPageTexts h4:first-child, .newsPageTexts h5:first-child, .newsPageTexts h6:first-child {
  margin-top: 0;
}
.newsPageTexts h1 {
  font-size: 2.25rem;
  border-bottom: 2px solid #016241;
  padding-bottom: 0.5em;
}
.newsPageTexts h2 {
  font-size: 1.875rem;
  color: #004d40;
}
.newsPageTexts h3 {
  font-size: 1.5rem;
  color: #004d40;
}
.newsPageTexts h4 {
  font-size: 1.25rem;
  color: #016241;
}
.newsPageTexts h5 {
  font-size: 1.1rem;
  color: #016241;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.newsPageTexts h6 {
  font-size: 1rem;
  color: #016241;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.newsPageTexts a {
  color: #016241;
  text-decoration: underline;
  text-decoration-color: rgba(1, 98, 65, 0.3);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.newsPageTexts a:hover {
  color: #D80B8C;
  text-decoration-color: #D80B8C;
}
.newsPageTexts h1 a, .newsPageTexts h2 a, .newsPageTexts h3 a, .newsPageTexts h4 a, .newsPageTexts h5 a, .newsPageTexts h6 a {
  color: inherit;
  text-decoration: none;
}
.newsPageTexts h1 a:hover, .newsPageTexts h2 a:hover, .newsPageTexts h3 a:hover, .newsPageTexts h4 a:hover, .newsPageTexts h5 a:hover, .newsPageTexts h6 a:hover {
  color: #D80B8C;
}
.newsPageTexts iframe {
  max-width: 100%;
  border-radius: 4px;
  margin: 1.5em 0;
}
.newsPageTexts ul, .newsPageTexts ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  font-size: 1.125rem;
  line-height: 1.8;
}
.newsPageTexts ul {
  list-style-type: disc;
}
.newsPageTexts ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.newsPageTexts ol {
  list-style-type: decimal;
}
.newsPageTexts ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.newsPageTexts li {
  margin-bottom: 0.6em;
  padding-left: 0.25em;
}
.newsPageTexts li:last-child {
  margin-bottom: 0;
}
.newsPageTexts li ul, .newsPageTexts li ol {
  margin-top: 0.5em;
}
.newsPageTexts blockquote {
  position: relative;
  border-left: 5px solid #016241;
  margin: 2em 0;
  padding: 1.5em 2em;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.7;
  color: #202020;
}
.newsPageTexts blockquote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: rgba(1, 98, 65, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}
.newsPageTexts blockquote p {
  margin-bottom: 0.75em;
  font-size: inherit;
}
.newsPageTexts blockquote p:last-child {
  margin-bottom: 0;
}
.newsPageTexts blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 0.9em;
  font-style: normal;
  color: #6d6d6d;
}
.newsPageTexts blockquote cite::before {
  content: "—";
}
.newsPageTexts hr {
  border: none;
  border-top: 2px solid #eaeaea;
  margin: 3em 0;
}
.newsPageTexts pre, .newsPageTexts code {
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 0.9em;
}
.newsPageTexts code {
  background: #f4f4f4;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: #004d40;
}
.newsPageTexts pre {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 1.5em;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2em 0;
}
.newsPageTexts pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.newsPageTexts table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
}
.newsPageTexts table th, .newsPageTexts table td {
  padding: 0.75em 1em;
  border: 1px solid #eaeaea;
  text-align: left;
}
.newsPageTexts table th {
  background: #f8f9fa;
  font-weight: 700;
  color: #004d40;
}
.newsPageTexts table tr:nth-child(even) {
  background: rgba(248, 249, 250, 0.5);
}
.newsPageTexts img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.newsPageTexts > img {
  display: block;
  margin: 2em auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single_tags {
  margin: 1.5rem 0 0;
}
.single_tags .tags_text {
  margin-bottom: 1rem;
}
.single_tags .tags_text span {
  color: #b4975a;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single_tags a {
  color: #b4975a;
  font-size: 0.85rem;
  letter-spacing: 0;
  line-height: 2.3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.single_tags a:hover {
  color: #856e3c;
  text-decoration: underline;
}

.post_text {
  margin-top: 1.5rem;
}

.post_text_inner {
  padding: 0;
}

.post_info {
  color: #393939;
  font-size: 1.125rem;
  line-height: 1.8;
}
.post_info p {
  margin-bottom: 1.5em;
}
.post_info p:last-child {
  margin-bottom: 0;
}
.post_info img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.post_info a {
  color: #016241;
  text-decoration: underline;
  text-decoration-color: rgba(1, 98, 65, 0.3);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}
.post_info a:hover {
  color: #D80B8C;
  text-decoration-color: #D80B8C;
}
.post_info h1, .post_info h2, .post_info h3, .post_info h4, .post_info h5, .post_info h6 {
  color: #004d40;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.post_info h1:first-child, .post_info h2:first-child, .post_info h3:first-child, .post_info h4:first-child, .post_info h5:first-child, .post_info h6:first-child {
  margin-top: 0;
}
.post_info h2 {
  font-size: 1.875rem;
}
.post_info h3 {
  font-size: 1.5rem;
}
.post_info h4 {
  font-size: 1.25rem;
}
.post_info ul, .post_info ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.post_info li {
  margin-bottom: 0.6em;
}
.post_info blockquote {
  border-left: 5px solid #016241;
  margin: 2em 0;
  padding: 1.5em 2em;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

.post-share-wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #eaeaea;
}

.post-share-title {
  font-size: 1rem;
  font-weight: 600;
  color: #004d40;
  margin-bottom: 1.25rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.post-share-list {
  display: block;
}
.post-share-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: 12px;
}
.post-share-list ul li {
  display: inline-block;
}
.post-share-list ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.post-share-list ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.post-share-list .facebook_share a, .post-share-list li.facebook a {
  background: #3b5998;
}
.post-share-list .twitter_share a, .post-share-list li.twitter a {
  background: #1da1f2;
}
.post-share-list .linkedin_share a, .post-share-list li.linkedin a {
  background: #0077b5;
}
.post-share-list .pinterest_share a, .post-share-list li.pinterest a {
  background: #bd081c;
}
.post-share-list .email_share a, .post-share-list li.email a {
  background: #444;
}

.related-posts-wrapper {
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #eaeaea;
}

.related-posts-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #004d40;
}

.related-posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
  width: 100%;
}
.related-posts-list .related-post-item {
  width: 31.5%;
  margin-bottom: 30px;
}

.related-post-thumb {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.related-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.related-post-thumb:hover img {
  transform: scale(1.05);
}

.related-post-title {
  font-weight: 700;
  color: #004d40;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.related-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.related-post-title a:hover {
  color: #D80B8C;
}

.related-post-excerpt {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.related-post-permalink a {
  background: #04593c;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 28px;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(4, 89, 60, 0.3);
}
.related-post-permalink a:hover {
  background: #035237;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(4, 89, 60, 0.4);
}

.newsListTags {
  padding: 0;
}

.newsTagTitle,
.newsListTags h5 {
  color: #a0a0a0;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.newsTag {
  color: #2e2e2e;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  border-radius: 0 4px 4px 0;
}
.newsTag:hover {
  color: #b4975a;
  background-color: rgba(180, 151, 90, 0.08);
  border-left-color: #b4975a;
}

.newsTagActive,
.newsTag.active {
  color: #b4975a;
  background-color: rgba(180, 151, 90, 0.1);
  border-left-color: #b4975a;
}

.buttonNewsDown {
  cursor: pointer;
  padding: 12px;
  font-weight: 600;
  color: #2e2e2e;
}

.panelSuperCarousel {
  padding: 0;
}

.has-drop-cap:not(:focus)::first-letter,
.newsPageTexts.drop-cap > p:first-of-type::first-letter {
  float: left;
  font-size: 4.5em;
  line-height: 0.8;
  margin: 0.05em 0.15em 0 0;
  font-weight: 700;
  color: #016241;
}

@media (max-width: 991.98px) {
  .related-posts-list .related-post-item {
    width: 48%;
  }
  .post_info img.alignleft,
.post_info .alignleft img,
.post_info img.alignright,
.post_info .alignright img,
.entry-content img.alignleft,
.entry-content .alignleft img,
.entry-content img.alignright,
.entry-content .alignright img,
.newsPageTexts img.alignleft,
.newsPageTexts .alignleft img,
.newsPageTexts img.alignright,
.newsPageTexts .alignright img {
    max-width: 40%;
  }
  .newsPageTitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .newsPageTitle {
    font-size: 1.5rem;
  }
  .newsPageTexts p,
.post_info p {
    font-size: 1rem;
    line-height: 1.75;
  }
  .newsPageTexts h2 {
    font-size: 1.5rem;
  }
  .newsPageTexts h3 {
    font-size: 1.25rem;
  }
  .newsPageTexts h4 {
    font-size: 1.1rem;
  }
  .newsPageTexts blockquote {
    padding: 1em 1.25em;
    margin: 1.5em 0;
  }
  .newsPageTexts blockquote::before {
    font-size: 3rem;
    top: -5px;
    left: 10px;
  }
  .related-posts-list .related-post-item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .related-post-title {
    font-size: 1.15rem;
  }
  .related-post-permalink {
    margin-top: 1rem;
  }
  .post-share-list ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .post_info img.alignleft,
.post_info .alignleft img,
.post_info figure.alignleft,
.post_info img.alignright,
.post_info .alignright img,
.post_info figure.alignright,
.entry-content img.alignleft,
.entry-content .alignleft img,
.entry-content figure.alignleft,
.entry-content img.alignright,
.entry-content .alignright img,
.entry-content figure.alignright,
.newsPageTexts img.alignleft,
.newsPageTexts .alignleft img,
.newsPageTexts figure.alignleft,
.newsPageTexts img.alignright,
.newsPageTexts .alignright img,
.newsPageTexts figure.alignright {
    float: none;
    display: block;
    max-width: 100%;
    margin: 1.5em auto;
  }
}
@media (max-width: 575.98px) {
  .newsPageTexts iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .related-posts-list .related-post-item {
    margin-bottom: 3rem;
  }
  .related-post-title {
    font-size: 1.25rem;
  }
  .related-post-permalink {
    margin-top: 1.25rem;
  }
  .newsPageTexts ul, .newsPageTexts ol {
    padding-left: 1.25em;
  }
}
@media print {
  .post_info img,
.entry-content img,
.newsPageTexts img {
    box-shadow: none !important;
  }
  .post-share-wrapper,
.related-posts-wrapper {
    display: none;
  }
}

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