[data-animate=fade-up] {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}

[data-animate=fade-left] {
  opacity: 0;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}

[data-animate=fade-right] {
  opacity: 0;
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}

[data-animate=fade-in] {
  opacity: 0;
}

[data-animate] {
  -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition: opacity 0.65s ease, transform 0.65s ease, -webkit-transform 0.65s ease;
  -webkit-transition-delay: var(--anim-delay, 0ms);
          transition-delay: var(--anim-delay, 0ms);
}

[data-animate].is-animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
body:not(.elementor-page) .container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1050px) {
  body:not(.elementor-page) .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  body:not(.elementor-page) .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body:not(.elementor-page) .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body:not(.elementor-page) .text-center {
  text-align: center;
}
body:not(.elementor-page) .text-left {
  text-align: left;
}
body:not(.elementor-page) .text-right {
  text-align: right;
}
body:not(.elementor-page) .text-white {
  color: #FFFFFF;
}
body:not(.elementor-page) .text-black {
  color: #1F1F1F;
}
body:not(.elementor-page) .text-orange {
  color: #E67010;
}
body:not(.elementor-page) .text-grey {
  color: #969E92;
}
body:not(.elementor-page) .bg-black {
  background-color: #1F1F1F;
}
body:not(.elementor-page) .bg-light {
  background-color: #ECEADF;
}
body:not(.elementor-page) .bg-orange {
  background-color: #E67010;
}
body:not(.elementor-page) .bg-off-white {
  background-color: #FAFAFA;
}
body:not(.elementor-page) section[class*="--bg-white"] + section[class*="--bg-white"] > [class*=__inner],
body:not(.elementor-page) section[class*="--bg-light-grey"] + section[class*="--bg-light-grey"] > [class*=__inner] {
  padding-top: 0;
}
body:not(.elementor-page) .section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
}
body:not(.elementor-page) .section-label::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body:not(.elementor-page) *,
body:not(.elementor-page) *::before,
body:not(.elementor-page) *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.elementor-page) img,
body:not(.elementor-page) video {
  max-width: 100%;
  height: auto;
  display: block;
}
body:not(.elementor-page) a {
  color: inherit;
  text-decoration: none;
}
body:not(.elementor-page) a:hover {
  text-decoration: none;
}
body:not(.elementor-page) button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
body:not(.elementor-page) ul, body:not(.elementor-page) ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body:not(.elementor-page) h1, body:not(.elementor-page) h2, body:not(.elementor-page) h3, body:not(.elementor-page) h4, body:not(.elementor-page) h5, body:not(.elementor-page) h6 {
  margin: 0;
}
body:not(.elementor-page) p {
  margin: 0;
}
body:not(.elementor-page) {
  @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300&family=Lato:wght@300;400&display=swap");
}
body:not(.elementor-page) body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1F1F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.elementor-page) h1, body:not(.elementor-page) h2, body:not(.elementor-page) h3, body:not(.elementor-page) h4, body:not(.elementor-page) h5, body:not(.elementor-page) h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #1F1F1F;
}
body:not(.elementor-page) h1, body:not(.elementor-page) .h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 75px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
body:not(.elementor-page) .h1-big {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 85px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
body:not(.elementor-page) h2, body:not(.elementor-page) .h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
}
body:not(.elementor-page) h3, body:not(.elementor-page) .h3 {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
body:not(.elementor-page) h4, body:not(.elementor-page) .h4 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
body:not(.elementor-page) h5, body:not(.elementor-page) .h5 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
}
body:not(.elementor-page) h6 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}
body:not(.elementor-page) p, body:not(.elementor-page) .paragraph {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #969E92;
}
body:not(.elementor-page) .small-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
}
body:not(.elementor-page) .eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
}
body:not(.elementor-page) .button {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body:not(.elementor-page) .button--solid {
  background-color: #E67010;
  color: #FFFFFF;
  height: 50px;
  padding: 15px 30px;
}
body:not(.elementor-page) .button--solid:hover, body:not(.elementor-page) .button--solid:focus {
  background-color: #974B0D;
  color: #FFFFFF;
}
body:not(.elementor-page) .button--text {
  background: none;
  color: #FFFFFF;
  gap: 10px;
  padding: 0;
}
body:not(.elementor-page) .button--text::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10208 5.25H0V4.08333H7.10208L3.83542 0.816667L4.66667 0L9.33333 4.66667L4.66667 9.33333L3.83542 8.51667L7.10208 5.25Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10208 5.25H0V4.08333H7.10208L3.83542 0.816667L4.66667 0L9.33333 4.66667L4.66667 9.33333L3.83542 8.51667L7.10208 5.25Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
}
body:not(.elementor-page) .button--text:hover, body:not(.elementor-page) .button--text:focus {
  background: none;
}
body:not(.elementor-page) .button--text:hover::after, body:not(.elementor-page) .button--text:focus::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
body:not(.elementor-page) .button--line {
  background: none;
  border: 1px solid #E67010;
  color: #E67010;
  height: 40px;
  padding: 10px 20px;
}
body:not(.elementor-page) .button--line:hover, body:not(.elementor-page) .button--line:focus {
  background-color: #E67010;
  color: #FFFFFF;
}
body:not(.elementor-page) .button--download {
  background-color: #E67010;
  color: #FFFFFF;
  height: 50px;
  padding: 15px 30px;
  gap: 10px;
}
body:not(.elementor-page) .button--download:hover, body:not(.elementor-page) .button--download:focus {
  background-color: #974B0D;
  color: #FFFFFF;
}

