@-webkit-keyframes bounceUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px); }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
@keyframes bounceUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 25px);
            transform: translate(-50%, 25px); }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  background-color: #fff;
  color: #4d4540;
  font-family: "Gotham", sans-serif;
  /*overflow: hidden;*/
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0; }
  @media only screen and (min-width: 769px) {
    html,
    body {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    html,
    body {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    html,
    body {
      font-size: 26px;
      line-height: 42px; } }

.is-transitioning {
  pointer-events: none;
  cursor: progress; }
  .is-transitioning .cursor,
  .is-transitioning .cursor-follower {
    display: none; }

body.mobile .cursor,
body.mobile .cursor-follower {
  display: none !important; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus {
  outline: none; }

a,
button,
.btn {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; }

ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

section ul {
  padding-left: 20px;
  list-style: disc; }

scroll {
  width: 100vw;
  max-height: 100vh;
  height: -webkit-fill-available; }

main {
  max-width: 100vw;
  padding-top: 100px;
  overflow-x: hidden; }
  @media only screen and (min-width: 1681px) {
    main {
      padding-top: 135px; } }

hr {
  border-bottom: 0; }

/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

h1,
.heading-1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700; }
  @media only screen and (min-width: 769px) {
    h1,
    .heading-1 {
      font-size: 42px;
      line-height: 50px; } }
  @media only screen and (min-width: 1201px) {
    h1,
    .heading-1 {
      font-size: 60px;
      line-height: 80px; } }
  @media only screen and (min-width: 1681px) {
    h1,
    .heading-1 {
      font-size: 72px;
      line-height: 98px; } }

h2,
.heading-2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    h2,
    .heading-2 {
      font-size: 42px;
      line-height: 60px; } }
  @media only screen and (min-width: 1201px) {
    h2,
    .heading-2 {
      font-size: 60px;
      line-height: 80px; } }
  @media only screen and (min-width: 1681px) {
    h2,
    .heading-2 {
      font-size: 72px;
      line-height: 98px; } }

h3,
.heading-3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px; }
  @media only screen and (min-width: 769px) {
    h3,
    .heading-3 {
      font-size: 32px;
      line-height: 40px; } }
  @media only screen and (min-width: 1201px) {
    h3,
    .heading-3 {
      font-size: 44px;
      line-height: 60px; } }
  @media only screen and (min-width: 1681px) {
    h3,
    .heading-3 {
      font-size: 60px;
      line-height: 81px; } }

h4,
.heading-4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px; }
  @media only screen and (min-width: 769px) {
    h4,
    .heading-4 {
      font-size: 32px;
      line-height: 40px; } }
  @media only screen and (min-width: 1201px) {
    h4,
    .heading-4 {
      font-size: 44px;
      line-height: 60px; } }
  @media only screen and (min-width: 1681px) {
    h4,
    .heading-4 {
      font-size: 60px;
      line-height: 81px; } }

