@charset "UTF-8";
/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
/* =======================================
   FONTS
======================================= */
@font-face {
  font-family: 'Font Name Here';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Font.ttf) format("ttf"), url(../fonts/Font.woff) format("woff"), url(../fonts/Font.woff2) format("woff2"); }
header#header {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #1A1918;
  height: 117px; }
  header#header .top .container {
    max-width: 1328px;
    margin: 0 auto;
    padding: calc(16px / 2) 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 1120px) {
      header#header .top .container {
        padding: 0 16px; } }
    header#header .top .container .menu-utility-menu-container {
      margin-left: auto; }
      header#header .top .container .menu-utility-menu-container .menu {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right; }
        header#header .top .container .menu-utility-menu-container .menu li {
          display: inline-block;
          padding: calc(16px / 2);
          line-height: 14px; }
          header#header .top .container .menu-utility-menu-container .menu li:first-of-type {
            padding-left: 0; }
          header#header .top .container .menu-utility-menu-container .menu li:last-of-type {
            padding-right: 0; }
    header#header .top .container a {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      color: #D7D3CC;
      transition: all 0.2s ease; }
      header#header .top .container a:hover {
        color: #FCFBF9; }
    header#header .top .container .search {
      position: relative; }
      @media (max-width: 1120px) {
        header#header .top .container .search {
          display: none; } }
      header#header .top .container .search #searchButton {
        display: flex;
        transition: all 0.2s ease;
        margin-left: calc(16px * 2);
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400; }
      header#header .top .container .search #searchform {
        background: #E4E1DC;
        position: absolute;
        width: 400px;
        right: 0;
        top: calc(100% + 16px);
        padding: 16px 16px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        border-radius: 10px;
        z-index: 9999; }
        header#header .top .container .search #searchform div {
          max-width: 1328px;
          margin: 0 auto;
          display: flex; }
          @media (max-width: 1120px) {
            header#header .top .container .search #searchform div {
              padding: 0 16px; } }
          header#header .top .container .search #searchform div input[type=search] {
            width: 100%;
            background: #FFFFFF url(../img/search.svg) no-repeat 20px 12px;
            border: none;
            padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
            font-size: 17px;
            line-height: 22px;
            letter-spacing: 0.34px;
            font-family: "myriad-pro", sans-serif;
            font-weight: 400;
            border-radius: 10px; }
          header#header .top .container .search #searchform div input[type=submit] {
            background: #FFFFFF;
            border: none;
            border-radius: 10px;
            margin-left: calc(16px / 2);
            padding: calc(16px / 2) 16px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer; }
        header#header .top .container .search #searchform.active {
          visibility: visible;
          opacity: 1; }
  @media (max-width: 1120px) {
    header#header .top {
      display: none; } }
  header#header .main .container {
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1120px) {
      header#header .main .container {
        padding: 0 16px; } }
    header#header .main .container .logo {
      padding: 16px 0; }
      header#header .main .container .logo img {
        display: block; }
    header#header .main .container #main-menu {
      margin-left: auto;
      display: flex;
      align-items: center; }
      header#header .main .container #main-menu .menu {
        padding: 0;
        margin: 0;
        list-style: none; }
        header#header .main .container #main-menu .menu > li:not(:first-of-type) {
          display: inline-block;
          padding: 16px;
          position: relative; }
          header#header .main .container #main-menu .menu > li:not(:first-of-type):first-of-type {
            padding-left: 0; }
          header#header .main .container #main-menu .menu > li:not(:first-of-type):last-of-type {
            padding-right: 0; }
          header#header .main .container #main-menu .menu > li:not(:first-of-type) a {
            color: #FCFBF9;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration: none;
            transition: all 0.2s ease; }
            header#header .main .container #main-menu .menu > li:not(:first-of-type) a:hover {
              color: #928F8B; }
          header#header .main .container #main-menu .menu > li:not(:first-of-type) > .sub-menu {
            display: none;
            position: absolute;
            top: 100%;
            background: #FCFBF9;
            padding: 24px;
            width: 100vw;
            max-width: 250px;
            margin-left: calc(0px - 16px);
            border-radius: 5px; }
            header#header .main .container #main-menu .menu > li:not(:first-of-type) > .sub-menu li {
              padding: calc(16px / 2);
              display: block; }
              header#header .main .container #main-menu .menu > li:not(:first-of-type) > .sub-menu li a {
                color: #1A1918;
                text-transform: none;
                display: block;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                letter-spacing: 0.34px; }
                header#header .main .container #main-menu .menu > li:not(:first-of-type) > .sub-menu li a:hover {
                  text-decoration: underline; }
          header#header .main .container #main-menu .menu > li:not(:first-of-type):hover .sub-menu {
            display: block; }
        header#header .main .container #main-menu .menu .current-menu-item > a, header#header .main .container #main-menu .menu .current-page-ancestor > a {
          color: #928F8B !important; }
        header#header .main .container #main-menu .menu .menu-item-has-children .current-page-parent.current-page-ancestor a {
          color: #1A1918 !important; }
        header#header .main .container #main-menu .menu > li:first-of-type {
          position: relative;
          display: inline-block;
          padding: 16px;
          /* ---------- MEGA LAYOUT ---------- */
          /* LEFT PANEL */
          /* RIGHT PANEL */
          /* COLUMNS */ }
          header#header .main .container #main-menu .menu > li:first-of-type a {
            color: #FCFBF9;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration: none;
            transition: all 0.2s ease; }
            header#header .main .container #main-menu .menu > li:first-of-type a:hover {
              color: #928F8B; }
          header#header .main .container #main-menu .menu > li:first-of-type > .sub-menu.mega-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 20%;
            transform: translateX(-51%);
            width: 100vw;
            max-width: 1328px;
            padding: 40px 56px;
            background: #FCFBF9;
            border-radius: 8px;
            z-index: 50; }
            header#header .main .container #main-menu .menu > li:first-of-type > .sub-menu.mega-menu li {
              list-style: none; }
          header#header .main .container #main-menu .menu > li:first-of-type:hover > .sub-menu.mega-menu {
            display: block; }
          header#header .main .container #main-menu .menu > li:first-of-type > .sub-menu:not(.mega-menu) {
            display: none; }
          header#header .main .container #main-menu .menu > li:first-of-type .mega-inner {
            display: flex;
            gap: clamp(40px, 8vw, 137px); }
          header#header .main .container #main-menu .menu > li:first-of-type .mega-left {
            max-width: 277px;
            width: 100%;
            flex-shrink: 0; }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-left h3 {
              font-size: 24px;
              margin-bottom: 12px; }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-left p {
              margin-bottom: 0;
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
          header#header .main .container #main-menu .menu > li:first-of-type .mega-right {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 48px;
            flex: 1; }
          header#header .main .container #main-menu .menu > li:first-of-type .mega-column .mega-heading {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 16px; }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-column .mega-heading::before {
              content: '';
              width: 24px;
              height: 24px;
              background-size: contain;
              background-repeat: no-repeat; }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-column .mega-heading.poultry::before {
              background-image: url("../img/poultry-menu.svg"); }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-column .mega-heading.ruminants::before {
              background-image: url("../img/cow-menu.svg"); }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-column .mega-heading.swine::before {
              background-image: url("../img/swine-menu.svg"); }
          header#header .main .container #main-menu .menu > li:first-of-type .mega-column ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            header#header .main .container #main-menu .menu > li:first-of-type .mega-column ul li {
              margin-bottom: 12px; }
              header#header .main .container #main-menu .menu > li:first-of-type .mega-column ul li a {
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                /* 129.412% */
                letter-spacing: 0.34px;
                color: #1A1918; }
                header#header .main .container #main-menu .menu > li:first-of-type .mega-column ul li a:hover {
                  text-decoration: underline; }
      @media (max-width: 1120px) {
        header#header .main .container #main-menu .menu > li:first-of-type > .sub-menu {
          display: none !important; } }
      @media (max-width: 1120px) {
        header#header .main .container #main-menu {
          display: none; } }
  header#header #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header#header #mobile-toggle a {
      position: relative;
      display: block;
      width: 30px;
      height: 26px; }
      header#header #mobile-toggle a span {
        visibility: hidden;
        transition: all 0.2s ease;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px; }
        header#header #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header#header #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1120px) {
      header#header #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }
  header#header #mobile-menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    background: #242322;
    opacity: 0;
    transition: all 0.2s ease;
    height: calc(100vh - 100% - calc(16px * 2));
    top: 100%;
    overflow-y: auto; }
    header#header #mobile-menu.active {
      visibility: visible;
      opacity: 1;
      z-index: 900; }
    header#header #mobile-menu .searchform {
      padding-top: 16px; }
      header#header #mobile-menu .searchform input[type=submit] {
        display: none; }
      header#header #mobile-menu .searchform input[type=search] {
        width: 276px;
        background: #FFFFFF url(../img/search.svg) no-repeat 20px 10px;
        padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.34px;
        color: #1A1918;
        font-weight: 400;
        font-family: "myriad-pro", sans-serif;
        margin: 0 16px;
        border-radius: 10px;
        border: none; }
    header#header #mobile-menu .mobile-utility {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 32px 24px; }
      header#header #mobile-menu .mobile-utility li {
        list-style: none; }
      header#header #mobile-menu .mobile-utility a {
        font-size: 17px;
        font-weight: 400;
        color: #E4E1DC;
        text-decoration: none; }
    header#header #mobile-menu ul#mobile-menu-links {
      margin: 0;
      padding: 40px 24px;
      background: #1A1918;
      position: relative; }
      header#header #mobile-menu ul#mobile-menu-links li {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        header#header #mobile-menu ul#mobile-menu-links li.hidden {
          display: none !important; }
        header#header #mobile-menu ul#mobile-menu-links li a {
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          color: #E4E1DC;
          padding: 16px 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-grow: 1;
          text-decoration: none;
          cursor: pointer;
          border-top: 1px solid #242322; }
        header#header #mobile-menu ul#mobile-menu-links li:first-child > a {
          border-top: none; }
        header#header #mobile-menu ul#mobile-menu-links li.menu-item-has-children > a::after {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background: url(../img/mobile-chevron.svg) no-repeat center/contain;
          transition: transform 0.3s ease;
          flex-shrink: 0; }
        header#header #mobile-menu ul#mobile-menu-links li .sub-menu {
          display: none;
          width: 100%;
          padding: 0;
          margin: 0; }
        header#header #mobile-menu ul#mobile-menu-links li.expanded {
          width: 100%;
          display: flex !important; }
          header#header #mobile-menu ul#mobile-menu-links li.expanded > a::after {
            display: none !important; }
          header#header #mobile-menu ul#mobile-menu-links li.expanded > a {
            padding: 16px 0;
            margin: 0 -4px;
            color: #FFFFFF;
            border-bottom: 1px solid #242322;
            justify-content: flex-start;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            color: #E4E1DC;
            border-top: none; }
            header#header #mobile-menu ul#mobile-menu-links li.expanded > a::before {
              content: "";
              display: inline-block !important;
              width: 20px;
              height: 20px;
              background: url(../img/mobile-chevron.svg) no-repeat center/contain;
              margin-right: 15px;
              transform: rotate(180deg);
              flex-shrink: 0; }
          header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu {
            display: block !important; }
            header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li {
              display: flex !important;
              width: 100%; }
              header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li > a {
                font-size: 17px;
                font-weight: 600;
                border: none; }
              header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li:first-child > a {
                border-top: none; }
              header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li .sub-menu {
                border-radius: 10px;
                margin-bottom: 10px; }
                header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li .sub-menu li a {
                  font-size: 17px;
                  font-weight: 400;
                  padding: 15px 24px;
                  border: none !important; }
                  header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li .sub-menu li a::after {
                    display: none !important; }
                header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li .sub-menu li:first-child a {
                  border-top: none; }
              header#header #mobile-menu ul#mobile-menu-links li.expanded > .sub-menu > li.open-dropdown > a::after {
                transform: rotate(270deg); }

#alert {
  display: none; }
  #alert.visible {
    display: block;
    background: #131515;
    color: #FFFFFF;
    z-index: 1; }
  #alert .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
    position: relative;
    max-width: calc(1328px - calc(16px * 2)); }
    @media (max-width: 1120px) {
      #alert .container {
        padding: 0 16px; } }
    #alert .container .copy {
      margin: 0 16px; }
      #alert .container .copy p {
        margin: 0;
        line-height: 28px;
        text-transform: uppercase; }
        #alert .container .copy p a {
          color: #FFFFFF;
          text-transform: none;
          font-weight: 600; }
    #alert .container #noticeClose {
      position: absolute;
      right: 0;
      cursor: pointer;
      margin-right: 16px; }

footer#footer {
  background: #242322;
  color: #FCFBF9; }
  footer#footer a {
    text-decoration: none; }
    footer#footer a:hover {
      text-decoration: underline; }
  footer#footer .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      footer#footer .container {
        padding: 0 16px; } }
    footer#footer .container h3 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 calc(16px / 2); }
    footer#footer .container .top {
      display: flex;
      flex-wrap: wrap;
      padding: calc(16px * 4) 0;
      gap: calc(calc(16px * 4) * 2); }
      @media (max-width: 1120px) {
        footer#footer .container .top {
          gap: calc(16px * 4); } }
      footer#footer .container .top .column {
        width: calc(33.3333% - (calc(16px * 4) * 2)); }
        @media (max-width: 1120px) {
          footer#footer .container .top .column {
            width: 100%; } }
      footer#footer .container .top p {
        margin: 0;
        line-height: 28px; }
      footer#footer .container .top .menu {
        padding: 0;
        margin: 16px 0;
        list-style: none; }
        footer#footer .container .top .menu li {
          margin: calc(16px / 2) 0;
          margin-bottom: 16px; }
        footer#footer .container .top .menu a {
          font-size: 17px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          /* 129.412% */
          letter-spacing: 0.34px;
          color: #FCFBF9; }
      footer#footer .container .top .proudlyCanadian img {
        max-width: 172px;
        height: auto; }
      footer#footer .container .top .logo-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      footer#footer .container .top .social-column {
        display: flex;
        flex-direction: column;
        gap: 24px; }
      footer#footer .container .top .menu-column {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      footer#footer .container .top .social a {
        display: inline-block;
        padding-right: 12px; }
        footer#footer .container .top .social a svg path {
          transition: all 0.2s ease;
          fill: #131515; }
  footer#footer .bottom {
    background: #242322;
    padding: 24px;
    border-top: 0.5px solid #4D4C49; }
    footer#footer .bottom p {
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 129.412% */
      letter-spacing: 0.34px;
      color: #928F8B;
      margin: 0; }
    footer#footer .bottom .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1120px) {
        footer#footer .bottom .container {
          padding: 0 16px; } }
      footer#footer .bottom .container .menu-policy-menu-container {
        margin-left: 48px; }
        @media (max-width: 1120px) {
          footer#footer .bottom .container .menu-policy-menu-container {
            margin-left: 0; } }
        footer#footer .bottom .container .menu-policy-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: calc(16px * 3);
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer#footer .bottom .container .menu-policy-menu-container .menu {
              gap: calc(16px * 2);
              margin: calc(16px * 2) 0; } }
          footer#footer .bottom .container .menu-policy-menu-container .menu li {
            display: inline-block; }
            footer#footer .bottom .container .menu-policy-menu-container .menu li a {
              font-size: 17px;
              font-style: normal;
              font-weight: 400;
              line-height: 22px;
              /* 129.412% */
              letter-spacing: 0.34px;
              color: #928F8B; }
      footer#footer .bottom .container .copy-disclaimer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px; }
        @media (max-width: 1120px) {
          footer#footer .bottom .container .copy-disclaimer {
            margin-bottom: calc(16px * 2); } }

