.sustainabilityFC .row {
  flex-grow: 1;
}
.sustainabilityFC .block-wrapper {
  display: block;
  width: 100%;
}
.sustainabilityFC .flex-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sustainabilityFC .sfc {
  padding: 45px 15px;
}
.sustainabilityFC .sfc div.animate {
  -webkit-animation: fade-in-bottom 1s ease-in-out 1 both;
  animation: fade-in-bottom 1s ease-in-out 1 both;
}
.sustainabilityFC .sfc:not(.sfc_hero) + .sfc {
  padding-top: 0;
}
.sustainabilityFC b {
  font-weight: 700;
}
.sustainabilityFC h1, .sustainabilityFC h2, .sustainabilityFC h3, .sustainabilityFC h4, .sustainabilityFC h5, .sustainabilityFC h6 {
  color: #354C44;
}
.sustainabilityFC ul {
  padding-left: 20px;
}
.sustainabilityFC high-light {
  font-weight: 600;
  color: #556e6b;
}
.sustainabilityFC a {
  color: #2b0c0c;
}
.sustainabilityFC a:hover {
  color: #354C44;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sustainabilityFC .sfc {
    padding: 60px 15px;
  }
}
.no-pt {
  padding-top: 0 !important;
}
.no-pb {
  padding-bottom: 0 !important;
}
/**
 * ----------------------------------------
 * animation image-content-bgimg
 * ----------------------------------------
 */