h5,
.heading-5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0; }
  @media only screen and (min-width: 769px) {
    h5,
    .heading-5 {
      font-size: 28px;
      line-height: 50px; } }
  @media only screen and (min-width: 1201px) {
    h5,
    .heading-5 {
      font-size: 36px;
      line-height: 60px; } }
  @media only screen and (min-width: 1681px) {
    h5,
    .heading-5 {
      font-size: 44px;
      line-height: 66px; } }

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    p {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    p {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    p {
      font-size: 26px;
      line-height: 42px; } }

.text-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase; }
  @media only screen and (min-width: 769px) {
    .text-caption {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .text-caption {
      font-size: 16px;
      line-height: 20px; } }
  .text-caption-lg {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px; }
    @media only screen and (min-width: 769px) {
      .text-caption-lg {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .text-caption-lg {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 769px) {
      .text-caption-lg {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1201px) {
      .text-caption-lg {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .text-caption-lg {
        font-size: 25px;
        line-height: 30px; } }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Book.otf") format("opentype"); }
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/GothamBook-Italic.otf") format("opentype"); }
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham-Medium.otf") format("opentype"); }
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/GothamMedium-Italic.otf") format("opentype"); }
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamBold.otf") format("opentype"); }
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gotham-BoldItalic.otf") format("opentype"); }
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirLTStd-Book.otf") format("opentype"); }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 30px 0;
  background-color: #fff;
  border-bottom: 1px solid #4d4540;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0; }
  .admin-bar .header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .header {
        top: 46px; } }
  .header.hide {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  .header nav {
    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; }
  .header .logo-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 0;
    cursor: pointer; }
    .header .logo-link img {
      image-rendering: -webkit-optimize-contrast; }
      .header .logo-link img.desktop {
        display: none; }
      @media only screen and (min-width: 1201px) {
        .header .logo-link img {
          max-width: 250px; }
          .header .logo-link img.mobile {
            display: none; }
          .header .logo-link img.desktop {
            display: block; } }
      @media only screen and (min-width: 1681px) {
        .header .logo-link img {
          max-width: none; } }
  .header .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0;
    -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;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 560px) {
      .header .hamburger-btn {
        margin-right: 100px; } }
    @media only screen and (min-width: 1201px) {
      .header .hamburger-btn {
        display: none; } }
    .header .hamburger-btn:hover span {
      background-color: #ee3123; }
    .header .hamburger-btn span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #4d4540;
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
  .header .hamburger-close-btn {
    position: absolute;
    top: 38px;
    left: 20px;
    padding: 0;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .header .hamburger-close-btn path {
      -webkit-transition: stroke 0.3s ease-in-out;
      transition: stroke 0.3s ease-in-out; }
    @media only screen and (min-width: 1201px) {
      .header .hamburger-close-btn {
        display: none; } }
    .header .hamburger-close-btn:hover path {
      stroke: #ee3123; }
  .header .nav-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto; }
    @media only screen and (max-width: 1200px) {
      .header .nav-menu {
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 20;
        overflow-y: auto; } }
    .header .nav-menu__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header .btn-search-popup {
    display: none;
    margin-left: 30px;
    margin-right: 100px;
    padding: 0;
    background: #0000;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media only screen and (min-width: 769px) {
      .header .btn-search-popup {
        display: block;
        margin-right: 150px; } }
    @media only screen and (min-width: 1201px) {
      .header .btn-search-popup {
        margin-right: 100px; } }
    @media only screen and (min-width: 1681px) {
      .header .btn-search-popup {
        margin-right: 150px; } }
    .header .btn-search-popup svg {
      width: 20px; }
      .header .btn-search-popup svg * {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .header .btn-search-popup:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
      .header .btn-search-popup:hover svg * {
        stroke: #ee3123; }
  .header .btn-scroll-to {
    color: #4d4540 !important; }
  .header .menu-items {
    position: absolute;
    top: 130px;
    padding: 0 20px;
    width: 100%; }
    @media only screen and (min-width: 1201px) {
      .header .menu-items {
        padding: 0;
        margin-left: auto;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .header .menu-items .menu-item {
      border-top: 1px solid #4d4540; }
      @media only screen and (min-width: 1201px) {
        .header .menu-items .menu-item {
          padding: 0 20px;
          border-top: none; } }
      @media only screen and (min-width: 1441px) {
        .header .menu-items .menu-item {
          padding: 0 30px; } }
      .header .menu-items .menu-item.current-page-ancestor > a {
        font-weight: 700; }
      .header .menu-items .menu-item.current-menu-item::after {
        border-color: #ee3123 !important; }
      .header .menu-items .menu-item.current-menu-item > a {
        font-weight: 700;
        color: #ee3123; }
      .header .menu-items .menu-item a {
        padding: 23px 0;
        display: block;
        position: relative;
        width: 100%;
        white-space: nowrap;
        font-size: 12px;
        line-height: 25px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        letter-spacing: 0.3px;
        color: #4d4540; }
        @media only screen and (min-width: 769px) {
          .header .menu-items .menu-item a {
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0.5px; } }
        @media only screen and (min-width: 769px) {
          .header .menu-items .menu-item a {
            max-width: auto;
            font-size: 14px;
            letter-spacing: 0.5px; } }
        @media only screen and (min-width: 1201px) {
          .header .menu-items .menu-item a {
            padding: 0;
            display: block;
            width: auto; } }
      .header .menu-items .menu-item.menu-item-has-children {
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .header .menu-items .menu-item.menu-item-has-children > a {
          max-width: 100px; }
        .header .menu-items .menu-item.menu-item-has-children::after {
          position: absolute;
          content: "";
          top: 29px;
          right: 10px;
          width: 10px;
          height: 10px;
          border-right: 2px solid #4d4540;
          border-bottom: 2px solid #4d4540;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.menu-item-has-children::after {
              top: 7px;
              right: 3px; } }
        .header .menu-items .menu-item.menu-item-has-children .dropdown-menu {
          display: none;
          padding-left: 55px;
          padding-right: 0;
          position: static;
          background-color: #fff;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.menu-item-has-children .dropdown-menu {
              position: absolute;
              top: 70px;
              padding: 0;
              border: 1px solid #4d4540; } }
          @media only screen and (min-width: 1681px) {
            .header .menu-items .menu-item.menu-item-has-children .dropdown-menu {
              top: 81px; } }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.menu-item-has-children .dropdown-menu .menu-item {
              border-bottom: 1px solid #4d4540;
              padding: 20px 30px; }
              .header .menu-items .menu-item.menu-item-has-children .dropdown-menu .menu-item:last-child {
                border-bottom: none; } }
          .header .menu-items .menu-item.menu-item-has-children .dropdown-menu .dropdown-item:hover {
            color: #ee3123; }
        @media only screen and (min-width: 1201px) {
          .header .menu-items .menu-item.menu-item-has-children.hover {
            display: block;
            overflow: visible; }
            .header .menu-items .menu-item.menu-item-has-children.hover::after {
              top: 27px;
              border-color: #ee3123;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); } }
    @media only screen and (min-width: 1201px) and (min-width: 1201px) {
      .header .menu-items .menu-item.menu-item-has-children.hover::after {
        top: 5px; } }
        @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.menu-item-has-children.hover .dropdown-menu {
              display: block;
              opacity: 1;
              visibility: visible;
              pointer-events: all; }
            .header .menu-items .menu-item.menu-item-has-children.hover::after {
              border-color: #4d4540; } }
        @media only screen and (max-width: 1200px) {
          .header .menu-items .menu-item.menu-item-has-children.show {
            display: block;
            overflow: visible; }
            .header .menu-items .menu-item.menu-item-has-children.show::after {
              top: 27px;
              border-color: #ee3123;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); } }
    @media only screen and (max-width: 1200px) and (min-width: 1201px) {
      .header .menu-items .menu-item.menu-item-has-children.show::after {
        top: 5px; } }
        @media only screen and (max-width: 1200px) {
            .header .menu-items .menu-item.menu-item-has-children.show .dropdown-menu {
              display: block;
              opacity: 1;
              visibility: visible;
              pointer-events: all; } }
        @media only screen and (min-width: 1201px) {
          .header .menu-items .menu-item.menu-item-has-children > a {
            width: auto; } }
      .header .menu-items .menu-item.sl-dropdown {
        display: none;
        border: 1px solid #4d4540; }
        @media only screen and (min-width: 1201px) {
          .header .menu-items .menu-item.sl-dropdown {
            display: block;
            margin-left: 20px;
            padding: 10px 40px 10px 10px; } }
        @media only screen and (min-width: 1441px) {
          .header .menu-items .menu-item.sl-dropdown {
            margin-left: 30px;
            padding: 18px 28px;
            min-width: 170px; } }
        .header .menu-items .menu-item.sl-dropdown::after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.sl-dropdown::after {
              top: 15px;
              right: 10px; } }
          @media only screen and (min-width: 1441px) {
            .header .menu-items .menu-item.sl-dropdown::after {
              top: 23px;
              right: 28px; } }
        .header .menu-items .menu-item.sl-dropdown.hover::after {
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.sl-dropdown.hover::after {
              top: 19px; } }
          @media only screen and (min-width: 1441px) {
            .header .menu-items .menu-item.sl-dropdown.hover::after {
              top: 26px; } }
        .header .menu-items .menu-item.sl-dropdown .dropdown-menu {
          text-align: center; }
          @media only screen and (min-width: 1201px) {
            .header .menu-items .menu-item.sl-dropdown .dropdown-menu {
              top: 44px;
              right: -1px;
              width: auto; } }
          @media only screen and (min-width: 1441px) {
            .header .menu-items .menu-item.sl-dropdown .dropdown-menu {
              top: 60px;
              right: 0;
              width: 220px; } }

.btn.sticky-donate-link {
  padding: 3px 30px;
  position: fixed;
  top: 34px;
  right: -10px;
  text-align: left;
  z-index: 30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .admin-bar .btn.sticky-donate-link {
    margin-top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar .btn.sticky-donate-link {
        margin-top: 46px; } }
  .btn.sticky-donate-link.hide {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  .btn.sticky-donate-link:hover {
    background-color: #ee3123 !important;
    color: #fff !important;
    right: 0; }
  @media only screen and (min-width: 769px) {
    .btn.sticky-donate-link {
      top: 34px; } }
  @media only screen and (min-width: 1201px) {
    .btn.sticky-donate-link {
      top: 29px;
      padding: 16px 30px 16px 20px; } }
  @media only screen and (min-width: 1681px) {
    .btn.sticky-donate-link {
      top: 40px;
      width: 222px; } }

@media only screen and (max-width: 768px) {
  .language-selector {
    margin-right: 100px; } }
@media only screen and (max-width: 560px) {
  .language-selector {
    position: fixed;
    margin-right: 0;
    top: 34px;
    right: 120px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3 ease-in-out;
    transition: opacity 0.3 ease-in-out;
    z-index: 9999; }
    .mobile--open .language-selector {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; } }
@media only screen and (min-width: 1201px) {
  .language-selector {
    display: none; } }
.language-selector .sl-dropdown {
  position: relative;
  border: 1px solid #4d4540;
  margin-left: 20px;
  padding: 3px 30px 3px 10px; }
  @media only screen and (min-width: 561px) {
    .language-selector .sl-dropdown {
      padding: 10px 40px 10px 10px; } }
  .language-selector .sl-dropdown::after {
    position: absolute;
    content: "";
    top: 7px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #4d4540;
    border-bottom: 2px solid #4d4540;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 561px) {
      .language-selector .sl-dropdown::after {
        top: 15px;
        right: 10px; } }
    @media only screen and (min-width: 1201px) {
      .language-selector .sl-dropdown::after {
        top: 15px;
        right: 10px; } }
    @media only screen and (min-width: 1441px) {
      .language-selector .sl-dropdown::after {
        top: 23px;
        right: 28px; } }
  .language-selector .sl-dropdown.show::after, .language-selector .sl-dropdown.hover::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
    @media only screen and (max-width: 560px) {
      .language-selector .sl-dropdown.show::after, .language-selector .sl-dropdown.hover::after {
        top: 12px; } }
    @media only screen and (min-width: 1201px) {
      .language-selector .sl-dropdown.show::after, .language-selector .sl-dropdown.hover::after {
        top: 19px; } }
    @media only screen and (min-width: 1441px) {
      .language-selector .sl-dropdown.show::after, .language-selector .sl-dropdown.hover::after {
        top: 26px; } }
  .language-selector .sl-dropdown a {
    display: block;
    color: #4d4540;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase; }
  .language-selector .sl-dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;
    width: auto;
    padding: 0;
    border: 1px solid #4d4540;
    text-align: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    @media only screen and (min-width: 561px) {
      .language-selector .sl-dropdown .dropdown-menu {
        top: 44px;
        right: -1px; } }
  .language-selector .sl-dropdown.show .dropdown-menu, .language-selector .sl-dropdown.hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
    @media only screen and (max-width: 560px) {
      .language-selector .sl-dropdown.show .dropdown-menu, .language-selector .sl-dropdown.hover .dropdown-menu {
        width: 100%; } }
  .language-selector .sl-dropdown .menu-item {
    padding: 4px 10px;
    border-bottom: 1px solid #4d4540;
    width: 100%; }
    @media only screen and (min-width: 561px) {
      .language-selector .sl-dropdown .menu-item {
        padding: 20px 30px; } }
    .language-selector .sl-dropdown .menu-item:last-child {
      border-bottom: none; }
  .language-selector .sl-dropdown .dropdown-item:hover {
    color: #ee3123; }

.footer {
  position: relative;
  padding: 50px 0 0; }
  @media only screen and (min-width: 769px) {
    .footer {
      padding: 80px 0 0; } }
  .footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #4d4540;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media only screen and (min-width: 1201px) {
      .footer::before {
        width: calc(100% - 60px); } }
    @media only screen and (min-width: 1681px) {
      .footer::before {
        width: calc(100% - 120px); } }
  @media only screen and (min-width: 769px) {
    .footer .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 769px) {
    .footer-left {
      padding-right: 20px;
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media only screen and (min-width: 1681px) {
    .footer-left {
      width: 59%; } }
  @media only screen and (min-width: 1201px) {
    .footer-left__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer-right {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .footer-right {
        margin-top: 0;
        padding-left: 20px;
        width: 50%; } }
    @media only screen and (min-width: 1681px) {
      .footer-right {
        width: 41%; } }
    .footer-right .footer-title {
      margin-bottom: 10px;
      font-weight: bold;
      text-transform: uppercase; }
      @media only screen and (min-width: 769px) {
        .footer-right .footer-title {
          margin-bottom: 30px;
          font-size: 22px;
          line-height: 36px; } }
    .footer-right__content .footer-contact__title {
      font-weight: bold; }
      @media only screen and (min-width: 769px) {
        .footer-right__content .footer-contact__title {
          font-size: 22px;
          line-height: 32px; } }
    .footer-right__content .footer-contact__desc {
      margin-top: 20px;
      font-weight: 400;
      color: #1d1d1d;
      opacity: 0.4; }
      @media only screen and (min-width: 769px) {
        .footer-right__content .footer-contact__desc {
          margin-top: 40px;
          font-size: 23px;
          line-height: 30px;
          max-width: 580px; } }
  .footer .footer-location {
    margin: 20px 0;
    display: block;
    font-weight: 400;
    color: #4d4540; }
    @media only screen and (min-width: 769px) {
      .footer .footer-location {
        margin: 30px 0;
        font-size: 23px;
        line-height: 30px; } }
    @media only screen and (min-width: 1201px) {
      .footer .footer-location {
        margin: 0 30px 0 0;
        line-height: 40px;
        max-width: 340px; } }
    @media only screen and (min-width: 1441px) {
      .footer .footer-location {
        margin-right: 60px; } }
    @media only screen and (min-width: 1681px) {
      .footer .footer-location {
        margin-right: 120px;
        line-height: 50px; } }
  .footer .logo-link {
    cursor: pointer; }
    .footer .logo-link img {
      image-rendering: -webkit-optimize-contrast; }
      .footer .logo-link img.desktop {
        display: none; }
      @media only screen and (min-width: 1201px) {
        .footer .logo-link img {
          max-width: 250px; }
          .footer .logo-link img.mobile {
            display: none; }
          .footer .logo-link img.desktop {
            display: block; } }
      @media only screen and (min-width: 1681px) {
        .footer .logo-link img {
          max-width: none; } }
  .footer-contact__title {
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .footer-contact__title {
        margin-bottom: 20px; } }
  .footer .menu-items {
    -webkit-column-count: 2;
            column-count: 2; }
    .footer .menu-items .menu-item .current-menu-item a {
      font-weight: 700;
      color: #ee3123; }
    .footer .menu-items .menu-item a {
      font-size: 12px;
      line-height: 25px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      display: block;
      margin-bottom: 15px;
      color: #4d4540; }
      @media only screen and (min-width: 769px) {
        .footer .menu-items .menu-item a {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.5px; } }
      .footer .menu-items .menu-item a:hover {
        color: #ee3123; }
      @media only screen and (min-width: 769px) {
        .footer .menu-items .menu-item a {
          margin-bottom: 30px; } }
  .footer .subscribe-form {
    margin-bottom: 50px; }
    @media only screen and (min-width: 993px) {
      .footer .subscribe-form {
        margin-bottom: 70px; } }
    .footer .subscribe-form .title {
      margin-bottom: 10px;
      line-height: 25px; }
      @media only screen and (min-width: 993px) {
        .footer .subscribe-form .title {
          font-size: 16px;
          line-height: 25px;
          font-weight: 700;
          letter-spacing: 0;
          font-size: 13px;
          line-height: 18px;
          letter-spacing: inherit;
          font-weight: 400;
          margin-bottom: 40px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .subscribe-form .title {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .subscribe-form .title {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .subscribe-form .title {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .subscribe-form .title {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .subscribe-form .title {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .subscribe-form .title {
      font-size: 23px;
      line-height: 30px; } }

    .footer .subscribe-form .form-fields {
      margin-bottom: 30px; }
      @media only screen and (min-width: 426px) {
        .footer .subscribe-form .form-fields {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media only screen and (min-width: 993px) {
        .footer .subscribe-form .form-fields {
          margin-bottom: 45px; } }
      .footer .subscribe-form .form-fields .form-field {
        width: 100%; }
        @media only screen and (min-width: 426px) {
          .footer .subscribe-form .form-fields .form-field {
            max-width: calc(calc(100% - 30px) / 2);
            margin-right: 30px; }
            .footer .subscribe-form .form-fields .form-field:last-child {
              margin-right: 0; } }
        .footer .subscribe-form .form-fields .form-field input {
          padding: 6px 0;
          max-width: 100%;
          width: 100%;
          border: none;
          border-radius: 0;
          border-bottom: 1px solid #4d4540;
          background: transparent;
          font: 700 16px/25px "Gotham", sans-serif; }
          .footer .subscribe-form .form-fields .form-field input::-webkit-input-placeholder {
            font-weight: 400;
            color: #4d4540; }
          .footer .subscribe-form .form-fields .form-field input:-ms-input-placeholder {
            font-weight: 400;
            color: #4d4540; }
          .footer .subscribe-form .form-fields .form-field input::-ms-input-placeholder {
            font-weight: 400;
            color: #4d4540; }
          .footer .subscribe-form .form-fields .form-field input::placeholder {
            font-weight: 400;
            color: #4d4540; }
          @media only screen and (min-width: 993px) {
            .footer .subscribe-form .form-fields .form-field input {
              font-size: 16px;
              line-height: 25px;
              font-weight: 700;
              letter-spacing: 0;
              font-size: 13px;
              line-height: 18px;
              letter-spacing: inherit;
              font-weight: 400; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .subscribe-form .form-fields .form-field input {
      font-size: 23px;
      line-height: 30px; } }

    .footer .subscribe-form input[type="submit"] {
      -webkit-appearance: none !important;
      border-radius: 0; }
  .footer .social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 1201px) {
      .footer .social-items {
        margin-top: 100px; } }
    .footer .social-items .social-item {
      margin: 0 10px; }
      .footer .social-items .social-item:first-child {
        margin-left: 0; }
      .footer .social-items .social-item:last-child {
        margin-right: 0; }
      .footer .social-items .social-item .social-link {
        cursor: pointer; }
  .footer .footer-bar {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    background-color: #ee3123;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 769px) {
      .footer .footer-bar {
        padding-top: 35px;
        padding-bottom: 35px; } }
  .footer .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .partners .partner-link {
      margin-right: 20px; }
      @media only screen and (min-width: 769px) {
        .footer .partners .partner-link {
          margin-right: 50px; } }
      .footer .partners .partner-link:last-child {
        margin-right: 0; }
  @media only screen and (min-width: 1201px) {
    .footer .copyright {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 769px) {
    .footer .copyright .seperator {
      display: none; } }
  @media only screen and (min-width: 1201px) {
    .footer .copyright p a,
    .footer .copyright p span {
      display: none; } }
  .footer .copyright p,
  .footer .copyright a,
  .footer .copyright span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .footer .copyright p,
      .footer .copyright a,
      .footer .copyright span {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .footer .copyright p,
      .footer .copyright a,
      .footer .copyright span {
        font-size: 16px;
        line-height: 20px; } }
  .footer .copyright a {
    margin-left: auto;
    white-space: nowrap;
    color: #fff; }
  .footer .copyright > a {
    display: none; }
    @media only screen and (min-width: 1201px) {
      .footer .copyright > a {
        margin-left: 20px;
        display: block; } }
    @media only screen and (min-width: 1681px) {
      .footer .copyright > a {
        margin-left: 35px; } }
  .footer .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    position: absolute;
    bottom: -10px;
    padding: 0;
    border: none;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    font-weight: 400; }
    @media only screen and (min-width: 993px) {
      .footer .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer .wpcf7 form.sent .wpcf7-response-output {
      font-size: 23px;
      line-height: 30px; } }

  .footer .wpcf7-form {
    position: relative; }
  .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer {
    padding: 0; }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormFieldContainer {
      margin: 0; }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSection {
      position: relative;
      margin: 0; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSection fieldset legend {
        display: none; }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      padding: 6px 0;
      max-width: 100%;
      width: 100%;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #4d4540;
      background: #0000;
      font: 700 16px/25px "Gotham", sans-serif;
      opacity: 1; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox::-webkit-input-placeholder {
        font-weight: 400;
        color: #4d4540;
        text-transform: capitalize; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox:-ms-input-placeholder {
        font-weight: 400;
        color: #4d4540;
        text-transform: capitalize; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox::-ms-input-placeholder {
        font-weight: 400;
        color: #4d4540;
        text-transform: capitalize; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox::placeholder {
        font-weight: 400;
        color: #4d4540;
        text-transform: capitalize; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox:focus-visible {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      @media only screen and (min-width: 993px) {
        .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
          font-size: 16px;
          line-height: 25px;
          font-weight: 700;
          letter-spacing: 0;
          font-size: 13px;
          line-height: 18px;
          letter-spacing: inherit;
          font-weight: 400; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormTextbox {
      font-size: 23px;
      line-height: 30px; } }

    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupFieldTall {
      margin-bottom: 10px;
      width: 100%; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupFieldTall:nth-of-type(2) {
        margin-right: 0; }
      @media only screen and (min-width: 769px) {
        .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupFieldTall {
          display: inline-block;
          max-width: calc((100% - 40px) / 2);
          margin-right: 40px; }
          .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupFieldTall:last-child {
            max-width: 100%;
            margin-right: 0; } }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupPrivacyLabelTall,
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSignupPrivacyLinkTall {
      display: none; }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormButtonRow {
      display: inline-block;
      margin: 0;
      position: absolute;
      bottom: 15px;
      right: 0; }
    .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSubmitbutton {
      width: 30px;
      height: 30px;
      padding: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background-image: url("data:image/svg+xml;utf8,<svg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19.4559 21.582L12.9403 17.1967L10.3128 19.3997L9.24564 14.71L20.6246 4.74436L6.98097 12.5816L0.554688 7.94497L25.5012 0.473389L19.4559 21.582Z' fill='%23EE3123'/></svg>");
      font-size: 0;
      background-size: auto;
      background-color: #0000;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer [data-bbox-part-id="9705ba20-6183-4e55-8258-10942df65040"].BBFormContainer .BBFormSubmitbutton:hover {
        background-image: url("data:image/svg+xml;utf8,<svg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19.4559 21.582L12.9403 17.1967L10.3128 19.3997L9.24564 14.71L20.6246 4.74436L6.98097 12.5816L0.554688 7.94497L25.5012 0.473389L19.4559 21.582Z' fill='%23EE3123'/></svg>");
        background-color: #0000;
        -webkit-transform: rotate(-20deg);
                transform: rotate(-20deg); }

.breadcrumbs {
  margin: 50px 0 20px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase; }
  @media only screen and (min-width: 769px) {
    .breadcrumbs {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .breadcrumbs {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 769px) {
    .breadcrumbs {
      margin: 80px 0 30px; } }
  @media only screen and (min-width: 1201px) {
    .breadcrumbs {
      margin: 116px 0 50px; } }
  .breadcrumbs a {
    color: #4d4540;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .breadcrumbs a:hover {
      color: #ee3123; }
  .breadcrumbs li {
    position: relative;
    padding-right: 30px; }
    .breadcrumbs li a {
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      text-transform: uppercase; }
      @media only screen and (min-width: 769px) {
        .breadcrumbs li a {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        .breadcrumbs li a {
          font-size: 16px;
          line-height: 20px; } }

.pagination {
  margin-top: 30px;
  position: relative;
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pagination .btn-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
    @media only screen and (min-width: 769px) {
      .pagination .btn-pagination {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px; } }
    .pagination .btn-pagination.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
    .pagination .btn-pagination:hover .text {
      color: #ee3123; }
    .pagination .btn-pagination:hover svg path {
      stroke: #ee3123; }
    .pagination .btn-pagination svg {
      width: 30px;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      will-change: transform; }
      .pagination .btn-pagination svg path {
        -webkit-transition: stroke 0.3s ease-in-out;
        transition: stroke 0.3s ease-in-out;
        will-change: stroke; }
      @media only screen and (min-width: 1201px) {
        .pagination .btn-pagination svg {
          width: 50px; } }
    .pagination .btn-pagination .text {
      font-family: "Gotham", sans-serif;
      padding: 0 9px;
      color: #4d4540;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media only screen and (min-width: 769px) {
        .pagination .btn-pagination .text {
          padding: 0 22px; } }
    .pagination .btn-pagination.prev:hover svg {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
    .pagination .btn-pagination.next:hover svg {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .pagination .page-navigator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px; }
    @media only screen and (min-width: 769px) {
      .pagination .page-navigator {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .pagination .page-navigator {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 769px) {
      .pagination .page-navigator {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1201px) {
      .pagination .page-navigator {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .pagination .page-navigator {
        font-size: 25px;
        line-height: 30px; } }

.accordion-module h3 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .accordion-module h3 {
      margin-bottom: 40px; } }
.accordion-module .accordion-item {
  position: relative;
  border-top: 1px solid #4d4540;
  padding: 20px 0; }
  @media only screen and (min-width: 1201px) {
    .accordion-module .accordion-item {
      padding: 35px 0; } }
  .accordion-module .accordion-item.active .accordion-item__title .icon {
    top: 18px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .accordion-module .accordion-item.active .accordion-item__title .icon path {
      stroke: #ee3123; }
    @media only screen and (min-width: 769px) {
      .accordion-module .accordion-item.active .accordion-item__title .icon {
        top: 20px; } }
    @media only screen and (min-width: 1201px) {
      .accordion-module .accordion-item.active .accordion-item__title .icon {
        top: 40px; } }
    @media only screen and (min-width: 1681px) {
      .accordion-module .accordion-item.active .accordion-item__title .icon {
        top: 50px; } }
  .accordion-module .accordion-item__title {
    cursor: pointer; }
    .accordion-module .accordion-item__title .icon {
      position: absolute;
      top: 20px;
      right: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
      @media only screen and (min-width: 769px) {
        .accordion-module .accordion-item__title .icon {
          top: 20px; } }
      @media only screen and (min-width: 1201px) {
        .accordion-module .accordion-item__title .icon {
          top: 43px; } }
      @media only screen and (min-width: 1681px) {
        .accordion-module .accordion-item__title .icon {
          top: 50px; } }
      @media only screen and (max-width: 768px) {
        .accordion-module .accordion-item__title .icon svg {
          width: 6px;
          height: 12px; } }
  .accordion-module .accordion-item__title, .accordion-module .accordion-item__content {
    max-width: 80%; }
    @media only screen and (min-width: 1201px) {
      .accordion-module .accordion-item__title, .accordion-module .accordion-item__content {
        max-width: 900px; } }
    @media only screen and (min-width: 1681px) {
      .accordion-module .accordion-item__title, .accordion-module .accordion-item__content {
        max-width: 1100px; } }
  .accordion-module .accordion-item__content {
    display: none;
    margin-top: 10px; }
    @media only screen and (min-width: 1201px) {
      .accordion-module .accordion-item__content {
        margin-top: 20px; } }
    .accordion-module .accordion-item__content .btn {
      margin-top: 20px; }
      @media only screen and (min-width: 1201px) {
        .accordion-module .accordion-item__content .btn {
          margin-top: 45px; } }

.page-id-14590 .accordion-item li {
  font-weight: 400;
}
.page-id-14590 .accordion-item li b{
  font-weight: 400;
}
.btn {
  display: inline-block;
  padding: 3px 40px;
  border-radius: 0;
  font-size: 12px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  @media only screen and (min-width: 769px) {
    .btn {
      padding: 15px 60px;
      font-size: 18px;
      line-height: 24px; } }

.btn-primary {
  color: #fff;
  background-color: #ee3123;
  border: 1px solid #ee3123; }
  .btn-primary:hover {
    color: #ee3123;
    background-color: transparent; }

.btn-secondary {
  color: #4d4540;
  background-color: transparent;
  border: 1px solid #4d4540; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #4d4540; }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #4d4540; }
  @media only screen and (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.5px; } }
  .btn-link:visited {
    color: #4d4540; }
  .btn-link:hover .text {
    color: #ee3123; }
  .btn-link:hover svg {
    margin-left: 30px; }
    .btn-link:hover svg path {
      stroke: #ee3123; }
  .btn-link .text {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .btn-link svg {
    margin-left: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out; }
    .btn-link svg path {
      -webkit-transition: stroke 0.3s ease-in-out;
      transition: stroke 0.3s ease-in-out; }
  @media only screen and (max-width: 768px) {
    .btn-link svg {
      max-width: 30px; } }

.hero {
  position: relative;
  padding: 100px 0 120px;
  text-align: center; }
  @media only screen and (min-width: 1201px) {
    .hero {
      padding: 120px 0 150px;
      height: calc(100vh - 105px);
      min-height: 500px; } }
  @media only screen and (min-width: 1681px) {
    .hero {
      height: calc(100vh - 140px);
      min-height: 600px; } }
  .hero .btn-donate {
    display: inline-block;
    margin: auto;
    margin-top: 50px; }
  .hero .btn-scroll-link {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .hero .btn-scroll-link path {
      -webkit-transition: stroke 0.3s ease-in-out;
      transition: stroke 0.3s ease-in-out; }
    .hero .btn-scroll-link:hover {
      -webkit-animation: bounceUpDown 1s ease-in-out 0s infinite alternate forwards;
              animation: bounceUpDown 1s ease-in-out 0s infinite alternate forwards; }
      .hero .btn-scroll-link:hover path {
        stroke: #ee3123; }

.hero-video {
  position: relative; }
  .hero-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    @media only screen and (min-width: 1201px) {
      .hero-video .embed-container {
        padding-bottom: clamp(50vh, 56.25%, 80vh); } }
    .hero-video .embed-container iframe,
    .hero-video .embed-container object,
    .hero-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .hero-video .embed-container::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      pointer-events: none;
      z-index: 10; }
  .hero-video .wp-video {
    width: 100% !important; }
  .hero-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero-video .mejs-container {
    width: 100% !important;
    height: 56.25vw !important; }
    .hero-video .mejs-container .mejs-controls {
      display: none; }
  .hero-video .video-module {
    position: relative; }
    .hero-video .video-module::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(16.88%, rgba(0, 0, 0, 0.392)), color-stop(50%, rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.392) 16.88%, rgba(0, 0, 0, 0) 50%);
      z-index: 1; }
    .hero-video .video-module .hero-title {
      display: none;
      position: absolute;
      bottom: 40px;
      left: 20px;
      color: #fff;
      font-weight: 700;
      line-height: 1.2;
      max-width: clamp(400px, 70%, 1300px);
      z-index: 2; }
      @media only screen and (min-width: 769px) {
        .hero-video .video-module .hero-title {
          display: block; } }
      @media only screen and (min-width: 1681px) {
        .hero-video .video-module .hero-title {
          left: 60px;
          bottom: 80px;
          font-size: 80px; } }
  .hero-video .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero-video.play .video-module::before {
    content: none; }
  .hero-video.play h4,
  .hero-video.play .video-poster,
  .hero-video.play .video-controls {
    display: none; }
  .hero-video .video-controls .btn-play {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(42px);
            backdrop-filter: blur(42px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 0; }
    @media only screen and (min-width: 769px) {
      .hero-video .video-controls .btn-play {
        width: 60px; } }
    @media only screen and (min-width: 1201px) {
      .hero-video .video-controls .btn-play {
        width: 172px; } }
    .hero-video .video-controls .btn-play svg {
      width: 100%;
      height: auto;
      -webkit-transition: fill 0.3s ease-in-out;
      transition: fill 0.3s ease-in-out; }
      .hero-video .video-controls .btn-play svg circle {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .hero-video .video-controls .btn-play:hover svg {
      fill: #4d4540; }
      .hero-video .video-controls .btn-play:hover svg circle {
        stroke: #4d4540; }
  .hero-video .video-controls .btn-scroll-down {
    position: absolute;
    padding: 0;
    left: 50%;
    bottom: -5px;
    max-width: 100px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #0000;
    line-height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
    @media only screen and (min-width: 769px) {
      .hero-video .video-controls .btn-scroll-down {
        max-width: 150px; } }
    @media only screen and (min-width: 1201px) {
      .hero-video .video-controls .btn-scroll-down {
        bottom: -15px;
        max-width: none; } }
    .hero-video .video-controls .btn-scroll-down svg {
      max-width: 100%; }
  .hero-video .video-controls .btn-sound {
    display: block;
    position: absolute;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 30;
    background-color: transparent;
    border: none;
    border-radius: 50%; }
    @media only screen and (min-width: 769px) {
      .hero-video .video-controls .btn-sound {
        right: 50px;
        bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .hero-video .video-controls .btn-sound {
        right: 80px;
        bottom: 80px; } }
    @media only screen and (min-width: 1681px) {
      .hero-video .video-controls .btn-sound {
        right: 120px;
        bottom: 120px; } }
    @media only screen and (min-width: 769px) {
      .hero-video .video-controls .btn-sound {
        width: 50px;
        height: 50px; } }
    @media only screen and (min-width: 1201px) {
      .hero-video .video-controls .btn-sound {
        width: 80px;
        height: 80px; } }
    @media only screen and (min-width: 1681px) {
      .hero-video .video-controls .btn-sound {
        width: 105px;
        height: 105px; } }
  .hero-video .video-controls .btn-mute {
    display: none; }
  .hero-video .video-controls.active .btn-unmute {
    display: none; }
  .hero-video .video-controls.active .btn-mute {
    display: block; }
  .hero-video .image-module__inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    @media only screen and (min-width: 1201px) {
      .hero-video .image-module__inner {
        padding-bottom: clamp(50vh, 56.25%, 80vh); } }
    .hero-video .image-module__inner img {
      position: absolute; }

.initiative-module.purple h3 {
  color: #4c1240; }
.initiative-module.blue h3 {
  color: #1b365d; }
.initiative-module:nth-child(odd) .content-module {
  margin-left: auto; }
.initiative-module .image-module {
  margin-top: 32px; }
  @media only screen and (min-width: 769px) {
    .initiative-module .image-module {
      margin-top: 50px; } }
  @media only screen and (min-width: 1201px) {
    .initiative-module .image-module {
      margin-top: 70px; } }
  @media only screen and (min-width: 1681px) {
    .initiative-module .image-module {
      margin-top: 96px; } }
.initiative-module .content-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .initiative-module .content-module a:not(.btn) {
    color: #4d4540;
    text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .initiative-module .content-module {
      margin-top: 50px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1201px) {
    .initiative-module .content-module {
      margin-top: 60px;
      margin-bottom: 60px;
      max-width: 50%; } }
  @media only screen and (min-width: 1681px) {
    .initiative-module .content-module {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .initiative-module .content-module__left {
    margin-right: 40px; }
    @media only screen and (min-width: 1201px) {
      .initiative-module .content-module__left {
        margin-right: 60px; } }
    .initiative-module .content-module__left .avatar {
      display: none;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #c4c4c4; }
      @media only screen and (min-width: 1201px) {
        .initiative-module .content-module__left .avatar {
          width: 130px;
          height: 130px; } }
      .initiative-module .content-module__left .avatar img {
        max-width: 100%; }
  .initiative-module .content-module__right hr {
    margin: 29px 0 23px; }
    @media only screen and (min-width: 1201px) {
      .initiative-module .content-module__right hr {
        margin: 36px 0 59px; } }
  .initiative-module .content-module__right p {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1201px) {
      .initiative-module .content-module__right p {
        margin-bottom: 36px; } }

.image-module {
  position: relative; }
  .image-module.has-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(16.88%, rgba(0, 0, 0, 0.392)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.392) 16.88%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
    z-index: 1; }
  .image-module__inner {
    max-width: 100%; }
    .image-module__inner img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .image-module .btn-scroll-down {
    position: absolute;
    padding: 0;
    left: 50%;
    bottom: -5px;
    max-width: 100px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #0000;
    line-height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
    .image-module .btn-scroll-down svg {
      max-width: 100%; }

.image-line-text-module {
  padding-bottom: 10px; }
  @media only screen and (min-width: 1201px) {
    .image-line-text-module {
      padding-bottom: 60px; } }
  .image-line-text-module .content {
    margin-top: 30px;
    margin-left: auto;
    padding-top: 24px;
    max-width: 75%;
    border-top: 1px solid #4d4540; }
    @media only screen and (min-width: 769px) {
      .image-line-text-module .content {
        margin-top: 50px; } }
    @media only screen and (min-width: 1201px) {
      .image-line-text-module .content {
        padding-top: 50px;
        margin-top: 100px;
        max-width: 920px; } }
    @media only screen and (min-width: 1681px) {
      .image-line-text-module .content {
        margin-top: 140px; } }

.support-module {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 90%;
  margin-left: auto; }
  @media only screen and (min-width: 769px) {
    .support-module {
      padding: 40px 0;
      max-width: 100%; } }
  @media only screen and (min-width: 1201px) {
    .support-module {
      padding: 60px 0; } }
  .support-module__left h5 {
    margin-bottom: 8px; }
    @media only screen and (min-width: 1201px) {
      .support-module__left h5 {
        margin-bottom: 24px; } }
  .support-module__left p {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1201px) {
      .support-module__left p {
        margin-bottom: 57px; } }
  .support-module__left .image-module {
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .support-module__left .image-module {
        display: none; } }
  .support-module__right {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .support-module__right {
        display: block;
        margin-left: 20px;
        max-width: 50%; } }
    @media only screen and (min-width: 1201px) {
      .support-module__right {
        margin-left: 40px;
        max-width: 700px; } }
    @media only screen and (min-width: 1681px) {
      .support-module__right {
        margin-left: 80px;
        max-width: 920px; } }

.slider-section {
  overflow-x: hidden; }
  .slider-section .container-fluid {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper .slider-control {
    position: static; }
    .slider-wrapper .slider-control::after {
      content: none; }
  .slider-wrapper .slick-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6L24 18L12 30' stroke='%234D4540' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
    font-size: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
    @media only screen and (min-width: 769px) {
      .slider-wrapper .slick-arrow {
        width: 50px;
        height: 50px;
        background-size: 24px; } }
    @media only screen and (min-width: 1681px) {
      .slider-wrapper .slick-arrow {
        width: 84px;
        height: 84px;
        background-size: 36px; } }
  .slider-wrapper .slick-prev {
    left: 20px;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1); }
    @media only screen and (min-width: 1201px) {
      .slider-wrapper .slick-prev {
        left: 0;
        -webkit-transform: translate(-50%, -50%) scaleX(-1);
                transform: translate(-50%, -50%) scaleX(-1); } }
  .slider-wrapper .slick-next {
    right: 40px; }
    @media only screen and (min-width: 769px) {
      .slider-wrapper .slick-next {
        right: 80px; } }
    @media only screen and (min-width: 1201px) {
      .slider-wrapper .slick-next {
        right: 140px; } }
    @media only screen and (min-width: 1681px) {
      .slider-wrapper .slick-next {
        right: 240px; } }
  .slider-wrapper .slick-disabled {
    display: none !important; }
  .slider-wrapper .slider-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-bottom: 30px;
    max-width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 1201px) {
      .slider-wrapper .slider-control {
        margin-bottom: 50px; } }
    .slider-wrapper .slider-control::after {
      position: absolute;
      content: "";
      top: 50%;
      left: calc(100% + 30px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100vw;
      height: 1px;
      background-color: #4d4540; }
    .slider-wrapper .slider-control .btn-slider {
      padding: 0;
      width: 30px;
      border: none;
      background-color: transparent;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      will-change: transform; }
      @media only screen and (min-width: 1201px) {
        .slider-wrapper .slider-control .btn-slider {
          width: 50px; } }
      .slider-wrapper .slider-control .btn-slider svg {
        max-width: 100%; }
        .slider-wrapper .slider-control .btn-slider svg path {
          -webkit-transition: stroke 0.3s ease-in-out;
          transition: stroke 0.3s ease-in-out;
          will-change: stroke; }
      .slider-wrapper .slider-control .btn-slider:hover.prev {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px); }
      .slider-wrapper .slider-control .btn-slider:hover.next {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); }
      .slider-wrapper .slider-control .btn-slider:hover svg path {
        stroke: #ee3123; }
    .slider-wrapper .slider-control .slider-navigator {
      margin: 0 10px;
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 22px; }
      @media only screen and (min-width: 1201px) {
        .slider-wrapper .slider-control .slider-navigator {
          margin: 0 26px; } }
      @media only screen and (min-width: 769px) {
        .slider-wrapper .slider-control .slider-navigator {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        .slider-wrapper .slider-control .slider-navigator {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 769px) {
        .slider-wrapper .slider-control .slider-navigator {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 1201px) {
        .slider-wrapper .slider-control .slider-navigator {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 1681px) {
        .slider-wrapper .slider-control .slider-navigator {
          font-size: 25px;
          line-height: 30px; } }
  .slider-wrapper .slick-list {
    padding-left: 0 !important; }
  .slider-wrapper .slick-slide__item {
    padding-right: 30px; }

.slider-v2 {
  position: relative; }
  .slider-v2::after {
    position: absolute;
    content: "";
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 1; }
    @media only screen and (min-width: 769px) {
      .slider-v2::after {
        width: 90px; } }
    @media only screen and (min-width: 1681px) {
      .slider-v2::after {
        width: 250px; } }
  .slider-v2::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), to(#ffffff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #ffffff 100%); }
  .slider-v2 .our-values .slick-arrow {
    top: 90px; }
    @media only screen and (min-width: 769px) {
      .slider-v2 .our-values .slick-arrow {
        top: 150px; } }
    @media only screen and (min-width: 1201px) {
      .slider-v2 .our-values .slick-arrow {
        top: 205px; } }

.slick-slider:not(.our-values):not(.person-slider):not(.hearts-carousel):not(.financial-slider) .slick-arrow {
  -webkit-transform: none;
          transform: none;
  top: 75px; }
  @media only screen and (min-width: 769px) {
    .slick-slider:not(.our-values):not(.person-slider):not(.hearts-carousel):not(.financial-slider) .slick-arrow {
      top: 150px; } }
  @media only screen and (min-width: 1201px) {
    .slick-slider:not(.our-values):not(.person-slider):not(.hearts-carousel):not(.financial-slider) .slick-arrow {
      top: 185px; } }
  @media only screen and (min-width: 1681px) {
    .slick-slider:not(.our-values):not(.person-slider):not(.hearts-carousel):not(.financial-slider) .slick-arrow {
      top: 175px; } }
.slick-slider:not(.our-values):not(.person-slider):not(.hearts-carousel):not(.financial-slider) .slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.text-line-module {
  overflow: hidden; }
  .text-line-module .text {
    position: relative; }
    .text-line-module .text::after {
      position: absolute;
      content: "";
      top: 50%;
      margin-left: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100vw;
      height: 1px;
      background: #4d4540; }

.text-cta-module {
  padding: 75px 0; }
  @media only screen and (min-width: 1201px) {
    .text-cta-module {
      padding: 179px 0 204px; } }
  .text-cta-module.half .container h3,
  .text-cta-module.half .container h4,
  .text-cta-module.half .container hr,
  .text-cta-module.half .container .cta-text__wrapper {
    width: 56%; }
    @media only screen and (max-width: 768px) {
      .text-cta-module.half .container h3,
      .text-cta-module.half .container h4,
      .text-cta-module.half .container hr,
      .text-cta-module.half .container .cta-text__wrapper {
        width: 75%;
        margin-left: auto; } }
  .text-cta-module.half .container h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px; }
    @media only screen and (min-width: 769px) {
      .text-cta-module.half .container h4 {
        font-size: 32px;
        line-height: 40px; } }
    @media only screen and (min-width: 1201px) {
      .text-cta-module.half .container h4 {
        font-size: 44px;
        line-height: 60px; } }
    @media only screen and (min-width: 1681px) {
      .text-cta-module.half .container h4 {
        font-size: 60px;
        line-height: 81px; } }
  .text-cta-module.half .container .cta-text__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-cta-module.half .container .cta-text {
    margin-bottom: 10px;
    margin-left: 0; }
    @media only screen and (min-width: 769px) {
      .text-cta-module.half .container .cta-text {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .text-cta-module.half .container .cta-text {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1681px) {
      .text-cta-module.half .container .cta-text {
        margin-bottom: 40px; } }
  .text-cta-module.half .container .btn-cta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .text-cta-module .content {
    width: 90%;
    margin-left: auto; }
    @media only screen and (min-width: 769px) {
      .text-cta-module .content {
        width: 100%; } }
  .text-cta-module hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #4d4540; }
    @media only screen and (min-width: 769px) {
      .text-cta-module hr {
        margin: 60px 0; } }
  .text-cta-module .cta-text__wrapper {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (min-width: 769px) {
      .text-cta-module .cta-text__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .text-cta-module .btn-cta {
    margin-top: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 769px) {
      .text-cta-module .btn-cta {
        margin-top: 0;
        margin-right: 60px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    @media only screen and (min-width: 1681px) {
      .text-cta-module .btn-cta {
        margin-right: 133px; } }
  .text-cta-module .cta-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .text-cta-module .cta-text {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .text-cta-module .cta-text {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .text-cta-module .cta-text {
        font-size: 26px;
        line-height: 42px; } }
    .text-cta-module .cta-text a {
      color: #ee3123; }
      .text-cta-module .cta-text a:hover {
        text-decoration: underline; }

#contact_text_cta h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0; }
  @media only screen and (min-width: 769px) {
    #contact_text_cta h4 {
      font-size: 28px;
      line-height: 50px; } }
  @media only screen and (min-width: 1201px) {
    #contact_text_cta h4 {
      font-size: 36px;
      line-height: 60px; } }
  @media only screen and (min-width: 1681px) {
    #contact_text_cta h4 {
      font-size: 44px;
      line-height: 66px; } }
#contact_text_cta .btn-cta {
  color: #fff;
  background-color: #ee3123;
  border-color: #ee3123; }
  @media only screen and (min-width: 1681px) {
    #contact_text_cta .btn-cta {
      margin-right: 100px; } }

.title-module {
  width: 90%; }
  @media only screen and (min-width: 769px) {
    .title-module {
      width: 70%;
      max-width: 1300px; } }

.title-text-module {
  margin-top: 20px;
  margin-left: auto;
  max-width: 90%; }
  @media only screen and (min-width: 769px) {
    .title-text-module {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px;
      max-width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1201px) {
    .title-text-module {
      margin-top: 80px; } }
  @media only screen and (min-width: 1681px) {
    .title-text-module {
      margin-top: 120px; } }
  @media only screen and (min-width: 769px) {
    .title-text-module .title {
      max-width: clamp(250px, 30%, 400px);
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media only screen and (min-width: 1201px) {
    .title-text-module .title {
      max-width: 530px;
      margin-right: 50px;
      width: 100%; } }
  @media only screen and (min-width: 1201px) {
    .title-text-module .content {
      margin-left: auto;
      max-width: 920px; } }
  .title-text-module .content hr {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1201px) {
      .title-text-module .content hr {
        margin-bottom: 50px; } }
  .title-text-module .content a {
    color: #4d4540;
    text-decoration: underline; }
  .title-text-module .content ul {
    padding-left: 20px;
    list-style: disc; }
    .title-text-module .content ul li {
      font-weight: 400; }

.title-cta-module hr {
  border: none;
  border-top: 1px solid #4d4540; }
.title-cta-module h5,
.title-cta-module .title p {
  margin: 23px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .title-cta-module h5,
    .title-cta-module .title p {
      font-size: 28px;
      line-height: 50px; } }
  @media only screen and (min-width: 1201px) {
    .title-cta-module h5,
    .title-cta-module .title p {
      font-size: 36px;
      line-height: 60px; } }
  @media only screen and (min-width: 1681px) {
    .title-cta-module h5,
    .title-cta-module .title p {
      font-size: 44px;
      line-height: 66px; } }
  @media only screen and (min-width: 1201px) {
    .title-cta-module h5,
    .title-cta-module .title p {
      margin: 54px 0 40px; } }
  .title-cta-module h5 a,
  .title-cta-module .title p a {
    color: #ee3123;
    text-decoration: underline; }

.title-image-content-module h4 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .title-image-content-module h4 {
      width: 70%; } }
  @media only screen and (min-width: 1201px) {
    .title-image-content-module h4 {
      margin-bottom: 50px; } }
.title-image-content-module .content-wrapper {
  max-width: 90%;
  margin-left: auto; }
  @media only screen and (min-width: 769px) {
    .title-image-content-module .content-wrapper {
      max-width: 100%; } }
.title-image-content-module .content {
  padding: 30px 0; }
  @media only screen and (min-width: 769px) {
    .title-image-content-module .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1201px) {
    .title-image-content-module .content {
      padding: 70px 0; } }
  .title-image-content-module .content-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%; }
    @media only screen and (min-width: 769px) {
      .title-image-content-module .content-image {
        width: 400px; } }
    @media only screen and (min-width: 1201px) {
      .title-image-content-module .content-image {
        width: 600px; } }
    @media only screen and (min-width: 1681px) {
      .title-image-content-module .content-image {
        width: 840px; } }
  .title-image-content-module .content-text {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .title-image-content-module .content-text {
        margin-top: 0;
        margin-left: 50px; } }
    @media only screen and (min-width: 1681px) {
      .title-image-content-module .content-text {
        margin-left: 110px; } }

.news-module h3 {
  margin-bottom: 23px; }
  @media only screen and (min-width: 769px) {
    .news-module h3 {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1201px) {
    .news-module h3 {
      margin-bottom: 92px; } }
.news-module .news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news-module .news-category .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (min-width: 769px) {
      .news-module .news-category .text {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .news-module .news-category .text {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 769px) {
      .news-module .news-category .text {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1201px) {
      .news-module .news-category .text {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .news-module .news-category .text {
        font-size: 25px;
        line-height: 30px; } }
    .news-module .news-category .text text {
      padding: 0 10px;
      border-right: 1px solid #4d4540; }
      .news-module .news-category .text text:first-child {
        padding-left: 0; }
      .news-module .news-category .text text:last-child {
        border-right: 0; }
  .news-module .news-category .line {
    width: 100%;
    height: 1px;
    background-color: #4d4540; }
.news-module .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 30px 0;
  max-width: 90%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 769px) {
    .news-module .news-content {
      margin-bottom: 60px;
      padding: 60px 0;
      max-width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .news-module .news-content__left {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .news-module .news-content__left {
        width: 40%; } }
  .news-module .news-content__right {
    margin-top: 20px;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .news-module .news-content__right {
        margin-top: 0;
        margin-left: 30px;
        max-width: calc(60% - 30px); } }
    @media only screen and (min-width: 1201px) {
      .news-module .news-content__right {
        margin-left: 70px;
        max-width: calc(60% - 70px); } }
    @media only screen and (min-width: 1681px) {
      .news-module .news-content__right {
        margin-left: 140px;
        max-width: calc(60% - 140px); } }
.news-module .news-title {
  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;
  color: #4d4540; }
  .news-module .news-title:hover h5 {
    color: #ee3123; }
  .news-module .news-title:hover svg {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
    .news-module .news-title:hover svg path {
      stroke: #ee3123; }
  .news-module .news-title h5 {
    margin-right: 30px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .news-module .news-title svg {
    margin-top: 14px;
    width: 29.39px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      .news-module .news-title svg {
        width: auto;
        margin-top: 19px; } }
    .news-module .news-title svg path {
      -webkit-transition: stroke 0.3s ease-in-out;
      transition: stroke 0.3s ease-in-out; }
.news-module .news-excerpt {
  max-width: 500px; }
.news-module .news-image {
  width: 100%;
  height: 44vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (min-width: 769px) {
    .news-module .news-image {
      height: 28.5vw; } }
  @media only screen and (min-width: 1681px) {
    .news-module .news-image {
      max-height: 550px; } }
  .news-module .news-image a {
    display: block;
    width: 100%;
    height: 100%; }
.news-module .news-link__wrapper hr {
  margin: 0 0 24px;
  border: 0;
  border-top: 1px solid #4d4540; }
  @media only screen and (min-width: 769px) {
    .news-module .news-link__wrapper hr {
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1201px) {
    .news-module .news-link__wrapper hr {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1681px) {
    .news-module .news-link__wrapper hr {
      margin-bottom: 60px; } }

@media only screen and (min-width: 769px) {
  .map-module .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 769px) {
  .map-module .map-info {
    width: 50%;
    margin-right: 20px; } }
@media only screen and (min-width: 1201px) {
  .map-module .map-info {
    max-width: 720px;
    margin-right: 50px; } }
.map-module .map-info hr {
  margin: 30px 0; }
  @media only screen and (min-width: 769px) {
    .map-module .map-info hr {
      margin: 40px 0; } }
  @media only screen and (min-width: 1201px) {
    .map-module .map-info hr {
      margin: 60px 0; } }
.map-module .map-info .btn {
  margin-top: 25px; }
  @media only screen and (min-width: 769px) {
    .map-module .map-info .btn {
      margin-top: 50px; } }
.map-module .map-image {
  display: none; }
  @media only screen and (min-width: 769px) {
    .map-module .map-image {
      display: block;
      margin-right: -20px;
      max-width: 50%; } }
  @media only screen and (min-width: 1201px) {
    .map-module .map-image {
      margin-right: -60px;
      max-width: none; } }
  @media only screen and (min-width: 1681px) {
    .map-module .map-image {
      margin-right: -120px; } }
  .map-module .map-image--mobile {
    display: block; }
    @media only screen and (min-width: 769px) {
      .map-module .map-image--mobile {
        display: none; } }

#search-form {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #4d4540; }
  @media only screen and (min-width: 769px) {
    #search-form {
      max-width: 40%;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1201px) {
    #search-form {
      max-width: 540px; } }
  #search-form .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #search-form .form-control .icon-search {
      width: 15px;
      height: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      will-change: transform; }
      @media only screen and (min-width: 769px) {
        #search-form .form-control .icon-search {
          width: 30px;
          height: auto; } }
      #search-form .form-control .icon-search svg {
        max-width: 100%; }
        #search-form .form-control .icon-search svg path,
        #search-form .form-control .icon-search svg circle {
          -webkit-transition: stroke 0.3s ease-in-out;
          transition: stroke 0.3s ease-in-out;
          will-change: stroke; }
    #search-form .form-control input {
      border: none;
      padding: 7px 11px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      font-family: "Gotham";
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: inherit;
      font-weight: 400; }
      @media only screen and (min-width: 1201px) {
        #search-form .form-control input {
          padding: 16px 22px; } }
      @media only screen and (min-width: 769px) {
        #search-form .form-control input {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        #search-form .form-control input {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        #search-form .form-control input {
          font-size: 26px;
          line-height: 42px; } }
      @media only screen and (min-width: 769px) {
        #search-form .form-control input {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        #search-form .form-control input {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 1681px) {
        #search-form .form-control input {
          font-size: 23px;
          line-height: 30px; } }
      #search-form .form-control input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; }
      #search-form .form-control input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; }
      #search-form .form-control input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; }
      #search-form .form-control input::placeholder {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; }
        @media only screen and (min-width: 769px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 20px;
            line-height: 32px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 20px;
            line-height: 32px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 20px;
            line-height: 32px; }
          #search-form .form-control input::placeholder {
            font-size: 20px;
            line-height: 32px; } }
        @media only screen and (min-width: 1201px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 24px;
            line-height: 38px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 24px;
            line-height: 38px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 24px;
            line-height: 38px; }
          #search-form .form-control input::placeholder {
            font-size: 24px;
            line-height: 38px; } }
        @media only screen and (min-width: 1681px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 26px;
            line-height: 42px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 26px;
            line-height: 42px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 26px;
            line-height: 42px; }
          #search-form .form-control input::placeholder {
            font-size: 26px;
            line-height: 42px; } }
        @media only screen and (min-width: 769px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 16px;
            line-height: 20px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 16px;
            line-height: 20px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 16px;
            line-height: 20px; }
          #search-form .form-control input::placeholder {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (min-width: 1201px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 20px;
            line-height: 28px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 20px;
            line-height: 28px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 20px;
            line-height: 28px; }
          #search-form .form-control input::placeholder {
            font-size: 20px;
            line-height: 28px; } }
        @media only screen and (min-width: 1681px) {
          #search-form .form-control input::-webkit-input-placeholder {
            font-size: 23px;
            line-height: 30px; }
          #search-form .form-control input:-ms-input-placeholder {
            font-size: 23px;
            line-height: 30px; }
          #search-form .form-control input::-ms-input-placeholder {
            font-size: 23px;
            line-height: 30px; }
          #search-form .form-control input::placeholder {
            font-size: 23px;
            line-height: 30px; } }
    #search-form .form-control input:focus + .icon-search {
      -webkit-transform: rotate(45deg) scale(1);
              transform: rotate(45deg) scale(1); }
    #search-form .form-control input:focus + .icon-search svg circle,
    #search-form .form-control input:focus + .icon-search svg path {
      stroke: #ee3123; }

.heart {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
  max-width: 465px;
  cursor: pointer; }
  @media only screen and (min-width: 769px) {
    .heart {
      width: calc(100% / 3); } }
  .heart-img {
    margin: 0 auto 22px; }
    @media only screen and (min-width: 769px) {
      .heart-img {
        position: relative;
        padding-bottom: 100%;
        height: 0; }
        .heart-img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .heart-artist {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px; }
    @media only screen and (min-width: 769px) {
      .heart-artist {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .heart-artist {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 769px) {
      .heart-artist {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1201px) {
      .heart-artist {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .heart-artist {
        font-size: 25px;
        line-height: 30px; } }
  .heart-name {
    margin: 7px 0; }
  .heart .shop-link {
    color: #4d4540; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
  z-index: 999;
  -webkit-animation: fadeIn 0.5s ease-in-out 0s forwards;
          animation: fadeIn 0.5s ease-in-out 0s forwards; }

#heart_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000; }
  @media only screen and (min-width: 769px) {
    #heart_popup {
      width: 80%;
      max-width: 1360px; } }
  #heart_popup .popup-content {
    position: relative;
    background-color: #fff; }
  #heart_popup .popup-close {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #0000;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    @media only screen and (min-width: 769px) {
      #heart_popup .popup-close {
        top: 30px;
        right: 30px;
        width: 28px;
        height: 28px; } }
    #heart_popup .popup-close svg {
      width: 100%;
      height: 100%; }
      #heart_popup .popup-close svg path {
        -webkit-transition: stroke 0.3s ease-in-out;
        transition: stroke 0.3s ease-in-out; }
    #heart_popup .popup-close:hover svg path {
      stroke: #ee3123; }
  #heart_popup .heart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 55px; }
    @media only screen and (min-width: 769px) {
      #heart_popup .heart-info {
        padding: 70px 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (min-width: 1441px) {
      #heart_popup .heart-info {
        padding: 70px 110px; } }
  #heart_popup .heart-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 769px) {
      #heart_popup .heart-content {
        margin-right: 30px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        max-width: 377px; } }
    @media only screen and (min-width: 1441px) {
      #heart_popup .heart-content {
        margin-right: 110px; } }
  #heart_popup .heart-name {
    text-transform: initial; }
  #heart_popup .heart-desc {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: inherit;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      #heart_popup .heart-desc {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      #heart_popup .heart-desc {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      #heart_popup .heart-desc {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      #heart_popup .heart-desc {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      #heart_popup .heart-desc {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      #heart_popup .heart-desc {
        font-size: 23px;
        line-height: 30px; } }
  #heart_popup .heart-meta {
    text-transform: uppercase; }
  #heart_popup .heart-image {
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      #heart_popup .heart-image {
        max-width: 60%; } }
    @media only screen and (min-width: 1025px) {
      #heart_popup .heart-image {
        max-width: 500px; } }
    @media only screen and (min-width: 1441px) {
      #heart_popup .heart-image {
        max-width: 645px; } }
    #heart_popup .heart-image img {
      margin: auto; }
    #heart_popup .heart-image .slick-arrow {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #4d4540;
      background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6L24 18L12 30' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
      background-size: 16px;
      background-position: center;
      background-repeat: no-repeat;
      border: none;
      border-radius: 50%;
      -webkit-box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
      font-size: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 10;
      cursor: pointer; }
      @media only screen and (min-width: 769px) {
        #heart_popup .heart-image .slick-arrow {
          width: 50px;
          height: 50px;
          background-size: 24px; } }
      @media only screen and (min-width: 1681px) {
        #heart_popup .heart-image .slick-arrow {
          width: 84px;
          height: 84px;
          background-size: 36px; } }
      #heart_popup .heart-image .slick-arrow#heart-prev {
        left: 10px;
        -webkit-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1); }
      #heart_popup .heart-image .slick-arrow#heart-next {
        right: 10px; }
  #heart_popup hr {
    margin: 20px 0; }
    @media only screen and (min-width: 769px) {
      #heart_popup hr {
        margin: 50px 0 30px; } }
    @media only screen and (min-width: 1201px) {
      #heart_popup hr {
        margin: 70px 0 30px; } }

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 1000; }
  .search-popup .popup-close {
    position: fixed;
    padding: 0;
    top: 20px;
    right: 20px;
    background: #0000;
    border: none;
    cursor: pointer; }
    .search-popup .popup-close:hover {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .search-popup #searchform {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 200px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #4d4540; }
    .search-popup #searchform input {
      padding: 20px;
      background: #fff;
      border: 0;
      color: #4d4540;
      font-size: 20px; }
      .search-popup #searchform input#searchsubmit {
        position: absolute;
        top: 0;
        right: 0;
        background: #ee3123;
        color: #fff; }
      .search-popup #searchform input#s {
        width: 100%; }

.hearts-slider .slide {
  display: block !important;
  max-width: none !important; }
  .hearts-slider .slide__image {
    padding: 0 !important;
    height: auto !important;
    cursor: pointer; }
    .hearts-slider .slide__image img {
      width: auto !important;
      height: auto !important; }
.hearts-slider .slick-arrow {
  background-color: #4d4540;
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='28' viewBox='0 0 16 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 2L14 14L2 26' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 8px; }
  @media only screen and (min-width: 769px) {
    .hearts-slider .slick-arrow {
      background-size: 12px; } }
  @media only screen and (min-width: 1681px) {
    .hearts-slider .slick-arrow {
      background-size: 16px; } }
.hearts-slider .slick-slide__item {
  padding-left: 0;
  padding-right: 0; }
.hearts-slider .slide__image {
  text-align: center; }
  .hearts-slider .slide__image img {
    margin: auto; }

.video-status-module .status-grid__wrapper {
  display: none;
  position: absolute;
  padding: 12px 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/status-bg.svg") no-repeat center;
  background-size: cover;
  color: #fff;
  z-index: 1; }
  @media only screen and (min-width: 769px) {
    .video-status-module .status-grid__wrapper {
      padding: 20px 0; } }
  @media only screen and (min-width: 1025px) {
    .video-status-module .status-grid__wrapper {
      padding: 30px 0; } }
  @media only screen and (min-width: 1681px) {
    .video-status-module .status-grid__wrapper {
      padding: 50px 0; } }
.video-status-module .status-grid {
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .video-status-module .status-grid {
      max-width: 90%; } }
  @media only screen and (min-width: 1681px) {
    .video-status-module .status-grid {
      max-width: 1580px; } }
.video-status-module .status {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px; }
  @media only screen and (min-width: 769px) {
    .video-status-module .status {
      padding: 0 40px; } }
  @media only screen and (min-width: 1025px) {
    .video-status-module .status {
      padding: 0 60px; } }
  @media only screen and (min-width: 1681px) {
    .video-status-module .status {
      padding: 0 80px; } }
  .video-status-module .status:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-right: 1px solid #fff; }
  .video-status-module .status .number {
    margin-right: 20px; }
  .video-status-module .status .text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: inherit;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .video-status-module .status .text {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .video-status-module .status .text {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .video-status-module .status .text {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .video-status-module .status .text {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .video-status-module .status .text {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .video-status-module .status .text {
        font-size: 23px;
        line-height: 30px; } }

.video-quote-module .video-quote {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17px 20px;
  background-color: #ee3123;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: inherit;
  font-weight: 400;
  color: #fff; }
  @media only screen and (min-width: 769px) {
    .video-quote-module .video-quote {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .video-quote-module .video-quote {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .video-quote-module .video-quote {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .video-quote-module .video-quote {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .video-quote-module .video-quote {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .video-quote-module .video-quote {
      font-size: 23px;
      line-height: 30px; } }
  @media only screen and (min-width: 769px) {
    .video-quote-module .video-quote {
      left: auto;
      right: 40px;
      max-width: 700px;
      padding: 30px 40px; } }
  @media only screen and (min-width: 1025px) {
    .video-quote-module .video-quote {
      padding: 40px 50px;
      max-width: 800px; } }
  @media only screen and (min-width: 1681px) {
    .video-quote-module .video-quote {
      padding: 60px 70px;
      max-width: 920px; } }

.video-content-module .video {
  position: relative; }
  @media only screen and (min-width: 769px) {
    .video-content-module .video {
      height: 40vw; } }
  @media only screen and (min-width: 1681px) {
    .video-content-module .video {
      max-height: 760px; } }
  @media only screen and (min-width: 769px) {
    .video-content-module .video video {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
.video-content-module .contents {
  padding: 30px 0; }
  @media only screen and (min-width: 769px) {
    .video-content-module .contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -20px;
      padding: 50px 0; } }
  @media only screen and (min-width: 1025px) {
    .video-content-module .contents {
      padding: 80px 0; } }
  @media only screen and (min-width: 1681px) {
    .video-content-module .contents {
      padding: 120px 0 150px; } }
.video-content-module .content {
  position: relative;
  padding-bottom: 30px; }
  .video-content-module .content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #4d4540;
    opacity: 0.1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video-content-module .content.highlight::after {
    border-color: #ee3123;
    border-bottom-width: 3px;
    opacity: 1; }
    @media only screen and (min-width: 1025px) {
      .video-content-module .content.highlight::after {
        border-bottom-width: 5px; } }
    @media only screen and (min-width: 1681px) {
      .video-content-module .content.highlight::after {
        border-bottom-width: 6px; } }
  .video-content-module .content.highlight .content-title {
    font-weight: 700; }
  .video-content-module .content.highlight .content-text {
    font-weight: 700; }
  @media only screen and (min-width: 769px) {
    .video-content-module .content {
      max-width: 365px;
      margin: 0 20px;
      padding-bottom: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc((100% / 3) - 40px);
              flex: 0 0 calc((100% / 3) - 40px); } }
  @media only screen and (min-width: 1025px) {
    .video-content-module .content {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1681px) {
    .video-content-module .content {
      padding-bottom: 80px; } }
  .video-content-module .content-title {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      .video-content-module .content-title {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1681px) {
      .video-content-module .content-title {
        margin-bottom: 30px; } }
  .video-content-module .content-text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .video-content-module .content-text {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .video-content-module .content-text {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .video-content-module .content-text {
        font-size: 26px;
        line-height: 42px; } }

@media only screen and (min-width: 769px) {
  .two-columns-module .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; } }
@media only screen and (max-width: 768px) {
  .two-columns-module .column {
    margin-bottom: 40px; }
    .two-columns-module .column:last-child {
      margin-bottom: 0; } }
.two-columns-module .column hr {
  margin: 25px 0;
  max-width: 80%; }
  @media only screen and (min-width: 769px) {
    .two-columns-module .column hr {
      margin: 36px 0 60px;
      max-width: 100%; } }
.two-columns-module .column-content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .two-columns-module .column-content {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .two-columns-module .column-content {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .two-columns-module .column-content {
      font-size: 26px;
      line-height: 42px; } }

@media only screen and (min-width: 769px) {
  .contact-form-module .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.contact-form-module .section-left {
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .contact-form-module .section-left {
      width: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 0;
      margin-right: 30px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1201px) {
    .contact-form-module .section-left {
      margin-right: 60px; } }
@media only screen and (min-width: 769px) {
  .contact-form-module .section-right {
    width: 100%;
    margin-left: auto; } }
@media only screen and (min-width: 1201px) {
  .contact-form-module .section-right {
    max-width: 920px; } }
.contact-form-module .form-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 769px) {
    .contact-form-module .form-row {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1201px) {
    .contact-form-module .form-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1681px) {
    .contact-form-module .form-row {
      margin-bottom: 66px; } }
.contact-form-module .form-group {
  padding: 0 15px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .contact-form-module .form-group.col-half {
      width: 50%; } }
  .contact-form-module .form-group .form-control {
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #4d4540;
    border-radius: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Gotham", sans-serif; }
    @media only screen and (min-width: 769px) {
      .contact-form-module .form-group .form-control {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .contact-form-module .form-group .form-control {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .contact-form-module .form-group .form-control {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 993px) {
      .contact-form-module .form-group .form-control {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
        font-weight: 400; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .contact-form-module .form-group .form-control {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .contact-form-module .form-group .form-control {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .contact-form-module .form-group .form-control {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .contact-form-module .form-group .form-control {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .contact-form-module .form-group .form-control {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .contact-form-module .form-group .form-control {
      font-size: 23px;
      line-height: 30px; } }

.contact-form-module .btn-submit {
  margin-top: 30px;
  -webkit-appearance: none; }
.contact-form-module .wpcf7-not-valid-tip {
  color: #ee3123;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: inherit;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .contact-form-module .wpcf7-not-valid-tip {
      font-size: 23px;
      line-height: 30px; } }

.tab-slider-module .tab-content {
  display: none; }
  .tab-slider-module .tab-content.active {
    display: block; }
.tab-slider-module .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.tab-slider-module .tab-link {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
  color: #4d4540; }
  @media only screen and (min-width: 769px) {
    .tab-slider-module .tab-link {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .tab-slider-module .tab-link {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 769px) {
    .tab-slider-module .tab-link {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 1201px) {
    .tab-slider-module .tab-link {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .tab-slider-module .tab-link {
      font-size: 25px;
      line-height: 30px; } }
  @media only screen and (min-width: 769px) {
    .tab-slider-module .tab-link {
      margin-right: 57px; } }
  .tab-slider-module .tab-link.active, .tab-slider-module .tab-link:hover {
    color: #ee3123; }
.tab-slider-module .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.tab-slider-module .slick-slide {
  height: inherit !important; }
@media only screen and (max-width: 560px) {
  .tab-slider-module .slick-slide__item {
    padding-right: 0; } }
.tab-slider-module .slick-slide__item img {
  height: 250px; }
  @media only screen and (min-width: 769px) {
    .tab-slider-module .slick-slide__item img {
      height: 450px; } }
.tab-slider-module .slick-slide__item .financial-fancybox {
  display: block !important; }
.tab-slider-module__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 769px) {
    .tab-slider-module__bottom {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 50px; } }
.tab-slider-module__label {
  margin-right: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px; }
  @media only screen and (min-width: 769px) {
    .tab-slider-module__label {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .tab-slider-module__label {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 769px) {
    .tab-slider-module__label {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 1201px) {
    .tab-slider-module__label {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .tab-slider-module__label {
      font-size: 25px;
      line-height: 30px; } }
  @media only screen and (max-width: 768px) {
    .tab-slider-module__label {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 769px) {
    .tab-slider-module__label {
      margin-right: 60px; } }
  @media only screen and (min-width: 1201px) {
    .tab-slider-module__label {
      margin-right: 114px; } }

@media only screen and (min-width: 769px) {
  .chart-content {
    max-width: 760px; } }
@media only screen and (min-width: 1201px) {
  .chart-content {
    max-width: 1044px; } }
.chart-content h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px; }
  @media only screen and (min-width: 769px) {
    .chart-content h4 {
      margin-bottom: 20px;
      font-size: 28px;
      line-height: 26px; } }
  @media only screen and (min-width: 1201px) {
    .chart-content h4 {
      margin-bottom: 50px;
      font-size: 32px;
      line-height: 26px; } }
  @media only screen and (min-width: 1681px) {
    .chart-content h4 {
      font-size: 36px;
      line-height: 26px; } }
  @media only screen and (min-width: 769px) {
    .slick-slide .chart-content h4 {
      margin-bottom: 30px;
      font-size: 24px;
      line-height: 19px; } }
.chart-content p {
  color: #4d4540;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .chart-content p {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .chart-content p {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .chart-content p {
      font-size: 26px;
      line-height: 42px; } }
  .slick-slide .chart-content p {
    font-size: 18px;
    line-height: 28.9px; }
  .chart-content p a {
    color: #ee3123;
    text-decoration: underline; }
.chart-content .btn {
  margin: 5px;
  padding: 5px;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .chart-content .btn {
      padding: 10px; } }
  @media only screen and (min-width: 1441px) {
    .chart-content .btn {
      padding: 10px 30px; } }
  .slick-slide .chart-content .btn {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 30px; }
.chart-content hr {
  margin: 20px 0;
  border-top-color: #4d4540; }
  @media only screen and (min-width: 769px) {
    .chart-content hr {
      margin: 30px 0; } }
  @media only screen and (min-width: 1201px) {
    .chart-content hr {
      margin: 50px 0; } }
  .slick-slide .chart-content hr {
    margin: 40px 0; }

.financial-fancy .fancybox-button--arrow_left,
.financial-fancy .fancybox-button--arrow_right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6L24 18L12 30' stroke='%234D4540' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 21px -4px rgba(0, 0, 0, 0.12);
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important; }
  @media only screen and (min-width: 769px) {
    .financial-fancy .fancybox-button--arrow_left,
    .financial-fancy .fancybox-button--arrow_right {
      width: 50px;
      height: 50px;
      background-size: 24px; } }
  @media only screen and (min-width: 1681px) {
    .financial-fancy .fancybox-button--arrow_left,
    .financial-fancy .fancybox-button--arrow_right {
      width: 84px;
      height: 84px;
      background-size: 36px; } }
  .financial-fancy .fancybox-button--arrow_left svg,
  .financial-fancy .fancybox-button--arrow_right svg {
    display: none; }
.financial-fancy .fancybox-button--arrow_left {
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media only screen and (min-width: 769px) {
    .financial-fancy .fancybox-button--arrow_left {
      margin-left: 40px; }
      .financial-fancy .fancybox-button--arrow_left:hover {
        -webkit-transform: rotate(180deg) translateX(-10px);
                transform: rotate(180deg) translateX(-10px); } }
  @media only screen and (min-width: 1201px) {
    .financial-fancy .fancybox-button--arrow_left {
      margin-left: 90px; } }
.financial-fancy .fancybox-button--arrow_right {
  margin-right: 20px; }
  @media only screen and (min-width: 769px) {
    .financial-fancy .fancybox-button--arrow_right {
      margin-right: 40px; }
      .financial-fancy .fancybox-button--arrow_right:hover {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); } }
  @media only screen and (min-width: 1201px) {
    .financial-fancy .fancybox-button--arrow_right {
      margin-right: 90px; } }

.financial-fancybox.fancybox-content {
  border-radius: 18px;
  overflow: hidden; }

@media only screen and (min-width: 769px) {
  .page-links-module .slick-track {
    margin: 0 -20px; } }
@media only screen and (min-width: 1201px) {
  .page-links-module .slick-track {
    margin: 0 -40px; } }
@media only screen and (min-width: 561px) {
  .page-links-module .slick-slide {
    margin: 0 10px; } }
@media only screen and (min-width: 769px) {
  .page-links-module .slick-slide {
    margin: 0 20px; } }
@media only screen and (min-width: 1201px) {
  .page-links-module .slick-slide {
    margin: 0 40px; } }
.page-links-module .column {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 769px) {
    .page-links-module .column {
      height: 42.7vw;
      max-height: 800px; } }
  .page-links-module .column:hover .column-content {
    opacity: 1; }
  .page-links-module .column-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .page-links-module .column-content {
    position: absolute;
    padding: 20px 25px;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      .page-links-module .column-content {
        padding: 40px;
        opacity: 0; } }
  .page-links-module .column-title {
    margin-bottom: 20px; }
  .page-links-module .column-link {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #4d4540; }
    @media only screen and (min-width: 769px) {
      .page-links-module .column-link {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-links-module .column-link {
        font-size: 16px;
        line-height: 20px; } }
    .page-links-module .column-link:hover {
      color: #ee3123; }
      .page-links-module .column-link:hover path {
        stroke: #ee3123; }
    .page-links-module .column-link svg {
      float: right; }
      @media only screen and (max-width: 768px) {
        .page-links-module .column-link svg {
          width: 20px; } }
      .page-links-module .column-link svg path {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
.page-links-module__arrows {
  margin-top: 50px;
  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; }
  @media only screen and (min-width: 769px) {
    .page-links-module__arrows {
      display: none; } }
  .page-links-module__arrows button {
    padding: 0 10px;
    background-color: #0000;
    border: none;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .page-links-module__arrows button:hover {
      opacity: 1; }

#our-team .section-title,
.our-team-module .section-title {
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    #our-team .section-title,
    .our-team-module .section-title {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1201px) {
    #our-team .section-title,
    .our-team-module .section-title {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1681px) {
    #our-team .section-title,
    .our-team-module .section-title {
      margin-bottom: 100px; } }
#our-team .slider-wrapper,
.our-team-module .slider-wrapper {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1201px) {
    #our-team .slider-wrapper,
    .our-team-module .slider-wrapper {
      margin-bottom: 50px; } }
  #our-team .slider-wrapper .text-caption-lg,
  .our-team-module .slider-wrapper .text-caption-lg {
    white-space: nowrap;
    margin-right: 20px; }
    @media only screen and (min-width: 769px) {
      #our-team .slider-wrapper .text-caption-lg,
      .our-team-module .slider-wrapper .text-caption-lg {
        margin-right: 50px; } }
  #our-team .slider-wrapper .slider-control,
  .our-team-module .slider-wrapper .slider-control {
    height: 22px; }
    @media only screen and (min-width: 769px) {
      #our-team .slider-wrapper .slider-control,
      .our-team-module .slider-wrapper .slider-control {
        height: 24px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .slider-wrapper .slider-control,
      .our-team-module .slider-wrapper .slider-control {
        height: 28px; } }
  #our-team .slider-wrapper .slick-carousel,
  .our-team-module .slider-wrapper .slick-carousel {
    position: relative; }
    #our-team .slider-wrapper .slick-carousel::after,
    .our-team-module .slider-wrapper .slick-carousel::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), to(#ffffff));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #ffffff 100%); }
      @media only screen and (min-width: 769px) {
        #our-team .slider-wrapper .slick-carousel::after,
        .our-team-module .slider-wrapper .slick-carousel::after {
          width: 260px; } }
      @media only screen and (min-width: 1201px) {
        #our-team .slider-wrapper .slick-carousel::after,
        .our-team-module .slider-wrapper .slick-carousel::after {
          width: 320px; } }
      @media only screen and (min-width: 1681px) {
        #our-team .slider-wrapper .slick-carousel::after,
        .our-team-module .slider-wrapper .slick-carousel::after {
          width: 534px; } }
#our-team .slider-info,
.our-team-module .slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 769px) {
    #our-team .slider-info,
    .our-team-module .slider-info {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1681px) {
    #our-team .slider-info,
    .our-team-module .slider-info {
      margin-bottom: 50px; } }
#our-team .slider-progress-bar,
.our-team-module .slider-progress-bar {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 0;
  border-bottom: 1px solid rgba(77, 69, 64, 0.4);
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d4540), to(#4d4540));
  background-image: linear-gradient(to right, #4d4540, #4d4540);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out; }
  #our-team .slider-progress-bar .slider__label,
  .our-team-module .slider-progress-bar .slider__label {
    display: none; }
#our-team .person,
.our-team-module .person {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #4d4540;
  overflow: hidden; }
  #our-team .person:hover .person-back,
  .our-team-module .person:hover .person-back {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  #our-team .person.no-image,
  .our-team-module .person.no-image {
    border: 1px solid #4d4540; }
    #our-team .person.no-image .person-info,
    .our-team-module .person.no-image .person-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      background-color: transparent;
      -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;
      text-align: center; }
    #our-team .person.no-image .person-name,
    .our-team-module .person.no-image .person-name {
      color: #4d4540; }
    #our-team .person.no-image .person-role,
    .our-team-module .person.no-image .person-role {
      color: #4d4540;
      font-family: "Gotham";
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: inherit;
      font-weight: 400; }
      @media only screen and (min-width: 769px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 26px;
          line-height: 42px; } }
      @media only screen and (min-width: 769px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 1681px) {
        #our-team .person.no-image .person-role,
        .our-team-module .person.no-image .person-role {
          font-size: 23px;
          line-height: 30px; } }
  #our-team .person-wrapper,
  .our-team-module .person-wrapper {
    width: 210px;
    height: 360px; }
    @media only screen and (min-width: 769px) {
      #our-team .person-wrapper,
      .our-team-module .person-wrapper {
        width: 300px;
        height: 400px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-wrapper,
      .our-team-module .person-wrapper {
        width: 300px;
        height: 500px; } }
  #our-team .person-front,
  .our-team-module .person-front {
    height: 360px; }
    @media only screen and (min-width: 769px) {
      #our-team .person-front,
      .our-team-module .person-front {
        height: 400px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-front,
      .our-team-module .person-front {
        height: 500px; } }
  #our-team .person-back,
  .our-team-module .person-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    padding: 13px 20px;
    background-color: #4d4540;
    color: #fff;
    -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;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 1; }
    @media only screen and (min-width: 769px) {
      #our-team .person-back,
      .our-team-module .person-back {
        padding: 20px;
        height: 400px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-back,
      .our-team-module .person-back {
        padding: 30px 20px;
        height: 500px; } }
  #our-team .person-image,
  .our-team-module .person-image {
    width: 100%;
    height: 100%; }
    #our-team .person-image img,
    .our-team-module .person-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  #our-team .person-info,
  .our-team-module .person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px 20px;
    min-height: 60px;
    background-color: #4d4540;
    color: white; }
    @media only screen and (min-width: 769px) {
      #our-team .person-info,
      .our-team-module .person-info {
        padding: 20px;
        min-height: 80px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-info,
      .our-team-module .person-info {
        padding: 18px 24px;
        min-height: 90px; } }
  #our-team .person-name,
  .our-team-module .person-name {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: inherit;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (min-width: 769px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      #our-team .person-name,
      .our-team-module .person-name {
        font-size: 23px;
        line-height: 30px; } }
  #our-team .person-role,
  .our-team-module .person-role {
    font: 400 13px/18px "Avenir";
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (min-width: 1201px) {
      #our-team .person-role,
      .our-team-module .person-role {
        font: 400 20px/28px "Avenir"; } }
  #our-team .person-bio,
  .our-team-module .person-bio {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: inherit;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      #our-team .person-bio,
      .our-team-module .person-bio {
        font-size: 23px;
        line-height: 30px; } }
  #our-team .person .btn-link,
  .our-team-module .person .btn-link {
    color: #fff; }

.title-text-image-module {
  padding: 50px 0; }
  @media only screen and (min-width: 769px) {
    .title-text-image-module {
      padding: 80px 0; } }
  @media only screen and (min-width: 1201px) {
    .title-text-image-module {
      padding: 100px 0; } }
  @media only screen and (min-width: 1681px) {
    .title-text-image-module {
      padding: 140px 0 160px; } }
  .page-template-flexible .title-text-image-module {
    padding: 20px 0; }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .title-text-image-module {
        padding: 50px 0; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .title-text-image-module {
        padding: 50px 0; } }
    @media only screen and (min-width: 1681px) {
      .page-template-flexible .title-text-image-module {
        padding: 90px 0 110px; } }
  .title-text-image-module .title {
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .title-text-image-module .title {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .title-text-image-module .title {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1681px) {
      .title-text-image-module .title {
        margin-bottom: 40px; } }
  .title-text-image-module .text {
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .title-text-image-module .text {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .title-text-image-module .text {
        margin-bottom: 80px; } }
    @media only screen and (min-width: 1681px) {
      .title-text-image-module .text {
        margin-bottom: 108px; } }
  .title-text-image-module .image-module img {
    width: 100%; }

.popup-v2 .popup-inner {
  border-radius: 20px;
  overflow: hidden; }
.popup-v2 .popup-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .popup-v2 .popup-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .popup-v2 .popup-body__image {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (min-width: 769px) {
      .popup-v2 .popup-body__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .popup-v2 .popup-body__content {
    padding: 50px 30px 30px;
    background-color: #ee3123; }
    @media only screen and (max-width: 768px) {
      .popup-v2 .popup-body__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
.popup-v2 .popup-heading {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: inherit; }
  @media only screen and (min-width: 769px) {
    .popup-v2 .popup-heading {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .popup-v2 .popup-heading {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .popup-v2 .popup-heading {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .popup-v2 .popup-heading {
      font-size: 24px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .popup-v2 .popup-heading {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 1681px) {
    .popup-v2 .popup-heading {
      font-size: 37px;
      line-height: 52px; } }
.popup-v2 .popup-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: inherit;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .popup-v2 .popup-text {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .popup-v2 .popup-text {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .popup-v2 .popup-text {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .popup-v2 .popup-text {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .popup-v2 .popup-text {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .popup-v2 .popup-text {
      font-size: 23px;
      line-height: 30px; } }
.popup-v2 .BBFormContainer {
  padding: 0 !important; }
  .popup-v2 .BBFormContainer .BBFormFieldContainer {
    margin: 0 !important; }
  .popup-v2 .BBFormContainer .BBFormSection {
    position: relative !important;
    margin: 0 !important; }
    .popup-v2 .BBFormContainer .BBFormSection fieldset legend {
      display: none !important; }
  .popup-v2 .BBFormContainer .BBFormTextbox {
    width: 100% !important;
    margin-bottom: 12px;
    padding: 16px 20px !important;
    background: #fff !important;
    border-radius: 4px !important;
    border: none !important;
    font-size: 19.43px !important;
    line-height: 26.5px !important;
    color: #4d4540 !important;
    opacity: 1 !important; }
    .popup-v2 .BBFormContainer .BBFormTextbox::-webkit-input-placeholder {
      font-weight: 400 !important;
      color: #8095B8 !important;
      opacity: 0.8; }
    .popup-v2 .BBFormContainer .BBFormTextbox:-ms-input-placeholder {
      font-weight: 400 !important;
      color: #8095B8 !important;
      opacity: 0.8; }
    .popup-v2 .BBFormContainer .BBFormTextbox::-ms-input-placeholder {
      font-weight: 400 !important;
      color: #8095B8 !important;
      opacity: 0.8; }
    .popup-v2 .BBFormContainer .BBFormTextbox::placeholder {
      font-weight: 400 !important;
      color: #8095B8 !important;
      opacity: 0.8; }
    .popup-v2 .BBFormContainer .BBFormTextbox:focus-visible {
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .popup-v2 .BBFormContainer .BBFormSignupPrivacyLabelTall,
  .popup-v2 .BBFormContainer .BBFormSignupPrivacyLinkTall {
    display: none !important; }
  .popup-v2 .BBFormContainer .BBFormSubmitbutton {
    padding: 16px !important;
    width: 100% !important;
    background: #4d4540 !important;
    border-radius: 4px !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .popup-v2 .BBFormContainer .BBFormSubmitbutton:hover {
      background: #1d1d1d !important; }

#hosting-popup {
  color: #fff; }
  #hosting-popup .popup-body__content {
    background-color: #ee3123; }
  #hosting-popup .popup-cta__wrapper {
    margin-top: 15px;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      #hosting-popup .popup-cta__wrapper {
        margin-top: 30px; } }
  #hosting-popup .popup-heading,
  #hosting-popup .popup-text {
    text-align: center; }
  #hosting-popup .popup-cta {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      #hosting-popup .popup-cta {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      #hosting-popup .popup-cta {
        font-size: 16px;
        line-height: 20px; } }
    #hosting-popup .popup-cta:hover {
      opacity: 1; }

#event-popup .popup-body__content {
  background: #fff;
  color: #4d4540; }
#event-popup .popup-heading {
  font-weight: 700; }
#event-popup .popup-text {
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    #event-popup .popup-text {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1201px) {
    #event-popup .popup-text {
      margin-bottom: 60px; } }
#event-popup .popup-button {
  padding: 10px;
  border-radius: 4px; }
  @media only screen and (min-width: 769px) {
    #event-popup .popup-button {
      padding: 15px; } }
#event-popup .popup-cta {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  color: #4d4540;
  opacity: 0.6; }
  @media only screen and (min-width: 769px) {
    #event-popup .popup-cta {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    #event-popup .popup-cta {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 769px) {
    #event-popup .popup-cta {
      margin-top: 50px; } }
  @media only screen and (min-width: 1201px) {
    #event-popup .popup-cta {
      margin-top: 80px; } }
  #event-popup .popup-cta:hover {
    opacity: 1; }

.pum-theme-content-only .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
  position: absolute;
  padding: 0;
  top: 20px;
  right: 20px;
  border: none;
  background: #0000;
  line-height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .pum-theme-content-only .pum-content + .pum-close:hover, .pum-theme-content-only .pum-content + .pum-close:hover {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

.news-layout-module .title {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1201px) {
    .news-layout-module .title {
      margin-bottom: 50px; } }
.news-layout-module h5 {
  margin-bottom: 8px; }
  @media only screen and (min-width: 1201px) {
    .news-layout-module h5 {
      margin-bottom: 20px; } }
.news-layout-module .news-excerpt {
  max-width: 100%;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1201px) {
    .news-layout-module .news-excerpt {
      margin-bottom: 50px; } }
.news-layout-module .mobile-img {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .news-layout-module .mobile-img {
      display: none; } }
.news-layout-module .desktop-img {
  display: none; }
  @media only screen and (min-width: 769px) {
    .news-layout-module .desktop-img {
      display: block; } }

.sponsors-section h3 {
  margin-bottom: 50px; }
  @media only screen and (min-width: 769px) {
    .sponsors-section h3 {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1201px) {
    .sponsors-section h3 {
      margin-bottom: 120px; } }
.sponsors-section .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sponsors-section .sponsors .sponsor {
    max-width: 150px;
    margin: 20px; }
    @media only screen and (min-width: 769px) {
      .sponsors-section .sponsors .sponsor {
        margin: 30px; } }
    @media only screen and (min-width: 1201px) {
      .sponsors-section .sponsors .sponsor {
        max-width: 100%;
        margin: 50px; } }
    @media only screen and (min-width: 1681px) {
      .sponsors-section .sponsors .sponsor {
        margin: 70px; } }

.financials-carousel .container-fluid,
#financials .container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.financials-carousel .section-title,
#financials .section-title {
  padding-right: 30px; }
.financials-carousel .financial img,
#financials .financial img {
  max-height: 170px; }
  @media only screen and (min-width: 769px) {
    .financials-carousel .financial img,
    #financials .financial img {
      max-height: 280px; } }
  @media only screen and (min-width: 1201px) {
    .financials-carousel .financial img,
    #financials .financial img {
      max-height: 400px; } }
.financials-carousel .financial-controls,
#financials .financial-controls {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #4d4540; }
  @media only screen and (min-width: 769px) {
    .financials-carousel .financial-controls,
    #financials .financial-controls {
      margin-top: 40px;
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1201px) {
    .financials-carousel .financial-controls,
    #financials .financial-controls {
      margin-top: 50px;
      padding-top: 50px; } }
  .financials-carousel .financial-controls .financial-years,
  #financials .financial-controls .financial-years {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .financials-carousel .financial-controls .financial-years,
      #financials .financial-controls .financial-years {
        margin-top: 0;
        margin-left: 25px; } }
    @media only screen and (min-width: 1201px) {
      .financials-carousel .financial-controls .financial-years,
      #financials .financial-controls .financial-years {
        margin-left: 50px; } }
    .financials-carousel .financial-controls .financial-years .year-link,
    #financials .financial-controls .financial-years .year-link {
      font-size: 12px;
      line-height: 25px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      padding: 0 30px;
      color: #4d4540;
      text-decoration: underline; }
      @media only screen and (min-width: 769px) {
        .financials-carousel .financial-controls .financial-years .year-link,
        #financials .financial-controls .financial-years .year-link {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.5px; } }
      @media only screen and (max-width: 768px) {
        .financials-carousel .financial-controls .financial-years .year-link,
        #financials .financial-controls .financial-years .year-link {
          padding: 0 10px; }
          .financials-carousel .financial-controls .financial-years .year-link:first-child,
          #financials .financial-controls .financial-years .year-link:first-child {
            padding-left: 0; } }
      .financials-carousel .financial-controls .financial-years .year-link:hover,
      #financials .financial-controls .financial-years .year-link:hover {
        color: #ee3123; }
.financials-carousel .tab-slider-module .slider-wrapper .slick-list,
#financials .tab-slider-module .slider-wrapper .slick-list {
  overflow: visible; }
  .financials-carousel .tab-slider-module .slider-wrapper .slick-list::after,
  #financials .tab-slider-module .slider-wrapper .slick-list::after {
    position: absolute;
    content: '';
    top: 0;
    right: -140px;
    width: 280px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), to(#FFFFFF));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%); }
@media only screen and (min-width: 769px) {
  .financials-carousel .tab-slider-module .slick-slide__item .financial-fancybox,
  #financials .tab-slider-module .slick-slide__item .financial-fancybox {
    width: 890px; } }
.financials-carousel .tab-slider-module .slick-slide__item img,
#financials .tab-slider-module .slick-slide__item img {
  height: auto; }
.financials-carousel .slick-arrow,
#financials .slick-arrow {
  background-image: url("data:image/svg+xml;utf8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 6L24 18L12 30' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-color: #4d4540; }
.financials-carousel .slick-prev,
#financials .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1); }
.financials-carousel .slick-next,
#financials .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.financial-slider {
  margin-top: 40px; }
  @media only screen and (min-width: 769px) {
    .financial-slider {
      margin-top: 60px; } }
  @media only screen and (min-width: 1201px) {
    .financial-slider {
      margin-top: 80px; } }
  @media only screen and (min-width: 1441px) {
    .financial-slider {
      margin-top: 110px; } }
  .financial-slider__title {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 28px;
    color: #12131a; }
    @media only screen and (min-width: 769px) {
      .financial-slider__title {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 24px;
        max-width: 508px; } }
    @media only screen and (min-width: 1201px) {
      .financial-slider__title {
        margin-bottom: 60px;
        font-size: 24px;
        line-height: 26px; } }
    @media only screen and (min-width: 1681px) {
      .financial-slider__title {
        margin-bottom: 80px;
        font-size: 26px;
        line-height: 20px; } }
  @media only screen and (max-width: 768px) {
    .financial-slider__img--pc {
      display: none !important; } }
  @media only screen and (min-width: 769px) {
    .financial-slider__img--mobile {
      display: none !important; } }
  .financial-slider__buttons {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #4D4540; }
    @media only screen and (min-width: 769px) {
      .financial-slider__buttons {
        margin-top: 50px;
        padding-top: 50px; } }
    @media only screen and (min-width: 1441px) {
      .financial-slider__buttons {
        margin-top: 60px;
        padding-top: 60px; } }
  .financial-slider__button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 0.74px solid #4D4540;
    color: #4D4540;
    letter-spacing: 0.37px;
    font-size: 13.34px;
    line-height: 17.79px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1201px) {
      .financial-slider__button {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px; } }
    .financial-slider__button:hover {
      background-color: #ee3123;
      border-color: #ee3123;
      color: #fff; }
    .financial-slider__button--pdf {
      font-weight: 400;
      margin-right: 30px; }
      @media only screen and (max-width: 768px) {
        .financial-slider__button--pdf {
          margin-right: 0; } }

.page-info-module {
  max-width: 90%;
  margin: 50px 0 80px auto; }
  @media only screen and (min-width: 769px) {
    .page-info-module {
      max-width: 100%;
      margin: 80px 0 120px; } }
  @media only screen and (min-width: 1201px) {
    .page-info-module {
      margin: 110px 0 200px; } }
  @media only screen and (min-width: 1681px) {
    .page-info-module {
      margin: 150px 0 250px; } }
  @media only screen and (min-width: 769px) {
    .page-info-module .container-fluid {
      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; } }
  @media only screen and (min-width: 769px) {
    .page-info-module__left {
      max-width: 40%; } }
  @media only screen and (min-width: 1681px) {
    .page-info-module__left {
      max-width: 680px; } }
  .page-info-module__left h3 {
    margin-bottom: 11px; }
    @media only screen and (min-width: 769px) {
      .page-info-module__left h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-info-module__left h3 {
        margin-bottom: 38px; } }
  .page-info-module__left p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      .page-info-module__left p {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-info-module__left p {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .page-info-module__left p {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .page-info-module__left p {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-info-module__left p {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      .page-info-module__left p {
        font-size: 37px;
        line-height: 52px; } }
  .page-info-module__right {
    margin-top: 25px; }
    @media only screen and (min-width: 769px) {
      .page-info-module__right {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        max-width: calc(60% - 10px);
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media only screen and (min-width: 1201px) {
      .page-info-module__right {
        margin-left: 20px;
        max-width: calc(60% - 20px); } }
    @media only screen and (min-width: 1681px) {
      .page-info-module__right {
        margin-left: 30px;
        max-width: 920px; } }

.values-slider-module .section-title {
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .values-slider-module .section-title {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1201px) {
    .values-slider-module .section-title {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1681px) {
    .values-slider-module .section-title {
      margin-bottom: 100px; } }
.values-slider-module .our-values {
  width: 100%; }
.values-slider-module .our-value {
  max-width: 320px; }
  @media only screen and (min-width: 769px) {
    .values-slider-module .our-value {
      max-width: 400px; } }
  @media only screen and (min-width: 1201px) {
    .values-slider-module .our-value {
      max-width: 500px; } }
  @media only screen and (min-width: 1681px) {
    .values-slider-module .our-value {
      max-width: 730px; } }
  .values-slider-module .our-value__image {
    margin-bottom: 24px;
    width: 100%;
    height: 192px; }
    @media only screen and (min-width: 769px) {
      .values-slider-module .our-value__image {
        margin-bottom: 30px;
        height: 240px; } }
    @media only screen and (min-width: 1201px) {
      .values-slider-module .our-value__image {
        margin-bottom: 40px;
        height: 300px; } }
    @media only screen and (min-width: 1681px) {
      .values-slider-module .our-value__image {
        margin-bottom: 55px;
        height: 435px; } }
    .values-slider-module .our-value__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .values-slider-module .our-value__title {
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (min-width: 769px) {
      .values-slider-module .our-value__title {
        margin-bottom: 20px; } }
  .values-slider-module .our-value__desc {
    margin-bottom: 35px; }

.blockquote-module blockquote {
  margin: 0 0 25px -10%;
  padding: 0;
  padding-left: 20px;
  border-left: 1px solid #ee3123;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 27px;
  letter-spacing: inherit; }
  @media only screen and (min-width: 769px) {
    .blockquote-module blockquote {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .blockquote-module blockquote {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .blockquote-module blockquote {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .blockquote-module blockquote {
      font-size: 22px;
      line-height: 28px; } }
  @media only screen and (min-width: 1201px) {
    .blockquote-module blockquote {
      font-size: 28px;
      line-height: 36px; } }
  @media only screen and (min-width: 1681px) {
    .blockquote-module blockquote {
      font-size: 34px;
      line-height: 45px; } }
  .blockquote-module blockquote .name {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: inherit;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .blockquote-module blockquote .name {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .blockquote-module blockquote .name {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .blockquote-module blockquote .name {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .blockquote-module blockquote .name {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .blockquote-module blockquote .name {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .blockquote-module blockquote .name {
        font-size: 23px;
        line-height: 30px; } }
  @media only screen and (min-width: 1201px) {
    .blockquote-module blockquote {
      margin: 0 auto 40px 0;
      padding-left: 55px;
      width: 80%;
      max-width: 760px;
      margin-right: auto; } }

#connected {
  padding: 54px 0; }
  @media only screen and (min-width: 769px) {
    #connected {
      padding: 80px 0; } }
  @media only screen and (min-width: 1201px) {
    #connected {
      padding: 120px 0; } }
  #connected hr {
    margin-top: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      #connected hr {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1201px) {
      #connected hr {
        margin-bottom: 66px; } }
  @media only screen and (min-width: 769px) {
    #connected .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #connected .section-left {
    margin-left: auto;
    margin-bottom: 15px;
    width: 80%; }
    @media only screen and (min-width: 769px) {
      #connected .section-left {
        width: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1201px) {
      #connected .section-left {
        margin-right: 60px; } }
  #connected .section-right {
    margin-left: auto;
    width: 80%; }
    @media only screen and (min-width: 769px) {
      #connected .section-right {
        width: 100%;
        margin-left: auto; } }
    @media only screen and (min-width: 1201px) {
      #connected .section-right {
        max-width: 920px; } }
  #connected .connected-item {
    margin-bottom: 25px; }
    @media only screen and (min-width: 769px) {
      #connected .connected-item {
        display: grid;
        grid-template-columns: 150px auto;
        gap: 20px; } }
    @media only screen and (min-width: 1201px) {
      #connected .connected-item {
        margin-bottom: 60px;
        grid-template-columns: 350px auto;
        gap: 30px; } }
    #connected .connected-item .label {
      margin-bottom: 25px;
      margin-right: 20px;
      max-width: 350px;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0; }
      @media only screen and (min-width: 769px) {
        #connected .connected-item .label {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        #connected .connected-item .label {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        #connected .connected-item .label {
          font-size: 26px;
          line-height: 42px; } }
    #connected .connected-item .content {
      max-width: 290px; }
      #connected .connected-item .content a {
        color: #4d4540; }
    #connected .connected-item .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #connected .connected-item .social-link {
      margin-right: 20px; }

.text-primary {
  color: #ee3123; }

.bg-primary {
  background-color: #ee3123; }

.text-secondary {
  color: #4d4540; }

.bg-secondary {
  background-color: #4d4540; }

.container {
  margin: auto;
  padding: 0 30px; }
  @media only screen and (min-width: 1441px) {
    .container {
      padding: 0 20px;
      max-width: 1720px; } }

.container-fluid {
  margin: auto;
  padding: 0 20px;
  width: 100%; }
  @media only screen and (min-width: 1201px) {
    .container-fluid {
      padding: 0 60px; } }
  @media only screen and (min-width: 1681px) {
    .container-fluid {
      padding: 0 120px; } }

section {
  max-width: 100vw; }
  @media only screen and (min-width: 1201px) {
    section .container {
      max-width: 1340px; } }

.background-element {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.scrollbar-track {
  width: 8px !important;
  background: transparent !important; }
  .scrollbar-track .scrollbar-thumb {
    width: 8px;
    background: #ee3123; }

.lds-roller {
  margin: auto;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  grid-column-start: 2; }

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ee3123;
  margin: -4px 0 0 -4px; }

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0000;
  font: 400 14px/24px "Gotham";
  letter-spacing: 0.5px;
  text-align: center;
  color: #4d4540;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .btn-scroll-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .btn-scroll-top:hover {
    color: #ee3123; }
    .btn-scroll-top:hover .icon {
      background-color: #ee3123; }
      .btn-scroll-top:hover .icon svg {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
  .btn-scroll-top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4d4540;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      .btn-scroll-top .icon {
        margin-bottom: 20px;
        width: 70px;
        height: 70px; } }
    .btn-scroll-top .icon svg {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      will-change: transform; }

.page-template-about section {
  padding: 50px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-about section {
      padding: 80px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-about section {
      padding: 120px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-about section {
      padding: 150px 0; } }
  .page-template-about section.hero-video {
    padding: 0; }
  .page-template-about section .section-title {
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .page-template-about section .section-title {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-about section .section-title {
        margin-bottom: 80px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-about section .section-title {
        margin-bottom: 100px; } }
.page-template-about #we-believe {
  padding: 70px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-about #we-believe {
      padding: 100px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-about #we-believe {
      padding: 120px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-about #we-believe {
      padding: 180px 0; } }
.page-template-about #about-foundation {
  padding-bottom: 10px; }
  @media only screen and (min-width: 1201px) {
    .page-template-about #about-foundation {
      padding-bottom: 60px; } }
  .page-template-about #about-foundation .content {
    margin-top: 30px;
    margin-left: auto;
    padding-top: 24px;
    max-width: 75%;
    border-top: 1px solid #4d4540; }
    @media only screen and (min-width: 769px) {
      .page-template-about #about-foundation .content {
        margin-top: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-about #about-foundation .content {
        padding-top: 50px;
        margin-top: 100px;
        max-width: 920px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-about #about-foundation .content {
        margin-top: 140px; } }
.page-template-about #our-commitment .cta-text a {
  color: #4d4540;
  text-decoration: underline; }
.page-template-about #our-values .section-title {
  padding-right: 20px; }
.page-template-about #our-values .our-values {
  width: 100%; }
.page-template-about #our-values .our-value {
  max-width: 320px; }
  @media only screen and (min-width: 769px) {
    .page-template-about #our-values .our-value {
      max-width: 400px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-about #our-values .our-value {
      max-width: 500px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-about #our-values .our-value {
      max-width: 730px; } }
  .page-template-about #our-values .our-value__image {
    margin-bottom: 24px;
    width: 100%;
    height: 192px; }
    @media only screen and (min-width: 769px) {
      .page-template-about #our-values .our-value__image {
        margin-bottom: 30px;
        height: 240px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-about #our-values .our-value__image {
        margin-bottom: 40px;
        height: 300px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-about #our-values .our-value__image {
        margin-bottom: 55px;
        height: 435px; } }
    .page-template-about #our-values .our-value__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-template-about #our-values .our-value__title {
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (min-width: 769px) {
      .page-template-about #our-values .our-value__title {
        margin-bottom: 20px; } }
  .page-template-about #our-values .our-value__desc {
    margin-bottom: 35px; }
.page-template-about #annual-reports {
  padding-top: 0; }
.page-template-about #careers .accordion-module .accordion-item__content {
  font-weight: 400; }

@media only screen and (min-width: 769px) {
  .page-template-contact section .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.page-template-contact section .section-left {
  margin-left: auto;
  margin-bottom: 15px;
  width: 80%; }
  @media only screen and (min-width: 769px) {
    .page-template-contact section .section-left {
      width: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 0;
      margin-right: 30px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-contact section .section-left {
      margin-right: 60px; } }
.page-template-contact section .section-right {
  margin-left: auto;
  width: 80%; }
  @media only screen and (min-width: 769px) {
    .page-template-contact section .section-right {
      width: 100%;
      margin-left: auto; } }
  @media only screen and (min-width: 1201px) {
    .page-template-contact section .section-right {
      max-width: 920px; } }
.page-template-contact #connected {
  padding: 54px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-contact #connected {
      padding: 80px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-contact #connected {
      padding: 120px 0; } }
  .page-template-contact #connected hr {
    margin-top: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .page-template-contact #connected hr {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-contact #connected hr {
        margin-bottom: 66px; } }
  .page-template-contact #connected .connected-item {
    margin-bottom: 25px; }
    @media only screen and (min-width: 769px) {
      .page-template-contact #connected .connected-item {
        display: grid;
        grid-template-columns: 150px auto;
        gap: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-contact #connected .connected-item {
        margin-bottom: 60px;
        grid-template-columns: 350px auto;
        gap: 30px; } }
    .page-template-contact #connected .connected-item .label {
      margin-bottom: 25px;
      margin-right: 20px;
      max-width: 350px;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0; }
      @media only screen and (min-width: 769px) {
        .page-template-contact #connected .connected-item .label {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        .page-template-contact #connected .connected-item .label {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        .page-template-contact #connected .connected-item .label {
          font-size: 26px;
          line-height: 42px; } }
    .page-template-contact #connected .connected-item .content {
      max-width: 290px; }
      .page-template-contact #connected .connected-item .content a {
        color: #4d4540; }
    .page-template-contact #connected .connected-item .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .page-template-contact #connected .connected-item .social-link {
      margin-right: 20px; }
.page-template-contact #contact-us {
  margin-bottom: 94px; }
  @media only screen and (min-width: 1201px) {
    .page-template-contact #contact-us {
      margin-bottom: 200px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-contact #contact-us {
      margin-bottom: 260px; } }
  .page-template-contact #contact-us .form-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 769px) {
      .page-template-contact #contact-us .form-row {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-contact #contact-us .form-row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-contact #contact-us .form-row {
        margin-bottom: 66px; } }
  .page-template-contact #contact-us .form-group {
    padding: 0 15px;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .page-template-contact #contact-us .form-group.col-half {
        width: 50%; } }
    .page-template-contact #contact-us .form-group .form-control {
      width: 100%;
      padding: 10px 0;
      border: 0;
      border-bottom: 1px solid #4d4540;
      border-radius: 0;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-weight: 400;
      font-family: "Gotham", sans-serif; }
      @media only screen and (min-width: 769px) {
        .page-template-contact #contact-us .form-group .form-control {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        .page-template-contact #contact-us .form-group .form-control {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        .page-template-contact #contact-us .form-group .form-control {
          font-size: 26px;
          line-height: 42px; } }
      @media only screen and (min-width: 993px) {
        .page-template-contact #contact-us .form-group .form-control {
          font-size: 16px;
          line-height: 25px;
          font-weight: 700;
          letter-spacing: 0;
          font-size: 13px;
          line-height: 18px;
          letter-spacing: inherit;
          font-weight: 400; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 993px) and (min-width: 769px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 993px) and (min-width: 1201px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 993px) and (min-width: 1681px) {
    .page-template-contact #contact-us .form-group .form-control {
      font-size: 23px;
      line-height: 30px; } }

  .page-template-contact #contact-us .btn-submit {
    margin-top: 30px;
    -webkit-appearance: none; }
.page-template-contact .wpcf7-not-valid-tip {
  color: #ee3123;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: inherit;
  font-weight: 400; }
  @media only screen and (min-width: 769px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 769px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-contact .wpcf7-not-valid-tip {
      font-size: 23px;
      line-height: 30px; } }

.page-template-donor .page-info {
  max-width: 90%;
  margin: 50px 0 80px auto; }
  @media only screen and (min-width: 769px) {
    .page-template-donor .page-info {
      max-width: 100%;
      margin: 80px 0 120px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-donor .page-info {
      margin: 110px 0 200px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-donor .page-info {
      margin: 150px 0 250px; } }
  @media only screen and (min-width: 769px) {
    .page-template-donor .page-info .container-fluid {
      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; } }
  @media only screen and (min-width: 769px) {
    .page-template-donor .page-info__left {
      max-width: 40%; } }
  @media only screen and (min-width: 1681px) {
    .page-template-donor .page-info__left {
      max-width: 680px; } }
  .page-template-donor .page-info__left h3 {
    margin-bottom: 11px; }
    @media only screen and (min-width: 769px) {
      .page-template-donor .page-info__left h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-donor .page-info__left h3 {
        margin-bottom: 38px; } }
  .page-template-donor .page-info__left p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      .page-template-donor .page-info__left p {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-donor .page-info__left p {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-donor .page-info__left p {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .page-template-donor .page-info__left p {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-donor .page-info__left p {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-donor .page-info__left p {
        font-size: 37px;
        line-height: 52px; } }
  .page-template-donor .page-info__right {
    margin-top: 25px; }
    @media only screen and (min-width: 769px) {
      .page-template-donor .page-info__right {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        max-width: calc(60% - 10px);
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media only screen and (min-width: 1201px) {
      .page-template-donor .page-info__right {
        margin-left: 20px;
        max-width: calc(60% - 20px); } }
    @media only screen and (min-width: 1681px) {
      .page-template-donor .page-info__right {
        margin-left: 30px;
        max-width: 920px; } }
.page-template-donor .title-cta-module {
  margin-top: 70px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 769px) {
    .page-template-donor .title-cta-module {
      margin-top: 100px;
      margin-bottom: 120px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-donor .title-cta-module {
      margin-top: 150px;
      margin-bottom: 200px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-donor .title-cta-module {
      margin-top: 200px;
      margin-bottom: 250px; } }
  .page-template-donor .title-cta-module .btn-primary {
    display: inline-block; }
    @media only screen and (min-width: 769px) {
      .page-template-donor .title-cta-module .btn-primary {
        display: none; } }
.page-template-donor #news {
  margin: 76px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-donor #news {
      margin: 100px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-donor #news {
      margin: 200px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-donor #news {
      margin: 240px 0; } }
  .page-template-donor #news h3 {
    margin-bottom: 23px; }
    @media only screen and (min-width: 769px) {
      .page-template-donor #news h3 {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-donor #news h3 {
        margin-bottom: 92px; } }
  .page-template-donor #news .news-module .news-excerpt {
    display: none; }

.page-template-donate #page-info,
.donate-module #page-info {
  position: relative;
  padding: 105px 0;
  text-align: center; }
  @media only screen and (min-width: 1201px) {
    .page-template-donate #page-info,
    .donate-module #page-info {
      padding: 150px 0; } }
  .page-template-donate #page-info h2,
  .donate-module #page-info h2 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1201px) {
      .page-template-donate #page-info h2,
      .donate-module #page-info h2 {
        margin-bottom: 54px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-donate #page-info p,
    .donate-module #page-info p {
      max-width: 920px;
      margin: auto; } }
  .page-template-donate #page-info .btn-scroll-link,
  .donate-module #page-info .btn-scroll-link {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .page-template-donate #page-info .btn-scroll-link svg,
    .donate-module #page-info .btn-scroll-link svg {
      max-height: 30px; }
      @media only screen and (min-width: 769px) {
        .page-template-donate #page-info .btn-scroll-link svg,
        .donate-module #page-info .btn-scroll-link svg {
          max-height: none; } }
    .page-template-donate #page-info .btn-scroll-link path,
    .donate-module #page-info .btn-scroll-link path {
      -webkit-transition: stroke 0.3s ease-in-out;
      transition: stroke 0.3s ease-in-out; }
    .page-template-donate #page-info .btn-scroll-link:hover,
    .donate-module #page-info .btn-scroll-link:hover {
      -webkit-animation: bounceUpDown 1s ease-in-out 0s infinite alternate forwards;
              animation: bounceUpDown 1s ease-in-out 0s infinite alternate forwards; }
      .page-template-donate #page-info .btn-scroll-link:hover path,
      .donate-module #page-info .btn-scroll-link:hover path {
        stroke: #ee3123; }
@media only screen and (min-width: 1201px) {
  .page-template-donate #donate .container,
  .donate-module #donate .container {
    padding: 0 10px; } }
.page-template-donate #donate #bbox-msg-wrapper,
.donate-module #donate #bbox-msg-wrapper {
  text-align: center; }
.page-template-donate .title-cta-module,
.donate-module .title-cta-module {
  margin: 70px 0 80px; }
  @media only screen and (min-width: 769px) {
    .page-template-donate .title-cta-module,
    .donate-module .title-cta-module {
      margin: 100px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-donate .title-cta-module,
    .donate-module .title-cta-module {
      margin: 150px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-donate .title-cta-module,
    .donate-module .title-cta-module {
      margin: 257px 0; } }

.page-template-form-submit .thank-you {
  text-align: center;
  padding: 90px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-form-submit .thank-you {
      padding: 200px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-form-submit .thank-you {
      padding: 240px 0; } }
  .page-template-form-submit .thank-you h2 {
    margin-bottom: 21px; }
    @media only screen and (min-width: 769px) {
      .page-template-form-submit .thank-you h2 {
        margin-bottom: 35px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-form-submit .thank-you h2 {
        margin-bottom: 50px; } }
  .page-template-form-submit .thank-you p {
    margin: auto;
    max-width: 920px; }
.page-template-form-submit hr {
  margin: 0; }
.page-template-form-submit h5 {
  padding: 25px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-form-submit h5 {
      padding: 30px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-form-submit h5 {
      padding: 50px 0; } }
.page-template-form-submit .thanks-content {
  max-width: 1100px;
  margin: 0 auto 150px; }
  .page-template-form-submit .thanks-content h4 {
    margin-top: 45px;
    font-weight: 700; }
    @media only screen and (min-width: 769px) {
      .page-template-form-submit .thanks-content h4 {
        margin-top: 80px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-form-submit .thanks-content h4 {
        margin-top: 105px; } }
    .page-template-form-submit .thanks-content h4:first-child {
      margin-top: 0; }
  .page-template-form-submit .thanks-content hr {
    margin: 22px 0; }
    @media only screen and (min-width: 769px) {
      .page-template-form-submit .thanks-content hr {
        margin: 35px 0; } }
    @media only screen and (min-width: 1201px) {
      .page-template-form-submit .thanks-content hr {
        margin: 55px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-form-submit .thanks-content p {
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: inherit; } }
  @media only screen and (min-width: 1201px) and (min-width: 769px) {
    .page-template-form-submit .thanks-content p {
      font-size: 20px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) and (min-width: 1201px) {
    .page-template-form-submit .thanks-content p {
      font-size: 24px;
      line-height: 38px; } }
  @media only screen and (min-width: 1201px) and (min-width: 1681px) {
    .page-template-form-submit .thanks-content p {
      font-size: 26px;
      line-height: 42px; } }
  @media only screen and (min-width: 1201px) and (min-width: 769px) {
    .page-template-form-submit .thanks-content p {
      font-size: 24px;
      line-height: 32px; } }
  @media only screen and (min-width: 1201px) and (min-width: 1201px) {
    .page-template-form-submit .thanks-content p {
      font-size: 32px;
      line-height: 42px; } }
  @media only screen and (min-width: 1201px) and (min-width: 1681px) {
    .page-template-form-submit .thanks-content p {
      font-size: 37px;
      line-height: 52px; } }

.page-template-form-submit .social .social-items {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 769px) {
    .page-template-form-submit .social .social-items {
      margin-bottom: 150px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-form-submit .social .social-items {
      margin-bottom: 260px; } }
  .page-template-form-submit .social .social-items .social-item a {
    margin-right: 20px;
    display: block; }

.page-template-flexible section {
  padding: 30px 0; }
  @media only screen and (min-width: 1201px) {
    .page-template-flexible section {
      padding: 50px 0; } }
  .page-template-flexible section.hero-video {
    padding: 0; }
  .page-template-flexible section .title-module {
    padding: 20px 0; }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible section .title-module {
        padding: 50px 0; } }
  .page-template-flexible section .title-image-content-module {
    padding: 20px 0; }
    .page-template-flexible section .title-image-content-module.right .content-image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .page-template-flexible section .title-image-content-module.right .content-text {
      margin-left: 0;
      margin-right: 20px; }
      @media only screen and (min-width: 769px) {
        .page-template-flexible section .title-image-content-module.right .content-text {
          margin-right: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible section .title-image-content-module {
        padding: 50px 0; } }
    .page-template-flexible section .title-image-content-module .content {
      padding: 30px 0; }
      @media only screen and (min-width: 769px) {
        .page-template-flexible section .title-image-content-module .content {
          padding: 40px 0; } }
      @media only screen and (min-width: 1441px) {
        .page-template-flexible section .title-image-content-module .content {
          padding: 70px 0; } }
      .page-template-flexible section .title-image-content-module .content .btn {
        margin-top: 30px; }
        @media only screen and (min-width: 1201px) {
          .page-template-flexible section .title-image-content-module .content .btn {
            margin-top: 40px; } }
.page-template-flexible .slider-section .section-title {
  max-width: calc(100% - 30px);
  margin-bottom: 50px; }
  @media only screen and (min-width: 769px) {
    .page-template-flexible .slider-section .section-title {
      max-width: 80%; } }
  @media only screen and (min-width: 1201px) {
    .page-template-flexible .slider-section .section-title {
      max-width: calc(100% - 60px); } }
  @media only screen and (min-width: 1681px) {
    .page-template-flexible .slider-section .section-title {
      max-width: calc(100% - 120px); } }
.page-template-flexible .slider-section .slide {
  display: grid;
  grid-template-rows: 180px auto auto;
  grid-row-gap: 25px;
  max-width: 320px; }
  @media only screen and (min-width: 769px) {
    .page-template-flexible .slider-section .slide {
      grid-template-rows: 300px auto auto;
      max-width: 400px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-flexible .slider-section .slide {
      grid-template-rows: 435px auto auto;
      max-width: 500px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-flexible .slider-section .slide {
      max-width: 730px; } }
  .page-template-flexible .slider-section .slide__image {
    width: 100%;
    height: 180px; }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .slider-section .slide__image {
        height: 300px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .slider-section .slide__image {
        padding-bottom: 25px;
        height: 435px; } }
    .page-template-flexible .slider-section .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-template-flexible .slider-section .slide__title {
    text-overflow: ellipsis;
    overflow: hidden; }
  .page-template-flexible .slider-section .slide__desc {
    margin-bottom: 35px; }
.page-template-flexible .title-cta-module,
.page-template-flexible #news {
  padding: 40px 0; }
  @media only screen and (min-width: 1201px) {
    .page-template-flexible .title-cta-module,
    .page-template-flexible #news {
      padding: 50px 0; } }
.page-template-flexible #news h3 {
  margin-bottom: 50px; }
.page-template-flexible .page-info {
  max-width: 90%;
  margin: 50px 0 80px auto; }
  @media only screen and (min-width: 769px) {
    .page-template-flexible .page-info {
      max-width: 100%;
      margin: 80px 0 120px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-flexible .page-info {
      margin: 110px 0 150px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-flexible .page-info {
      margin: 150px 0 200px; } }
  @media only screen and (min-width: 769px) {
    .page-template-flexible .page-info .container-fluid {
      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; } }
  @media only screen and (min-width: 769px) {
    .page-template-flexible .page-info__left {
      max-width: 40%; } }
  @media only screen and (min-width: 1681px) {
    .page-template-flexible .page-info__left {
      max-width: 680px; } }
  .page-template-flexible .page-info__left h3 {
    margin-bottom: 11px; }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .page-info__left h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .page-info__left h3 {
        margin-bottom: 38px; } }
  .page-template-flexible .page-info__left p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .page-info__left p {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .page-info__left p {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-flexible .page-info__left p {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .page-info__left p {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .page-info__left p {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-flexible .page-info__left p {
        font-size: 37px;
        line-height: 52px; } }
  .page-template-flexible .page-info__right {
    margin-top: 25px; }
    @media only screen and (min-width: 769px) {
      .page-template-flexible .page-info__right {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        max-width: calc(60% - 10px);
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media only screen and (min-width: 1201px) {
      .page-template-flexible .page-info__right {
        margin-left: 20px;
        max-width: calc(60% - 20px); } }
    @media only screen and (min-width: 1681px) {
      .page-template-flexible .page-info__right {
        margin-left: 30px;
        max-width: 920px; } }

.page-template-home .hero {
  height: auto; }
  .page-template-home .hero .btn-scroll-link svg {
    max-height: 30px; }
    @media only screen and (min-width: 769px) {
      .page-template-home .hero .btn-scroll-link svg {
        max-height: none; } }
@media only screen and (max-width: 768px) {
  .page-template-home #hearts .text-cta-module {
    padding-top: 50px; } }
.page-template-home #news {
  margin: 76px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-home #news {
      margin: 100px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-home #news {
      margin: 200px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-home #news {
      margin: 240px 0; } }
  .page-template-home #news h3 {
    margin-bottom: 23px; }
    @media only screen and (min-width: 769px) {
      .page-template-home #news h3 {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-home #news h3 {
        margin-bottom: 92px; } }
  @media only screen and (min-width: 769px) {
    .page-template-home #news .news-title svg {
      margin-top: 10px; } }
  .page-template-home #news .news-excerpt {
    display: none; }
  .page-template-home #news .news-link__wrapper hr {
    margin: 0 0 24px;
    border: 0;
    border-top: 1px solid #4d4540; }
    @media only screen and (min-width: 769px) {
      .page-template-home #news .news-link__wrapper hr {
        margin-bottom: 35px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-home #news .news-link__wrapper hr {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-home #news .news-link__wrapper hr {
        margin-bottom: 60px; } }

.page-template-hearts #heart {
  padding: 70px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-hearts #heart {
      padding: 120px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-hearts #heart {
      padding: 230px 0; } }

.page-template-initiatives .title-cta-module {
  margin-top: 76px; }
  @media only screen and (min-width: 769px) {
    .page-template-initiatives .title-cta-module {
      margin-top: 100px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-initiatives .title-cta-module {
      margin-top: 200px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-initiatives .title-cta-module {
      margin-top: 240px; } }
.page-template-initiatives #news {
  margin: 76px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-initiatives #news {
      margin: 100px 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-initiatives #news {
      margin: 200px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-initiatives #news {
      margin: 240px 0; } }
  .page-template-initiatives #news h3 {
    margin-bottom: 23px; }
    @media only screen and (min-width: 769px) {
      .page-template-initiatives #news h3 {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-initiatives #news h3 {
        margin-bottom: 92px; } }
  .page-template-initiatives #news .news-module .news-excerpt {
    display: none; }

@media only screen and (min-width: 1201px) {
  .single-news .category {
    margin-bottom: 36px; } }
.single-news .news-page-content {
  display: grid;
  margin-top: 30px;
  margin-left: auto;
  grid-column-gap: 30px;
  width: 90%; }
  @media only screen and (min-width: 769px) {
    .single-news .news-page-content {
      width: 100%;
      grid-template-columns: 290px auto; } }
  @media only screen and (min-width: 1201px) {
    .single-news .news-page-content {
      margin-left: 0;
      grid-template-columns: 28.2vw auto; } }
  .single-news .news-page-content .news-title {
    margin-bottom: 16px; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .news-title {
        margin-bottom: 25px; } }
  .single-news .news-page-content .news-excert p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .news-excert p {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .news-excert p {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .news-excert p {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .news-excert p {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .news-excert p {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .news-excert p {
        font-size: 37px;
        line-height: 52px; } }
  .single-news .news-page-content .news-date {
    margin-bottom: 28px;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .news-date {
        margin-bottom: 90px; } }
  .single-news .news-page-content .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-news .news-page-content .social-share .text {
      min-width: 160px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 22px; }
      @media only screen and (min-width: 769px) {
        .single-news .news-page-content .social-share .text {
          font-size: 14px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        .single-news .news-page-content .social-share .text {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 769px) {
        .single-news .news-page-content .social-share .text {
          font-size: 18px;
          line-height: 24px; } }
      @media only screen and (min-width: 1201px) {
        .single-news .news-page-content .social-share .text {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 1681px) {
        .single-news .news-page-content .social-share .text {
          font-size: 25px;
          line-height: 30px; } }
    .single-news .news-page-content .social-share .addtoany_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .single-news .news-page-content .social-share .addtoany_list a {
        padding: 0 10px; }
  .single-news .news-page-content .news-info .news-image {
    margin: 30px 0 28px; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .news-info .news-image {
        display: none; } }
  @media only screen and (min-width: 1201px) {
    .single-news .news-page-content .content .image,
    .single-news .news-page-content .content .text,
    .single-news .news-page-content .content section:not(.blockquote-module) {
      max-width: 920px;
      width: 80%;
      margin-left: auto; } }
  .single-news .news-page-content .content .news-image,
  .single-news .news-page-content .content .image,
  .single-news .news-page-content .content .image-module {
    margin-bottom: 30px; }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .news-image,
      .single-news .news-page-content .content .image,
      .single-news .news-page-content .content .image-module {
        margin-bottom: 60px; } }
  .single-news .news-page-content .content .text p,
  .single-news .news-page-content .content .wysiwig p {
    margin-bottom: 25px; }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .text p,
      .single-news .news-page-content .content .wysiwig p {
        margin-bottom: 40px; } }
  .single-news .news-page-content .content .text a,
  .single-news .news-page-content .content .wysiwig a {
    color: #4d4540;
    text-decoration: underline; }
  .single-news .news-page-content .content .text h5,
  .single-news .news-page-content .content .wysiwig h5 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .content .text h5,
      .single-news .news-page-content .content .wysiwig h5 {
        font-size: 37px;
        line-height: 52px; } }
  .single-news .news-page-content .content .container {
    padding: 0; }
  .single-news .news-page-content .content .news-image {
    display: none; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .content .news-image {
        display: block; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content .news-image {
        max-width: 920px;
        width: 80%;
        margin-left: auto; } }
  .single-news .news-page-content .content blockquote {
    margin: 0 0 25px -10%;
    padding: 0;
    padding-left: 20px;
    border-left: 1px solid #ee3123;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .content blockquote {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content blockquote {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .content blockquote {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      .single-news .news-page-content .content blockquote {
        font-size: 22px;
        line-height: 28px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content blockquote {
        font-size: 28px;
        line-height: 36px; } }
    @media only screen and (min-width: 1681px) {
      .single-news .news-page-content .content blockquote {
        font-size: 34px;
        line-height: 45px; } }
    .single-news .news-page-content .content blockquote .name {
      display: block;
      margin-top: 20px;
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: inherit;
      font-weight: 400; }
      @media only screen and (min-width: 769px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 26px;
          line-height: 42px; } }
      @media only screen and (min-width: 769px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 1201px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 20px;
          line-height: 28px; } }
      @media only screen and (min-width: 1681px) {
        .single-news .news-page-content .content blockquote .name {
          font-size: 23px;
          line-height: 30px; } }
    @media only screen and (min-width: 1201px) {
      .single-news .news-page-content .content blockquote {
        margin: 0 auto 40px 0;
        padding-left: 55px;
        width: 80%;
        max-width: 760px;
        margin-right: auto; } }
.single-news #image-gallery .gallery-image img {
  max-height: 180px; }
  @media only screen and (min-width: 769px) {
    .single-news #image-gallery .gallery-image img {
      max-height: 300px; } }
  @media only screen and (min-width: 1201px) {
    .single-news #image-gallery .gallery-image img {
      max-height: 550px; } }
.single-news #image-gallery .slick-slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.single-news .post-navigation .navigation-buttons {
  margin-left: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%; }
  @media only screen and (min-width: 769px) {
    .single-news .post-navigation .navigation-buttons {
      margin-top: 80px;
      width: 100%; } }
  @media only screen and (min-width: 1201px) {
    .single-news .post-navigation .navigation-buttons {
      margin-top: 110px;
      width: calc((100% - 540px) * 0.8);
      margin-left: auto; } }
  .single-news .post-navigation .navigation-buttons a svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .single-news .post-navigation .navigation-buttons .prev-post-link svg {
    margin-right: 20px;
    margin-left: 0; }
  .single-news .post-navigation .navigation-buttons .prev-post-link:hover svg {
    margin-left: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .single-news .post-navigation .navigation-buttons .next-post-link {
    margin-left: auto; }
  .single-news .post-navigation .navigation-buttons .next-post-link:hover svg {
    margin-left: 20px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
.single-news .title-cta-module {
  margin: 78px 0; }
  @media only screen and (min-width: 769px) {
    .single-news .title-cta-module {
      margin: 150px 0 100px; } }
  @media only screen and (min-width: 1201px) {
    .single-news .title-cta-module {
      margin: 200px 0 160px; } }
  @media only screen and (min-width: 1681px) {
    .single-news .title-cta-module {
      margin: 250px 0 200px; } }
.single-news #related-news h3 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1681px) {
    .single-news #related-news h3 {
      margin-bottom: 100px; } }

#team-member-profile {
  padding: 50px 0; }
  @media only screen and (min-width: 769px) {
    #team-member-profile {
      padding: 80px 0; } }
  @media only screen and (min-width: 1681px) {
    #team-member-profile {
      padding: 130px 0; } }
  #team-member-profile .back-btn-wrapper {
    margin-bottom: 30px; }
    #team-member-profile .back-btn-wrapper a {
      font-size: 12px;
      line-height: 25px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.3px; }
      @media only screen and (min-width: 769px) {
        #team-member-profile .back-btn-wrapper a {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.5px; } }
      #team-member-profile .back-btn-wrapper a svg {
        margin-right: 10px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        will-change: transform; }
        #team-member-profile .back-btn-wrapper a svg path {
          -webkit-transition: stroke 0.3s ease-in-out;
          transition: stroke 0.3s ease-in-out; }
      #team-member-profile .back-btn-wrapper a .text {
        color: #4d4540;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      #team-member-profile .back-btn-wrapper a:hover svg {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px); }
        #team-member-profile .back-btn-wrapper a:hover svg path {
          stroke: #ee3123; }
      #team-member-profile .back-btn-wrapper a:hover .text {
        color: #ee3123; }
  #team-member-profile .department-wrapper {
    overflow: hidden; }
  #team-member-profile .department {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    #team-member-profile .department::after {
      position: absolute;
      content: "";
      top: 50%;
      left: calc(100% + 15px);
      width: 100vw;
      height: 1px;
      background-color: #4d4540; }
      @media only screen and (min-width: 769px) {
        #team-member-profile .department::after {
          left: calc(100% + 30px); } }
  #team-member-profile .profile-content {
    margin-left: auto;
    max-width: 90%; }
    @media only screen and (min-width: 769px) {
      #team-member-profile .profile-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media only screen and (min-width: 769px) {
    #team-member-profile .profile-left {
      margin-right: 50px;
      max-width: 400px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media only screen and (min-width: 1201px) {
    #team-member-profile .profile-left {
      max-width: 480px; } }
  @media only screen and (min-width: 1681px) {
    #team-member-profile .profile-left {
      max-width: 540px; } }
  #team-member-profile .profile-right {
    max-width: 920px; }
    #team-member-profile .profile-right p {
      margin-bottom: 25px; }
      @media only screen and (min-width: 1681px) {
        #team-member-profile .profile-right p {
          margin-bottom: 50px; } }
  #team-member-profile .profile-name {
    margin-bottom: 13px;
    margin-left: auto;
    max-width: 90%; }
    @media only screen and (min-width: 769px) {
      #team-member-profile .profile-name {
        margin-bottom: 20px;
        max-width: 100%; } }
  #team-member-profile .profile-role {
    margin-left: auto;
    margin-bottom: 26px;
    max-width: 90%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit; }
    @media only screen and (min-width: 769px) {
      #team-member-profile .profile-role {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      #team-member-profile .profile-role {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      #team-member-profile .profile-role {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      #team-member-profile .profile-role {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      #team-member-profile .profile-role {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      #team-member-profile .profile-role {
        font-size: 37px;
        line-height: 52px; } }
    @media only screen and (min-width: 769px) {
      #team-member-profile .profile-role {
        max-width: 100%; } }
    @media only screen and (min-width: 1681px) {
      #team-member-profile .profile-role {
        margin-bottom: 50px; } }
  #team-member-profile .profile-image {
    margin-bottom: 50px; }

.page-template-single-initiative #our-values {
  margin-bottom: 70px; }
  @media only screen and (min-width: 769px) {
    .page-template-single-initiative #our-values {
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-single-initiative #our-values {
      margin-bottom: 150px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-single-initiative #our-values {
      margin-bottom: 200px; } }
  .page-template-single-initiative #our-values .our-value {
    display: grid;
    grid-template-rows: 180px auto auto;
    grid-row-gap: 25px;
    max-width: 320px; }
    @media only screen and (min-width: 769px) {
      .page-template-single-initiative #our-values .our-value {
        grid-template-rows: 300px auto auto;
        max-width: 400px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-single-initiative #our-values .our-value {
        grid-template-rows: 435px auto auto;
        max-width: 500px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-single-initiative #our-values .our-value {
        max-width: 730px; } }
    .page-template-single-initiative #our-values .our-value__image {
      width: 100%;
      height: 180px; }
      @media only screen and (min-width: 769px) {
        .page-template-single-initiative #our-values .our-value__image {
          height: 300px; } }
      @media only screen and (min-width: 1201px) {
        .page-template-single-initiative #our-values .our-value__image {
          padding-bottom: 25px;
          height: 435px; } }
      .page-template-single-initiative #our-values .our-value__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .page-template-single-initiative #our-values .our-value__title {
      text-overflow: ellipsis;
      overflow: hidden; }
    .page-template-single-initiative #our-values .our-value__desc {
      margin-bottom: 35px; }
.page-template-single-initiative #our-values h3,
.page-template-single-initiative #news h3 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .page-template-single-initiative #our-values h3,
    .page-template-single-initiative #news h3 {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-single-initiative #our-values h3,
    .page-template-single-initiative #news h3 {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-single-initiative #our-values h3,
    .page-template-single-initiative #news h3 {
      margin-bottom: 108px; } }

.page-template-support .title-module {
  margin: 70px 0 30px; }
  @media only screen and (min-width: 769px) {
    .page-template-support .title-module {
      margin: 100px 0 40px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-support .title-module {
      margin: 140px 0 50px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-support .title-module {
      margin: 180px 0 60px; } }
.page-template-support .title-cta-module {
  margin: 80px 0; }
  @media only screen and (min-width: 1201px) {
    .page-template-support .title-cta-module {
      margin: 130px 0; } }
  @media only screen and (min-width: 1681px) {
    .page-template-support .title-cta-module {
      margin: 200px 0 270px; } }

@media only screen and (max-width: 768px) {
  .page-support-child .page-info {
    padding-bottom: 0; } }
@media only screen and (min-width: 1201px) {
  .page-support-child #news {
    padding-top: 200px; } }

.page-legacy-gift .page-info {
  margin-bottom: 0; }

.post-type-archive-news #featured-news {
  margin: 50px 0; }
  @media only screen and (min-width: 769px) {
    .post-type-archive-news #featured-news {
      margin: 100px 0; } }
  .post-type-archive-news #featured-news h3 {
    margin-bottom: 26px; }
    @media only screen and (min-width: 769px) {
      .post-type-archive-news #featured-news h3 {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 1201px) {
      .post-type-archive-news #featured-news h3 {
        margin-bottom: 84px; } }
  .post-type-archive-news #featured-news .news-title {
    margin-bottom: 8px; }
    @media only screen and (min-width: 1201px) {
      .post-type-archive-news #featured-news .news-title {
        margin-bottom: 20px; } }
.post-type-archive-news #news {
  margin-bottom: 200px; }
  .post-type-archive-news #news .news-controls {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1201px) {
      .post-type-archive-news #news .news-controls {
        margin-bottom: 74px;
        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; } }
    .post-type-archive-news #news .news-controls .categories-filter {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (min-width: 769px) {
        .post-type-archive-news #news .news-controls .categories-filter {
          margin-top: 30px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media only screen and (min-width: 1201px) {
        .post-type-archive-news #news .news-controls .categories-filter {
          margin-top: 0;
          margin-left: auto;
          max-width: calc(60% - 70px); } }
      @media only screen and (min-width: 1681px) {
        .post-type-archive-news #news .news-controls .categories-filter {
          max-width: calc(60% - 140px); } }
      .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 22px;
        color: #4d4540;
        padding: 0 15px;
        border-left: 1px solid #4d4540; }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            font-size: 14px;
            line-height: 20px; } }
        @media only screen and (min-width: 1201px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            font-size: 18px;
            line-height: 24px; } }
        @media only screen and (min-width: 1201px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            font-size: 20px;
            line-height: 28px; } }
        @media only screen and (min-width: 1681px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            font-size: 25px;
            line-height: 30px; } }
        .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter:hover {
          color: #ee3123; }
        .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter.active {
          color: #ee3123;
          border-color: #ee3123; }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .news-controls .categories-filter .btn-category-filter {
            margin-bottom: 0; } }
  .post-type-archive-news #news .searched-news {
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .post-type-archive-news #news .searched-news {
        margin-bottom: 0;
        display: grid;
        gap: 100px 30px;
        grid-template-columns: repeat(3, 1fr); } }
    .post-type-archive-news #news .searched-news .single-news {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 70px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .post-type-archive-news #news .searched-news .single-news {
          max-width: 90%;
          margin-left: auto;
          padding-bottom: 20px; } }
      .post-type-archive-news #news .searched-news .single-news__img {
        width: 100%;
        height: 44vw;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .searched-news .single-news__img {
            height: 16.8vw;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; } }
        .post-type-archive-news #news .searched-news .single-news__img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .post-type-archive-news #news .searched-news .single-news__category {
        margin: 45px 0 17px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 22px; }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            font-size: 14px;
            line-height: 20px; } }
        @media only screen and (min-width: 1201px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            font-size: 16px;
            line-height: 20px; } }
        @media only screen and (min-width: 769px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            font-size: 18px;
            line-height: 24px; } }
        @media only screen and (min-width: 1201px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            font-size: 20px;
            line-height: 28px; } }
        @media only screen and (min-width: 1681px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            font-size: 25px;
            line-height: 30px; } }
        @media only screen and (max-width: 768px) {
          .post-type-archive-news #news .searched-news .single-news__category {
            margin: 23px 0 7px -10%;
            position: relative; }
            .post-type-archive-news #news .searched-news .single-news__category::after {
              margin-left: 20px;
              position: absolute;
              content: "";
              top: 50%;
              width: 100vw;
              height: 1px;
              background-color: #695e4a; } }
      .post-type-archive-news #news .searched-news .single-news__title {
        margin-bottom: 50px;
        color: #4d4540; }
        @media only screen and (max-width: 768px) {
          .post-type-archive-news #news .searched-news .single-news__title {
            margin-bottom: 23px;
            max-width: calc(100% - 60px); } }
      @media only screen and (max-width: 768px) {
        .post-type-archive-news #news .searched-news .single-news__link {
          position: absolute;
          right: 0;
          top: 57px;
          font-size: 0;
          z-index: 10; }
          .post-type-archive-news #news .searched-news .single-news__link svg {
            width: 29.39px;
            margin-left: 0; } }

.privacy-policy-module,
.privacy-policy section {
  padding: 50px 0 110px; }
  @media only screen and (min-width: 769px) {
    .privacy-policy-module,
    .privacy-policy section {
      padding: 80px 0 200px; } }
  @media only screen and (min-width: 1201px) {
    .privacy-policy-module,
    .privacy-policy section {
      padding: 110px 0 250px; } }
  .privacy-policy-module .container-fluid,
  .privacy-policy section .container-fluid {
    width: 90%;
    margin-left: auto; }
    @media only screen and (min-width: 769px) {
      .privacy-policy-module .container-fluid,
      .privacy-policy section .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
      .privacy-policy-module .container-fluid,
      .privacy-policy section .container-fluid {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .privacy-policy-module .title,
  .privacy-policy section .title {
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .privacy-policy-module .title,
      .privacy-policy section .title {
        margin-right: 50px;
        max-width: 540px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  .privacy-policy-module .content,
  .privacy-policy section .content {
    max-width: 920px;
    width: 100%; }
    .privacy-policy-module .content h4,
    .privacy-policy section .content h4 {
      font-size: 16px;
      line-height: 25px;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: inherit;
      margin: 50px 0 25px; }
      @media only screen and (min-width: 769px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 20px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 24px;
          line-height: 38px; } }
      @media only screen and (min-width: 1681px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 26px;
          line-height: 42px; } }
      @media only screen and (min-width: 769px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 24px;
          line-height: 32px; } }
      @media only screen and (min-width: 1201px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 32px;
          line-height: 42px; } }
      @media only screen and (min-width: 1681px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          font-size: 37px;
          line-height: 52px; } }
      @media only screen and (min-width: 1201px) {
        .privacy-policy-module .content h4,
        .privacy-policy section .content h4 {
          margin: 50px 0 30px; } }
    .privacy-policy-module .content a,
    .privacy-policy section .content a {
      color: #4d4540;
      line-break: anywhere;
      text-decoration: underline; }

.page-have-a-heart .text-cta-module {
  padding-top: 70px;
  padding-bottom: 90px; }
  @media only screen and (min-width: 769px) {
    .page-have-a-heart .text-cta-module {
      padding-top: 100px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1681px) {
    .page-have-a-heart .text-cta-module {
      padding-top: 230px;
      padding-bottom: 243px; } }

.error404 main {
  text-align: center; }
.error404 .page-title {
  margin: auto;
  padding: 30vw 0;
  text-align: center;
  color: #4d4540;
  max-width: 300px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }
  @media only screen and (min-width: 769px) {
    .error404 .page-title {
      font-size: 42px;
      line-height: 50px; } }
  @media only screen and (min-width: 769px) {
    .error404 .page-title {
      font-size: 28px;
      line-height: 36px; } }
  @media only screen and (min-width: 1201px) {
    .error404 .page-title {
      font-size: 36px;
      line-height: 44px; } }
  @media only screen and (min-width: 1681px) {
    .error404 .page-title {
      font-size: 44px;
      line-height: 66px; } }
  @media only screen and (min-width: 769px) {
    .error404 .page-title {
      padding: 20vw 0;
      max-width: 400px; } }
  @media only screen and (min-width: 1201px) {
    .error404 .page-title {
      padding: 15vw 0;
      max-width: 540px; } }
  @media only screen and (min-width: 1681px) {
    .error404 .page-title {
      max-width: 600px; } }
.error404 .btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .error404 .btn-link svg {
    margin-right: 20px;
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .error404 .btn-link:hover {
    color: #ee3123; }
    .error404 .btn-link:hover svg {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }

.page-template-gallery .page-content {
  padding: 50px 0; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .page-content {
      padding: 150px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .page-content {
      padding: 200px 0; } }
@media only screen and (min-width: 769px) {
  .page-template-gallery .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-right: 30px; } }
@media only screen and (min-width: 1201px) {
  .page-template-gallery .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    margin-right: 50px; } }
.page-template-gallery .sidebar .gallery-title {
  margin-bottom: 24px;
  display: block; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .gallery-title {
      display: none; } }
.page-template-gallery .sidebar .gallery-description {
  margin-bottom: 30px;
  display: block; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .gallery-description {
      display: none; } }
.page-template-gallery .sidebar .filters {
  margin-top: 30px; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .filters {
      margin-top: 50px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .sidebar .filters {
      margin-top: 90px; } }
.page-template-gallery .sidebar .clear-filter {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: underline; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .clear-filter {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .sidebar .clear-filter {
      font-size: 16px;
      line-height: 20px; } }
  .page-template-gallery .sidebar .clear-filter__wrapper {
    display: none;
    margin-bottom: 30px; }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .clear-filter__wrapper {
        margin-bottom: 50px; } }
.page-template-gallery .sidebar .filter {
  margin-bottom: 18px; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .filter {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .sidebar .filter {
      margin-bottom: 56px; } }
  .page-template-gallery .sidebar .filter-name {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #4d4540;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    color: #4d4540;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .filter-name {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-gallery .sidebar .filter-name {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .filter-name {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-gallery .sidebar .filter-name {
        font-size: 20px;
        line-height: 28px; } }
    @media only screen and (min-width: 1681px) {
      .page-template-gallery .sidebar .filter-name {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .filter-name {
        padding-right: 30px; } }
    .page-template-gallery .sidebar .filter-name::after {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      width: 6px;
      height: 6px;
      border-right: 1px solid #4d4540;
      border-bottom: 1px solid #4d4540;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (min-width: 769px) {
        .page-template-gallery .sidebar .filter-name::after {
          width: 12px;
          height: 12px; } }
    .page-template-gallery .sidebar .filter-name.active, .page-template-gallery .sidebar .filter-name:hover {
      border-left-color: #ee3123;
      color: #ee3123; }
      .page-template-gallery .sidebar .filter-name.active::after, .page-template-gallery .sidebar .filter-name:hover::after {
        border-color: #ee3123; }
    .page-template-gallery .sidebar .filter-name.active::after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
  .page-template-gallery .sidebar .filter-content {
    display: none; }
  .page-template-gallery .sidebar .filter-items {
    padding-top: 8px;
    padding-left: 15px; }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .filter-items {
        padding-top: 25px; } }
  .page-template-gallery .sidebar .filter-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #4d4540; }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .sidebar .filter-link {
        font-size: 14px;
        line-height: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-gallery .sidebar .filter-link {
        font-size: 16px;
        line-height: 20px; } }
    .page-template-gallery .sidebar .filter-link.active, .page-template-gallery .sidebar .filter-link:hover {
      color: #ee3123; }
  @media only screen and (max-width: 768px) {
    .page-template-gallery .sidebar .filter-years {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media only screen and (max-width: 768px) {
    .page-template-gallery .sidebar .filter-artists {
      -webkit-column-count: 2;
              column-count: 2; } }
.page-template-gallery .sidebar .custom-checkbox input {
  display: none; }
.page-template-gallery .sidebar .custom-checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #4d4540;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .custom-checkbox label {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .sidebar .custom-checkbox label {
      font-size: 16px;
      line-height: 20px; } }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .sidebar .custom-checkbox label {
      font-size: 18px;
      line-height: 24px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .sidebar .custom-checkbox label {
      font-size: 20px;
      line-height: 28px; } }
  @media only screen and (min-width: 1681px) {
    .page-template-gallery .sidebar .custom-checkbox label {
      font-size: 25px;
      line-height: 30px; } }
  .page-template-gallery .sidebar .custom-checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #0000;
    border: 1px solid #4d4540;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .page-template-gallery .sidebar .custom-checkbox label::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    top: 10px;
    left: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.page-template-gallery .sidebar .custom-checkbox input:checked + label::before {
  background: #4d4540; }
.page-template-gallery .sidebar .custom-checkbox input:checked + label::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1; }
@media only screen and (min-width: 769px) {
  .page-template-gallery #search-form {
    margin-top: 40px;
    width: 100%;
    max-width: none; } }
@media only screen and (min-width: 1201px) {
  .page-template-gallery #search-form {
    margin-top: 80px; } }
.page-template-gallery .gallery {
  margin-top: 24px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .gallery {
      margin-top: 0; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .gallery {
      max-width: 1100px; } }
  .page-template-gallery .gallery-title, .page-template-gallery .gallery-description {
    display: none; }
    @media only screen and (min-width: 769px) {
      .page-template-gallery .gallery-title, .page-template-gallery .gallery-description {
        display: block;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1201px) {
      .page-template-gallery .gallery-title, .page-template-gallery .gallery-description {
        margin-bottom: 40px; } }
  .page-template-gallery .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.page-template-gallery .title-cta-module {
  margin-bottom: 100px; }
  @media only screen and (min-width: 1441px) {
    .page-template-gallery .title-cta-module .container {
      padding: 0 20px;
      max-width: 1720px; } }
  @media only screen and (min-width: 769px) {
    .page-template-gallery .title-cta-module {
      margin-bottom: 150px; } }
  @media only screen and (min-width: 1201px) {
    .page-template-gallery .title-cta-module {
      margin-bottom: 210px; } }

body.search .page-wrapper {
  padding: 50px 0; }
  @media only screen and (min-width: 769px) {
    body.search .page-wrapper {
      padding: 150px 0; } }
@media only screen and (max-width: 768px) {
  body.search .page-title {
    margin-bottom: 10px; } }
body.search .search-header {
  margin-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    body.search .search-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1681px) {
    body.search .search-header {
      margin-bottom: 80px; } }
body.search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  border-bottom: 1px solid #1d1d1d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px; }
  @media only screen and (min-width: 769px) {
    body.search .search-form {
      max-width: 300px; } }
  @media only screen and (min-width: 1201px) {
    body.search .search-form {
      max-width: 400px; } }
  @media only screen and (min-width: 1681px) {
    body.search .search-form {
      max-width: 450px; } }
  body.search .search-form input {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400;
    border: none; }
    @media only screen and (min-width: 769px) {
      body.search .search-form input {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      body.search .search-form input {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      body.search .search-form input {
        font-size: 26px;
        line-height: 42px; } }
  body.search .search-form button {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: #0000;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    line-height: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    body.search .search-form button svg {
      width: 100%;
      height: 100%; }
    @media only screen and (min-width: 769px) {
      body.search .search-form button {
        margin-right: 20px;
        width: 40px;
        height: 40px; } }
    @media only screen and (min-width: 1201px) {
      body.search .search-form button {
        margin-right: 30px;
        width: 50px;
        height: 50px; } }
body.search .result {
  padding: 30px 0;
  border-top: 1px solid #e2e2e2; }
  @media only screen and (min-width: 769px) {
    body.search .result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  body.search .result:last-child {
    border-bottom: 1px solid #e2e2e2; }
  body.search .result-image {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    body.search .result-image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media only screen and (min-width: 769px) {
      body.search .result-image {
        margin-right: 30px;
        margin-bottom: 0;
        width: 200px;
        height: 200px; } }
    @media only screen and (min-width: 1201px) {
      body.search .result-image {
        margin-right: 60px; } }
    @media only screen and (min-width: 1681px) {
      body.search .result-image {
        margin-right: 90px; } }
  body.search .result-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: inherit;
    color: #4d4540;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 769px) {
      body.search .result-title {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      body.search .result-title {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      body.search .result-title {
        font-size: 26px;
        line-height: 42px; } }
    @media only screen and (min-width: 769px) {
      body.search .result-title {
        font-size: 24px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      body.search .result-title {
        font-size: 32px;
        line-height: 42px; } }
    @media only screen and (min-width: 1681px) {
      body.search .result-title {
        font-size: 37px;
        line-height: 52px; } }
    body.search .result-title:hover svg {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
    body.search .result-title svg {
      margin-left: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (min-width: 769px) {
        body.search .result-title svg {
          margin-left: 20px; } }
      @media only screen and (min-width: 1201px) {
        body.search .result-title svg {
          margin-left: 30px; } }
  body.search .result-excerpt {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      body.search .result-excerpt {
        font-size: 20px;
        line-height: 32px; } }
    @media only screen and (min-width: 1201px) {
      body.search .result-excerpt {
        font-size: 24px;
        line-height: 38px; } }
    @media only screen and (min-width: 1681px) {
      body.search .result-excerpt {
        font-size: 26px;
        line-height: 42px; } }

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


/* header link styles */
@media only screen and (min-width: 1201px) {
  .header .menu-items .menu-item:not(.sl-dropdown):not(.dropdown-menu .menu-item) {
    line-height: 38px;
  }
}


/* For WebKit-based browsers (Chrome, Safari) */
/* You can adjust the colors and dimensions to your preferences */

/* Width and Color of the scrollbar track */
::-webkit-scrollbar {
  width: 8px; /* Adjust scrollbar width */
  border:none;
}

::-webkit-scrollbar-track {
  background-color: #ffffff; /* Adjust track color */
}

/* Styles for the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  width: 8px;
  background: #ee3123;
  border-radius: 6px; /* Adjust thumb border radius */
}
body {
  overflow-x: hidden;
}