header#header2 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0; }
  header#header2 .top {
    background: #DEDEDE; }
    header#header2 .top .container {
      max-width: 1328px;
      margin: 0 auto;
      padding: calc(16px / 2) 16px;
      display: flex;
      align-items: center; }
      @media (max-width: 1120px) {
        header#header2 .top .container {
          padding: 0 16px; } }
      header#header2 .top .container .menu-utility-menu-container {
        margin-left: auto; }
        header#header2 .top .container .menu-utility-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: right; }
          header#header2 .top .container .menu-utility-menu-container .menu li {
            display: inline-block;
            padding: calc(16px / 2);
            line-height: 14px; }
            header#header2 .top .container .menu-utility-menu-container .menu li:first-of-type {
              padding-left: 0; }
            header#header2 .top .container .menu-utility-menu-container .menu li:last-of-type {
              padding-right: 0; }
      header#header2 .top .container a {
        color: #1A1918;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s ease;
        font-weight: bold; }
        header#header2 .top .container a:hover {
          color: #131515; }
    @media (max-width: 1120px) {
      header#header2 .top {
        display: none; } }
  header#header2 .main {
    padding: 16px 0 0; }
    @media (max-width: 1120px) {
      header#header2 .main {
        padding: calc(16px / 2) 0; } }
    header#header2 .main .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 1120px) {
        header#header2 .main .container {
          padding: 0 16px; } }
      @media (max-width: 1120px) {
        header#header2 .main .container {
          align-items: center; } }
      header#header2 .main .container .logo {
        margin: 0 calc(16px * 2) 16px 0; }
        @media (max-width: 1120px) {
          header#header2 .main .container .logo {
            margin: 0 0 0 auto;
            flex-grow: 1;
            text-align: right; }
            header#header2 .main .container .logo img {
              max-width: 130px;
              height: auto; } }
      header#header2 .main .container #main-menu {
        margin-left: auto;
        display: flex;
        background: transparent;
        position: unset; }
        header#header2 .main .container #main-menu .mega-menu-wrap {
          position: unset;
          background: transparent; }
          @media (max-width: 1120px) {
            header#header2 .main .container #main-menu .mega-menu-wrap {
              display: none; } }
        header#header2 .main .container #main-menu #mega-menu-main-menu-two {
          padding: 0;
          list-style: none;
          position: unset; }
          header#header2 .main .container #main-menu #mega-menu-main-menu-two li {
            display: inline-block;
            margin: 0 calc(16px * 1.5) !important;
            position: unset; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-current-page-ancestor a.mega-menu-link, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-current-menu-ancestor:first-of-type a.mega-menu-link {
              font-size: 17px;
              line-height: 28px;
              text-decoration: none;
              padding: 0;
              color: #131515;
              border-bottom: #131515 4px solid; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li a {
              background: transparent !important;
              color: #131515;
              font-size: 20px;
              line-height: 26px;
              font-weight: 600;
              text-decoration: none;
              padding: 0 0 calc(16px * 3) !important;
              border-bottom: transparent 4px solid;
              transition: all 0.2s ease; }
              header#header2 .main .container #main-menu #mega-menu-main-menu-two li a:hover, header#header2 .main .container #main-menu #mega-menu-main-menu-two li a[aria-expanded=true] {
                border-bottom: #131515 4px solid !important;
                background: transparent; }
              header#header2 .main .container #main-menu #mega-menu-main-menu-two li a .mega-indicator {
                display: none; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-mobileOnly, header#header2 .main .container #main-menu #mega-menu-main-menu-two li .mega-sub-menu {
              display: none; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on a {
              background: transparent; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on.active .mega-sub-menu {
              background: linear-gradient(90deg, #FFFFFF 50%, #EDEFF0 50%); }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu {
              display: flex;
              position: absolute;
              left: 0;
              width: 100%;
              background: #FFFFFF;
              z-index: 999;
              justify-content: center;
              padding: 0;
              box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1); }
              header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row {
                max-width: 1328px;
                margin: 0 auto;
                padding: 0 calc(16px * 4); }
                @media (max-width: 1120px) {
                  header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row {
                    padding: 0 16px; } }
                header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row.active {
                  background: linear-gradient(90deg, #FFFFFF 68%, #EDEFF0 68%); }
                header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu {
                  display: flex;
                  position: relative;
                  padding: 0;
                  gap: 150px;
                  align-items: flex-start;
                  justify-content: flex-start;
                  background: transparent;
                  box-shadow: none; }
                  header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li {
                    padding: calc(16px * 4) 0;
                    margin: 0 !important;
                    max-width: 260px; }
                    header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li .mega-sub-menu {
                      display: block; }
                    header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li {
                      padding: 0 !important;
                      margin-bottom: 16px !important;
                      max-width: 100%;
                      cursor: pointer; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link {
                        font-size: 20px;
                        line-height: 32px;
                        color: #131515 !important;
                        text-transform: none;
                        padding: 0 !important; }
                        header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:hover, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:focus {
                          color: #1A1918 !important; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover {
                        color: #131515 !important; }
                        header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
                          content: "";
                          display: inline-block;
                          background: transparent;
                          width: 6px;
                          height: 11px;
                          margin-left: 0px;
                          margin-bottom: 1px;
                          transition: all 0.2s ease; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
                        background: url(img/chevron.svg);
                        margin-left: 20px; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:last-of-type {
                        margin-bottom: 0; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu {
                        display: none;
                        padding: 0; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a::after {
                        content: "";
                        display: inline-block;
                        background: transparent;
                        width: 6px;
                        height: 11px;
                        margin-left: 0px;
                        margin-bottom: 1px;
                        transition: all 0.2s ease; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:focus::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:hover::after, header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:focus::after {
                        background: url(img/chevron.svg);
                        margin-left: 20px; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a {
                        color: #131515; }
                        header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover {
                          color: #131515; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta.first {
                        border-top: #DEDEDE 1px solid;
                        padding-top: 16px !important; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active a {
                        color: #1A1918; }
                      header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu {
                        display: block;
                        position: absolute;
                        left: calc(100% + 150px);
                        top: 0; }
                        header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li {
                          display: block; }
                          header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a {
                            font-size: 20px;
                            line-height: 32px;
                            color: #131515;
                            text-transform: none; }
                            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a:hover {
                              color: #1A1918; }
                            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.active .mega-sub-menu li a::after {
                              display: none !important; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu {
              width: 300px;
              flex-direction: column;
              left: unset;
              padding: 50px; }
              header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li {
                margin: 0 0 calc(16px / 2) !important; }
                header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li:first-of-type {
                  margin: 0 0 16px !important; }
                header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li:last-of-type {
                  margin: 0 !important; }
                header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li a {
                  padding: 0 !important;
                  margin: 0;
                  color: #131515;
                  font-size: 20px;
                  line-height: 32px;
                  font-weight: 400 !important;
                  background: transparent;
                  border: 0; }
                  header#header2 .main .container #main-menu #mega-menu-main-menu-two li.mega-menu-flyout .mega-sub-menu li a:hover {
                    background: transparent;
                    border: none !important;
                    color: #131515; }
          header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget h4.mega-block-title {
            display: none !important; }
          header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget p {
            font-size: 17px;
            line-height: 24px;
            color: #131515; }
          header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a {
            background: #131515 !important;
            color: #131515 !important;
            font-size: 16px;
            line-height: 22px;
            display: inline-block;
            padding: calc(16px - 4px) calc(calc(16px * 2) - 4px) !important;
            border-radius: 100px;
            border: #131515 2px solid !important;
            transition: all 0.2s ease; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a::after {
              content: "";
              display: inline-block;
              width: 6px;
              height: 11px;
              background: url(img/chevron-dkblue.svg);
              transition: all 0.2s ease;
              opacity: 0;
              margin-left: -6px; }
            header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a:hover {
              border: #131515 2px solid !important;
              background: transparent !important; }
              header#header2 .main .container #main-menu #mega-menu-main-menu-two .mega-menu-item-type-widget a:hover::after {
                margin-left: 16px;
                width: 6px;
                opacity: 1; }
        header#header2 .main .container #main-menu .search {
          position: relative; }
          @media (max-width: 1120px) {
            header#header2 .main .container #main-menu .search {
              display: none; } }
          header#header2 .main .container #main-menu .search #searchButton {
            padding: 16px 16px 24px;
            margin-top: -10px;
            display: block;
            transition: all 0.2s ease; }
            header#header2 .main .container #main-menu .search #searchButton.active {
              background: #FFFFFF; }
          header#header2 .main .container #main-menu .search #searchform {
            position: absolute;
            width: calc(400px - calc(16px * 2));
            right: 0;
            top: 100%;
            background: #FFFFFF;
            padding: 16px 16px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s ease; }
            header#header2 .main .container #main-menu .search #searchform div {
              max-width: 1328px;
              margin: 0 auto;
              display: flex; }
              @media (max-width: 1120px) {
                header#header2 .main .container #main-menu .search #searchform div {
                  padding: 0 16px; } }
              header#header2 .main .container #main-menu .search #searchform div input[type=search] {
                width: 100%;
                background: #FFFFFF url(img/search.svg) no-repeat;
                background-position: 20px 10px;
                border: #DEDEDE 1px solid;
                border-radius: 21px;
                padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
                font-size: 17px;
                line-height: 22px;
                color: #DEDEDE;
                font-weight: 400 !important; }
              header#header2 .main .container #main-menu .search #searchform div input[type=submit] {
                background: url(img/go.svg);
                width: 42px;
                height: 42px;
                color: transparent;
                border: none;
                margin-left: calc(16px / 2);
                padding: 0; }
            header#header2 .main .container #main-menu .search #searchform.active {
              visibility: visible;
              opacity: 1; }
  header#header2 #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header#header2 #mobile-toggle a {
      position: relative;
      display: block;
      width: 30px;
      height: 26px; }
      header#header2 #mobile-toggle a span {
        visibility: hidden;
        transition: all 0.2s ease;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 26px; }
        header#header2 #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header#header2 #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1120px) {
      header#header2 #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }
  header#header2 #mobile-menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(340px - calc(16px * 2));
    background: #FFFFFF;
    padding: 16px;
    opacity: 0;
    transition: all 0.2s ease;
    height: calc(100vh - 100% - calc(16px * 2));
    top: 100%;
    overflow-y: auto; }
    header#header2 #mobile-menu .searchform input[type=submit] {
      display: none; }
    header#header2 #mobile-menu .searchform input[type=search] {
      width: 100%;
      background: #FFFFFF url(../img/search.svg) no-repeat;
      background-position: 20px 10px;
      padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 0.34px;
      color: #FFFFFF;
      font-weight: 400;
      font-family: "myriad-pro", sans-serif; }
    header#header2 #mobile-menu.active {
      visibility: visible;
      opacity: 1;
      z-index: 900; }
    header#header2 #mobile-menu ul {
      padding: 0;
      margin: 16px 0 0; }
      header#header2 #mobile-menu ul li {
        list-style: none;
        display: flex;
        align-items: center; }
        header#header2 #mobile-menu ul li .sub-menu {
          display: none; }
        header#header2 #mobile-menu ul li.menu-item-has-children::after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 14px;
          background: url(../img/chevron.svg) no-repeat center/contain;
          margin-left: auto; }
        header#header2 #mobile-menu ul li a {
          font-weight: bold;
          font-size: 20px;
          line-height: 20px;
          color: #1A1918;
          padding: 16px 0;
          display: block;
          flex-grow: 1;
          text-decoration: none;
          letter-spacing: 0.4px; }
        header#header2 #mobile-menu ul li.hidden {
          display: none; }
        header#header2 #mobile-menu ul li.expanded {
          flex-wrap: wrap;
          border: none; }
          header#header2 #mobile-menu ul li.expanded::after {
            display: none; }
          header#header2 #mobile-menu ul li.expanded a {
            padding: 16px;
            margin: 0 calc(0px - 16px) calc(0px - 16px); }
            header#header2 #mobile-menu ul li.expanded a::after {
              display: none; }
            header#header2 #mobile-menu ul li.expanded a::before {
              content: "";
              display: inline-block;
              width: 8px;
              height: 14px;
              background: url(../img/chevron.svg) no-repeat center/contain;
              margin-right: 16px;
              transform: rotate(180deg); }
          header#header2 #mobile-menu ul li.expanded .sub-menu {
            display: block;
            width: 100%; }
            header#header2 #mobile-menu ul li.expanded .sub-menu li {
              border-top: none; }
              header#header2 #mobile-menu ul li.expanded .sub-menu li::after {
                display: none; }
              header#header2 #mobile-menu ul li.expanded .sub-menu li a {
                text-transform: none !important;
                font-weight: 400;
                display: flex;
                align-items: center;
                padding: 16px 0;
                background: transparent;
                margin: 0;
                border-bottom: none; }
                header#header2 #mobile-menu ul li.expanded .sub-menu li a::before {
                  display: none; }

#alert {
  display: none; }
  #alert.visible {
    display: block;
    background: #131515;
    color: #FFFFFF;
    z-index: 1; }
  #alert .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
    position: relative;
    max-width: calc(1328px - calc(16px * 2)); }
    @media (max-width: 1120px) {
      #alert .container {
        padding: 0 16px; } }
    #alert .container .copy {
      margin: 0 16px; }
      #alert .container .copy p {
        margin: 0;
        line-height: 28px;
        text-transform: uppercase; }
        #alert .container .copy p a {
          color: #FFFFFF;
          text-transform: none;
          font-weight: 600; }
    #alert .container #noticeClose {
      position: absolute;
      right: 0;
      cursor: pointer;
      margin-right: 16px; }

footer#footer2 {
  background: #FFFFFF; }
  footer#footer2 a {
    color: #1A1918;
    text-decoration: none; }
    footer#footer2 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer2 .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      footer#footer2 .container {
        padding: 0 16px; } }
    footer#footer2 .container h3 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 calc(16px / 2); }
    footer#footer2 .container .top {
      display: flex;
      flex-wrap: wrap;
      padding: calc(16px * 4) 0;
      gap: calc(calc(16px * 4)); }
      @media (max-width: 1120px) {
        footer#footer2 .container .top {
          gap: calc(16px * 4); } }
      footer#footer2 .container .top .column {
        width: calc(25% - calc(16px * 3)); }
        @media (max-width: 1120px) {
          footer#footer2 .container .top .column {
            width: 100%; } }
      footer#footer2 .container .top p {
        margin: 0;
        line-height: 28px; }
      footer#footer2 .container .top .menu {
        padding: 0;
        margin: 16px 0;
        list-style: none; }
        footer#footer2 .container .top .menu li {
          margin: calc(16px / 2) 0; }
        footer#footer2 .container .top .menu a {
          line-height: 28px;
          color: #1A1918; }
          footer#footer2 .container .top .menu a:hover {
            color: #131515; }
      footer#footer2 .container .top .social a {
        display: inline-block;
        transition: all 0.2s ease; }
        footer#footer2 .container .top .social a:hover {
          transform: translateY(-3px); }
        footer#footer2 .container .top .social a svg path {
          transition: all 0.2s ease;
          fill: #131515; }
      @media (max-width: 1120px) {
        footer#footer2 .container .top .social {
          text-align: center; }
          footer#footer2 .container .top .social a img {
            width: 30px;
            height: 30px; } }
  footer#footer2 .bottom {
    background: #EDEFF0; }
    footer#footer2 .bottom .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1120px) {
        footer#footer2 .bottom .container {
          padding: 0 16px; } }
      footer#footer2 .bottom .container .menu-policy-menu-container {
        margin-left: auto; }
        footer#footer2 .bottom .container .menu-policy-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: calc(16px * 3);
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer#footer2 .bottom .container .menu-policy-menu-container .menu {
              gap: calc(16px * 2);
              margin: calc(16px * 2) 0; } }
          footer#footer2 .bottom .container .menu-policy-menu-container .menu li {
            display: inline-block; }
            footer#footer2 .bottom .container .menu-policy-menu-container .menu li a {
              color: #1A1918; }
              footer#footer2 .bottom .container .menu-policy-menu-container .menu li a:hover {
                color: #131515; }
      footer#footer2 .bottom .container .copy-disclaimer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px; }
        @media (max-width: 1120px) {
          footer#footer2 .bottom .container .copy-disclaimer {
            margin-bottom: calc(16px * 2); } }