@-webkit-keyframes image-content-bgimg {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px) translateY(-50%);
    transform: translateZ(-1400px) translateX(1000px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
    opacity: 0.1;
  }
}
@keyframes image-content-bgimg {
  0% {
    -webkit-transform: translateZ(-1400px) translateX(1000px) translateY(-50%);
    transform: translateZ(-1400px) translateX(1000px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0) translateY(-50%);
    transform: translateZ(0) translateX(0) translateY(-50%);
    opacity: 0.1;
  }
}
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes mainimg-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mainimg-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes gridheadicon-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes gridheadicon-pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes simple-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes simple-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-4-8 12:42:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
footer.sustainability {
  padding-top: 0;
}
footer.sustainability ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
}
footer.sustainability .partners .slick-list .slick-slide > div {
  margin-bottom: 0;
}
footer.sustainability .after-footer {
  background: #354C44;
  margin-top: 0;
  padding: 50px 15px 30px 15px;
}
footer.sustainability .after-footer .menus {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
footer.sustainability .after-footer .menus:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
footer.sustainability .after-footer .menus .logo .footer-logo img {
  max-width: 200px;
}
@media (max-width: 991px) {
  footer.sustainability .after-footer .menus .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  footer.sustainability .after-footer .menus .logo .footer-logo img {
    max-width: 66%;
  }
}
footer.sustainability .after-footer .menus h5 {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  footer.sustainability .after-footer .menus h5 {
    text-align: center;
  }
}
footer.sustainability .after-footer .menus ul.menu li a {
  color: #FFFFFF;
}
footer.sustainability .after-footer .menus ul.menu li a:hover {
  color: #FFFFFF;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  footer.sustainability .after-footer .menus ul.menu {
    margin-bottom: 30px;
    text-align: center;
  }
  footer.sustainability .after-footer .menus ul.menu#esg-footer-menu-3 {
    margin-bottom: 0;
  }
}
footer.sustainability .after-footer .smallprint {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
footer.sustainability .after-footer .smallprint:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
footer.sustainability .after-footer .smallprint .legal-nav ul.menu {
  margin-bottom: 30px;
  text-align: center;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  footer.sustainability .after-footer .smallprint .legal-nav ul.menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
  }
}
footer.sustainability .after-footer .smallprint .legal-nav ul.menu li a {
  color: #FFFFFF;
  font-size: 13px;
}
@media (min-width: 992px) {
  footer.sustainability .after-footer .smallprint .legal-nav ul.menu li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #FFFFFF;
  }
}
footer.sustainability .after-footer .smallprint .legal-nav ul.menu li a:hover {
  color: #FFFFFF;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
footer.sustainability .after-footer .smallprint .legal-nav ul.menu li:last-child a {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
footer.sustainability .after-footer .smallprint .socials .social-links {
  margin-top: 0;
}
footer.sustainability .after-footer .smallprint .socials .social-links a {
  background: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}
footer.sustainability .after-footer .smallprint .socials .social-links a.youtube:before {
  background-image: url("../../../../app/assets/img/social-icons/youtube-2.svg");
}
footer.sustainability .after-footer .smallprint .socials .social-links a:hover {
  background: rgba(43, 12, 12, 0.2);
}
footer.sustainability .after-footer .footer-copyright .wrapper {
  text-align: center;
}
footer.sustainability .after-footer .footer-copyright .wrapper p {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}
footer.sustainability .after-footer .footer-copyright .wrapper p a {
  color: #FFFFFF;
}
footer.sustainability .after-footer .footer-copyright .wrapper p a:hover {
  color: #FFFFFF;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
header.sustainability .header-content .block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.sustainability .header-content .block-content .header-logo img {
  max-width: 200px;
}
header.sustainability .header-content .block-content .buttons {
  display: flex;
  gap: 10px;
}
header.sustainability .esg-navigation-btn {
  background: #354C44;
  color: #FFFFFF;
  padding: 10px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
header.sustainability .esg-navigation-btn:hover {
  background: #FFFFFF;
  color: #354C44;
  border-color: #354C44;
}
header.sustainability .esg-navigation-btn.open i {
  transform: rotate(180deg);
}
header.sustainability .esg-navigation {
  background: #354C44;
  display: none;
  z-index: 2;
  box-shadow: 0px 5px 5px 0px rgba(43, 12, 12, 0.2);
}
header.sustainability .esg-navigation .menu-esg-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.sustainability .esg-navigation .menu-esg-container ul li {
  flex-grow: 1;
  text-align: center;
  position: relative;
}
header.sustainability .esg-navigation .menu-esg-container ul li a {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  transition: 0.15s ease-in-out;
}
header.sustainability .esg-navigation .menu-esg-container ul li a:hover {
  background: #556e6b;
  color: #FFFFFF;
  text-decoration: none;
}
header.sustainability .esg-navigation .menu-esg-container ul li .sub-menu {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  background: transparent;
}
header.sustainability .esg-navigation .menu-esg-container ul li .sub-menu li a {
  font-size: 0.9rem;
  padding: 5px 0;
  background: #556e6b;
}
header.sustainability .esg-navigation .menu-esg-container ul li .sub-menu li a:hover {
  background: #d9c4b1;
  color: #354C44;
}
header.sustainability .esg-navigation.show {
  display: block;
  padding: 0;
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  header.sustainability .header-content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header.sustainability .esg-navigation-btn {
    display: none;
  }
  header.sustainability .esg-navigation {
    display: block;
    position: relative;
  }
  header.sustainability .esg-navigation .menu-esg-container ul {
    display: flex;
    justify-content: space-around;
  }
  header.sustainability .esg-navigation .menu-esg-container ul li a {
    padding: 15px 0;
  }
  header.sustainability .esg-navigation .menu-esg-container ul li .sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0px 5px 5px 0px rgba(43, 12, 12, 0.2);
    margin-bottom: 0;
  }
  header.sustainability .esg-navigation .menu-esg-container ul li .sub-menu li a {
    padding: 10px 0;
  }
  header.sustainability .esg-navigation .menu-esg-container ul li:hover .sub-menu {
    display: block;
  }
}
.esg-btn {
  padding: 7px 25px;
  display: inline-block;
  transition: 0.15s ease-in-out;
  border: 1px solid transparent;
  border-radius: 30px;
}
.esg-btn:hover {
  text-decoration: none;
}
.esg-btn.primary {
  background: #354C44;
  color: #FFFFFF;
}
.esg-btn.primary:hover {
  background: transparent;
  color: #354C44;
  border-color: #354C44;
}
.esg-btn.secondary {
  background: #556e6b;
  color: #FFFFFF;
}
.esg-btn.secondary:hover {
  background: transparent;
  color: #556e6b;
  border-color: #556e6b;
}
.esg-btn.tertiary {
  background: #91acad;
  color: #FFFFFF;
}
.esg-btn.tertiary:hover {
  background: transparent;
  color: #91acad;
  border-color: #91acad;
}
.esg-btn.quaternary {
  background: #91acad;
  color: #FFFFFF;
}
.esg-btn.quaternary:hover {
  background: transparent;
  color: #b7c4bc;
  border-color: #b7c4bc;
}
.esg-btn.quinary {
  background: #d9c4b1;
  color: #354C44;
}
.esg-btn.quinary:hover {
  background: transparent;
  color: #d9c4b1;
  border-color: #d9c4b1;
}
.esg-btn.white {
  background: #FFFFFF;
  color: #2b0c0c;
}
.esg-btn.white:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.esg-btn:hover.hover-primary {
  background: #354C44;
  color: #FFFFFF;
}
.esg-btn:hover.hover-secondary {
  background: #556e6b;
  color: #FFFFFF;
}
.esg-btn:hover.hover-tertiary {
  background: #91acad;
  color: #FFFFFF;
}
.esg-btn:hover.hover-quaternary {
  background: #b7c4bc;
  color: #354C44;
}
.esg-btn:hover.hover-quinary {
  background: #d9c4b1;
  color: #354C44;
}
.sfc_call_to_action .block-wrapper {
  background: #556e6b;
  background: linear-gradient(135deg, #607c79, #4a605d);
  padding: 30px;
  text-align: center;
}
.sfc_call_to_action .block-wrapper .heading, .sfc_call_to_action .block-wrapper .sub_text {
  color: #FFFFFF;
}
.sfc_content_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sfc_content_image .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
}
.sfc_content_image .text .pre-title {
  margin-bottom: 0;
}
.sfc_content_image .text h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.sfc_content_image .text .wysiwyg p {
  font-size: 1rem;
  font-weight: 400;
}
.sfc_content_image .image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sfc_content_image .image .block-wrapper img {
  width: 100%;
}
.sfc_content_image .image .block-wrapper img.animate {
  -webkit-animation: mainimg-pulse 2s ease-in-out 1 both;
  animation: mainimg-pulse 2s ease-in-out 1 both;
}
.sfc_content_image .bg-image {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 120%;
  width: auto;
  z-index: -1;
  opacity: 0;
}
.sfc_content_image .bg-image.animate {
  -webkit-animation: image-content-bgimg 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: image-content-bgimg 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.sfc_content_image.light-grey {
  background: #F0F0F0;
}
.sfc_content_image.white {
  background: #FFFFFF;
}
.sfc_content_image.red .text h2, .sfc_content_image.red .text h3, .sfc_content_image.red .text h4, .sfc_content_image.red .text h5, .sfc_content_image.red .text h6, .sfc_content_image.red .text p, .sfc_content_image.red .text ul, .sfc_content_image.red .text ol, .sfc_content_image.green .text h2, .sfc_content_image.green .text h3, .sfc_content_image.green .text h4, .sfc_content_image.green .text h5, .sfc_content_image.green .text h6, .sfc_content_image.green .text p, .sfc_content_image.green .text ul, .sfc_content_image.green .text ol, .sfc_content_image.blue .text h2, .sfc_content_image.blue .text h3, .sfc_content_image.blue .text h4, .sfc_content_image.blue .text h5, .sfc_content_image.blue .text h6, .sfc_content_image.blue .text p, .sfc_content_image.blue .text ul, .sfc_content_image.blue .text ol {
  color: #FFFFFF;
}
.sfc_content_image.red .bg-image, .sfc_content_image.green .bg-image, .sfc_content_image.blue .bg-image {
  filter: invert(1);
}
.sfc_content_image.red {
  background: #354C44;
}
.sfc_content_image.green {
  background: #556e6b;
}
.sfc_content_image.blue {
  background: #91acad;
}
.sfc_content_image.switch .bg-image {
  right: unset;
  left: -30px;
}
.sfc_content_image.switch > .row > .container > .row {
  flex-direction: row-reverse;
}
.sfc_content_image.switch > .row > .container > .row .text {
  padding-right: 15px;
  padding-left: 60px;
}
.sfc_faqs .title {
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(43, 12, 12, 0.1);
}
.sfc_faqs .faqs .faq {
  margin-bottom: 15px;
}
.sfc_faqs .faqs .faq .block-wrapper {
  background: #F6F6F6;
  padding: 20px;
  height: 100%;
}
.sfc_faqs .faqs .faq .block-wrapper .question {
  padding-top: 5px;
  padding-right: 60px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.sfc_faqs .faqs .faq .block-wrapper .question p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2b0c0c;
}
.sfc_faqs .faqs .faq .block-wrapper .question p:last-of-type {
  margin-bottom: 0;
}
.sfc_faqs .faqs .faq .block-wrapper .question .open-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  align-items: center;
  transition: 0.15s;
}
.sfc_faqs .faqs .faq .block-wrapper .question .open-close .line {
  height: 2px;
  width: 13px;
  background-color: #556e6b;
}
.sfc_faqs .faqs .faq .block-wrapper .question .open-close .line:last-of-type {
  position: absolute;
  transform: rotate(90deg);
  transition: 0.15s;
}
.sfc_faqs .faqs .faq .block-wrapper .answer {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  font-size: 1.2rem;
  border-top: 1px solid transparent;
}
.sfc_faqs .faqs .faq .block-wrapper .answer p:last-child {
  margin-bottom: 0;
}
.sfc_faqs .faqs .faq.active .block-wrapper .question .open-close .line:last-of-type {
  transform: rotate(0deg);
  transition: 0.15s;
}
.sfc_faqs .faqs .faq.active .block-wrapper .answer {
  margin-top: 15px;
  border-top: 1px solid rgba(43, 12, 12, 0.1);
  padding-top: 15px;
  height: unset;
  overflow: unset;
  transition: 0.3s;
}
.sfc_faqs .faqs .faq.active .block-wrapper .answer a {
  background: #2b0c0c;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 2px 10px 4px 10px;
  margin: 0 1px;
  font-weight: 300 !important;
  font-size: 1.05rem;
}
.sfc_faqs .faqs .faq.active .block-wrapper .answer a:hover {
  color: #FFFFFF;
}
.sfc_faqs .faqs .faq:last-child {
  margin-bottom: 0;
}
.sfc_grid_content {
  padding-bottom: 60px !important;
}
.sfc_grid_content.no-pb {
  padding-bottom: 0 !important;
}
.sfc_grid_content .grid > .row {
  gap: 30px 0;
}
.sfc_grid_content .grid .grid-item {
  opacity: 0;
}
.sfc_grid_content .grid .grid-item .block-wrapper {
  padding: 30px;
  height: 100%;
  background: #354C44;
  text-align: center;
  position: relative;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sfc_grid_content .grid .grid-item .block-wrapper .icon-wrapper {
  background: #FFFFFF;
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(53, 76, 68, 0.05);
  overflow: hidden;
}
.sfc_grid_content .grid .grid-item .block-wrapper .icon-wrapper .icon {
  width: 100%;
  margin: 20px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sfc_grid_content .grid .grid-item .block-wrapper .content-wrapper {
  flex-grow: 1;
  margin-bottom: 10px;
}
.sfc_grid_content .grid .grid-item .block-wrapper .content-wrapper p {
  color: #FFFFFF;
}
.sfc_grid_content .grid .grid-item .block-wrapper .content-wrapper p.headline {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: the-seasons, sans-serif;
  line-height: 1.2;
}
.sfc_grid_content .grid .grid-item .block-wrapper .content-wrapper p.sub_text {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.sfc_grid_content .grid .grid-item .block-wrapper .btn-link-wrapper {
  display: flex;
  justify-content: center;
}
.sfc_grid_content .grid .grid-item .block-wrapper .btn-link-wrapper .btn-link {
  display: inline-block;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  text-decoration: none;
  padding: 7px 25px;
  transition: 0.25s;
}
.sfc_grid_content .grid .grid-item .block-wrapper .btn-link-wrapper .btn-link:hover {
  background: #FFFFFF;
  color: #354C44;
}
.sfc_grid_content .grid .grid-item:nth-of-type(even) .block-wrapper {
  background: #556e6b;
}
.sfc_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sfc_hero.homepage {
  aspect-ratio: 3;
}
.sfc_hero.parent {
  aspect-ratio: 5;
}
.sfc_hero:not(.homepage):not(.parent) {
  padding: 0;
}
.sfc_hero img {
  width: 100%;
}
.sfc_hero .block-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sfc_hero .block-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
}
.sfc_hero .block-wrapper .buttons {
  margin-top: 2rem;
}
.sfc_hero .block-wrapper .buttons a {
  padding: 10px 30px;
  background: #556e6b;
  color: #FFFFFF;
  position: relative;
}
.sfc_hero .block-wrapper .buttons a:last-of-type {
  background: #595a5e;
  margin-left: 15px;
}
.sfc_hero .block-wrapper .buttons a svg {
  margin-left: 15px;
  height: 25px;
  width: auto;
  transition: 0.1s;
}
.sfc_hero .block-wrapper .buttons a svg path {
  fill: #FFFFFF;
}
.sfc_hero .block-wrapper .buttons a:hover svg {
  margin-right: -15px;
  margin-left: 30px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sfc_hero .block-wrapper h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .sfc_hero .block-wrapper h1 {
    font-size: 4rem;
  }
}
.sfc_carousel_block {
  padding: 60px 15px;
}
.sfc_carousel_block .slick-logo-carousel img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  border: 0;
  padding: 15px;
}
.sfc_carousel_block .slick-logo-carousel .slick-track {
  display: flex;
  align-items: center;
}
.sfc_posts {
  background: #F8F8F8;
}
.sfc_posts .heading {
  text-align: center;
}
.sfc_posts .heading .introduction {
  margin: 30px 0;
}
.sfc_posts .posts {
  padding-bottom: 40px;
}
.sfc_posts .posts .post {
  margin-bottom: 30px;
  position: relative;
}
.sfc_posts .posts .post .post-img {
  height: 220px;
  border-radius: 10px;
  background-color: #354C44;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px 3px rgba(43, 12, 12, 0.05);
}
.sfc_posts .posts .post .post-content .date {
  color: #9A9A9A;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.sfc_posts .posts .post .post-content .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  height: 60px;
}
.sfc_posts .posts .post .post-content a {
  display: inline-block;
  padding: 10px 30px;
  background: #556e6b;
  color: #FFFFFF;
  position: absolute;
  bottom: -60px;
  left: 15px;
  transition: 0.2s;
}
.sfc_posts .posts .post .post-content a svg {
  margin-left: 15px;
  height: 25px;
  width: auto;
  transition: 0.1s;
}
.sfc_posts .posts .post .post-content a svg path {
  fill: #FFFFFF;
}
.sfc_posts .posts .post .post-content a:hover {
  background: #2b0c0c;
  transition: 0.2s;
}
.sfc_posts .posts .post .post-content a:hover svg {
  margin-right: -15px;
  margin-left: 30px;
  transition: 0.2s;
}
.resource-links.sfc {
  margin-top: 0;
}
.resource-links.sfc .title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(43, 12, 12, 0.1);
}
.resource-links.sfc i {
  color: #556e6b;
  margin-right: 15px;
}
.resource-links.sfc a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.resource-links.sfc a .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.resource-links.sfc a .text h3 {
  margin-bottom: 0;
}
.resource-links.sfc a:first-of-type {
  padding-top: 0;
}
.resource-links.sfc a:last-of-type {
  padding-bottom: 0;
}
.sfc_signup_social {
  background: #556e6b;
  background: linear-gradient(-45deg, #607c79, #4a605d);
  text-align: center;
  padding: 60px 15px !important;
}
.sfc_signup_social h2 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.sfc_signup_social .signup-intro {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 45px;
}
.sfc_signup_social .marketing-form input[type="text"] {
  width: 100% !important;
  text-align: center !important;
}
.sfc_signup_social .marketing-form input[type="submit"] {
  padding-left: 25px !important;
  padding-right: 25px !important;
  background: #FFFFFF !important;
  color: #2b0c0c !important;
}
.sfc_signup_social .marketing-form input[type="submit"]:hover {
  background: #2b0c0c !important;
  color: #FFFFFF !important;
}
.sfc_signup_social .marketing-form label {
  color: #FFFFFF;
  margin-top: 15px;
}
.sfc_signup_social .social-links a {
  background: transparent !important;
  border: 2px solid #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sfc_signup_social .social-links a:before {
  top: unset;
  left: unset;
  height: 25px;
  width: 25px;
}
.sfc_signup_social .social-links a.youtube:before {
  background-image: url("/wp-content/themes/supertheme/assets/social-icons/youtube-2.svg");
}
.sfc_signup_social .social-links a.linkedin:before {
  height: 20px;
  width: 20px;
}
.sfc_signup_social .social-links a:hover {
  background: #FFFFFF !important;
}
.sfc_signup_social .social-links a:hover:before {
  filter: grayscale(1) invert(1) brightness(2);
}
.sfc_split_content .split {
  display: flex;
  align-items: center;
}
.sfc_split_content .split .image .img {
  width: 100%;
  aspect-ratio: 1.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sfc_statistics {
  background: #354C44;
  color: #FFFFFF;
  text-align: center;
}
.sfc_statistics h2 {
  margin-bottom: 30px;
  color: #FFFFFF;
}
.sfc_statistics .description {
  margin-bottom: 45px;
}
.sfc_statistics .description p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
.sfc_statistics .statistics {
  display: flex;
  justify-content: space-between;
}
.sfc_statistics .statistics .statistic .block-wrapper {
  border-top: 3px solid #FFFFFF;
  text-align: left;
}
.sfc_statistics .statistics .statistic .block-wrapper .figure {
  display: flex;
  padding: 10px 0;
  font-size: 3rem;
  font-weight: 600;
}
.sfc_testimonials .block-wrapper {
  background: #F6F6F6;
  padding: 60px;
}
.sfc_testimonials .block-wrapper .testimonials-carousel {
  margin-bottom: 0;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .testimonial {
  text-align: center;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .testimonial .content p {
  font-size: 1.3rem;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .testimonial .person {
  font-weight: 700;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .slick-dots {
  text-align: center;
  position: relative;
  left: unset;
  padding-left: 0;
  bottom: unset;
  margin-top: 30px;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .slick-dots li button:before {
  color: #2b0c0c;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}
.sfc_testimonials .block-wrapper .testimonials-carousel .slick-dots li.slick-active button:before {
  color: #556e6b;
  opacity: 1;
}
.sfc_wysiwyg_block h2 {
  display: block;
}
.sfc_wysiwyg_block p:last-of-type {
  margin-bottom: 0;
}