.skip-link.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  z-index: 9999;
}
.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  white-space: normal;
  background-color: #E67010;
  color: #FFFFFF;
  padding: 10px 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  z-index: 9999;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  height: 100px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 750px) {
  .site-header {
    height: 56px;
  }
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 40px;
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1050px) {
  .site-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .site-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

.site-header .site-header__logo img {
  height: 36px !important;
  width: auto !important;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.site-header__logo-text {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.site-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 900px) {
  .site-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2D2D2D;
    z-index: 201;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px;
    padding-top: calc(56px + 60px);
    overflow-y: auto;
  }
  .site-header__nav.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .site-header__nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .site-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}

.site-header__item {
  position: static;
  padding: 36px 0 33px 0;
  border-bottom: 3px solid transparent;
}
.site-header__item:hover {
  border-color: #E67010;
}
@media (max-width: 900px) {
  .site-header__item {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header__item:hover, .site-header__item.is-open {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }
}

.site-header__link,
.site-header__trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}
.site-header__link:hover,
.site-header__trigger:hover {
  opacity: 0.75;
  background: none !important;
}
@media (max-width: 900px) {
  .site-header__link,
  .site-header__trigger {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-header__link:hover, .site-header__link:focus,
  .site-header__trigger:hover,
  .site-header__trigger:focus {
    opacity: 1;
    background-color: transparent;
  }
}

.site-header__chevron {
  width: 10px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}
.site-header__trigger[aria-expanded=true] .site-header__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  height: 40px;
  padding: 10px 20px;
  background-color: transparent !important;
  border: 1px solid currentColor;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-header__cta:hover {
  background: #E67010 !important;
  color: #FFFFFF;
  text-decoration: none;
}

.site-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 202;
  position: relative;
}
@media (max-width: 900px) {
  .site-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.site-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.site-header-spacer {
  height: 100px;
}
@media (max-width: 750px) {
  .site-header-spacer {
    height: 56px;
  }
}

body.has-hero .site-header {
  background-color: transparent;
}
body.has-hero .site-header .site-header__link,
body.has-hero .site-header .site-header__trigger {
  color: #FFFFFF;
}
body.has-hero .site-header .site-header__hamburger {
  color: #FFFFFF;
}
body.has-hero .site-header .site-header__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body.has-hero .site-header .site-header__cta {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

body:not(.has-hero) .site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(45, 45, 45, 0.08);
}
body:not(.has-hero) .site-header .site-header__link,
body:not(.has-hero) .site-header .site-header__trigger {
  color: #1F1F1F;
}
body:not(.has-hero) .site-header .site-header__hamburger {
  color: #1F1F1F;
}
body:not(.has-hero) .site-header .site-header__cta {
  color: #E67010;
  border-color: #E67010;
}

body.has-hero .site-header.is-scrolled {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(45, 45, 45, 0.08);
}
body.has-hero .site-header.is-scrolled .site-header__link,
body.has-hero .site-header.is-scrolled .site-header__trigger {
  color: #1F1F1F;
}
body.has-hero .site-header.is-scrolled .site-header__hamburger {
  color: #1F1F1F;
}
body.has-hero .site-header.is-scrolled .site-header__logo img {
  -webkit-filter: none;
          filter: none;
}
body.has-hero .site-header.is-scrolled .site-header__cta {
  color: #E67010;
  border-color: #E67010;
}

body.has-hero .site-header.is-scrolled .site-header__nav.is-open .site-header__link,
body.has-hero .site-header.is-scrolled .site-header__nav.is-open .site-header__trigger,
body:not(.has-hero) .site-header .site-header__nav.is-open .site-header__link,
body:not(.has-hero) .site-header .site-header__nav.is-open .site-header__trigger {
  color: #FFFFFF;
}

body.has-hero .site-header.is-scrolled .site-header__hamburger.is-active,
body:not(.has-hero) .site-header .site-header__hamburger.is-active {
  color: #FFFFFF;
}

.site-header__megamenu {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 12px 40px rgba(31, 31, 31, 0.1);
          box-shadow: 0 12px 40px rgba(31, 31, 31, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 199;
}
.site-header__item--has-mega:hover .site-header__megamenu, .site-header__item--has-mega:focus-within .site-header__megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 900px) {
  .site-header__megamenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    background: none;
    top: auto;
    z-index: auto;
  }
  .site-header__item--has-mega.is-open .site-header__megamenu {
    display: block;
  }
}

body.admin-bar .site-header__megamenu {
  top: 132px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header__megamenu {
    top: 102px;
  }
}

.site-header__mega-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0;
}
@media (max-width: 900px) {
  .site-header__mega-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }
}