header#header3 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0; }
  header#header3 .top {
    background: #DEDEDE; }
    header#header3 .top .container {
      max-width: 1328px;
      margin: 0 auto;
      padding: calc(16px / 2) 16px;
      display: flex;
      align-items: center; }
      @media (max-width: 1120px) {
        header#header3 .top .container {
          padding: 0 16px; } }
      header#header3 .top .container .menu-utility-menu-container {
        margin-left: auto; }
        header#header3 .top .container .menu-utility-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: right; }
          header#header3 .top .container .menu-utility-menu-container .menu li {
            display: inline-block;
            padding: calc(16px / 2);
            line-height: 14px; }
            header#header3 .top .container .menu-utility-menu-container .menu li:first-of-type {
              padding-left: 0; }
            header#header3 .top .container .menu-utility-menu-container .menu li:last-of-type {
              padding-right: 0; }
      header#header3 .top .container a {
        color: #1A1918;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s ease;
        font-weight: bold; }
        header#header3 .top .container a:hover {
          color: #131515; }
    @media (max-width: 1120px) {
      header#header3 .top {
        display: none; } }
  header#header3 .main {
    padding: 16px 0 0; }
    @media (max-width: 1120px) {
      header#header3 .main {
        padding: calc(16px / 2) 0; } }
    header#header3 .main .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 1120px) {
        header#header3 .main .container {
          padding: 0 16px; } }
      @media (max-width: 1120px) {
        header#header3 .main .container {
          align-items: center; } }
      header#header3 .main .container .logo {
        margin: 0 calc(16px * 2) 16px 0; }
        @media (max-width: 1120px) {
          header#header3 .main .container .logo {
            margin: 0 0 0 auto;
            flex-grow: 1;
            text-align: right; }
            header#header3 .main .container .logo img {
              max-width: 130px;
              height: auto; } }
      header#header3 .main .container #main-menu {
        margin-left: auto;
        display: flex;
        background: transparent;
        position: unset; }
        header#header3 .main .container #main-menu .mega-menu-wrap {
          position: unset;
          background: transparent; }
          @media (max-width: 1120px) {
            header#header3 .main .container #main-menu .mega-menu-wrap {
              display: none; } }
        header#header3 .main .container #main-menu #mega-menu-main-menu-three {
          padding: 0;
          list-style: none;
          position: unset; }
          header#header3 .main .container #main-menu #mega-menu-main-menu-three li {
            display: inline-block;
            margin: 0 calc(16px * 1.5) !important;
            position: unset; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-current-page-ancestor a.mega-menu-link, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-current-menu-ancestor:first-of-type a.mega-menu-link {
              font-size: 20px;
              line-height: 28px;
              text-decoration: none;
              padding: 0;
              color: #131515;
              border-bottom: #131515 4px solid; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li a {
              background: transparent !important;
              color: #131515;
              font-size: 20px;
              line-height: 26px;
              font-weight: 600;
              text-decoration: none;
              padding: 0 0 calc(16px * 3) !important;
              border-bottom: transparent 4px solid;
              transition: all 0.2s ease; }
              header#header3 .main .container #main-menu #mega-menu-main-menu-three li a:hover, header#header3 .main .container #main-menu #mega-menu-main-menu-three li a[aria-expanded=true] {
                border-bottom: #131515 4px solid !important;
                background: transparent; }
              header#header3 .main .container #main-menu #mega-menu-main-menu-three li a .mega-indicator {
                display: none; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-mobileOnly {
              display: none; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on a {
              background: transparent; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on.active .mega-sub-menu {
              background: linear-gradient(90deg, #FFFFFF 50%, #EDEFF0 50%); }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu {
              display: flex;
              position: absolute;
              left: 0;
              width: 100%;
              background: #FFFFFF;
              z-index: 999;
              justify-content: center;
              padding: 0;
              box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.1); }
              header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row {
                max-width: 1328px;
                margin: 0 auto;
                padding: 0 calc(16px * 4); }
                @media (max-width: 1120px) {
                  header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row {
                    padding: 0 16px; } }
                header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row.active {
                  background: linear-gradient(90deg, #FFFFFF 68%, #EDEFF0 68%); }
                header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu {
                  display: flex;
                  position: relative;
                  padding: 0;
                  gap: 150px;
                  align-items: flex-start;
                  justify-content: flex-start;
                  background: transparent;
                  box-shadow: none; }
                  header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li {
                    padding: calc(16px * 4) 0;
                    margin: 0 !important;
                    max-width: 260px; }
                    header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li .mega-sub-menu {
                      display: block; }
                    header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li {
                      padding: 0 !important;
                      margin-bottom: 16px !important;
                      max-width: 100%;
                      cursor: pointer; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link {
                        font-size: 20px;
                        line-height: 32px;
                        color: #131515 !important;
                        text-transform: none;
                        padding: 0 !important; }
                        header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:hover, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li a.mega-menu-link:focus {
                          color: #1A1918 !important; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover {
                        color: #131515 !important; }
                        header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
                          content: "";
                          display: inline-block;
                          background: transparent;
                          width: 6px;
                          height: 11px;
                          margin-left: 0px;
                          margin-bottom: 1px;
                          transition: all 0.2s ease; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:first-of-type a:hover::after {
                        background: url(img/chevron.svg);
                        margin-left: 20px; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li:last-of-type {
                        margin-bottom: 0; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu {
                        padding: 0;
                        display: block;
                        margin-top: 20px; }
                        header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu li {
                          margin-bottom: 10px !important; }
                          header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li .mega-sub-menu li a {
                            font-size: 18px;
                            font-weight: normal; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a::after {
                        content: "";
                        display: inline-block;
                        background: transparent;
                        width: 6px;
                        height: 11px;
                        margin-left: 0px;
                        margin-bottom: 1px;
                        transition: all 0.2s ease; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:focus::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:hover::after, header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.mega-menu-item-has-children a:focus::after {
                        background: url(img/chevron.svg);
                        margin-left: 20px; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a {
                        color: #131515; }
                        header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta a:hover {
                          color: #131515; }
                      header#header3 .main .container #main-menu #mega-menu-main-menu-three li.mega-toggle-on .mega-sub-menu .mega-menu-row .mega-sub-menu li li.menucta.first {
                        border-top: #DEDEDE 1px solid;
                        padding-top: 16px !important; }
          header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget h4.mega-block-title {
            display: none !important; }
          header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget p {
            font-size: 17px;
            line-height: 24px;
            color: #131515; }
          header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a {
            background: #131515 !important;
            color: #131515 !important;
            font-size: 16px;
            line-height: 22px;
            display: inline-block;
            padding: calc(16px - 4px) calc(calc(16px * 2) - 4px) !important;
            border-radius: 100px;
            border: #131515 2px solid !important;
            transition: all 0.2s ease; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a::after {
              content: "";
              display: inline-block;
              width: 6px;
              height: 11px;
              background: url(img/chevron-dkblue.svg);
              transition: all 0.2s ease;
              opacity: 0;
              margin-left: -6px; }
            header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a:hover {
              border: #131515 2px solid !important;
              background: transparent !important; }
              header#header3 .main .container #main-menu #mega-menu-main-menu-three .mega-menu-item-type-widget a:hover::after {
                margin-left: 16px;
                width: 6px;
                opacity: 1; }
        header#header3 .main .container #main-menu .search {
          position: relative; }
          @media (max-width: 1120px) {
            header#header3 .main .container #main-menu .search {
              display: none; } }
          header#header3 .main .container #main-menu .search #searchButton {
            padding: 16px 16px 24px;
            margin-top: -10px;
            display: block;
            transition: all 0.2s ease; }
            header#header3 .main .container #main-menu .search #searchButton.active {
              background: #FFFFFF; }
          header#header3 .main .container #main-menu .search #searchform {
            position: absolute;
            width: calc(400px - calc(16px * 2));
            right: 0;
            top: 100%;
            background: #FFFFFF;
            padding: 16px 16px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s ease; }
            header#header3 .main .container #main-menu .search #searchform div {
              max-width: 1328px;
              margin: 0 auto;
              display: flex; }
              @media (max-width: 1120px) {
                header#header3 .main .container #main-menu .search #searchform div {
                  padding: 0 16px; } }
              header#header3 .main .container #main-menu .search #searchform div input[type=search] {
                width: 100%;
                background: #FFFFFF url(img/search.svg) no-repeat;
                background-position: 20px 10px;
                border: #DEDEDE 1px solid;
                border-radius: 21px;
                padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
                font-size: 17px;
                line-height: 22px;
                color: #DEDEDE;
                font-weight: 400 !important; }
              header#header3 .main .container #main-menu .search #searchform div input[type=submit] {
                background: url(img/go.svg);
                width: 42px;
                height: 42px;
                color: transparent;
                border: none;
                margin-left: calc(16px / 2);
                padding: 0; }
            header#header3 .main .container #main-menu .search #searchform.active {
              visibility: visible;
              opacity: 1; }
  header#header3 #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header#header3 #mobile-toggle a {
      position: relative;
      display: block;
      width: 30px;
      height: 26px; }
      header#header3 #mobile-toggle a span {
        visibility: hidden;
        transition: all 0.2s ease;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 26px; }
        header#header3 #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header#header3 #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1120px) {
      header#header3 #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }
  header#header3 #mobile-menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(340px - calc(16px * 2));
    background: #FFFFFF;
    padding: 16px;
    opacity: 0;
    transition: all 0.2s ease;
    height: calc(100vh - 100% - calc(16px * 2));
    top: 100%;
    overflow-y: auto; }
    header#header3 #mobile-menu .searchform input[type=submit] {
      display: none; }
    header#header3 #mobile-menu .searchform input[type=search] {
      width: 100%;
      background: #FFFFFF url(../img/search.svg) no-repeat;
      background-position: 20px 10px;
      padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 0.34px;
      color: #FFFFFF;
      font-weight: 400;
      font-family: "myriad-pro", sans-serif; }
    header#header3 #mobile-menu.active {
      visibility: visible;
      opacity: 1;
      z-index: 900; }
    header#header3 #mobile-menu ul {
      padding: 0;
      margin: 16px 0 0; }
      header#header3 #mobile-menu ul li {
        list-style: none;
        display: flex;
        align-items: center; }
        header#header3 #mobile-menu ul li .sub-menu {
          display: none; }
        header#header3 #mobile-menu ul li.menu-item-has-children::after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 14px;
          background: url(../img/chevron.svg) no-repeat center/contain;
          margin-left: auto; }
        header#header3 #mobile-menu ul li a {
          font-weight: bold;
          font-size: 20px;
          line-height: 20px;
          color: #1A1918;
          padding: 16px 0;
          display: block;
          flex-grow: 1;
          text-decoration: none;
          letter-spacing: 0.4px; }
        header#header3 #mobile-menu ul li.hidden {
          display: none; }
        header#header3 #mobile-menu ul li.expanded {
          flex-wrap: wrap;
          border: none; }
          header#header3 #mobile-menu ul li.expanded::after {
            display: none; }
          header#header3 #mobile-menu ul li.expanded a {
            padding: 16px;
            margin: 0 calc(0px - 16px) calc(0px - 16px); }
            header#header3 #mobile-menu ul li.expanded a::after {
              display: none; }
            header#header3 #mobile-menu ul li.expanded a::before {
              content: "";
              display: inline-block;
              width: 8px;
              height: 14px;
              background: url(../img/chevron.svg) no-repeat center/contain;
              margin-right: 16px;
              transform: rotate(180deg); }
          header#header3 #mobile-menu ul li.expanded .sub-menu {
            display: block;
            width: 100%; }
            header#header3 #mobile-menu ul li.expanded .sub-menu li {
              border-top: none; }
              header#header3 #mobile-menu ul li.expanded .sub-menu li::after {
                display: none; }
              header#header3 #mobile-menu ul li.expanded .sub-menu li a {
                text-transform: none !important;
                font-weight: 400;
                display: flex;
                align-items: center;
                padding: 16px 0;
                background: transparent;
                margin: 0;
                border-bottom: none; }
                header#header3 #mobile-menu ul li.expanded .sub-menu li a::before {
                  display: none; }

#alert {
  display: none; }
  #alert.visible {
    display: block;
    background: #131515;
    color: #FFFFFF;
    z-index: 1; }
  #alert .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
    position: relative;
    max-width: calc(1328px - calc(16px * 2)); }
    @media (max-width: 1120px) {
      #alert .container {
        padding: 0 16px; } }
    #alert .container .copy {
      margin: 0 16px; }
      #alert .container .copy p {
        margin: 0;
        line-height: 28px;
        text-transform: uppercase; }
        #alert .container .copy p a {
          color: #FFFFFF;
          text-transform: none;
          font-weight: 600; }
    #alert .container #noticeClose {
      position: absolute;
      right: 0;
      cursor: pointer;
      margin-right: 16px; }

footer#footer3 {
  background: #FFFFFF; }
  footer#footer3 a {
    color: #1A1918;
    text-decoration: none; }
    footer#footer3 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer3 .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      footer#footer3 .container {
        padding: 0 16px; } }
    footer#footer3 .container h3 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 calc(16px / 2); }
    footer#footer3 .container .top {
      padding: 0 16px;
      width: 100%;
      margin-left: calc(0px - 16px);
      display: flex; }
      @media (max-width: 1120px) {
        footer#footer3 .container .top {
          flex-direction: column; } }
      footer#footer3 .container .top .left {
        width: calc(30% - calc(16px * 2));
        padding: calc(16px * 3) 0;
        display: flex;
        flex-direction: column;
        background: transparent; }
        @media (max-width: 1120px) {
          footer#footer3 .container .top .left {
            width: 100%;
            text-align: center;
            margin: 0 auto; } }
        footer#footer3 .container .top .left h5 {
          color: #131515;
          margin-bottom: 16px;
          font-weight: 700; }
        footer#footer3 .container .top .left img {
          max-width: 450px;
          margin-bottom: 16px; }
          @media (max-width: 600px) {
            footer#footer3 .container .top .left img {
              max-width: 100%; } }
        footer#footer3 .container .top .left a {
          display: inline-block;
          text-decoration: none;
          color: #131515;
          font-weight: 600;
          font-size: 16px; }
          footer#footer3 .container .top .left a::after {
            content: "";
            width: 13px;
            height: 9px;
            background: url(../img/chevron.svg);
            background-size: cover;
            background-position: center;
            display: inline-block;
            margin-left: 6px;
            transition: all 0.2s ease; }
          footer#footer3 .container .top .left a:hover::after {
            margin-left: calc(16px / 2); }
        footer#footer3 .container .top .left .container {
          width: 100%;
          max-width: 450px;
          height: calc(100% - calc(16px * 2));
          margin-left: auto;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          @media (max-width: 1120px) {
            footer#footer3 .container .top .left .container {
              width: 100%;
              max-width: 900px;
              margin: 0 auto;
              align-items: center;
              padding: 0; } }
      footer#footer3 .container .top .right {
        width: 70%;
        max-width: 1000px;
        padding: calc(16px * 2) calc(16px * 3); }
        @media (max-width: 1120px) {
          footer#footer3 .container .top .right {
            width: calc(100% - calc(16px * 3) - calc(16px * 3));
            max-width: 900px;
            margin: 0 auto; } }
        @media (max-width: 600px) {
          footer#footer3 .container .top .right {
            width: calc(100% - calc(16px * 2));
            padding: calc(16px * 2) 16px; } }
        footer#footer3 .container .top .right .container {
          display: flex;
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer#footer3 .container .top .right .container {
              flex-direction: column; } }
          footer#footer3 .container .top .right .container .menus {
            width: 100%;
            display: flex;
            margin-top: 78px;
            flex-wrap: wrap;
            gap: 16px; }
            @media (max-width: 1120px) {
              footer#footer3 .container .top .right .container .menus {
                display: none; } }
            footer#footer3 .container .top .right .container .menus .column {
              flex-grow: 1;
              width: calc(25% - (calc(16px / 2) * 1.5));
              margin-bottom: calc(16px * 2); }
              footer#footer3 .container .top .right .container .menus .column h4 {
                font-size: 18px;
                line-height: 24px;
                text-transform: uppercase;
                color: #DEDEDE;
                letter-spacing: 0.12px; }
              footer#footer3 .container .top .right .container .menus .column ul {
                padding: 0;
                list-style: none;
                margin-top: calc(16px * 2); }
                footer#footer3 .container .top .right .container .menus .column ul li {
                  margin-bottom: calc(16px / 2); }
                  footer#footer3 .container .top .right .container .menus .column ul li a {
                    color: #1A1918;
                    text-decoration: none;
                    transition: all 0.2s ease;
                    font-weight: 400; }
                    footer#footer3 .container .top .right .container .menus .column ul li a:hover {
                      color: #131515;
                      font-weight: bold; }
          footer#footer3 .container .top .right .container .social {
            margin-right: 16px; }
            footer#footer3 .container .top .right .container .social a {
              display: inline-block;
              transition: all 0.2s ease;
              margin: 0 calc(calc(16px / 2) / 2); }
              footer#footer3 .container .top .right .container .social a:hover {
                transform: translateY(-3px); }
            @media (max-width: 1120px) {
              footer#footer3 .container .top .right .container .social {
                text-align: center; }
                footer#footer3 .container .top .right .container .social a img {
                  width: 30px;
                  height: 30px; } }
          footer#footer3 .container .top .right .container .copyright {
            display: flex;
            font-size: 16px;
            margin-left: auto; }
            @media (max-width: 1390px) {
              footer#footer3 .container .top .right .container .copyright {
                flex-direction: column;
                margin-left: 0; } }
            @media (max-width: 1120px) {
              footer#footer3 .container .top .right .container .copyright {
                margin-top: calc(16px * 2); } }
            footer#footer3 .container .top .right .container .copyright .left {
              background: transparent;
              padding: 0;
              width: auto;
              margin-right: calc(16px * 3); }
              @media (max-width: 1120px) {
                footer#footer3 .container .top .right .container .copyright .left {
                  margin: 0 0 calc(16px / 2) 0; } }
            footer#footer3 .container .top .right .container .copyright .right {
              padding: 0;
              width: auto; }
              footer#footer3 .container .top .right .container .copyright .right ul {
                padding: 0;
                margin: 0; }
                footer#footer3 .container .top .right .container .copyright .right ul li {
                  list-style: none;
                  display: inline-block; }
                  footer#footer3 .container .top .right .container .copyright .right ul li:not(:last-of-type) {
                    margin-right: 16px; }
                  footer#footer3 .container .top .right .container .copyright .right ul li a {
                    color: #1A1918;
                    text-decoration: none;
                    font-weight: 400; }
                    footer#footer3 .container .top .right .container .copyright .right ul li a:hover {
                      text-decoration: underline; }
                  @media (max-width: 1120px) {
                    footer#footer3 .container .top .right .container .copyright .right ul li {
                      display: block;
                      text-align: center;
                      margin-right: 0 !important; } }
  footer#footer3 .bottom {
    background: #EDEFF0; }
    footer#footer3 .bottom .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1120px) {
        footer#footer3 .bottom .container {
          padding: 0 16px; } }
      footer#footer3 .bottom .container .menu-policy-menu-container {
        margin-left: auto; }
        footer#footer3 .bottom .container .menu-policy-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: calc(16px * 3);
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer#footer3 .bottom .container .menu-policy-menu-container .menu {
              gap: calc(16px * 2);
              margin: calc(16px * 2) 0; } }
          footer#footer3 .bottom .container .menu-policy-menu-container .menu li {
            display: inline-block; }
            footer#footer3 .bottom .container .menu-policy-menu-container .menu li a {
              color: #1A1918; }
              footer#footer3 .bottom .container .menu-policy-menu-container .menu li a:hover {
                color: #131515; }
      footer#footer3 .bottom .container .copy-disclaimer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px; }
        @media (max-width: 1120px) {
          footer#footer3 .bottom .container .copy-disclaimer {
            margin-bottom: calc(16px * 2); } }

