.tdg-resource-blog-header {
  background: var(--e-global-color-1f4be1a);
  padding: 67px 0;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header {
    padding: 34px 0;
  }
}
.tdg-resource-blog-header .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container {
    padding: 0 27px;
  }
}
.tdg-resource-blog-header .container .wrapper-title {
  padding-bottom: 15px;
  border-bottom: 0px solid #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-title {
    margin-bottom: 15px;
  }
}
.tdg-resource-blog-header .container .wrapper-title * {
  color: #fff;
  margin: 0;
}
.tdg-resource-blog-header .container .wrapper-form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-form form .form-group {
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
  }
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select {
  min-width: 108px;
  width: fit-content;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-form form .form-group .select {
    max-width: 50%;
  }
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select:not(:last-child) {
  margin-right: 25px;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select .select-title {
  width: 100%;
  border: 1px solid #fff;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select .select-title:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
  position: relative;
  z-index: 2;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select .select-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 44px;
  top: 0;
  right: 0;
  display: block;
  background: var(--e-global-color-1f4be1a);
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select .select-title p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select ul {
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  max-height: 378px;
  overflow: auto;
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-form form .form-group .select ul {
    width: 100%;
    left: 0;
  }
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select ul li {
  padding: 15px;
  color: var(--e-global-color-1f4be1a);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  list-style-type: none !important;
  min-width: 320px;
  width: 100%;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select ul li:hover {
  background: var(--e-global-color-5da43dd);
  color: #fff;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select ul li.selected {
  color: var(--e-global-color-5da43dd);
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select ul li.selected:hover {
  background: var(--e-global-color-5da43dd);
  color: #fff;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select.toggled .select-title:after {
  transform: rotate(-45deg);
  margin-top: 2px;
}
.tdg-resource-blog-header .container .wrapper-form form .form-group .select.toggled ul {
  transform: scaleY(1);
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-form form .form-group .select {
    width: 49%;
  }
}
.tdg-resource-blog-header .container .wrapper-form form .search-group {
  width: 32%;
  position: relative;
}
@media (max-width: 1023px) {
  .tdg-resource-blog-header .container .wrapper-form form .search-group {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .tdg-resource-blog-header .container .wrapper-form form .search-group {
    width: 100%;
  }
}
.tdg-resource-blog-header .container .wrapper-form form .search-group input {
  width: 100%;
  padding: 10px 15px;
  background-position: center;
  background-position-x: calc(100% - 20px);
  color: #fff;
  padding-right: 35px;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
}
.tdg-resource-blog-header .container .wrapper-form form .search-group input::placeholder {
  color: #fff;
}
.tdg-resource-blog-header .container .wrapper-form form .search-group input[type=submit] {
  background: url("/source/ab82303f5483d6d5d9d6c147c5d3fd9a/icon-search.svg") no-repeat;
  width: 30px;
  background-position: center;
  position: absolute;
  border: none;
  right: 0;
  top: 0;
}
.tdg-resources-blog-description {
  background: #f6f4f5;
  padding: 50px 0;
}
.tdg-resources-blog-description .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.tdg-resource-blog-section {
  background: #f6f4f5;
}
.tdg-resource-blog-section .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.tdg-resource-blog-section .posts-container {
  width: 100%;
  display: grid;
  grid-gap: 30px 2%;
  grid-template-columns: repeat(auto-fill, 32%);
}
@media (max-width: 1024px) {
  .tdg-resource-blog-section .posts-container {
    grid-gap: 30px 2%;
    grid-template-columns: repeat(auto-fill, 49%);
  }
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) {
  width: 100%;
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .wrapper-image {
  height: 200px;
  background: #dbd3d8;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:not(:first-child) .wrapper-image {
    aspect-ratio: 1.7777777778;
    height: auto;
  }
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .wrapper-image img {
  /*width: 100%;
                    height: 100%;
                    object-fit: cover;*/
  aspect-ratio: 1.7777777778;
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container {
  background: #fff;
  padding: 25px;
  display: flex;
  height: calc(100% - 200px);
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container {
    height: auto;
  }
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container .wrapper-title {
  margin-bottom: 27px;
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container .wrapper-title * {
  color: var(--e-global-color-1f4be1a);
  margin: 0;
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container .wrapper-links {
  margin: auto 0;
  margin-bottom: 0;
}
.tdg-resource-blog-section .posts-container .post-item:not(:first-child) .text-container .wrapper-links .elementor-button-text {
  font-size: 16px;
  line-height: 24px;
}
.tdg-resource-blog-section .posts-container .post-item:first-child {
  grid-column: 1 / span 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child {
    grid-column: 1 /span 2;
  }
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child {
    grid-column: 1 /span 1;
    margin-bottom: 0;
  }
}
.tdg-resource-blog-section .posts-container .post-item:first-child .wrapper-image {
  width: 49%;
  min-height: 295px;
  background: #d5d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tdg-resource-blog-section .posts-container .post-item:first-child .wrapper-image img {
  aspct-ratio: 1.7777777778;
  /* width: 100%;
                    height: 100%;
                    object-fit: cover;*/
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child .wrapper-image {
    width: 100%;
    min-height: 200px;
  }
}
.tdg-resource-blog-section .posts-container .post-item:first-child .text-container {
  background: #fff;
  padding: 50px 60px;
  width: 51%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child .text-container {
    width: 100%;
    padding: 25px;
  }
}
.tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-title {
  margin-bottom: 25px;
}
.tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-title * {
  margin: 0;
  font-size: 45px;
  line-height: 50px;
  color: var(--e-global-color-1f4be1a);
}
@media (max-width: 1024px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-title * {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-title * {
    line-height: 25px;
    font-size: 20px;
  }
}
.tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-links {
  margin: auto 0;
}
.tdg-resource-blog-section .posts-container .post-item:first-child .text-container .wrapper-links .elementor-button-text {
  font-size: 16px;
  line-height: 24px;
}
.tdg-resource-clear-filters {
  display: none;
  background: #f6f4f5;
  padding: 50px 0;
}
.tdg-resource-clear-filters .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tdg-resource-blog-loadmore {
  background: #f6f4f5;
  padding: 50px 0;
}
.tdg-resource-blog-loadmore .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.tdg-resource-blog-loadmore .container form {
  width: fit-content;
  margin: 0 auto;
}
.tdg-resource-blog-loadmore .container form .btn.disabled {
  display: none;
}
.tdg-news-events-section {
  background: #f6f4f5;
}
.tdg-news-events-section .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.tdg-news-events-section .posts-container {
  width: 100%;
  display: grid;
  grid-gap: 30px 2%;
  grid-template-columns: repeat(auto-fill, 32%);
}
@media (max-width: 1024px) {
  .tdg-news-events-section .posts-container {
    grid-gap: 30px 2%;
    grid-template-columns: repeat(auto-fill, 49%);
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section .posts-container {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.tdg-news-events-section .posts-container .post-item {
  width: 100%;
}
.tdg-news-events-section .posts-container .post-item .wrapper-image {
  height: 200px;
  background: #dbd3d8;
}
.tdg-news-events-section .posts-container .post-item .wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdg-news-events-section .posts-container .post-item .text-container {
  background: #fff;
  padding: 25px;
  display: flex;
  height: calc(100% - 200px);
  flex-direction: column;
  align-items: flex-start;
}
.tdg-news-events-section .posts-container .post-item .text-container .wrapper-title {
  margin-bottom: 21px;
}
.tdg-news-events-section .posts-container .post-item .text-container .wrapper-title * {
  color: var(--e-global-color-1f4be1a);
  margin: 0;
}
.tdg-news-events-section .posts-container .post-item .text-container .wrapper-links {
  margin: auto 0;
  margin-bottom: 0;
}
.tdg-news-events-section .posts-container .post-item .text-container .wrapper-links .elementor-button-text {
  font-size: 16px;
  line-height: 24px;
}
.tdg-news-events-section.grid {
  background: none;
}
.tdg-news-events-section.grid .container {
  padding: 0;
}
.tdg-news-events-section.grid .posts-container {
  display: grid;
  grid-template-columns: 51% calc(49% - 78px);
  grid-template-rows: 150px 150px 150px 107px;
  column-gap: 78px;
  row-gap: 0;
}
@media (max-width: 1200px) {
  .tdg-news-events-section.grid .posts-container {
    column-gap: 30px;
    grid-template-columns: 50% calc(50% - 30px);
  }
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container {
    grid-template-columns: 100%;
    grid-template-rows: minmax(459px, 459px) 130px 130px 130px 75px;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container {
    grid-template-rows: minmax(468px, 468px) 130px 130px 130px 75px;
  }
}
.tdg-news-events-section.grid .posts-container .post-item {
  cursor: pointer;
  position: relative;
}
.tdg-news-events-section.grid .posts-container .post-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.tdg-news-events-section.grid .posts-container .post-item:first-child {
  width: 100%;
  grid-column: 1;
  grid-row: 1 /span 4;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child {
    grid-row: 1;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child {
    margin-bottom: 18px;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .wrapper-image {
  width: 100%;
  height: 372px;
  background: #f6f4f5;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .wrapper-image {
    height: 300px;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: coverr;
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .text-container {
  width: 100%;
  padding: 27px;
  background: var(--e-global-color-1f4be1a);
  height: calc(100% - 372px);
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container {
    height: calc(100% - 300px);
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container {
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title {
  margin-bottom: 18px;
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title * {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title * {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title {
    margin-bottom: 17px;
  }
  .tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-title * {
    -webkit-line-clamp: 2;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:first-child .text-container .wrapper-links a .elementor-button-text {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.tdg-news-events-section.grid .posts-container .post-item:first-child:hover .text-container {
  background: var(--e-global-color-5da43dd);
}
.tdg-news-events-section.grid .posts-container .post-item:first-child:hover .text-container .elementor-button-text {
  color: #fff;
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) {
  grid-column: 2;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #adb5bd;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) {
    grid-column: 1;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .wrapper-image {
  width: 25%;
  background: #adb5bd;
  min-height: 120px;
  height: unset;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .wrapper-image {
    min-height: 100px;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .wrapper-image {
    width: 30%;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container {
  width: 75%;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container {
    padding-left: 47px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container {
    padding-left: 18px;
    width: 70%;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container .wrapper-title {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container .wrapper-title {
    margin-bottom: 7px;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container .wrapper-title * {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--e-global-color-1f4be1a);
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container .post-item:not(:first-child) .text-container .wrapper-title * {
    -webkit-line-clamp: 3;
  }
}
.tdg-news-events-section.grid .posts-container .post-item:not(:first-child):nth-child(2) {
  border-top: 1px solid #adb5bd;
}
.tdg-news-events-section.grid .posts-container > a {
  grid-column: 2;
  grid-row: 4;
}
.tdg-news-events-section.grid .posts-container > a .elementor-button-text {
  font-size: 25px;
  line-height: 35px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .tdg-news-events-section.grid .posts-container > a {
    margin: 0 auto;
    margin-right: 0;
    grid-column: 1;
    grid-row: 5;
  }
}
@media (max-width: 767px) {
  .tdg-news-events-section.grid .posts-container > a {
    margin-right: auto;
  }
}