.site-header__mega-col {
  padding: 0 60px;
}
.site-header__mega-col:first-child {
  padding-left: 0;
}
.site-header__mega-col:last-child {
  padding-right: 0;
}
.site-header__mega-col + .site-header__mega-col {
  border-left: 1px solid rgba(207, 212, 206, 0.5);
}
@media (max-width: 900px) {
  .site-header__mega-col {
    padding: 40px 0;
    border-left: none !important;
    border-top: 1px solid rgba(207, 212, 206, 0.4);
    width: 100%;
  }
  .site-header__mega-col:first-child {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-header__mega-col--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1050px) {
  .site-header__mega-col--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.site-header__mega-col--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 1050px) {
  .site-header__mega-col--2 {
    display: none;
  }
}

.site-header__mega-col--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1050px) {
  .site-header__mega-col--3 {
    display: none;
  }
}

.site-header__megamenu .site-header__mega-col-title {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
  margin: 0 0 30px;
}
@media (max-width: 900px) {
  .site-header__megamenu .site-header__mega-col-title {
    display: none;
  }
}

.site-header__mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.site-header__mega-links a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #969E92;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__mega-links a:hover {
  color: #E67010;
}
@media (max-width: 900px) {
  .site-header__mega-links a {
    color: #FFFFFF;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .site-header__megamenu .site-header__mega-links a {
    color: #FFFFFF;
  }
}