footer#footer4 {
  background: #FFFFFF; }
  footer#footer4 a {
    color: #1A1918;
    text-decoration: none; }
    footer#footer4 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer4 .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      footer#footer4 .container {
        padding: 0 16px; } }
    footer#footer4 .container h3 {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 calc(16px / 2); }
    footer#footer4 .container .top {
      width: 100%;
      padding: calc(16px * 3) 0; }
      footer#footer4 .container .top .container {
        display: flex;
        gap: calc(16px * 3);
        align-items: flex-end; }
        footer#footer4 .container .top .container .column:nth-child(2) {
          flex-grow: 1;
          text-align: center;
          display: flex;
          align-items: center;
          gap: 16px;
          justify-content: center; }
        footer#footer4 .container .top .container ul {
          list-style: none; }
  footer#footer4 .bottom {
    background: #EDEFF0; }
    footer#footer4 .bottom .container {
      max-width: 1328px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1120px) {
        footer#footer4 .bottom .container {
          padding: 0 16px; } }
      footer#footer4 .bottom .container .menu-policy-menu-container {
        margin-left: auto; }
        footer#footer4 .bottom .container .menu-policy-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          align-items: center;
          gap: calc(16px * 3);
          flex-wrap: wrap; }
          @media (max-width: 1120px) {
            footer#footer4 .bottom .container .menu-policy-menu-container .menu {
              gap: calc(16px * 2);
              margin: calc(16px * 2) 0; } }
          footer#footer4 .bottom .container .menu-policy-menu-container .menu li {
            display: inline-block; }
            footer#footer4 .bottom .container .menu-policy-menu-container .menu li a {
              color: #1A1918; }
              footer#footer4 .bottom .container .menu-policy-menu-container .menu li a:hover {
                color: #131515; }
      footer#footer4 .bottom .container .copy-disclaimer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px; }
        @media (max-width: 1120px) {
          footer#footer4 .bottom .container .copy-disclaimer {
            margin-bottom: calc(16px * 2); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero {
  padding: calc(16px * 4) 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1120px) {
    .hero {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .hero .breadcrumbWrapper {
    color: #FCFBF9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 1120px) {
      .hero .breadcrumbWrapper {
        display: none !important; } }
    .hero .breadcrumbWrapper a {
      color: #FCFBF9; }
    .hero .breadcrumbWrapper span:first-child {
      display: flex;
      gap: 8px; }
  .hero h1 {
    color: #FCFBF9;
    text-align: center;
    line-height: 56px; }
  .hero p {
    color: #FCFBF9;
    text-align: center; }
  .hero.hero-image {
    min-height: 400px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1120px) {
      .hero.hero-image {
        min-height: 300px; } }
    .hero.hero-image.hero-internal {
      min-height: 245px !important; }
      .hero.hero-image.hero-internal a {
        color: #1A1918; }
      .hero.hero-image.hero-internal h1 {
        color: #1A1918; }
      .hero.hero-image.hero-internal p {
        color: #1A1918; }
      .hero.hero-image.hero-internal::before {
        background: none; }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 25, 24, 0) -15.62%, #1A1918 100%);
    pointer-events: none; }
  .hero.hero-video {
    min-height: 600px; }
    @media (max-width: 1120px) {
      .hero.hero-video {
        min-height: 450px; } }
    .hero.hero-video .hero-background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0; }
  .hero .hero-content {
    position: relative;
    z-index: 2; }
  .hero .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: calc(16px * 4); }
    @media (max-width: 1120px) {
      .hero .container {
        padding: 0 16px; } }
    .hero .container .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
    @media (max-width: 1120px) {
      .hero .container {
        flex-wrap: wrap;
        gap: calc(16px * 2); }
        .hero .container .left, .hero .container .right {
          width: 100%;
          text-align: center; } }

.general {
  padding: calc(16px * 4) 0; }
  @media (max-width: 1120px) {
    .general {
      padding: calc(16px * 2) 0; } }
  .general .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: calc(16px * 2); }
    @media (max-width: 1120px) {
      .general .container {
        padding: 0 16px; } }
    .general .container .column {
      width: 100%;
      display: flex; }
      .general .container .column .module {
        overflow-x: hidden; }
      .general .container .column .module:not(:last-of-type) {
        margin-bottom: 16px; }
      .general .container .column iframe {
        max-width: 100%; }
      .general .container .column img {
        max-width: 620px !important; }
    .general .container.halves .column {
      width: calc(50% - 16px); }
      @media (max-width: 600px) {
        .general .container.halves .column {
          width: 100% !important; } }
    .general .container.smallleft .column:first-of-type {
      width: calc(40% - 16px); }
    .general .container.smallleft .column:last-of-type {
      width: calc(60% - 16px); }
    @media (max-width: 600px) {
      .general .container.smallleft .column {
        width: 100% !important; } }
    .general .container.smallright .column:first-of-type {
      width: calc(60% - 16px); }
    .general .container.smallright .column:last-of-type {
      width: calc(40% - 16px); }
    @media (max-width: 600px) {
      .general .container.smallright .column {
        width: 100% !important; } }
    .general .container.thirds .column {
      width: calc(33.3333% - (16px * 1.3333)); }
      @media (max-width: 600px) {
        .general .container.thirds .column {
          width: 100%; } }
    .general .container.fourths .column {
      width: calc(25% - 16px - calc(16px / 2)); }
      @media (max-width: 1120px) {
        .general .container.fourths .column {
          width: calc(50% - 16px); } }
      @media (max-width: 600px) {
        .general .container.fourths .column {
          width: 100%; } }
    @media (max-width: 600px) {
      .general .container {
        display: flex;
        flex-direction: column; }
        .general .container .column:has(.image-content) {
          order: -1; } }
    .general .container .image-content img {
      width: 100% !important;
      max-width: 620px !important;
      border-radius: 10px;
      box-shadow: 281px 336px 123px 0 rgba(0, 0, 0, 0), 180px 215px 112px 0 rgba(0, 0, 0, 0.01), 101px 121px 95px 0 rgba(0, 0, 0, 0.05), 45px 54px 70px 0 rgba(0, 0, 0, 0.09), 11px 13px 39px 0 rgba(0, 0, 0, 0.1); }
  .general.small .container {
    max-width: 1050px; }
  .general.full .container {
    max-width: 100%;
    padding: 0 !important; }
    .general.full .container .image-content {
      width: 100%; }
      .general.full .container .image-content img {
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important; }

.posts {
  padding: calc(16px * 4) 0; }
  .posts .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1050px; }
    @media (max-width: 1120px) {
      .posts .container {
        padding: 0 16px; } }
    .posts .container h2 {
      margin: 0;
      max-width: 650px; }
    .posts .container .viewall {
      color: #131515;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      line-height: 34px;
      letter-spacing: 1.28px;
      font-family: "myriad-pro", sans-serif;
      margin-left: auto;
      display: inline-block;
      margin-top: calc(16px * 1.5); }
      .posts .container .viewall:hover {
        text-decoration: underline; }
    .posts .container .columns {
      display: flex;
      gap: calc(16px * 3);
      margin-top: calc(16px * 1.5);
      flex-wrap: wrap; }
      .posts .container .columns .post {
        width: calc(33.3333% - calc(16px * 2));
        max-width: 320px;
        background: #FFFFFF;
        text-decoration: none;
        color: #1A1918; }
        .posts .container .columns .post .thumbnail {
          max-width: 320px;
          height: 160px;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.2s ease; }
          .posts .container .columns .post .thumbnail img {
            max-width: 100%;
            height: auto;
            transition: all 0.2s ease; }
        .posts .container .columns .post .content {
          padding: calc(16px * 2); }
          .posts .container .columns .post .content h4 {
            margin: 0 0 16px; }
          .posts .container .columns .post .content .date {
            margin-bottom: 16px;
            font-weight: 500; }
        .posts .container .columns .post:hover .thumbnail {
          border-color: #131515; }
          .posts .container .columns .post:hover .thumbnail img {
            transform: scale(1.05); }
      @media (max-width: 1120px) {
        .posts .container .columns .post {
          width: calc(50% - calc(16px * 2)) !important;
          max-width: 100%; }
          .posts .container .columns .post .thumbnail {
            width: 100%;
            max-width: 100%; } }
      @media (max-width: 600px) {
        .posts .container .columns .post {
          width: 100% !important; } }
  .posts.notop {
    padding-top: 0; }
  .posts.nobottom {
    padding-bottom: 0; }
  .posts.noposts {
    margin-bottom: calc(16px * 4) !important; }

.accordion {
  padding: calc(16px * 4) 0; }
  .accordion .accordion-layout {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 92px; }
    @media (max-width: 1120px) {
      .accordion .accordion-layout {
        padding: 0 16px; } }
  .accordion .accordion-heading {
    flex: 0 0 552px; }
  .accordion .accordionItems {
    flex: 1;
    max-width: 720px; }
  .accordion .accordionItem {
    background: none;
    border-top: .5px solid #4D4C49; }
    .accordion .accordionItem:last-child {
      border-bottom: .5px solid #4D4C49; }
    .accordion .accordionItem .accordionTitle {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      padding: 24px 0;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s ease;
      width: 100%; }
      .accordion .accordionItem .accordionTitle span {
        flex: 1; }
      .accordion .accordionItem .accordionTitle::after {
        content: "";
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        margin-left: 24px;
        background: url("../img/plus.svg") no-repeat center/contain;
        transition: all 0.2s ease; }
      .accordion .accordionItem .accordionTitle.active::after {
        background: url("../img/minus.svg") no-repeat center/contain; }
    .accordion .accordionItem .accordionCopy {
      display: none;
      padding: 0 24px 24px 0; }
      .accordion .accordionItem .accordionCopy p:first-of-type {
        margin-top: 0; }
      .accordion .accordionItem .accordionCopy ::marker {
        color: #131515; }
  @media (max-width: 1200px) {
    .accordion .accordion-layout {
      gap: 48px; } }
  @media (max-width: 992px) {
    .accordion .accordion-layout {
      flex-direction: column;
      gap: 40px; }
    .accordion .accordion-heading {
      flex: none;
      max-width: 100%; }
    .accordion .accordionItems {
      max-width: 100%; } }
  @media (max-width: 600px) {
    .accordion .accordion-heading {
      font-size: 32px; }
    .accordion .accordionTitle {
      font-size: 18px; } }

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0; }
  .testimonial .container {
    max-width: 1328px;
    margin: 0 auto;
    max-width: 1050px; }
    @media (max-width: 1120px) {
      .testimonial .container {
        padding: 0 16px; } }
  .testimonial.single .container {
    display: flex;
    max-width: 900px;
    gap: calc(16px * 3);
    align-items: center; }
    .testimonial.single .container .image {
      width: 33%; }
      .testimonial.single .container .image img {
        display: block; }
    .testimonial.single .container .content {
      padding: calc(16px * 3) 0;
      width: 66%; }
      .testimonial.single .container .content blockquote {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        color: #1A1918;
        letter-spacing: 0.48px;
        line-height: 38px;
        padding: 0;
        margin: 0;
        display: block; }
        .testimonial.single .container .content blockquote::before {
          content: "";
          display: block;
          background: url(../img/quote.svg) no-repeat center/contain;
          width: 50px;
          height: 36px;
          margin-bottom: 16px; }
      .testimonial.single .container .content .author {
        display: inline-block;
        margin-top: 16px; }
        .testimonial.single .container .content .author p {
          margin: 4px 0; }
        .testimonial.single .container .content .author a {
          color: #131515;
          text-decoration: none; }
          .testimonial.single .container .content .author a:hover {
            text-decoration: underline; }
    @media (max-width: 1120px) {
      .testimonial.single .container {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .testimonial.single .container .image {
          width: 100%;
          max-width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 16px; }
        .testimonial.single .container .content {
          padding-top: 0;
          display: flex;
          flex-direction: column;
          width: 100%; } }
  .testimonial.multi .slide {
    display: flex !important;
    max-width: 900px;
    gap: calc(16px * 3);
    align-items: center;
    margin: 0 auto; }
    .testimonial.multi .slide .image {
      width: 33%; }
      .testimonial.multi .slide .image img {
        max-width: 100%;
        height: auto;
        display: block; }
    .testimonial.multi .slide .content {
      padding: calc(16px * 3) 0;
      width: 66%; }
      .testimonial.multi .slide .content blockquote {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        color: #1A1918;
        letter-spacing: 0.48px;
        line-height: 38px;
        padding: 0;
        margin: 0;
        display: block; }
        .testimonial.multi .slide .content blockquote::before {
          content: "";
          display: block;
          background: url(../img/quote.svg) no-repeat center/contain;
          width: 50px;
          height: 36px;
          margin-bottom: 16px; }
      .testimonial.multi .slide .content .author {
        display: inline-block;
        margin-top: 16px; }
        .testimonial.multi .slide .content .author p {
          margin: 4px 0; }
        .testimonial.multi .slide .content .author a {
          color: #131515;
          text-decoration: none; }
          .testimonial.multi .slide .content .author a:hover {
            text-decoration: underline; }
    @media (max-width: 1120px) {
      .testimonial.multi .slide {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start; }
        .testimonial.multi .slide .image {
          width: 100%; }
          .testimonial.multi .slide .image img {
            margin: 0 auto; }
        .testimonial.multi .slide .content {
          width: 100%; } }
  .testimonial.multi .testimonialSlider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .testimonial.multi .testimonialSlider .slick-list {
      max-width: calc(100% - 92px); }
    .testimonial.multi .testimonialSlider .slick-slide {
      z-index: 900 !important; }

.cards {
  padding: calc(16px * 4) 0; }
  .cards a {
    color: #946C2D; }
  .cards.card1 .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap; }
    @media (max-width: 1120px) {
      .cards.card1 .container {
        padding: 0 16px; } }
    .cards.card1 .container .intro {
      width: 100%; }
    .cards.card1 .container h2 {
      width: 100%;
      margin: 0; }
    .cards.card1 .container .card {
      background: #FCFBF9;
      width: calc(33.33333% - calc(16px * 2));
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #1A1918;
      position: relative;
      border-radius: 10px;
      box-shadow: 90px 68px 32px 0 rgba(0, 0, 0, 0), 58px 44px 29px 0 rgba(0, 0, 0, 0.01), 14px 11px 18px 0 rgba(0, 0, 0, 0.06); }
      .cards.card1 .container .card.first {
        background: #131515;
        color: #FFFFFF;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards.card1 .container .card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card1 .container .card.last {
        padding: 82px 0 50px;
        background-color: #C4903F;
        background-image: url("../img/last-card-background.svg");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100%; }
        .cards.card1 .container .card.last h3 {
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
        .cards.card1 .container .card.last p {
          margin-bottom: 0 !important; }
        .cards.card1 .container .card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card1 .container .card .featured {
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #131515;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 34px;
        text-transform: uppercase;
        padding: 0 16px 0 calc(16px * 1.5);
        display: flex;
        align-items: center; }
        .cards.card1 .container .card .featured::before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 13px;
          background: url(../img/star.svg) no-repeat center/contain;
          margin-right: calc(16px / 2); }
      .cards.card1 .container .card .image {
        min-height: 80px;
        max-height: 241px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        .cards.card1 .container .card .image img {
          min-height: 100%;
          width: 100%;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
      .cards.card1 .container .card .content {
        padding: 24px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .cards.card1 .container .card .content h4 {
          margin: 0;
          transition: all 0.2s ease;
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 8px; }
        .cards.card1 .container .card .content p {
          margin-bottom: 0; }
        .cards.card1 .container .card .content span {
          display: inline-block;
          margin-top: auto;
          color: #946C2D;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 1.28px;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .cards.card1 .container .card .content span::after {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background-image: url("../img/arrow-orange-right.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 8px; }
      @media (max-width: 1120px) {
        .cards.card1 .container .card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .cards.card1 .container .card {
          width: 100%; } }
  .cards.card1.stretch .card {
    width: calc(50% - calc(16px * 1.5)); }
    .cards.card1.stretch .card .image {
      min-height: 117px; }
    .cards.card1.stretch .card.last {
      justify-content: center; }
      .cards.card1.stretch .card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .cards.card1.stretch .card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .cards.card1.stretch .card.last ul, .cards.card1.stretch .card.last ol {
        padding-left: 20px; }
    .cards.card1.stretch .card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .cards.card1.stretch .card {
        width: calc(100% - calc(16px * 1.5)); } }
  .cards.card1 .image.noimage {
    min-height: 0px !important; }
  .cards.card1.bg .container {
    gap: calc(16px * 3) 0; }
    .cards.card1.bg .container h2 {
      margin-bottom: calc(16px * 2); }
    .cards.card1.bg .container .card {
      background-size: cover;
      background-position: center;
      width: 33.3333%; }
      .cards.card1.bg .container .card .content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
        min-height: calc(270px - calc(16px * 4));
        padding: calc(16px * 2); }
        .cards.card1.bg .container .card .content h4 {
          color: #FFFFFF;
          margin-top: auto;
          margin-bottom: 16px; }
          .cards.card1.bg .container .card .content h4::after {
            opacity: 0;
            content: "";
            display: inline-block;
            background: url(../img/arrow-right.svg) no-repeat right/cover;
            width: 20px;
            height: 15px;
            transition: all 0.2s ease;
            margin-left: calc(16px / 2); }
      .cards.card1.bg .container .card .image {
        display: none; }
      @media (max-width: 1120px) {
        .cards.card1.bg .container .card {
          width: 100%; } }
    .cards.card1.bg .container a:hover .content h4::after {
      margin-left: 16px;
      opacity: 1; }
  .cards.card2 .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap; }
    @media (max-width: 1120px) {
      .cards.card2 .container {
        padding: 0 16px; } }
    .cards.card2 .container .intro {
      width: 100%; }
    .cards.card2 .container h2 {
      width: 100%;
      margin: 0; }
    .cards.card2 .container .card {
      background: #FCFBF9;
      width: calc(33.33333% - calc(16px * 2));
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #1A1918;
      position: relative;
      border-radius: 10px;
      box-shadow: 90px 68px 32px 0 rgba(0, 0, 0, 0), 58px 44px 29px 0 rgba(0, 0, 0, 0.01), 14px 11px 18px 0 rgba(0, 0, 0, 0.06); }
      .cards.card2 .container .card.first {
        background: #131515;
        color: #FFFFFF;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards.card2 .container .card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card2 .container .card.last {
        padding: 82px 0 50px;
        background-color: #C4903F;
        background-image: url("../img/last-card-background.svg");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100%; }
        .cards.card2 .container .card.last h3 {
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
        .cards.card2 .container .card.last p {
          margin-bottom: 0 !important; }
        .cards.card2 .container .card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card2 .container .card .featured {
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #131515;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 34px;
        text-transform: uppercase;
        padding: 0 16px 0 calc(16px * 1.5);
        display: flex;
        align-items: center; }
        .cards.card2 .container .card .featured::before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 13px;
          background: url(../img/star.svg) no-repeat center/contain;
          margin-right: calc(16px / 2); }
      .cards.card2 .container .card .image {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 32px; }
        .cards.card2 .container .card .image img {
          width: 56px;
          height: 56px; }
      .cards.card2 .container .card .content {
        padding: 32px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .cards.card2 .container .card .content h4 {
          margin: 0;
          transition: all 0.2s ease;
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 8px; }
        .cards.card2 .container .card .content p {
          margin-bottom: 0; }
        .cards.card2 .container .card .content span {
          display: inline-block;
          margin-top: auto;
          color: #946C2D;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 1.28px;
          text-transform: uppercase;
          display: flex;
          align-items: center; }
          .cards.card2 .container .card .content span::after {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background-image: url("../img/arrow-orange-right.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 8px; }
      @media (max-width: 1120px) {
        .cards.card2 .container .card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .cards.card2 .container .card {
          width: 100%; } }
  .cards.card2.stretch .card {
    width: calc(50% - calc(16px * 1.5)); }
    .cards.card2.stretch .card .image {
      min-height: 117px; }
    .cards.card2.stretch .card.last {
      justify-content: center; }
      .cards.card2.stretch .card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .cards.card2.stretch .card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .cards.card2.stretch .card.last ul, .cards.card2.stretch .card.last ol {
        padding-left: 20px; }
    .cards.card2.stretch .card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .cards.card2.stretch .card {
        width: calc(100% - calc(16px * 1.5)); } }
  .cards.card2 .image.noimage {
    min-height: 0px !important; }
  .cards.card2.bg .container {
    gap: calc(16px * 3) 0; }
    .cards.card2.bg .container h2 {
      margin-bottom: calc(16px * 2); }
    .cards.card2.bg .container .card {
      background-size: cover;
      background-position: center;
      width: 33.3333%; }
      .cards.card2.bg .container .card .content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
        min-height: calc(270px - calc(16px * 4));
        padding: calc(16px * 2); }
        .cards.card2.bg .container .card .content h4 {
          color: #FFFFFF;
          margin-top: auto;
          margin-bottom: 16px; }
          .cards.card2.bg .container .card .content h4::after {
            opacity: 0;
            content: "";
            display: inline-block;
            background: url(../img/arrow-right.svg) no-repeat right/cover;
            width: 20px;
            height: 15px;
            transition: all 0.2s ease;
            margin-left: calc(16px / 2); }
      .cards.card2.bg .container .card .image {
        display: none; }
      @media (max-width: 1120px) {
        .cards.card2.bg .container .card {
          width: 100%; } }
    .cards.card2.bg .container a:hover .content h4::after {
      margin-left: 16px;
      opacity: 1; }
  .cards.card3 .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap; }
    @media (max-width: 1120px) {
      .cards.card3 .container {
        padding: 0 16px; } }
    .cards.card3 .container .intro {
      width: 100%; }
    .cards.card3 .container h2 {
      width: 100%;
      margin: 0; }
    .cards.card3 .container .card {
      background: #FCFBF9;
      width: calc(33.33333% - calc(16px * 2));
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #1A1918;
      position: relative;
      border-radius: 10px;
      box-shadow: 90px 68px 32px 0 rgba(0, 0, 0, 0), 58px 44px 29px 0 rgba(0, 0, 0, 0.01), 14px 11px 18px 0 rgba(0, 0, 0, 0.06);
      min-height: 333px; }
      .cards.card3 .container .card.first {
        background: #131515;
        color: #FFFFFF;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards.card3 .container .card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card3 .container .card.last {
        padding: 82px 0 50px;
        background-color: #C4903F;
        background-image: url("../img/last-card-background.svg");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100%; }
        .cards.card3 .container .card.last h3 {
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
        .cards.card3 .container .card.last p {
          margin-bottom: 0 !important; }
        .cards.card3 .container .card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards.card3 .container .card .featured {
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #131515;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 34px;
        text-transform: uppercase;
        padding: 0 16px 0 calc(16px * 1.5);
        display: flex;
        align-items: center; }
        .cards.card3 .container .card .featured::before {
          content: "";
          display: inline-block;
          width: 14px;
          height: 13px;
          background: url(../img/star.svg) no-repeat center/contain;
          margin-right: calc(16px / 2); }
      .cards.card3 .container .card .card-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 32px;
        padding-top: 32px;
        padding-right: 32px;
        height: 64px; }
        @media (max-width: 1120px) {
          .cards.card3 .container .card .card-top {
            height: auto; } }
        .cards.card3 .container .card .card-top .image {
          width: 64px;
          height: auto;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start; }
          .cards.card3 .container .card .card-top .image img {
            width: 64px;
            height: 64px; }
        .cards.card3 .container .card .card-top h4 {
          margin: 0;
          transition: all 0.2s ease;
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          max-width: 488px; }
      .cards.card3 .container .card .content {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 32px; }
        .cards.card3 .container .card .content p {
          margin-bottom: 16px; }
        .cards.card3 .container .card .content span {
          color: #946C2D;
          transition: all 0.2s ease;
          text-decoration: none;
          font-weight: 600;
          letter-spacing: 0.34px;
          cursor: pointer;
          display: flex;
          align-items: center; }
          .cards.card3 .container .card .content span::after {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background-image: url("../img/arrow-orange-right.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 8px;
            transition: margin-left 0.3s ease; }
          .cards.card3 .container .card .content span:hover::after {
            margin-left: 12px; }
      @media (max-width: 1120px) {
        .cards.card3 .container .card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .cards.card3 .container .card {
          width: 100%; } }
  .cards.card3.stretch .card {
    width: calc(50% - calc(16px * 1.5)); }
    .cards.card3.stretch .card .image {
      min-height: 117px; }
    .cards.card3.stretch .card.last {
      justify-content: center; }
      .cards.card3.stretch .card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .cards.card3.stretch .card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .cards.card3.stretch .card.last ul, .cards.card3.stretch .card.last ol {
        padding-left: 20px; }
    .cards.card3.stretch .card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .cards.card3.stretch .card {
        width: calc(100% - calc(16px * 1.5)); } }
  .cards.card3 .image.noimage {
    min-height: 0px !important; }
  .cards.card3.bg .container {
    gap: calc(16px * 3) 0; }
    .cards.card3.bg .container h2 {
      margin-bottom: calc(16px * 2); }
    .cards.card3.bg .container .card {
      background-size: cover;
      background-position: center;
      width: 33.3333%; }
      .cards.card3.bg .container .card .content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
        min-height: calc(270px - calc(16px * 4));
        padding: calc(16px * 2); }
        .cards.card3.bg .container .card .content h4 {
          color: #FFFFFF;
          margin-top: auto;
          margin-bottom: 16px; }
          .cards.card3.bg .container .card .content h4::after {
            opacity: 0;
            content: "";
            display: inline-block;
            background: url(../img/arrow-right.svg) no-repeat right/cover;
            width: 20px;
            height: 15px;
            transition: all 0.2s ease;
            margin-left: calc(16px / 2); }
      .cards.card3.bg .container .card .image {
        display: none; }
      @media (max-width: 1120px) {
        .cards.card3.bg .container .card {
          width: 100%; } }
    .cards.card3.bg .container a:hover .content h4::after {
      margin-left: 16px;
      opacity: 1; }

.form {
  padding: calc(16px * 4) 0; }
  .form .container {
    max-width: 1328px;
    margin: 0 auto;
    max-width: 600px; }
    @media (max-width: 1120px) {
      .form .container {
        padding: 0 16px; } }
    .form .container .intro {
      width: 100%;
      margin-bottom: calc(16px * 3); }
  .form.withside .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    gap: calc(16px * 2) 180px; }
    .form.withside .container .gForm {
      flex-grow: 1; }
    .form.withside .container .sidebar {
      width: 350px;
      margin-left: auto; }
      .form.withside .container .sidebar .block {
        background: #131515;
        color: #FFFFFF;
        padding: 16px calc(16px * 3);
        margin-bottom: calc(16px * 2); }
        .form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
          margin: 16px 0; }
    @media (max-width: 1120px) {
      .form.withside .container {
        gap: calc(16px * 4); } }
    @media (max-width: 800px) {
      .form.withside .container {
        flex-direction: column; }
        .form.withside .container .sidebar {
          width: 100%; } }

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: none; }
.gform_wrapper.gravity-theme .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer; }
  .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: calc(16px / 2); }
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="radio"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="checkbox"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="radio"]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
  background: #131515; }
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  border-radius: 100%; }
.gform_wrapper.gravity-theme .gfield_label {
  color: #1A1918;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase; }
.gform_wrapper.gravity-theme .gfield_required {
  color: #1A1918;
  font-size: 18px !important;
  padding-left: 0px; }
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px; }
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end; }
.gform_wrapper.gravity-theme .button {
  background: #DEDEDE;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  border-color: #131515;
  transition: all 0.2s ease;
  cursor: pointer; }
  .gform_wrapper.gravity-theme .button::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../img/chevron.svg) no-repeat center/contain;
    margin-left: 16px;
    transition: all 0.2s ease; }
  .gform_wrapper.gravity-theme .button:hover {
    border-color: #131515;
    color: #131515; }
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FFFFFF; }
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  font-family: "myriad-pro", sans-serif;
  text-transform: none;
  font-size: 16px; }
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F; }
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F; }
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent; }

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #707070 1px solid;
  padding: calc(16px - 5px) calc(16px * 1.5) !important;
  font-size: 18px;
  line-height: 26px;
  color: #1A1918;
  font-family: "myriad-pro", sans-serif; }
  input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
    border-color: #1A1918;
    outline: none; }

