.main-resources .page-header {
  background: #E8EDF0;
}
.main-resources .page-header .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.main-resources .page-header .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto 0;
  background-image: url(../images/red-shape.svg?updated);
  background-size: cover;
}
.main-resources .page-header h1 {
  margin: 0;
}
.main-resources .section-title {
  position: relative;
  margin-bottom: 50px;
  padding-left: 100px;
}
.main-resources .section-title:before {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #F9423A;
}
.main-resources .section-slider {
  padding: 50px 0;
  padding-bottom: 100px;
  background-image: url(../images/resources-bg.jpg);
  background-size: cover;
}
.main-resources .section-slider .resources-slider {
  overflow: visible;
}
.main-resources .section-slider .resources-slider .swiper-pagination {
  bottom: -30px;
}
.main-resources .section-slider .resources-slider .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}
.main-resources .section-slider .resources-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F9423A;
}
.main-resources .section-slider .slide-content {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 800px) {
  .main-resources .section-slider .slide-content {
    padding: 50px;
    display: flex;
    gap: 30px;
  }
}
.main-resources .section-slider .slide-content .slide-image img {
  width: 100%;
}
@media (min-width: 800px) {
  .main-resources .section-slider .slide-content .slide-image {
    width: 40%;
  }
}
.main-resources .section-slider .slide-content .slide-text {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (min-width: 800px) {
  .main-resources .section-slider .slide-content .slide-text {
    width: 60%;
  }
}
.main-resources .section-slider .slide-content .slide-text p {
  font-size: 18px;
}
.main-resources .section-slider .slide-content .read-more {
  display: inline-block;
  margin-top: 30px;
  padding-right: 30px;
  font-size: 18px;
  color: #000;
  position: relative;
  transition: 0.2s all;
}
.main-resources .section-slider .slide-content .read-more:hover {
  color: #F9423A;
  text-decoration: none;
}
.main-resources .section-slider .slide-content .read-more:after {
  content: "";
  width: 18px;
  height: 10px;
  margin: auto 0;
  background-image: url(../images/caret-down-red.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 800px) {
  .main-resources .section-slider h3 {
    font-size: 38px;
  }
}
.main-resources .section-slider h3 a {
  color: #F9423A;
}
.main-resources .resources-content-wrapper {
  padding: 90px 0;
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .container-flex {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts-wrapper {
    width: 70%;
  }
}
.main-resources .resources-content-wrapper .resources-posts-wrapper .load-more-posts {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-right: 30px;
  padding-bottom: 6px;
  color: #000;
  border-bottom: 1px solid #000;
}
.main-resources .resources-content-wrapper .resources-posts-wrapper .load-more-posts:after {
  content: "";
  width: 18px;
  height: 23px;
  margin: auto 0;
  background-image: url(../images/arrow-right-black-2.svg?updated);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-resources .resources-content-wrapper .explore-more-wrapper {
  margin-top: 30px;
}
.main-resources .resources-content-wrapper .explore-more-wrapper h3 {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts.explore-posts .post-item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts .column {
    width: calc(50% - 30px);
  }
}
.main-resources .resources-content-wrapper .resources-posts .column h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 20px;
  position: relative;
}
.main-resources .resources-content-wrapper .resources-posts .column h3:after {
  content: "";
  width: 12px;
  height: 18px;
  margin: auto 0;
  background-image: url(../images/caret-right-red.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-resources .resources-content-wrapper .resources-posts .post-item {
  margin-bottom: 30px;
  background-color: #E8EDF0;
  border-radius: 8px;
}
.main-resources .resources-content-wrapper .resources-posts .post-item img {
  height: 240px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.main-resources .resources-content-wrapper .resources-posts .post-item .post-content {
  min-height: 210px;
  padding: 20px;
  position: relative;
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts .post-item .post-content {
    padding: 30px;
  }
}
.main-resources .resources-content-wrapper .resources-posts .post-item .post-content .read-more-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts .post-item .post-content .read-more-wrapper {
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
}
.main-resources .resources-content-wrapper .resources-posts .post-item .post-content .read-more {
  display: block;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.main-resources .resources-content-wrapper .resources-posts .post-item .post-content .read-more:hover {
  text-decoration: none;
}
.main-resources .resources-content-wrapper .resources-posts .post-item .post-content .read-more:after {
  content: "";
  width: 18px;
  height: 23px;
  margin: auto 0;
  background-image: url(../images/arrow-right-black-2.svg?updated);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-resources .resources-content-wrapper .resources-posts .post-item h4 {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 800px) {
  .main-resources .resources-content-wrapper .resources-posts .post-item h4 {
    font-size: 20px;
  }
}
.main-resources .resources-content-wrapper .resources-posts .post-item h4 a {
  font-weight: 500;
  color: #F9423A;
}
.main-resources .section-by-format {
  margin-top: 50px;
}
@media (min-width: 800px) {
  .main-resources .section-by-format {
    margin-top: 150px;
  }
}
@media (min-width: 800px) {
  .main-resources .section-by-format .format-list {
    display: flex;
    gap: 20px;
  }
}
.main-resources .section-by-format .format-list a {
  display: block;
  margin-top: 30px;
  padding: 25px 50px;
  background-color: #F9423A;
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 40px 6px;
}
@media (min-width: 800px) {
  .main-resources .section-by-format .format-list a {
    width: 25%;
    margin-top: 0;
  }
}
.main-resources .section-by-format .format-list a:hover {
  text-decoration: none;
}
.main-resources .section-by-format .format-list a span {
  position: relative;
  display: inline-block;
  padding: 5px 19px 5px 5px;
}
.main-resources .section-by-format .format-list a span:after {
  content: "";
  width: 8px;
  height: 13px;
  margin: auto 0;
  background-image: url(../images/caret-white.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
}
.main-resources .sidebar {
  margin-top: 50px;
}
@media (min-width: 800px) {
  .main-resources .sidebar {
    width: 30%;
    position: sticky;
    top: 150px;
  }
}
.main-resources .sidebar .widget {
  margin-bottom: 30px;
}
.main-resources .sidebar .widget-search .search-form {
  display: flex;
}
.main-resources .sidebar .widget-search .search-form input[type=search] {
  width: 100%;
  background-color: #E8EDF0;
  padding: 5px 15px;
  border: none;
  border-radius: 20px 0 0 20px;
}
.main-resources .sidebar .widget-search .search-form input[type=submit] {
  width: 50px;
  height: 40px;
  background-color: #E8EDF0;
  background-image: url(../images/lupe.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 0 20px 20px 0;
}
.main-resources .sidebar .widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-resources .sidebar .widget-categories li {
  margin-bottom: 10px;
}
.main-resources .sidebar .widget-categories a {
  display: inline-block;
  padding: 5px 10px;
  background: #E8EDF0;
  color: #000;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.1s all;
}
.main-resources .sidebar .widget-categories a:hover {
  background: #F9423A;
  color: #fff;
  text-decoration: none;
}
.main-resources .sidebar .widget-get-demo {
  padding: 30px;
  background: #373C42;
  color: #fff;
  position: relative;
  border-radius: 7px;
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-get-demo {
    padding-bottom: 200px;
  }
}
.main-resources .sidebar .widget-get-demo:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background-image: url(../images/white-shape.svg?update);
  background-size: cover;
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-get-demo:after {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-get-demo h3 {
    font-size: 48px;
  }
}
.main-resources .sidebar .widget-get-demo .button {
  padding: 15px 30px;
  background: #F9423A;
  border-radius: 25px;
}
.main-resources .sidebar .widget-latest-posts .post-item {
  margin-bottom: 30px;
  background-color: #E8EDF0;
  border-radius: 8px;
}
.main-resources .sidebar .widget-latest-posts .post-item img {
  height: 240px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.main-resources .sidebar .widget-latest-posts .post-item .post-content {
  min-height: 210px;
  padding: 20px;
  position: relative;
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-latest-posts .post-item .post-content {
    padding: 30px;
  }
}
.main-resources .sidebar .widget-latest-posts .post-item .post-content .read-more-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-latest-posts .post-item .post-content .read-more-wrapper {
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
}
.main-resources .sidebar .widget-latest-posts .post-item .post-content .read-more {
  display: block;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.main-resources .sidebar .widget-latest-posts .post-item .post-content .read-more:hover {
  text-decoration: none;
}
.main-resources .sidebar .widget-latest-posts .post-item .post-content .read-more:after {
  content: "";
  width: 18px;
  height: 23px;
  margin: auto 0;
  background-image: url(../images/arrow-right-black-2.svg?updated);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-resources .sidebar .widget-latest-posts .post-item h4 {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 800px) {
  .main-resources .sidebar .widget-latest-posts .post-item h4 {
    font-size: 20px;
  }
}
.main-resources .sidebar .widget-latest-posts .post-item h4 a {
  font-weight: 500;
  color: #F9423A;
}
.main-resources .section-socials {
  margin-top: 100px;
  text-align: center;
}
.main-resources .section-socials ul {
  padding: 0;
}
.main-resources .section-socials li {
  display: inline-block;
}
.main-resources .section-socials a {
  width: 28px;
  height: 28px;
  background: #F9423A;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 1;
}

.main-resources-type .section-resources-type-grid {
  padding: 50px 0;
}
.main-resources-type .section-resources-type-grid .container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.main-resources-type .section-resources-type-grid h2 {
  width: calc(33% - 30px);
  padding-left: 100px;
  position: relative;
}
.main-resources-type .section-resources-type-grid h2:before {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 20px;
  background: #F9423A;
}
.main-resources-type .section-resources-type-grid .post-item {
  width: calc(33% - 30px);
  margin-bottom: 30px;
  background-color: #E8EDF0;
  border-radius: 6px 6px 45px 6px;
}
.main-resources-type .section-resources-type-grid .post-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.main-resources-type .section-resources-type-grid .post-item .post-content {
  padding: 30px;
  padding-bottom: 100px;
  position: relative;
}
.main-resources-type .section-resources-type-grid .post-item .post-content .read-more-wrapper {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
}
.main-resources-type .section-resources-type-grid .post-item .post-content .read-more {
  display: block;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.main-resources-type .section-resources-type-grid .post-item .post-content .read-more:hover {
  text-decoration: none;
  color: #F9423A;
}
.main-resources-type .section-resources-type-grid .post-item .post-content .read-more:after {
  content: "";
  width: 18px;
  height: 23px;
  margin: auto 0;
  background-image: url(../images/arrow-right-black-2.svg?updated);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-resources-type .section-resources-type-grid .post-item h4 {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 800px) {
  .main-resources-type .section-resources-type-grid .post-item h4 {
    font-size: 20px;
  }
}
.main-resources-type .section-resources-type-grid .post-item h4 a {
  font-weight: 500;
  color: #F9423A;
}
.main-resources-type .section-bottom {
  padding: 50px 0;
  background-color: #E8EDF0;
}
.main-resources-type .section-bottom .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-resources-type .section-bottom .container .content {
  width: 65%;
}
.main-resources-type .section-bottom .container .image {
  width: 35%;
}
.main-resources-type .section-bottom h2 {
  font-size: 54px;
}
.main-resources-type .section-bottom .button {
  padding: 15px 30px;
  background: #F9423A;
  border-radius: 25px;
}

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