.site-header__mega-links-alt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mega-links-alt li {
  border-bottom: 1px solid rgba(207, 212, 206, 0.5);
}
.site-header__mega-links-alt li:first-child {
  border-top: 1px solid rgba(207, 212, 206, 0.5);
}
.site-header__mega-links-alt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
  text-decoration: none;
  padding: 15px 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__mega-links-alt a::after {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #E67010;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10208 5.25H0V4.08333H7.10208L3.83542 0.816667L4.66667 0L9.33333 4.66667L4.66667 9.33333L3.83542 8.51667L7.10208 5.25Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.10208 5.25H0V4.08333H7.10208L3.83542 0.816667L4.66667 0L9.33333 4.66667L4.66667 9.33333L3.83542 8.51667L7.10208 5.25Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: 0;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-header__mega-links-alt a:hover {
  color: #E67010;
}
.site-header__mega-links-alt a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 900px) {
  .site-header__mega-links-alt a {
    color: #FFFFFF;
    font-size: 22px;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .site-header__mega-links-alt a::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .site-header__mega-links-alt li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.site-header__mega-feat-img-link,
.site-header__mega-feat-img-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.site-header__mega-feat-img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.site-header__mega-feat-img-link:hover .site-header__mega-feat-img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.site-header__mega-feat-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #969E92;
  margin: 0;
  text-decoration: none;
  display: block;
}
.site-header__mega-feat-text--link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__mega-feat-text--link:hover {
  color: #2D2D2D;
}

.footer-sc {
  background-color: #2D2D2D;
  min-height: 170px;
}
.footer-sc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .footer-sc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.footer-sc__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-sc__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-sc__eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-sc .footer-sc__eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
}
.footer-sc .footer-sc__heading {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 100%;
  max-width: 400px;
}
.footer-sc .footer-sc__heading-accent {
  color: #E67010;
}
.footer-sc__form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1050px) {
  .footer-sc__form {
    max-width: 100%;
  }
}