.newsletter {
  padding: calc(16px * 4) 0; }
  .newsletter .container {
    max-width: 1328px;
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    gap: 120px;
    align-items: flex-end; }
    @media (max-width: 1120px) {
      .newsletter .container {
        padding: 0 16px; } }
    .newsletter .container .left, .newsletter .container .right {
      width: 50%; }
    @media (max-width: 1120px) {
      .newsletter .container {
        flex-direction: column;
        gap: calc(16px * 2); }
        .newsletter .container .left, .newsletter .container .right {
          width: 100%; } }

form#gform_1 {
  display: flex;
  align-items: flex-end; }
  form#gform_1 .gform_body {
    flex-grow: 1; }
  form#gform_1 .gform_footer {
    padding: 0; }
  form#gform_1 .gfield_required {
    display: none; }
  form#gform_1 .button {
    margin-bottom: 0;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
    padding: 0;
    background: #FFFFFF url(../img/arrow-right-large.svg) no-repeat center/19px;
    margin-left: 16px;
    border: #707070 1px solid; }

section.cta:not(.hero) {
  padding: calc(16px * 4) 0; }
  section.cta:not(.hero) .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    gap: calc(calc(16px * 4) * 2);
    align-items: center;
    height: 100%; }
    @media (max-width: 1120px) {
      section.cta:not(.hero) .container {
        padding: 0 16px; } }
    section.cta:not(.hero) .container .left, section.cta:not(.hero) .container .right {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 16px; }
    section.cta:not(.hero) .container .left {
      max-width: 624px;
      margin: 0 auto; }
      section.cta:not(.hero) .container .left h2 {
        margin: 0; }
      section.cta:not(.hero) .container .left h3 {
        margin: 0; }
      section.cta:not(.hero) .container .left p {
        line-height: 26px;
        margin: 0; }
      section.cta:not(.hero) .container .left .buttons {
        display: flex;
        gap: calc(16px * 1.5); }
      section.cta:not(.hero) .container .left.noimage {
        text-align: center;
        width: 100%; }
        section.cta:not(.hero) .container .left.noimage .buttons {
          justify-content: center; }
    section.cta:not(.hero) .container .right {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      max-width: 50%;
      margin-left: auto; }
      section.cta:not(.hero) .container .right img {
        width: 100%;
        height: auto; }
    @media (max-width: 1120px) {
      section.cta:not(.hero) .container {
        flex-direction: column;
        gap: 0px; }
        section.cta:not(.hero) .container .left {
          width: 100%;
          max-width: 100%; }
        section.cta:not(.hero) .container .right {
          max-width: calc(100% + calc(16px * 2));
          width: calc(100% + calc(16px * 2));
          margin-left: 0;
          padding-bottom: calc(16px * 4); }
          section.cta:not(.hero) .container .right::before {
            display: none; } }
  section.cta:not(.hero).notop .left {
    padding-top: 0; }
  section.cta:not(.hero).nobottom .left {
    padding-bottom: 0; }

.comparison {
  padding: calc(16px * 4) 0; }
  .comparison .container {
    max-width: 1328px;
    margin: 0 auto;
    max-width: 1050px; }
    @media (max-width: 1120px) {
      .comparison .container {
        padding: 0 16px; } }
    .comparison .container .intro {
      max-width: 600px;
      padding-bottom: calc(16px * 2); }
    .comparison .container .comparisonTable {
      display: flex;
      gap: calc(16px * 3);
      justify-content: center; }
      @media (max-width: 1120px) {
        .comparison .container .comparisonTable {
          flex-wrap: wrap; } }
      .comparison .container .comparisonTable .tableItem {
        width: 33.3333%;
        background: #EDEFF0;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1120px) {
          .comparison .container .comparisonTable .tableItem {
            width: calc(50% - calc(16px * 4)); } }
        @media (max-width: 600px) {
          .comparison .container .comparisonTable .tableItem {
            width: 100%; } }
        .comparison .container .comparisonTable .tableItem .heading {
          background: #DEDEDE;
          padding: 16px calc(16px * 2);
          min-height: calc(100px - calc(16px * 2)); }
          .comparison .container .comparisonTable .tableItem .heading h3 {
            margin: 0;
            max-width: 80%; }
        .comparison .container .comparisonTable .tableItem.flagged .heading {
          position: relative; }
          .comparison .container .comparisonTable .tableItem.flagged .heading::after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 32px;
            height: 46px;
            background: #131515;
            mask-image: url(../img/banner.svg);
            -webkit-mask-image: url(../img/banner.svg);
            mask-size: cover;
            -webkit-mask-size: cover;
            top: 0;
            right: 16px; }
        .comparison .container .comparisonTable .tableItem:first-of-type .heading {
          border-color: #131515; }
          .comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
            background: #131515; }
        .comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
          border-color: #131515; }
          .comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
            background: #131515; }
        .comparison .container .comparisonTable .tableItem .content {
          display: flex;
          height: 100%;
          flex-direction: column; }
          .comparison .container .comparisonTable .tableItem .content .tableItems {
            padding: 16px calc(16px * 2); }
            .comparison .container .comparisonTable .tableItem .content .tableItems .item {
              padding: 16px 0; }
              .comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
                font-size: 16px;
                color: #1A1918;
                line-height: 26px;
                letter-spacing: 0.32px; }
              .comparison .container .comparisonTable .tableItem .content .tableItems .item span {
                display: block;
                font-size: 20px;
                line-height: 26px;
                letter-spacing: 0.4px;
                color: #1A1918;
                font-weight: 500; }
          .comparison .container .comparisonTable .tableItem .content .cta {
            margin-top: auto;
            padding: 16px calc(16px * 2) calc(16px * 2); }
  .comparison .disclaimer {
    margin-top: -100px;
    padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.32px;
    font-style: italic; }
    .comparison .disclaimer p {
      max-width: 700px;
      margin: 16px auto; }

.slider {
  padding: calc(16px * 4) 0; }
  .slider .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .slider .container {
        padding: 0 16px; } }
    .slider .container img {
      max-width: 100%; }
    .slider .container .slider-single {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      .slider .container .slider-single .slick-list {
        width: calc(100% - 100px); }
      .slider .container .slider-single .slide {
        display: flex !important;
        align-items: center;
        gap: calc(16px * 3); }
        .slider .container .slider-single .slide .button {
          margin-top: calc(16px * 2); }
        .slider .container .slider-single .slide img {
          width: 33.333%; }
        @media (max-width: 1120px) {
          .slider .container .slider-single .slide {
            flex-direction: column; }
            .slider .container .slider-single .slide img {
              margin-right: 0;
              width: 100%; }
            .slider .container .slider-single .slide .content {
              margin-top: 16px;
              text-align: center; } }
      @media (max-width: 1120px) {
        .slider .container .slider-single {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          .slider .container .slider-single .slick-list {
            max-width: calc(100% - 92px); } }
    .slider .container .slider-multi {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .slider .container .slider-multi .slick-list {
        max-width: calc(100% - 92px); }
      .slider .container .slider-multi a {
        text-decoration: none !important; }
      .slider .container .slider-multi .slide {
        padding: 0 calc(16px / 2);
        width: calc(100% - 16px) !important; }
        .slider .container .slider-multi .slide .content {
          margin-top: 16px; }
          .slider .container .slider-multi .slide .content p {
            font-size: 16px; }

.slick-arrow {
  background: url(../img/chevron.svg) no-repeat center/cover;
  border: none;
  font-size: 0;
  width: 28px;
  min-width: 28px;
  height: 47px;
  cursor: pointer; }

.slick-prev {
  transform: rotate(180deg);
  margin-right: 16px; }

.slick-next {
  margin-left: 16px; }

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(16px * 2);
  padding: 0;
  width: 100%; }
  .slick-dots li {
    list-style: none;
    margin: 0 5px; }
    .slick-dots li button {
      font-size: 0;
      display: inline-block;
      height: 9px;
      width: 9px;
      border-radius: 100%;
      border: none;
      background-color: #1A1918;
      padding: 0;
      cursor: pointer;
      transition: all 0.2s ease; }
    .slick-dots li.slick-active button {
      background-color: #131515; }

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0; }
  .videoCarousel .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .videoCarousel .container {
        padding: 0 16px; } }
    .videoCarousel .container .buttons {
      text-align: center; }
      .videoCarousel .container .buttons.left {
        text-align: left; }
    .videoCarousel .container .slide .thumbnail {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .videoCarousel .container .slide .thumbnail img {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px; }
      .videoCarousel .container .slide .thumbnail svg {
        position: absolute;
        max-width: 50px;
        max-height: 50px; }
  .videoCarousel .video-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .videoCarousel .video-slider .slick-list {
      max-width: calc(100% - 92px);
      margin: 0 -20px; }
      .videoCarousel .video-slider .slick-list .slick-slide {
        margin: 0 20px; }
  .videoCarousel .popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 2; }
    .videoCarousel .popup .loading {
      position: absolute;
      z-index: 1;
      width: 50px;
      height: 50px; }
    .videoCarousel .popup.active {
      display: flex; }
    .videoCarousel .popup .close {
      margin-left: auto;
      cursor: pointer;
      position: relative;
      width: 34px;
      height: 34px; }
    .videoCarousel .popup .content {
      z-index: 2;
      max-width: 90%; }
      .videoCarousel .popup .content iframe {
        max-width: 100%; }
  .videoCarousel .st0 {
    fill: none; }
  .videoCarousel .st1 {
    fill: #FFFFFF; }
  .videoCarousel .st2 {
    fill: #131515; }

.tabs {
  padding: calc(16px * 4) 0; }
  .tabs .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .tabs .container {
        padding: 0 16px; } }
    .tabs .container h2 {
      margin-left: 16px; }
    @media (max-width: 600px) {
      .tabs .container .tabItems {
        display: none; } }
    .tabs .container .tabItems .topTabs {
      display: flex;
      justify-content: center; }
      @media (max-width: 1120px) {
        .tabs .container .tabItems .topTabs {
          flex-direction: column; } }
      .tabs .container .tabItems .topTabs .tabTitle {
        text-transform: uppercase;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(16px / 2);
        cursor: pointer;
        transition: all 0.2s ease; }
        .tabs .container .tabItems .topTabs .tabTitle:hover {
          color: #1A1918;
          font-weight: bold; }
        .tabs .container .tabItems .topTabs .tabTitle.active {
          color: #131515;
          font-weight: bold; }
    .tabs .container .tabItems.side {
      display: flex;
      align-items: center; }
      @media (max-width: 600px) {
        .tabs .container .tabItems.side {
          display: none; } }
      .tabs .container .tabItems.side .sideTabs {
        width: 50%;
        margin-right: calc(16px * 2);
        display: flex;
        flex-direction: column; }
        .tabs .container .tabItems.side .sideTabs p {
          margin-left: 16px; }
        @media (max-width: 600px) {
          .tabs .container .tabItems.side .sideTabs {
            width: 100%;
            margin: 0; } }
        .tabs .container .tabItems.side .sideTabs .tabTitle {
          display: flex;
          cursor: pointer;
          color: #928F8B;
          padding: 24px 0;
          border-top: .5px solid #4D4C49; }
          .tabs .container .tabItems.side .sideTabs .tabTitle:last-child {
            border-bottom: .5px solid #4D4C49; }
          .tabs .container .tabItems.side .sideTabs .tabTitle.active {
            color: #FCFBF9; }
            .tabs .container .tabItems.side .sideTabs .tabTitle.active .tabTitleContent {
              border-left: 4px solid #EA9818; }
          .tabs .container .tabItems.side .sideTabs .tabTitle p {
            margin-left: 0; }
          .tabs .container .tabItems.side .sideTabs .tabTitle a {
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase; }
          .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
            background: #FFFFFF;
            overflow: hidden;
            width: calc(16px * 2);
            height: calc(16px * 2);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            transition: all 0.2s ease;
            padding: calc(16px / 2); }
            @media (max-width: 600px) {
              .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
                width: calc(calc(16px * 2) + calc(16px / 2));
                height: calc(calc(16px * 2) + calc(16px / 2)); } }
            .tabs .container .tabItems.side .sideTabs .tabTitle .icon img {
              max-width: 100%;
              max-height: 100%; }
          .tabs .container .tabItems.side .sideTabs .tabTitle .tabTitleContent {
            width: calc(100% - calc(16px * 3));
            padding-left: 16px; }
          .tabs .container .tabItems.side .sideTabs .tabTitle span {
            font-size: 24px;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: calc(16px / 2);
            display: block;
            transition: all 0.2s ease; }
      .tabs .container .tabItems.side .tabContent {
        width: 50%;
        display: flex; }
        @media (max-width: 600px) {
          .tabs .container .tabItems.side .tabContent {
            display: none; } }
        .tabs .container .tabItems.side .tabContent .tabCopy {
          display: flex;
          align-items: center;
          justify-content: center; }
          .tabs .container .tabItems.side .tabContent .tabCopy img {
            max-width: 100%;
            border-radius: 10px; }
    .tabs .container .tabItems.right .sideTabs {
      order: 2;
      margin-right: 0;
      margin-left: calc(16px * 2); }
      @media (max-width: 600px) {
        .tabs .container .tabItems.right .sideTabs {
          margin-left: 0;
          margin-top: 16px; } }
    .tabs .container .tabItems.right .tabContent {
      order: 1; }
    .tabs .container .tabItems .tabContent {
      display: flex;
      overflow: hidden; }
      .tabs .container .tabItems .tabContent .tabCopy {
        width: 100%;
        margin-top: 16px;
        padding-bottom: 16px;
        margin-right: -100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease; }
        .tabs .container .tabItems .tabContent .tabCopy.active {
          opacity: 1;
          visibility: visible; }
      .tabs .container .tabItems .tabContent.top .flex {
        display: flex;
        align-items: center;
        gap: calc(16px * 3); }
        @media (max-width: 1120px) {
          .tabs .container .tabItems .tabContent.top .flex {
            flex-wrap: wrap; } }
        .tabs .container .tabItems .tabContent.top .flex img.left {
          order: 1; }
        .tabs .container .tabItems .tabContent.top .flex .content {
          order: 2;
          width: 50%; }
          @media (max-width: 1120px) {
            .tabs .container .tabItems .tabContent.top .flex .content {
              width: 100%; } }
        .tabs .container .tabItems .tabContent.top .flex img.right {
          order: 3;
          margin-left: 16px; }
        .tabs .container .tabItems .tabContent.top .flex img {
          width: 50%; }
          @media (max-width: 1120px) {
            .tabs .container .tabItems .tabContent.top .flex img {
              width: 100%;
              order: 3 !important;
              margin: 16px 0 0; } }
      .tabs .container .tabItems .tabContent.top .tabCopy.full .content {
        width: 100% !important; }
    .tabs .container .mobileTabs {
      display: none; }
      @media (max-width: 600px) {
        .tabs .container .mobileTabs {
          display: flex;
          flex-direction: column;
          gap: 56px; } }
      .tabs .container .mobileTabs .mobileIntro {
        margin: 0; }
        .tabs .container .mobileTabs .mobileIntro h2 {
          margin: 0; }
      .tabs .container .mobileTabs .mobileTabItem {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .tabs .container .mobileTabs .mobileTabItem img {
          width: 100%;
          border-radius: 10px; }
        .tabs .container .mobileTabs .mobileTabItem .mobileTabTitle {
          font-size: 24px;
          font-weight: 600;
          line-height: 22px;
          margin-bottom: calc(16px / 2);
          display: block;
          transition: all 0.2s ease;
          margin: 0; }

.gallery {
  padding: calc(16px * 4) 0; }
  .gallery .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .gallery .container {
        padding: 0 16px; } }
    .gallery .container .images {
      margin-top: calc(16px * 3);
      display: flex;
      flex-wrap: wrap;
      gap: calc(16px * 2); }
      .gallery .container .images .image {
        width: calc(33.3333% - (16px * 1.3333)); }
        .gallery .container .images .image img {
          max-width: 100%;
          min-width: 50%;
          height: auto;
          margin: 0 auto; }
        .gallery .container .images .image figcaption {
          margin-top: 16px;
          font-size: 16px;
          font-style: italic; }
      .gallery .container .images.four .image {
        width: calc(25% - calc(16px * 1.5)); }
      .gallery .container .images.five .image {
        width: calc(20% - (16px * 1.6)); }
      @media (max-width: 1120px) {
        .gallery .container .images.four .image, .gallery .container .images.five .image {
          width: calc(33.3333% - (16px * 1.3333)); } }
      @media (max-width: 600px) {
        .gallery .container .images .image {
          width: 100% !important; } }

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4); }
  section.team .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      section.team .container {
        padding: 0 16px; } }
    section.team .container > h2:first-of-type {
      position: relative;
      max-width: 100%;
      text-align: center; }
      section.team .container > h2:first-of-type::before {
        content: "";
        display: block;
        width: 104px;
        height: 2px;
        background-color: #946C2D;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%); }
    section.team .container > p:first-of-type {
      text-align: center;
      max-width: 1104px;
      margin: 0 auto; }
    section.team .container .teamMembers {
      display: flex;
      flex-direction: column; }
      section.team .container .teamMembers > h2:first-of-type {
        margin-top: 102px;
        margin-bottom: 24px !important; }
      section.team .container .teamMembers > h2 {
        margin-top: 102px;
        margin-bottom: 0; }
      section.team .container .teamMembers .child-group {
        width: 100%; }
        section.team .container .teamMembers .child-group h3 {
          margin: 24px 0 16px;
          text-align: left;
          width: 100%; }
        section.team .container .teamMembers .child-group .child-members {
          display: flex;
          flex-wrap: wrap;
          gap: 16px;
          align-items: flex-start; }
          section.team .container .teamMembers .child-group .child-members .member {
            flex: 1 1 426px;
            max-width: 426px;
            display: flex;
            flex-direction: column;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 90px 68px 32px 0 rgba(0, 0, 0, 0), 58px 44px 29px 0 rgba(0, 0, 0, 0.01), 14px 11px 18px 0 rgba(0, 0, 0, 0.06);
            height: auto;
            align-self: flex-start; }
            section.team .container .teamMembers .child-group .child-members .member img {
              width: 100%;
              max-height: 400px;
              object-fit: cover;
              display: block;
              object-position: top center;
              transition: all 0.2s ease;
              transform: scale(1.4);
              transform-origin: top center; }
            section.team .container .teamMembers .child-group .child-members .member .content {
              padding: 24px;
              width: 100%;
              background: #fff;
              color: #1A1918;
              box-sizing: border-box;
              z-index: 9999; }
              section.team .container .teamMembers .child-group .child-members .member .content h3 {
                font-size: 24px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                margin-top: 0;
                margin-bottom: 4px; }
              section.team .container .teamMembers .child-group .child-members .member .content span {
                display: block;
                color: #4D4C49;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                /* 129.412% */
                letter-spacing: 0.34px;
                height: 44px;
                margin-bottom: 16px; }
              section.team .container .teamMembers .child-group .child-members .member .content a {
                font-weight: 600;
                color: #946C2D; }
              section.team .container .teamMembers .child-group .child-members .member .content .team-contact {
                display: flex;
                justify-content: space-between; }
            section.team .container .teamMembers .child-group .child-members .member:hover img {
              transform: scale(1.45); }
      @media (max-width: 1120px) {
        section.team .container .teamMembers .child-members {
          justify-content: center; } }

.single-post .container {
  max-width: 1328px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .single-post .container {
      padding: 0 16px; } }
  .single-post .container .mainContent {
    max-width: 1050px;
    margin: calc(16px * 3) auto calc(calc(16px * 3) * 2); }
    .single-post .container .mainContent .returnLink {
      margin-bottom: calc(16px * 2); }
      .single-post .container .mainContent .returnLink a {
        color: #1A1918;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none; }
        .single-post .container .mainContent .returnLink a:hover::before {
          margin-right: calc(16px * 1.5); }
    .single-post .container .mainContent .image {
      margin-bottom: calc(16px * 2); }
      .single-post .container .mainContent .image img {
        max-width: 100%;
        height: auto;
        width: 100%;
        border-radius: 10px; }
    .single-post .container .mainContent .flex {
      display: flex; }
      .single-post .container .mainContent .flex .addthis_inline_share_toolbox {
        max-width: 46px;
        margin-right: calc(16px * 2); }
        .single-post .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single-post .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
          transform: translateX(-4px); }
      .single-post .container .mainContent .flex .content p {
        margin-bottom: 24px; }
      .single-post .container .mainContent .flex .content .eyebrow {
        margin-bottom: 24px; }

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2); }

.post-type-archive-event .date, .search .posts .date {
  font-weight: 500;
  margin-bottom: 16px; }

.blog .container, .archive .container {
  max-width: 1328px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .blog .container, .archive .container {
      padding: 0 16px; } }
  .blog .container .header, .archive .container .header {
    display: flex;
    align-items: center;
    margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0; }
    .blog .container .header h1, .archive .container .header h1 {
      margin: 0 calc(16px * 2) 0 0;
      width: 100%; }
    .blog .container .header form, .archive .container .header form {
      margin-left: auto;
      width: 100%; }
      .blog .container .header form div, .archive .container .header form div {
        display: flex;
        width: 100%;
        justify-content: flex-end; }
        .blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
          background: #FFFFFF;
          background-position: 20px 10px;
          border: #1A1918 1px solid;
          padding: calc(16px - 4px) calc(16px * 1.5);
          font-size: 17px;
          line-height: 22px;
          letter-spacing: 0.34px;
          color: #1A1918;
          font-family: "Gotham Narrow", "Helvetica", "Arial", sans-serif;
          font-weight: 400;
          width: 100%;
          max-width: 350px; }
        .blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
          background: #131515 url(../img/arrow-white.svg) no-repeat center/19px;
          width: 48px;
          height: 48px;
          color: transparent;
          border: none;
          margin-left: 16px;
          border-radius: 100%;
          transition: all 0.2s ease;
          cursor: pointer;
          padding: 0; }
          .blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
            background-color: #131515; }
    @media (max-width: 600px) {
      .blog .container .header, .archive .container .header {
        flex-wrap: wrap;
        gap: 16px; }
        .blog .container .header form div, .archive .container .header form div {
          justify-content: flex-start; } }
  .blog .container .navigation, .archive .container .navigation {
    text-align: center;
    margin-bottom: calc(calc(16px * 3) * 2); }
    .blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
        color: #1A1918;
        text-decoration: none;
        margin: 0 calc(16px / 2); }
        .blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
          color: #131515;
          font-weight: 600; }
        .blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
          background: #131515 url(../img/arrow-black.svg) no-repeat center/13px;
          width: 33px;
          height: 33px;
          display: inline-block;
          text-indent: -9999px;
          border-radius: 100%; }
        .blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
          margin-left: calc(16px * 3); }
        .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
          transform: rotate(180deg);
          margin-right: calc(16px * 3); }
        .blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
          background: #FFFFFF url(../img/arrow-black.svg) no-repeat center/13px; }
  .blog .container .posts, .archive .container .posts {
    margin-bottom: calc(calc(16px * 3) * 2); }
    .blog .container .posts .post, .archive .container .posts .post {
      display: flex;
      max-width: 800px;
      margin: 0 auto;
      text-decoration: none;
      color: #1A1918;
      align-items: center; }
      .blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
        margin-bottom: calc(16px * 4); }
      .blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
        min-width: 240px;
        width: 240px;
        height: 240px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: calc(16px * 4); }
        .blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
          max-height: 100%;
          height: 100%;
          width: auto;
          display: block;
          transition: all 0.2s ease; }
      .blog .container .posts .post .content, .archive .container .posts .post .content {
        width: 100%; }
        .blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
          margin: 0 0 16px;
          transition: all 0.2s ease; }
        .blog .container .posts .post .content p, .archive .container .posts .post .content p {
          margin: 0 0 calc(16px * 2); }
        .blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
          color: #1A1918;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 1.12px;
          font-weight: 500;
          text-transform: uppercase; }
          .blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
            content: "";
            display: inline-block;
            background: url(../img/long-arrow.svg) no-repeat right/cover;
            width: 15px;
            height: 10px;
            transition: all 0.2s ease;
            margin-left: calc(16px / 2); }
      .blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.4px; }
      .blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
        transform: scale(1.05); }
      .blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
        color: #131515; }
      .blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
        width: 24px; }
      @media (max-width: 1120px) {
        .blog .container .posts .post, .archive .container .posts .post {
          flex-direction: column;
          align-items: flex-start;
          gap: calc(16px * 1.5); } }