.site-footer {
  background-color: #2D2D2D;
}
.site-footer__inner {
  padding-top: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 184px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 74px;
}
@media (max-width: 1200px) {
  .site-footer__main {
    gap: 100px;
  }
}
@media (max-width: 900px) {
  .site-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.site-footer__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 405px;
          flex: 0 0 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .site-footer__brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.site-footer__logo {
  display: block;
}
.site-footer__logo img {
  width: 138px;
  height: auto;
}
.site-footer .site-footer__desc {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #969E92;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.site-footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969E92 !important;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer__social-link:hover {
  color: #FFFFFF;
}
.site-footer__social-link svg {
  width: auto;
  height: 17px;
  fill: currentColor;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 900px) {
  .site-footer__nav {
    gap: 40px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .site-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
}
@media (max-width: 600px) {
  .site-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.site-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 600px) {
  .site-footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.site-footer .site-footer__col-title {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
}
.site-footer__col-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.site-footer__col-links li {
  list-style: none;
}
.site-footer__col-links a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #969E92 !important;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer__col-links a:hover {
  color: #FFFFFF;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(230, 112, 16, 0.2);
}
@media (max-width: 750px) {
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.site-footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.site-footer .site-footer__address {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #a0a89a;
}
.site-footer .site-footer__email {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
  text-decoration: none;
}
.site-footer .site-footer__email:hover {
  opacity: 0.8;
}
.site-footer__badge img {
  width: 102px;
  height: auto;
}

.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: none;
}
.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus {
  text-decoration: none;
}

.hero-home {
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .hero-home {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .hero-home {
    margin-bottom: 0;
  }
}
.hero-home {
  position: relative;
  width: 100%;
  min-height: 100wh;
  max-height: 960px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .hero-home {
    max-height: none;
  }
}
@media (max-width: 750px) {
  .hero-home {
    height: 90vh;
    min-height: 700px;
  }
}
.hero-home__swiper {
  width: 100%;
  height: 100%;
}
.hero-home__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-home__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-home__bg--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-home__bg--video-url iframe, .hero-home__bg--video-url video, .hero-home__bg--video-file iframe, .hero-home__bg--video-file video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero-home__bg--video-url iframe, .hero-home__bg--video-file iframe {
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
}
.hero-home::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.55)), to(rgba(31, 31, 31, 0)));
  background: linear-gradient(to top, rgba(31, 31, 31, 0.55) 0%, rgba(31, 31, 31, 0) 100%);
  pointer-events: none;
}
.hero-home__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 31, 31, 0.8)), color-stop(40%, rgba(31, 31, 31, 0.5)), color-stop(68%, rgba(31, 31, 31, 0)));
  background: linear-gradient(to right, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0.5) 40%, rgba(31, 31, 31, 0) 68%);
  pointer-events: none;
}
@media (max-width: 1050px) {
  .hero-home__overlay {
    background: rgba(31, 31, 31, 0.55);
  }
}
.hero-home__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 167px;
  padding-bottom: 167px;
}
@media (max-width: 1050px) {
  .hero-home__content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 750px) {
  .hero-home__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero-home__text {
  max-width: 528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1050px) {
  .hero-home__text {
    max-width: 100%;
  }
}
.hero-home__text .hero-home__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero-home__text .hero-home__eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-home__text .hero-home__eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero-home__text .hero-home__eyebrow-text {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}
.hero-home__text .hero-home__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 85px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.hero-home__text .hero-home__headline-main {
  font-weight: 200;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .hero-home__text .hero-home__headline-main {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
}
.hero-home__text .hero-home__headline-accent {
  font-weight: 300;
  color: #E67010;
}
.hero-home__text .hero-home__subheadline {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #969E92;
  color: #FFFFFF;
}
@media (max-width: 750px) {
  .hero-home__text .hero-home__subheadline {
    max-width: 100%;
  }
}
.hero-home__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-home__ctas .button--text {
  color: #FFFFFF;
}

.hero-home__nav {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero-home__prev, .hero-home__next {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.hero-home__prev::after, .hero-home__next::after {
  font-size: 14px;
  color: #FFFFFF;
}
.hero-home__prev:hover, .hero-home__next:hover {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.hero-home__pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.hero-home__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero-home__pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.hero-home__scroll-indicator {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .hero-home__scroll-indicator {
    display: none;
  }
}
.hero-home__scroll-line {
  display: block;
  width: 1px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E67010), to(rgba(230, 112, 16, 0)));
  background: linear-gradient(to bottom, #E67010, rgba(230, 112, 16, 0));
}
.hero-home__scroll-label {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #FFFFFF;
}

.numbers-stats--bg-white {
  background-color: #FFFFFF;
}
.numbers-stats--bg-light-grey {
  background-color: #FAFAFA;
}
.numbers-stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1050px) {
  .numbers-stats__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .numbers-stats__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.numbers-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.numbers-stats__item--bordered {
  border-left: 1px solid #CFD4CE;
}
@media (max-width: 1050px) {
  .numbers-stats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px / 2);
            flex: 0 0 calc(50% - 40px / 2);
    padding: 20px;
  }
  .numbers-stats__item--bordered {
    border-left: none;
  }
}
@media (max-width: 750px) {
  .numbers-stats__item {
    padding: 20px;
  }
}
.numbers-stats__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 0;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 75px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.numbers-stats__value {
  line-height: 75px;
  color: #1F1F1F;
}
.numbers-stats__suffix {
  line-height: 75px;
  color: #E67010;
}
.numbers-stats__label {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}

.lessons-grid--bg-white {
  background-color: #FFFFFF;
}
.lessons-grid--bg-light-grey {
  background-color: #FAFAFA;
}
.lessons-grid--bg-dark {
  background-color: #2D2D2D;
}
.lessons-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 100px;
}
.lessons-grid__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(230, 112, 16, 0.2);
}
@media (max-width: 600px) {
  .lessons-grid__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.lessons-grid__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.lessons-grid__header-left .lessons-grid__title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.lessons-grid__header-left .lessons-grid__title-accent {
  color: #E67010;
}
.lessons-grid__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lessons-grid__eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lessons-grid__eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}
.lessons-grid a.lessons-grid__view-all {
  color: #E67010;
  -ms-flex-item-align: end;
      align-self: flex-end;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .lessons-grid a.lessons-grid__view-all {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.lessons-grid__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.lessons-grid__grid--featured .lessons-grid__item--featured {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.lessons-grid__grid--featured .lessons-grid__item--small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border-left: 1px solid rgba(230, 112, 16, 0.2);
}
.lessons-grid__grid--equal .lessons-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-width: 0;
  border-left: 1px solid rgba(230, 112, 16, 0.2);
}
.lessons-grid__grid--equal .lessons-grid__item:first-child {
  border-left: none;
}
@media (max-width: 1050px) {
  .lessons-grid__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lessons-grid__grid--featured .lessons-grid__item--featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .lessons-grid__grid--featured .lessons-grid__item--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-left: none;
    border-top: 1px solid rgba(230, 112, 16, 0.2);
  }
  .lessons-grid__grid--featured .lessons-grid__item--small:nth-child(3) {
    border-left: 1px solid rgba(230, 112, 16, 0.2);
  }
  .lessons-grid__grid--equal .lessons-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-left: none;
    border-top: 1px solid rgba(230, 112, 16, 0.2);
  }
  .lessons-grid__grid--equal .lessons-grid__item:nth-child(-n+2) {
    border-top: none;
  }
  .lessons-grid__grid--equal .lessons-grid__item:nth-child(even) {
    border-left: 1px solid rgba(230, 112, 16, 0.2);
  }
}
@media (max-width: 750px) {
  .lessons-grid__grid .lessons-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-left: none;
    border-top: 1px solid rgba(230, 112, 16, 0.2);
  }
  .lessons-grid__grid .lessons-grid__item:first-child {
    border-top: none;
  }
  .lessons-grid__grid--featured .lessons-grid__item--small:nth-child(3) {
    border-left: none;
  }
  .lessons-grid__grid--equal .lessons-grid__item:nth-child(even) {
    border-left: none;
  }
}
.lessons-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lessons-grid__image {
  width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lessons-grid__image .lessons-grid__img {
  width: 100%;
  height: 242px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.lessons-grid a.lessons-grid__item:hover .lessons-grid__image .lessons-grid__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lessons-grid__item--featured .lessons-grid__image .lessons-grid__img {
  height: 410px;
}
@media (max-width: 1050px) {
  .lessons-grid__image .lessons-grid__img {
    height: 200px;
  }
  .lessons-grid__item--featured .lessons-grid__image .lessons-grid__img {
    height: 280px;
  }
}
@media (max-width: 750px) {
  .lessons-grid__image .lessons-grid__img {
    height: 220px;
  }
  .lessons-grid__item--featured .lessons-grid__image .lessons-grid__img {
    height: 220px;
  }
}
.lessons-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 30px 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .lessons-grid__content {
    padding: 0 0 30px;
  }
}
.lessons-grid__content .lessons-grid__category {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
}
.lessons-grid__content .lessons-grid__item-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.lessons-grid__content .lessons-grid__description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #969E92;
}
.lessons-grid__content .lessons-grid__date {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}
.lessons-grid__content .lessons-grid__cta {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.lessons-grid__item--featured .lessons-grid__content .lessons-grid__item-title {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.lessons-grid a.lessons-grid__item {
  color: inherit;
  text-decoration: none;
}
.lessons-grid a.lessons-grid__item:hover, .lessons-grid a.lessons-grid__item:focus {
  text-decoration: none;
  opacity: 0.95;
}
.lessons-grid--bg-dark .lessons-grid__header-left .lessons-grid__title {
  color: #FFFFFF;
}
.lessons-grid--bg-dark .lessons-grid__content .lessons-grid__item-title {
  color: #FFFFFF;
}
.lessons-grid--bg-dark .lessons-grid__item--featured .lessons-grid__content .lessons-grid__item-title {
  color: #FFFFFF;
}

.quote--bg-white {
  background-color: #FFFFFF;
}
.quote--bg-light-grey {
  background-color: #FAFAFA;
}
.quote__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.quote__text {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: center;
}
.quote--text-dark .quote__inner {
  gap: 20px;
}
.quote--text-dark .quote__text {
  font-size: 40px;
  line-height: 48px;
  color: #1F1F1F;
  max-width: 1234px;
}
@media (max-width: 600px) {
  .quote--text-dark .quote__text {
    font-size: 22px;
    line-height: 30px;
  }
}
.quote--text-orange .quote__inner {
  gap: 30px;
}
.quote--text-orange .quote__text {
  font-size: 35px;
  line-height: 42px;
  color: #E67010;
  max-width: 860px;
}
@media (max-width: 600px) {
  .quote--text-orange .quote__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.quote .quote__attribution {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}
.quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.quote__author-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quote__author-photo .quote__author-img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.quote__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-align: left;
}
.quote .quote__author-name {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #1F1F1F;
}
.quote .quote__author-role {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}

body:not(.elementor-page) section[class*="--bg-white"] + section.quote > .quote__inner,
body:not(.elementor-page) section[class*="--bg-light-grey"] + section.quote > .quote__inner {
  padding-top: 100px;
}

.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 600px;
}
@media (max-width: 1050px) {
  .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}
.image-text__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 1050px) {
  .image-text__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 400px;
  }
}
@media (max-width: 750px) {
  .image-text__image {
    height: 280px;
  }
}
.image-text .image-text__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-text__panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
}
@media (max-width: 1050px) {
  .image-text__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 750px) {
  .image-text__panel {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .image-text__panel {
    gap: 40px;
  }
}
.image-text--bg-dark .image-text__panel {
  background-color: #2D2D2D;
}
.image-text--bg-white .image-text__panel {
  background-color: #FFFFFF;
}
.image-text--bg-light-grey .image-text__panel {
  background-color: #FAFAFA;
}
.image-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.image-text__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.image-text__eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-text .image-text__eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
}
.image-text--bg-dark .image-text__eyebrow-text {
  color: #FFFFFF;
}
.image-text--bg-white .image-text__eyebrow-text {
  color: #969E92;
}
.image-text--bg-light-grey .image-text__eyebrow-text {
  color: #969E92;
}
.image-text .image-text__title {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
.image-text--bg-dark .image-text__title {
  color: #f4f2ec;
}
.image-text--bg-white .image-text__title {
  color: #1F1F1F;
}
.image-text--bg-light-grey .image-text__title {
  color: #1F1F1F;
}
.image-text .image-text__meta {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}
.image-text .image-text__description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #969E92;
}
.image-text__cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grantees--bg-white {
  background-color: #FFFFFF;
}
.grantees--bg-light-grey {
  background-color: #FAFAFA;
}
.grantees__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 100px;
}
.grantees__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(230, 112, 16, 0.2);
}
@media (max-width: 600px) {
  .grantees__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.grantees__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.grantees__header-left .grantees__title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  color: #1F1F1F;
}
.grantees__header-left .grantees__title-accent {
  color: #E67010;
}
.grantees__eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.grantees__eyebrow-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E67010;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grantees__eyebrow-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}
.grantees a.grantees__view-all {
  color: #E67010;
  -ms-flex-item-align: end;
      align-self: flex-end;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .grantees a.grantees__view-all {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.grantees__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
@media (max-width: 1050px) {
  .grantees__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.grantees__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 655px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grantees__card + .grantees__card {
  border-left: 1px solid rgba(230, 112, 16, 0.2);
}
@media (max-width: 1050px) {
  .grantees__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 400px;
    border-left: none;
    border-top: 1px solid rgba(230, 112, 16, 0.2);
  }
  .grantees__card:first-child {
    border-top: none;
  }
}
@media (max-width: 750px) {
  .grantees__card {
    height: 350px;
  }
}
.grantees__card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.grantees__card-image .grantees__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.grantees a.grantees__card:hover .grantees__card-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grantees__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.8)), color-stop(60%, rgba(31, 31, 31, 0)));
  background: linear-gradient(to top, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0) 60%);
  pointer-events: none;
}
.grantees__card-content {
  position: relative;
  z-index: 3;
  padding: 30px;
}
@media (max-width: 600px) {
  .grantees__card-content {
    padding: 30px;
  }
}
.grantees__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-transform: uppercase;
}
.grantees .grantees__card-location {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #E67010;
}
.grantees .grantees__card-name {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.grantees .grantees__card-category {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #E67010;
  color: #969E92;
}

.banner-cta {
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .banner-cta {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .banner-cta {
    margin-bottom: 0;
  }
}
.banner-cta {
  position: relative;
  width: 100%;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .banner-cta {
    min-height: 480px;
  }
}
.banner-cta__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.8)), to(rgba(31, 31, 31, 0.2)));
  background: linear-gradient(to top, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0.2) 100%);
  pointer-events: none;
}
.banner-cta__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  padding: 156px 60px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .banner-cta__content {
    padding: 100px 60px;
  }
}
@media (max-width: 750px) {
  .banner-cta__content {
    padding: 60px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .banner-cta__content {
    padding: 60px 30px;
  }
}
.banner-cta .banner-cta__title {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 75px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .banner-cta .banner-cta__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.36px;
  }
}
.banner-cta .banner-cta__description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #969E92;
  color: #FFFFFF;
  max-width: 724px;
}
.banner-cta__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-cta__cta-secondary {
  color: #FFFFFF;
}