/* =======================================
   GLOBAL STYLES
   ======================================= */
body {
  font-family: "myriad-pro", sans-serif;
  margin: 0;
  font-size: 18px;
  background: #F4F3F1;
  overflow-x: hidden;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */ }
  body .eyebrow {
    color: #928F8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase; }
  body .subhead-lg {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  body.active {
    overflow-y: hidden; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "myriad-pro", sans-serif;
    max-width: 886px; }
  body p, body strong, body i {
    max-width: 886px; }
  body table {
    max-width: 886px; }
  body h1 {
    font-size: 60px;
    margin: 0;
    margin-bottom: 16px; }
    @media (max-width: 1120px) {
      body h1 {
        font-size: 52px; } }
  body h2 {
    font-size: 44px;
    margin: 0;
    margin-bottom: 16px; }
    @media (max-width: 1120px) {
      body h2 {
        font-size: 36px; } }
  body h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 16px; }
    @media (max-width: 1120px) {
      body h3 {
        font-size: 20px; } }
    body h3.mission {
      max-width: 493px; }
  body h4 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600; }
    @media (max-width: 1120px) {
      body h4 {
        font-size: 16px; } }
  body p {
    margin: 0;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
    font-weight: 400; }
    @media (max-width: 1120px) {
      body p {
        font-size: 15px; } }
  @media (max-width: 1120px) {
    body li {
      font-size: 15px; } }
  body .large-top {
    margin-top: 40px;
    display: block; }
  body h1.highlight,
  body h2.highlight,
  body h3.highlight,
  body h4.highlight,
  body h5.highlight {
    position: relative;
    padding-top: 40px; }
  body h1.highlight::before,
  body h2.highlight::before,
  body h3.highlight::before,
  body h4.highlight::before,
  body h5.highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 2px;
    background-color: #946C2D;
    display: block; }
  body h1.grayhighlight,
  body h2.grayhighlight,
  body h3.grayhighlight,
  body h4.grayhighlight,
  body h5.grayhighlight {
    position: relative;
    padding-top: 40px; }
  body h1.grayhighlight::before,
  body h2.grayhighlight::before,
  body h3.grayhighlight::before,
  body h4.grayhighlight::before,
  body h5.grayhighlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 2px;
    background-color: #C7C8CA;
    display: block; }
  body .space-top {
    margin-top: 24px; }
  body a {
    color: #EA9818;
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.34px;
    cursor: pointer; }
    body a.dark {
      color: #946C2D !important; }
    body a.secondary {
      display: inline-flex;
      align-items: center;
      letter-spacing: 1.28px;
      font-weight: 700;
      text-transform: uppercase; }
      body a.secondary::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("../img/arrow-orange-right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 8px;
        transition: margin-left 0.3s ease; }
      body a.secondary:hover::after {
        margin-left: 12px; }
    body a.email::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/mail.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 4px; }
    body a.phone::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/phone.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 4px; }
    body a.directions::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("../img/mini-marker.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 4px; }
  body .button {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #242322;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 1.28px;
    max-width: fit-content; }
    body .button.primary {
      background: #EA9818;
      color: #1A1918 !important;
      text-align: center; }
      body .button.primary:hover {
        background: #F1EFED;
        color: #1A1918; }
    body .button.space-top {
      margin-top: 24px; }
    body .button.secondary {
      background: #F1EFED;
      color: #1A1918 !important; }
      body .button.secondary::after {
        background-image: none;
        width: 0;
        height: 0; }
      body .button.secondary:hover {
        background: #242322;
        color: #FCFBF9 !important; }
    body .button.tertiary {
      border: 1px solid #FCFBF9;
      background: none;
      color: #FCFBF9; }
    body .button:hover {
      color: #1A1918;
      background: #FCFBF9; }
  body hr.anchor {
    border: none;
    margin: 0; }
  body section {
    padding: 0 16px; }
    body section.white a {
      color: #946C2D; }
    body section.gray {
      background-color: #E4E1DC; }
      body section.gray a {
        color: #946C2D; }
    body section.darkgray {
      background-color: #242322;
      color: #FCFBF9;
      background-image: url("../img/background-bottom-left.png"), url("../img/background-bottom-right.png");
      background-repeat: no-repeat, no-repeat;
      background-position: bottom left, bottom right;
      background-size: auto 60%, auto 60%; }
    body section.dark {
      background-color: #242322;
      color: #FCFBF9; }
    body section.yellow {
      background-image: url("../img/background-gold1.png");
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 222px; }
    body section.notop {
      padding-top: 0; }
    body section.nobottom {
      padding-bottom: 0; }
    body section img {
      display: block; }
  body .checklist {
    padding: 0;
    list-style: none; }
    body .checklist li {
      display: flex;
      align-items: flex-start;
      margin-bottom: calc(16px * 1.5);
      font-weight: 500; }
      body .checklist li::before {
        content: "";
        display: inline-block;
        background: url(../img/check.svg);
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
        margin-right: calc(16px / 2);
        margin-top: -2px; }
  body .custom-icon-list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    body .custom-icon-list li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 20px; }
      body .custom-icon-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 32px;
        height: 32px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      body .custom-icon-list li.list-proudlycanadian::before {
        background-image: url("../img/icon-proudlycandian.svg"); }
      body .custom-icon-list li.list-trusted::before {
        background-image: url("../img/icon-trusted.svg"); }
      body .custom-icon-list li.list-safety::before {
        background-image: url("../img/icon-safety.svg"); }
  body ol, body ul {
    padding-left: 20px; }
    body ol.two, body ul.two {
      columns: 2; }
    body ol.three, body ul.three {
      columns: 3; }
  body .breadcrumbWrapper {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      body .breadcrumbWrapper {
        padding: 0 16px; } }

.responsive-table {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  max-width: 886px;
  margin: 32px auto 10px;
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  position: relative; }
  .responsive-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    table-layout: auto; }
    .responsive-table table p {
      font-size: 15px !important; }
    .responsive-table table thead {
      background: #E4E1DC; }
      .responsive-table table thead th {
        padding: 16px 24px;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        white-space: normal; }
    .responsive-table table tbody tr:nth-child(odd) {
      background: #F1EFED; }
    .responsive-table table tbody tr:nth-child(even) {
      background: #FCFBF9; }
    .responsive-table table tbody td {
      padding: 19px 24px;
      border-top: 1px solid #dedcd9;
      font-size: 15px !important;
      font-weight: 400;
      white-space: normal; }
  @media (max-width: 768px) {
    .responsive-table {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .responsive-table table {
        min-width: 886px;
        width: max-content; }
      .responsive-table th,
      .responsive-table td {
        white-space: nowrap; } }

/* =======================================
   Species Picker
   ======================================= */
.species-picker {
  padding: 40px 16px;
  /* Slide Card */
  /* Controls Row */
  /* Progress Bar */
  /* Arrows */ }
  .species-picker .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .species-picker .container {
        padding: 0 16px; } }
  .species-picker-slider-wrapper {
    position: relative;
    overflow: hidden; }
  .species-picker .slick-list {
    overflow: hidden; }
  .species-picker-slider {
    display: flex;
    overflow: visible;
    margin-left: 0; }
  .species-picker-slider-container {
    overflow: visible;
    padding: 0; }
  .species-picker-slide {
    width: 322px !important;
    height: 318px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px; }
    .species-picker-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
      z-index: 1;
      pointer-events: none; }
    .species-picker-slide:hover::after {
      background: none; }
    .species-picker-slide-text {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #FCFBF9;
      z-index: 2; }
    .species-picker-slide-eyebrow {
      font-size: 24px;
      display: block; }
    .species-picker-slide-title {
      margin: 5px 0 0;
      font-size: 44px;
      font-weight: 700;
      color: #FCFBF9; }
  .species-picker-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px !important; }
  .species-picker-progress {
    flex: 1;
    height: 3px;
    background: #D7D3CC;
    position: relative;
    border-radius: 2px;
    overflow: hidden; }
    .species-picker-progress-indicator {
      height: 3px;
      background: #946C2D;
      width: 0%;
      transition: width 0.3s ease; }
  .species-picker-arrows {
    display: flex;
    gap: 10px;
    margin-left: 20px; }
  .species-picker-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #1A1918;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    color: #1A1918; }
    .species-picker-arrow svg {
      width: 20px;
      height: 20px; }
    .species-picker-arrow:hover {
      background: #333;
      color: #fff; }

/* =======================================
   Species List
   ======================================= */
.species-list {
  padding: 56px 0;
  padding-top: 0;
  background-color: #E4E1DC;
  /* ---------- ITEM PLACEMENT ---------- */
  /* Row 1 */
  /* Row 2 */
  /* ---------- ITEM STYLES ---------- */
  /* ---------- RESPONSIVE ---------- */ }
  .species-list .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .species-list .container {
        padding: 0 16px; } }
  .species-list .species-list-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch; }
  .species-list .species-list-item:nth-child(1) {
    grid-column: span 2;
    max-width: 100%; }
  .species-list .species-list-item:nth-child(2),
  .species-list .species-list-item:nth-child(3) {
    grid-column: span 1;
    max-width: 364px; }
  .species-list .species-list-item:nth-child(4),
  .species-list .species-list-item:nth-child(5) {
    grid-column: span 1;
    max-width: 364px; }
  .species-list .species-list-item:nth-child(6) {
    grid-column: span 2;
    max-width: 100%; }
  .species-list .species-list-item {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%; }
    .species-list .species-list-item .species-list-item-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.45) 70%);
      z-index: 1;
      transition: opacity 300ms ease; }
    .species-list .species-list-item .species-list-item-content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      max-width: 300px; }
      .species-list .species-list-item .species-list-item-content h3 {
        margin: 0 0 8px;
        font-size: 44px; }
      .species-list .species-list-item .species-list-item-content p {
        margin: 0; }
      .species-list .species-list-item .species-list-item-content .button {
        margin-top: 16px;
        max-width: fit-content;
        padding: 16px 24px; }
    .species-list .species-list-item:hover .species-list-item-overlay {
      opacity: 1; }
  @media (max-width: 1200px) {
    .species-list {
      /* Reset ALL sizing rules */ }
      .species-list .species-list-container {
        grid-template-columns: repeat(2, 1fr); }
      .species-list .species-list-item {
        grid-column: span 1 !important;
        max-width: 100% !important; } }
  @media (max-width: 600px) {
    .species-list .species-list-container {
      grid-template-columns: 1fr; } }

/* =======================================
   Key Points
   ======================================= */
.key-points {
  padding: 80px 16px;
  background-color: #242322;
  color: #FCFBF9;
  background-image: url("../img/background-top-left-secondary.png"), url("../img/background-bottom-right-secondary.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: auto 60%, auto 60%;
  /* ============================================================
     DEFAULT – NO IMAGE
     ============================================================ */
  /* ============================================================
     IMAGE MODE (2 columns on the right)
     ============================================================ */ }
  .key-points .container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px; }
    @media (max-width: 1120px) {
      .key-points .container {
        padding: 0 16px; } }
  .key-points .eyebrow,
  .key-points .key-points-title {
    text-align: center;
    max-width: 100%; }
  .key-points .key-points-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    flex: 1; }
    .key-points .key-points-container .key-point-item {
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex: 1 1 250px;
      min-width: 250px; }
      @media (max-width: 600px) {
        .key-points .key-points-container .key-point-item {
          max-width: 100%;
          flex: 1; } }
  .key-points.has-image {
    /* LEFT: IMAGE (50%) */
    /* RIGHT: KEY POINTS (50%), TWO COLUMNS */ }
    .key-points.has-image .key-points-layout {
      display: flex;
      align-items: center;
      gap: 48px; }
    .key-points.has-image .key-points-image {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      justify-content: center; }
      .key-points.has-image .key-points-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 600px; }
    .key-points.has-image .key-points-container {
      flex: 0 0 50%;
      max-width: 50%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px; }
    .key-points.has-image .key-point-item {
      display: flex;
      flex-direction: column;
      gap: 16px; }
  @media (max-width: 992px) {
    .key-points.has-image {
      /* Still 2 columns if room allows */ }
      .key-points.has-image .key-points-layout {
        flex-direction: column;
        align-items: center; }
      .key-points.has-image .key-points-image,
      .key-points.has-image .key-points-container {
        max-width: 100%;
        width: 100%;
        flex: 0 0 80%; }
      .key-points.has-image .key-points-container {
        grid-template-columns: repeat(2, 1fr); }
    .key-points .key-points-container {
      gap: 24px; } }
  @media (max-width: 600px) {
    .key-points.has-image .key-points-container {
      grid-template-columns: 1fr;
      /* stack on mobile */ }
    .key-points.has-image .key-points-image {
      max-width: 100%; }
    .key-points .key-points-container {
      flex-direction: column;
      gap: 16px; } }

/* =======================================
   Mills Locations
   ======================================= */
.mills-locations {
  padding: 80px 0;
  background: #E4E1DC;
  /* Tablet - 2 columns */
  /* Mobile - 1 column */ }
  .mills-locations .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .mills-locations .container {
        padding: 0 16px; } }
  .mills-locations .mills-locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
  .mills-locations .mill-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 90px 68px 32px 0 rgba(0, 0, 0, 0), 58px 44px 29px 0 rgba(0, 0, 0, 0.01), 14px 11px 18px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden; }
    .mills-locations .mill-card .mill-image img {
      width: 100%;
      height: 300px;
      display: block; }
    .mills-locations .mill-card .mill-card-body {
      padding: 24px;
      display: flex;
      flex-direction: column; }
    .mills-locations .mill-card .mill-name {
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 2px; }
    .mills-locations .mill-card .mill-location {
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 129.412% */
      letter-spacing: 0.34px;
      margin-bottom: 24px; }
    .mills-locations .mill-card .mill-contact {
      display: flex;
      gap: 24px;
      margin-bottom: 24px; }
    .mills-locations .mill-card hr {
      border: none;
      border-top: 1px solid #ddd;
      margin: 8px 0; }
    .mills-locations .mill-card .mill-address {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-left: 4px; }
      .mills-locations .mill-card .mill-address::before {
        content: '';
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        background-image: url("../img/mini-marker.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 3px; }
    .mills-locations .mill-card .mill-directions {
      margin-left: 28px; }
  @media (max-width: 992px) {
    .mills-locations .mills-locations-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px; } }
  @media (max-width: 600px) {
    .mills-locations .mills-locations-grid {
      grid-template-columns: 1fr;
      gap: 20px; } }

/* =======================================
   What We Offer
   ======================================= */
.offerings {
  padding: 80px 16px; }
  .offerings .eyebrow {
    margin-bottom: 24px;
    display: block; }
  .offerings .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .offerings .container {
        padding: 0 16px; } }
  .offerings .offering-species {
    display: flex;
    flex-wrap: wrap;
    gap: 160px;
    margin-top: 56px;
    /* Columns */
    /* 2-column list of links */ }
    .offerings .offering-species .offering-species-column {
      flex: 1 1 300px;
      max-width: 280px; }
    .offerings .offering-species img {
      margin-bottom: 12px; }
    .offerings .offering-species p {
      margin-bottom: 16px; }
    .offerings .offering-species .offering-species-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 20px;
      margin-top: 12px; }
      .offerings .offering-species .offering-species-list a {
        display: block;
        white-space: nowrap; }
  @media (max-width: 900px) {
    .offerings .offering-species {
      gap: 60px; } }

/* =======================================
   Contact Us Page
   ======================================= */
.contact-us-page {
  border-radius: 10px;
  background: #FCFBF9; }
  .contact-us-page .gform_description {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
    margin-bottom: 24px; }
  .contact-us-page .gform_wrapper.gravity-theme .gfield_label {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
    color: #1A1918; }
  .contact-us-page .gform_wrapper.gravity-theme .gfield_required {
    color: #1A1918; }
  .contact-us-page .gform_wrapper.gravity-theme input[type=color], .contact-us-page .gform_wrapper.gravity-theme input[type=date], .contact-us-page .gform_wrapper.gravity-theme input[type=datetime-local], .contact-us-page .gform_wrapper.gravity-theme input[type=datetime], .contact-us-page .gform_wrapper.gravity-theme input[type=email], .contact-us-page .gform_wrapper.gravity-theme input[type=month], .contact-us-page .gform_wrapper.gravity-theme input[type=number], .contact-us-page .gform_wrapper.gravity-theme input[type=password], .contact-us-page .gform_wrapper.gravity-theme input[type=search], .contact-us-page .gform_wrapper.gravity-theme input[type=tel], .contact-us-page .gform_wrapper.gravity-theme input[type=text], .contact-us-page .gform_wrapper.gravity-theme input[type=time], .contact-us-page .gform_wrapper.gravity-theme input[type=url], .contact-us-page .gform_wrapper.gravity-theme input[type=week], .contact-us-page .gform_wrapper.gravity-theme select, .contact-us-page .gform_wrapper.gravity-theme textarea {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: 0.5px solid #E4E1DC;
    background: #FCFBF9; }
  .contact-us-page .gform_wrapper.gravity-theme .gfield_radio .gchoice label, .contact-us-page .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px; }
  .contact-us-page .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 104px; }
  .contact-us-page .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center; }
  .contact-us-page .gform_wrapper.gravity-theme .button {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #242322;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 1.28px;
    margin-top: 32px;
    max-width: fit-content;
    background: #EA9818;
    color: #1A1918; }
    .contact-us-page .gform_wrapper.gravity-theme .button:hover {
      background: #F1EFED;
      color: #1A1918; }
  .contact-us-page .gfield_checkbox .gchoice,
  .contact-us-page .gfield_radio .gchoice {
    position: relative; }
    .contact-us-page .gfield_checkbox .gchoice input,
    .contact-us-page .gfield_radio .gchoice input {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
    .contact-us-page .gfield_checkbox .gchoice label,
    .contact-us-page .gfield_radio .gchoice label {
      display: flex;
      align-items: center;
      cursor: pointer;
      position: relative; }
      .contact-us-page .gfield_checkbox .gchoice label::before,
      .contact-us-page .gfield_radio .gchoice label::before {
        content: "";
        width: 15px;
        height: 15px;
        margin-right: 8px;
        border: 1.5px solid #4D4C49;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.2s ease;
        box-sizing: border-box; }
    .contact-us-page .gfield_checkbox .gchoice input:checked + label::before,
    .contact-us-page .gfield_radio .gchoice input:checked + label::before {
      background-color: #EA9818;
      border-color: #EA9818; }
  .contact-us-page .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .contact-us-page .container {
        padding: 0 16px; } }
  .contact-us-page .contact-us-container {
    display: flex;
    gap: 40px;
    padding: 80px 16px;
    /* Tablet */
    /* Mobile */ }
    .contact-us-page .contact-us-container a {
      font-size: 17px;
      color: #946C2D; }
    .contact-us-page .contact-us-container .contact-us-form-wrapper,
    .contact-us-page .contact-us-container .contact-us-offices-wrapper {
      flex: 1 1 50%;
      max-width: 50%; }
    .contact-us-page .contact-us-container .contact-us-form-wrapper {
      padding: 40px;
      background: #F4F3F1;
      border-radius: 10px; }
      .contact-us-page .contact-us-container .contact-us-form-wrapper h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 8px; }
    .contact-us-page .contact-us-container .contact-us-offices-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-end; }
      .contact-us-page .contact-us-container .contact-us-offices-wrapper .contact-us-office {
        width: 100%;
        display: flex;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        border-radius: 10px;
        border: 1px solid #E4E1DC;
        box-sizing: border-box; }
        .contact-us-page .contact-us-container .contact-us-offices-wrapper .contact-us-office .contact-us-office-bottom {
          width: 100%;
          display: flex;
          justify-content: space-between; }
    @media (max-width: 992px) {
      .contact-us-page .contact-us-container {
        flex-direction: column;
        gap: 32px; }
        .contact-us-page .contact-us-container .contact-us-form-wrapper,
        .contact-us-page .contact-us-container .contact-us-offices-wrapper {
          max-width: 100%;
          flex: 1 1 100%;
          align-items: flex-start; } }
    @media (max-width: 600px) {
      .contact-us-page .contact-us-container {
        gap: 24px; }
        .contact-us-page .contact-us-container .contact-us-form-wrapper {
          padding: 24px; } }

/* =======================================
   Contact Thank You
   ======================================= */
.thank-you-page {
  padding: 80px 16px; }
  .thank-you-page .container {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .thank-you-page .container .chicken-gif img {
      max-width: 207px; }

/* =======================================
   Blog
   ======================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 80px 16px; }

/* Tablet */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr); } }
/* Mobile */
@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr; } }
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease; }
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }

.blog-card-thumb {
  width: 100%; }
  .blog-card-thumb img {
    display: block;
    width: 100%;
    height: auto; }

.blog-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.blog-card-category {
  font-size: 0.85rem;
  color: #946C2D;
  font-weight: 600; }

.blog-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }

.blog-card-excerpt {
  font-size: 1rem;
  line-height: 1.5; }

/* =======================================
   Specialist Quote
   ======================================= */
.specialist-quote {
  padding: 80px 0;
  /* Tablet */
  /* Mobile */ }
  .specialist-quote .container {
    max-width: 1328px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .specialist-quote .container {
        padding: 0 16px; } }
  .specialist-quote .specialist-quote-content {
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
    flex-wrap: nowrap;
    padding: 24px 80px 24px 24px;
    border-radius: 10px;
    background: #F4F3F1;
    box-shadow: 281px 336px 123px 0 rgba(0, 0, 0, 0), 180px 215px 112px 0 rgba(0, 0, 0, 0.01), 101px 121px 95px 0 rgba(0, 0, 0, 0.05), 45px 54px 70px 0 rgba(0, 0, 0, 0.05), 11px 13px 39px 0 rgba(0, 0, 0, 0.06); }
  .specialist-quote .specialist-quote-image {
    flex: 0 0 calc(50% - 80px); }
    .specialist-quote .specialist-quote-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      max-width: 572px; }
  .specialist-quote .specialist-quote-text {
    flex: 0 0 calc(50% - 40px);
    display: flex;
    flex-direction: column; }
  .specialist-quote .quote-mark {
    width: 56px;
    height: 49px;
    margin-bottom: 44px; }
  .specialist-quote .quote-text {
    margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px; }
  .specialist-quote .quote-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #928F8B; }
  @media (max-width: 992px) {
    .specialist-quote .specialist-quote-content {
      flex-wrap: wrap;
      gap: 40px; }
    .specialist-quote .specialist-quote-image,
    .specialist-quote .specialist-quote-text {
      flex: 1 1 100%;
      max-width: 100%; } }
  @media (max-width: 600px) {
    .specialist-quote .specialist-quote-content {
      gap: 24px; }
    .specialist-quote .quote-mark {
      font-size: 60px; }
    .specialist-quote .quote-text {
      font-size: 18px; } }

/* =======================================
   Search Page
   ======================================= */
.search-page {
  padding: 40px 0; }
  .search-page .container {
    max-width: 900px;
    margin: 0 auto; }
    .search-page .container .posts {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .search-page .container .posts .post {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        color: #1A1918; }
        .search-page .container .posts .post:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
        .search-page .container .posts .post .thumbnail {
          width: 400px;
          height: auto;
          flex-shrink: 0;
          overflow: hidden;
          border-radius: 10px;
          padding: 0 16px;
          padding-top: 20px; }
          .search-page .container .posts .post .thumbnail img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            border-radius: 10px; }
        .search-page .container .posts .post .content {
          padding: 16px 20px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .search-page .container .posts .post .content h3 {
            margin-bottom: 8px; }
          .search-page .container .posts .post .content .date {
            font-size: 14px;
            color: #555;
            margin-bottom: 8px; }
    .search-page .container .alert-info {
      background-color: #f8f8f8;
      padding: 16px;
      border-left: 4px solid #946C2D;
      border-radius: 4px; }
    .search-page .container h1 {
      margin-bottom: 32px;
      text-align: center; }

/* =======================================
   Store Locator
   ======================================= */
#wpsl-wrap {
  margin-top: 40px; }

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
  display: flex;
  flex-direction: column; }

#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-btn {
  display: flex;
  flex-direction: column; }

#wpsl-search-wrap form {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap; }

body #wpsl-search-wrap .wpsl-input input {
  display: flex;
  height: 46px;
  padding: 5px 15px !important;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #E4E1DC;
  background: #FCFBF9; }

body .wpsl-search {
  margin-bottom: 40px; }

body #wpsl-search-btn {
  display: inline-block;
  padding: 16px 32px;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: 1px solid #242322;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin: 0;
  max-width: fit-content;
  background: #EA9818;
  color: #1A1918;
  margin-left: 24px;
  margin-top: 24px; }
  body #wpsl-search-btn:hover {
    background: #F1EFED;
    color: #1A1918; }

body #wpsl-search-wrap label {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
  letter-spacing: 0.34px;
  margin-bottom: 8px; }

.wpsl-dropdown .wpsl-selected-item, .wpsl-selected-item {
  padding: 0 !important; }

.wpsl-dropdown li {
  padding: 9px 15px !important; }

body .wpsl-dropdown {
  width: 100%;
  display: flex !important;
  padding: 5px 15px !important;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 0.5px solid #E4E1DC;
  background: #FCFBF9;
  height: 46px; }

#wpsl-result-list {
  background: #fff;
  border-radius: 10px;
  margin-right: 0px; }

#wpsl-stores {
  padding: 32px 24px; }

body #wpsl-gmap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  padding: 32px 24px; }

.wpsl-store-location p > strong:first-child {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  display: block; }

#wpsl-stores a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 129.412% */
  letter-spacing: 0.34px;
  text-decoration: underline;
  color: #1A1918; }

#wpsl-stores .wpsl-store-location p strong:first-of-type a {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  display: block; }

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #F1EFED; }

#wpsl-gmap p, #wpsl-gmap strong, #wpsl-gmap span {
  font-size: 17px; }

#wpsl-gmap a {
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  /* 129.412% */
  letter-spacing: 0.34px;
  text-decoration: underline;
  color: #1A1918; }

.page-id-991 .general .column {
  display: block !important; }

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