@charset "UTF-8";
/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
/* =======================================
   FONTS
======================================= */
#brand-header {
  position: relative;
  background: #F0F0F0;
  height: 40px;
  z-index: 110; }
  #brand-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 450px; }
    #brand-header ul li {
      flex: 1 1 100%; }
      #brand-header ul li a {
        height: 40px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.3s linear; }
        #brand-header ul li a:hover, #brand-header ul li a.active, #brand-header ul li a:focus {
          background: #E6E6E6; }
        #brand-header ul li a img {
          width: 100%;
          height: 100%;
          max-height: 24px; }
    #brand-header ul .on a {
      background: #FFF; }
  #brand-header .change-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: right;
    margin-top: 8px; }
    #brand-header .change-location img {
      margin-right: 10px; }
    #brand-header .change-location span {
      font-weight: 600; }
    #brand-header .change-location .current-location {
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.32px; }
    #brand-header .change-location .set-location {
      font-weight: 600;
      cursor: pointer; }

/* Modal styles */
#location-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  #location-modal .modal-content {
    background-color: white;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }
    #location-modal .modal-content h3 {
      margin-bottom: 14px; }
    #location-modal .modal-content .close-modal {
      color: #aaa;
      font-size: 28px;
      font-weight: bold;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
    #location-modal .modal-content .close-modal:hover,
    #location-modal .modal-content .close-modal:focus {
      color: black;
      text-decoration: none;
      cursor: pointer; }
    #location-modal .modal-content input[type="text"] {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
      border-radius: 4px;
      border: 1px solid #ccc;
      width: 200px;
      margin-bottom: 12px; }

header#header1 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15); }
  header#header1 .top {
    background: #DEDEDE; }
    header#header1 .top .nav-container {
      padding: calc(16px / 2) 16px;
      display: flex;
      align-items: center; }
      header#header1 .top .nav-container .menu-utility-menu-container {
        margin-left: auto; }
        header#header1 .top .nav-container .menu-utility-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none;
          text-align: right; }
          header#header1 .top .nav-container .menu-utility-menu-container .menu li {
            display: inline-block;
            padding: calc(16px / 2);
            line-height: 14px; }
            header#header1 .top .nav-container .menu-utility-menu-container .menu li:first-of-type {
              padding-left: 0; }
            header#header1 .top .nav-container .menu-utility-menu-container .menu li:last-of-type {
              padding-right: 0; }
      header#header1 .top .nav-container a {
        color: #000000;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s ease;
        font-weight: bold; }
        header#header1 .top .nav-container a:hover {
          color: #131515; }
    @media (max-width: 1120px) {
      header#header1 .top {
        display: none; } }
  header#header1 .main {
    background-color: #fff; }
    header#header1 .main .nav-container {
      padding: 0 16px;
      display: flex;
      align-items: center;
      height: 100px; }
      header#header1 .main .nav-container .logo {
        padding: 16px 0; }
        header#header1 .main .nav-container .logo img {
          display: block; }
      header#header1 .main .nav-container #main-menu {
        margin-left: auto;
        display: flex;
        align-items: center; }
        header#header1 .main .nav-container #main-menu .menu {
          padding: 0;
          margin: 0;
          list-style: none; }
          header#header1 .main .nav-container #main-menu .menu .current-menu-parent a {
            color: #637A38; }
          header#header1 .main .nav-container #main-menu .menu li {
            display: inline-block;
            padding: 16px;
            position: relative; }
            header#header1 .main .nav-container #main-menu .menu li:first-of-type {
              padding-left: 0; }
            header#header1 .main .nav-container #main-menu .menu li:last-of-type {
              padding-right: 0; }
            header#header1 .main .nav-container #main-menu .menu li a {
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
              text-decoration: none;
              transition: all 0.2s ease;
              letter-spacing: 0.32px;
              color: #20221C; }
              header#header1 .main .nav-container #main-menu .menu li a:hover {
                color: #131515; }
            header#header1 .main .nav-container #main-menu .menu li .sub-menu {
              display: none;
              position: absolute;
              top: 100%;
              background: #fff;
              padding: 16px;
              width: 100vw;
              max-width: 320px;
              margin-left: calc(0px - 16px);
              box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15); }
              header#header1 .main .nav-container #main-menu .menu li .sub-menu .current_page_item a {
                color: #637A38; }
              header#header1 .main .nav-container #main-menu .menu li .sub-menu .current-menu-item a {
                color: #637A38 !important; }
              header#header1 .main .nav-container #main-menu .menu li .sub-menu li {
                padding: 12px 32px 12px 32px;
                display: block; }
                header#header1 .main .nav-container #main-menu .menu li .sub-menu li a {
                  display: block;
                  color: #131515;
                  font-weight: 400; }
                header#header1 .main .nav-container #main-menu .menu li .sub-menu li:hover > a {
                  color: #637A38; }
            header#header1 .main .nav-container #main-menu .menu li:hover > a {
              color: #637A38; }
            header#header1 .main .nav-container #main-menu .menu li:hover .sub-menu {
              color: inherit;
              display: block; }
        header#header1 .main .nav-container #main-menu .search {
          margin-left: 55px; }
          @media (max-width: 1120px) {
            header#header1 .main .nav-container #main-menu .search {
              display: none; } }
          header#header1 .main .nav-container #main-menu .search #searchButton {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background-color: none;
            border: 1px solid #637A38;
            transition: background-color 0.3s ease; }
          header#header1 .main .nav-container #main-menu .search #searchform {
            background: #D5DB27;
            position: absolute;
            width: 100%;
            right: 0;
            top: 130px;
            padding: 16px 16px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.2s ease; }
            header#header1 .main .nav-container #main-menu .search #searchform div {
              max-width: 1200px;
              margin: 0 auto;
              display: flex;
              max-width: 656px; }
              @media (max-width: 1120px) {
                header#header1 .main .nav-container #main-menu .search #searchform div {
                  padding: 0 16px; } }
              header#header1 .main .nav-container #main-menu .search #searchform div input[type=search] {
                width: 100%;
                background: none;
                border: none;
                border-bottom: 1px solid #20221C;
                padding-bottom: 5px;
                font-size: 17px;
                line-height: 22px;
                letter-spacing: 0.34px;
                font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
                font-weight: 400; }
              header#header1 .main .nav-container #main-menu .search #searchform div input[type=submit] {
                background: url("../img/search-form-icon.svg") no-repeat center center;
                background-size: contain;
                width: 30px;
                height: 30px;
                border: none;
                cursor: pointer; }
            header#header1 .main .nav-container #main-menu .search #searchform.active {
              visibility: visible;
              opacity: 1; }
        header#header1 .main .nav-container #main-menu #menu-rep-button {
          margin-left: 16px; }
        @media (max-width: 1120px) {
          header#header1 .main .nav-container #main-menu {
            display: none; } }
  header#header1 #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header#header1 #mobile-toggle a {
      position: relative;
      display: block;
      width: 30px;
      height: 26px; }
      header#header1 #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#header1 #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header#header1 #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1120px) {
      header#header1 #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }
  header#header1 #mobile-menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(100% - 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#header1 #mobile-menu .searchform {
      margin-bottom: 40px; }
      header#header1 #mobile-menu .searchform input[type=submit] {
        display: none; }
      header#header1 #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: "Montserrat", "Helvetica", "Arial", sans-serif;
        border: 1px solid  #CBCCC8;
        border-radius: 100px; }
    header#header1 #mobile-menu.active {
      visibility: visible;
      opacity: 1;
      z-index: 900; }
    header#header1 #mobile-menu ul {
      padding: 0;
      margin: 16px 0 0; }
      header#header1 #mobile-menu ul li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        margin-top: 32px; }
        header#header1 #mobile-menu ul li .sub-menu {
          display: none;
          margin: 0; }
        header#header1 #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#header1 #mobile-menu ul li a {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          letter-spacing: 0.4px;
          color: #20221C;
          width: 100%;
          height: 100%; }
        header#header1 #mobile-menu ul li.hidden {
          display: none; }
        header#header1 #mobile-menu ul li.expanded {
          flex-wrap: wrap;
          border: none; }
          header#header1 #mobile-menu ul li.expanded::after {
            display: none; }
          header#header1 #mobile-menu ul li.expanded a {
            padding: 16px;
            margin: 0 calc(0px - 16px) calc(0px - 16px); }
            header#header1 #mobile-menu ul li.expanded a::after {
              display: none; }
            header#header1 #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#header1 #mobile-menu ul li.expanded .sub-menu {
            display: block;
            width: 100%; }
            header#header1 #mobile-menu ul li.expanded .sub-menu li {
              border-top: none; }
              header#header1 #mobile-menu ul li.expanded .sub-menu li::after {
                display: none; }
              header#header1 #mobile-menu ul li.expanded .sub-menu li a {
                text-transform: none !important;
                font-weight: 400;
                display: flex;
                align-items: center;
                padding-top: 0;
                padding-bottom: 0;
                background: transparent;
                margin: 0;
                border-bottom: none; }
                header#header1 #mobile-menu ul li.expanded .sub-menu li a::before {
                  display: none; }

    .checkmark-list {
      list-style: none;
      padding-left: 15px;
      margin: 1em 0;
    }
    
    .checkmark-list li {
      position: relative;
      margin-bottom: 0.5em;
      padding-left: 1.2em;
    }
    
    .checkmark-list li::before {
      content: '\2713';
      position: absolute;
      left: 0;
      top: 0;
      color: #95990F;
    }

#alert {
  display: none; }
  #alert.visible {
    display: block;
    background: #131515;
    color: #FFFFFF;
    z-index: 1; }
  #alert .container {
    max-width: 1200px;
    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(1200px - 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; }

#site-footer {
  background-color: #262626;
  text-align: center;
  font-size: 14px;
  color: #9f9f9f;
  padding: 60px 0 30px; }
  #site-footer .contain-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-top: 1px solid #474846;
    padding-top: 24px;
    flex-wrap: wrap; }

#site-footer a {
  color: #CBCCC8;
  text-decoration: none; }

#site-footer a:hover {
  text-decoration: underline; }

#site-footer #footer-logo {
  width: 230px;
  height: auto;
  margin-bottom: 47px;
  margin-top: 40px; }

#site-footer .copyright {
  color: #CBCCC8; }

#site-footer #footer-menu {
  display: flex;
  gap: 40px;
  justify-content: center; }

#site-footer ul {
  padding: 0;
  margin: 0; }

#site-footer li {
  list-style-type: none; }

#site-footer ul#footer-top-menu {
  margin-bottom: 45px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap; }

#site-footer ul#social-links {
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 12px; }

#site-footer ul#social-links li {
  margin-right: 30px;
  display: inline-block; }

#site-footer ul#social-links li a {
  display: block;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #487035;
  background: #487035 url(img/social_sprite.png) no-repeat 0 0;
  text-align: left;
  text-indent: -99999px; }

#site-footer ul#social-links li a:hover {
  background-color: #252525;
  border: 1px solid #9F9F9F; }

#site-footer ul#social-links li.subscribe-icon a {
  background-position: -100000px -5px;
  width: auto;
  display: inline-block;
  border-radius: 25px;
  padding: 8px 60px 6px 25px;
  position: relative; }

#site-footer ul#social-links li.subscribe-icon a:hover,
#site-footer ul#social-links li.subscribe-icon a:focus {
  text-decoration: none;
  color: #487035; }

#site-footer ul#social-links li.subscribe-icon a:after {
  background: rgba(0, 0, 0, 0) url(img/social_sprite.png) no-repeat -221px -5px;
  content: ' ';
  display: block;
  position: absolute;
  top: 12px;
  right: 7px;
  height: 22px;
  width: 44px; }

#site-footer ul#social-links li.facebook-icon a {
  background-position: -177px 8px; }

#site-footer ul#social-links li.linkedin-icon a {
  background-position: -136px 6px; }

#site-footer ul#social-links li.twitter-icon a {
  background-position: -265px 8px; }

#site-footer ul#social-links li.twitter-icon a:hover {
  background-position: -40px 8px; }

#site-footer ul#social-links li.youtube-icon a {
  background-position: -314px 8px; }

#site-footer ul#social-links li.youtube-icon a:hover {
  background-position: -89px 8px; }

#site-footer ul#social-links li.instagram-icon a {
  background-position: 8px 7px; }

/* #site-footer ul#social-links li.subscribe-icon a:hover:after{background-position: -221px -49px;}
#site-footer ul#social-links li.facebook-icon a:hover{background-position:-180px -38px;}
#site-footer ul#social-links li.linkedin-icon a:hover{background-position:-139px -40px;}
#site-footer ul#social-links li.twitter-icon a:hover{background-position:-43px -39px;}
#site-footer ul#social-links li.youtube-icon a:hover{background-position:-92px -39px;}
#site-footer ul#social-links li.instagram-icon a:hover{background-position:5px -39px;} */
#site-footer ul#social-links li:nth-child(3n + 3),
#site-footer ul#social-links li:last-child {
  margin-right: 0; }

#bottom-icons {
  background-color: #20221C;
  text-align: left;
  padding: 31px 0 8px;
  display: flex;
  justify-content: center;
  flex-direction: row; }

#bottom-icons .container {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 56px; }

#bottom-icons .container a {
  margin-bottom: 30px;
  text-align: center;
  display: block; }

.footer-subscribe {
  background-color: #fafafa;
  border-top: 1px solid #789C4A;
  padding-top: 56px;
  padding-bottom: 56px; }
  .footer-subscribe .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1120px) {
      .footer-subscribe .container {
        padding: 0 16px; } }
    @media (max-width: 1120px) {
      .footer-subscribe .container {
        flex-direction: column;
        gap: 20px; }
        .footer-subscribe .container .footer-subscribe-left {
          width: 100%; }
        .footer-subscribe .container .footer-subscribe-right {
          width: 100%; } }
  .footer-subscribe .footer-subscribe-left {
    width: 50%; }
    .footer-subscribe .footer-subscribe-left h3 {
      margin-bottom: 0; }
  .footer-subscribe .footer-subscribe-right {
    width: 50%; }
    .footer-subscribe .footer-subscribe-right .email-field {
      display: flex;
      flex-direction: column;
      margin-bottom: 24px; }
      .footer-subscribe .footer-subscribe-right .email-field label {
        margin-bottom: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600; }
      .footer-subscribe .footer-subscribe-right .email-field input {
        border: none;
        border-bottom: 1px solid #20221C;
        padding: 8px 0;
        font-size: 16px;
        outline: none;
        transition: border-color 0.3s;
        background: none;
        width: 60%;
        border-radius: 0; }
        .footer-subscribe .footer-subscribe-right .email-field input:focus {
          border-bottom: 2px solid #487035; }
        .footer-subscribe .footer-subscribe-right .email-field input::placeholder {
          color: #999; }

header#header2 {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0; }
  header#header2 .top {
    background: #DEDEDE; }
    header#header2 .top .container {
      max-width: 1200px;
      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: #000000;
        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: 1200px;
      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: 1200px;
                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: #000000 !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: #000000; }
                      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: #000000; }
                            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: 1200px;
              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: "Montserrat", "Helvetica", "Arial", 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: #000000;
          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: 1200px;
    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(1200px - 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: #000000;
    text-decoration: none; }
    footer#footer2 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer2 .container {
    max-width: 1200px;
    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: #000000; }
          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: 1200px;
      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: #000000; }
              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: 1200px;
      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: #000000;
        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: 1200px;
      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: 1200px;
                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: #000000 !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: 1200px;
              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: "Montserrat", "Helvetica", "Arial", 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: #000000;
          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: 1200px;
    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(1200px - 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: #000000;
    text-decoration: none; }
    footer#footer3 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer3 .container {
    max-width: 1200px;
    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: #000000;
                    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: #000000;
                    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: 1200px;
      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: #000000; }
              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: #000000;
    text-decoration: none; }
    footer#footer4 a:hover {
      text-decoration: underline;
      color: #131515; }
  footer#footer4 .container {
    max-width: 1200px;
    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: 1200px;
      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: #000000; }
              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; }
  .hero .container {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: calc(16px * 4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px; }
    @media (max-width: 1120px) {
      .hero .container {
        padding: 0 16px; } }
    .hero .container .content {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      color: #fff; }
      .hero .container .content .hero-blurb {
        max-width: 540px; }
      .hero .container .content h1 {
        font-size: 52px;
        margin-bottom: 16px; }
      .hero .container .content p {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 40px; }
    @media (max-width: 1120px) {
      .hero .container {
        flex-wrap: wrap;
        gap: 32px;
        padding-left: 0;
        padding-right: 0;
        align-items: flex-start;
        height: auto; }
        .hero .container img {
          width: 100%;
          height: auto; }
        .hero .container .content {
          width: 100%;
          text-align: center;
          color: #20221C;
          display: flex;
          justify-content: left; }
          .hero .container .content .hero-blurb {
            text-align: left; } }

.text-module {
  max-width: 880px; }

.post-content {
  max-width: 880px; }

.general {
  padding: calc(16px * 4) 0; }
  .general .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: calc(16px * 2);
    padding: 0; }
    @media (max-width: 1120px) {
      .general .container {
        padding: 0 16px; } }
    .general .container .column {
      width: 100%; }
      .general .container .column .module:not(:last-of-type) {
        margin-bottom: 16px; }
      .general .container .column img, .general .container .column iframe {
        max-width: 100%; }
    .general .container.halves .column {
      width: calc(50% - 16px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @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%; } }
  .general.small .container {
    max-width: 1050px; }

.posts {
  padding: calc(16px * 4) 0; }
  .posts .container {
    max-width: 1200px;
    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: "Montserrat", "Helvetica", "Arial", 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: #000000; }
        .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;
  background-color: #F1F2ED; }
  .accordion h3 {
    text-align: center;
    max-width: 536px;
    margin: 0 auto;
    margin-bottom: 56px; }
  .accordion .container {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .accordion .container {
        padding: 0 16px; } }
    .accordion .container .button-container {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 56px; }
    .accordion .container .accordionItems .accordionItem {
      margin-bottom: calc(16px * 1.5);
      padding: 24px 32px;
      border-radius: 10px;
      border: 1px solid #989996;
      position: relative;
      cursor: pointer; }
      .accordion .container .accordionItems .accordionItem.active {
        background: #fff; }
      .accordion .container .accordionItems .accordionItem::after {
        content: "";
        display: inline-block;
        background: url(../img/plus.svg) no-repeat center/contain;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 32px;
        top: 38px;
        transform: translateY(-50%);
        margin-left: 16px;
        transition: all 0.2s ease; }
      .accordion .container .accordionItems .accordionItem.active {
        display: flex;
        flex-direction: column; }
        .accordion .container .accordionItems .accordionItem.active::after {
          background: url(../img/minus.svg) no-repeat center/contain; }
      .accordion .container .accordionItems .accordionItem .accordionTitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s ease;
        color: #637A38;
        font-weight: 800;
        position: relative;
        margin-right: 40px; }
        .accordion .container .accordionItems .accordionItem .accordionTitle:hover {
          text-decoration: underline; }
      .accordion .container .accordionItems .accordionItem .accordionCopy {
        display: none;
        padding-top: 16px; }
        .accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
          margin-top: 0; }
        .accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
          color: #131515; }

#home-testimonials-2024 {
  padding: 4em 0; }

#home-testimonials-2024 h5 {
  margin-bottom: 2em; }

#home-testimonials-2024 .testimonial-slide {
  padding: 20px; }
  #home-testimonials-2024 .testimonial-slide .testimonial-left {
    flex: 1;
    display: flex;
    flex-direction: column; }
  #home-testimonials-2024 .testimonial-slide .testimonial-right {
    position: relative;
    flex: 1; }

#home-testimonials-2024 article.home-testimonial {
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 44px; }

#home-testimonials-2024 article.home-testimonial figure {
  max-width: 576px;
  position: relative;
  margin-bottom: 3em; }

#home-testimonials-2024 article.home-testimonial figure:after {
  content: "";
  border: 2px solid #95990F;
  border-radius: 23px;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 100%;
  height: 100%; }

#home-testimonials-2024 article.home-testimonial figure a {
  display: block;
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  max-width: 576px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1019607843);
  z-index: 2; }

#home-testimonials-2024 article.home-testimonial figure a img {
  width: 100%;
  height: auto; }

#home-testimonials-2024 article.home-testimonial figure a:hover span.playbtn, #home-testimonials-2024 article.home-testimonial figure a:focus span.playbtn, #home-testimonials-2024 article.home-testimonial figure a:active span.playbtn {
  background: #2E843A;
  color: #FFF; }

#home-testimonials-2024 article.home-testimonial figure span.playbtn {
  width: 64px;
  height: 64px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #242424;
  text-align: center;
  line-height: 64px;
  text-transform: uppercase;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#home-testimonials-2024 article.home-testimonial .testionial-quote {
  font-size: 24px; }

#home-testimonials-2024 #slider-controls {
  max-width: 576px;
  text-align: right;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

#home-testimonials-2024 #slider-controls span.count {
  display: block;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 20px;
  top: 0;
  font-weight: 600;
  color: #A8ABA1; }

#home-testimonials-2024 #slider-controls button {
  background: none;
  margin-right: 12px; }

#home-testimonials-2024 {
  padding: 4em 0; }

#home-testimonials-2024 h5 {
  margin-bottom: 2em; }

#home-testimonials-2024 .testimonial-slide {
  padding: 20px;
  width: auto !important; }

#home-testimonials-2024 article.home-testimonial {
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 20px; }

#home-testimonials-2024 article.home-testimonial figure {
  max-width: 576px;
  position: relative;
  margin-bottom: 3em; }

#home-testimonials-2024 article.home-testimonial figure:after {
  content: "";
  border: 2px solid #95990F;
  border-radius: 23px;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 100%;
  height: 100%; }

#home-testimonials-2024 article.home-testimonial figure a {
  display: block;
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  max-width: 576px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1019607843);
  z-index: 2; }

#home-testimonials-2024 article.home-testimonial figure a img {
  width: 100%;
  height: auto; }

#home-testimonials-2024 article.home-testimonial figure a:hover span.playbtn, #home-testimonials-2024 article.home-testimonial figure a:focus span.playbtn, #home-testimonials-2024 article.home-testimonial figure a:active span.playbtn {
  background: #2E843A;
  color: #FFF; }

#home-testimonials-2024 article.home-testimonial figure span.playbtn {
  width: 64px;
  height: 64px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #242424;
  text-align: center;
  line-height: 64px;
  text-transform: uppercase;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#home-testimonials-2024 article.home-testimonial .testionial-quote {
  font-size: 24px; }

#home-testimonials-2024 article.home-testimonial h2 {
  margin-bottom: 47px; }

#home-testimonials-2024 article.home-testimonial .testimonial-author h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: none; }

#home-testimonials-2024 article.home-testimonial .testimonial-author p {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px; }

#home-testimonials-2024 #slider-controls {
  max-width: 576px;
  text-align: right;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

#home-testimonials-2024 #slider-controls span.count {
  display: block;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 20px;
  top: 0;
  font-weight: 600;
  color: #A8ABA1; }

.grid-row, .wp-block-columns {
  position: relative;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.grid-row > .grid-item, .wp-block-column {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%; }

.grid-row > .grid-xl-5-12 {
  width: 41.6666%; }

@media screen and (min-width: 1201px) {
  #home-testimonials-2024 .wrap {
    position: relative; }

  #home-testimonials-2024 h5 {
    position: absolute;
    left: 40px;
    top: 10px;
    z-index: 2; }

  #home-testimonials-2024 article.home-testimonial {
    max-width: none; }

  #home-testimonials-2024 article.home-testimonial figure {
    margin-bottom: 0; }

  #home-testimonials-2024 article.home-testimonial figure span.playbtn {
    left: 50%;
    top: 50%; }

  #home-testimonials-2024 .testimonial-col1 {
    padding-top: 40px; }

  #home-testimonials-2024 #slider-controls {
    margin-left: 0;
    margin-top: -47px;
    max-width: 400px; }

  .spacedcols-lg > *, .wp-block-columns > * {
    padding-left: 45px;
    padding-right: 45px; }

  .grid-row > .grid-xl-7-12 {
    width: 58.3333%; } }
@media screen and (max-width: 1200px) {
  #home-testimonials-2024 article.home-testimonial {
    flex-direction: column;
    max-width: none;
    padding-bottom: 0; }

  #home-testimonials-2024 article.home-testimonial h2 {
    margin-bottom: 32px; }

  #home-testimonials-2024 article.home-testimonial .testimonial-author {
    left: 5px;
    bottom: 70px; }

  #home-testimonials-2024 article.home-testimonial .testimonial-author p {
    font-size: 16px; }

  #home-testimonials-2024 .testimonial-slide {
    padding-bottom: 0; } }
@media screen and (max-width: 500px) {
  bottom: 40px; }
.cards {
  padding: calc(16px * 4) 0; }
  .cards .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    @media (max-width: 1120px) {
      .cards .container {
        padding: 0 16px; } }
    .cards .container .intro {
      width: 100%; }
    .cards .container h2 {
      width: 100%;
      margin: 0; }
    .cards .container .card {
      background: #FFFFFF;
      width: calc(33.33333% - calc(16px * 2));
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #000000;
      position: relative; }
      .cards .container .card.first {
        background: #131515;
        color: #FFFFFF;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards .container .card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards .container .card.last {
        background: #EDEFF0;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .cards .container .card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .cards .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 .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 .container .card .image {
        height: 226px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px; }
        .cards .container .card .image img {
          height: 100%;
          width: 100%;
          border-radius: 20px; }
      .cards .container .card .content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px;
        padding-top: 16px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .cards .container .card .content h4 {
          margin: 0;
          color: #000000;
          transition: all 0.2s ease;
          padding-right: 40px; }
        .cards .container .card .content p {
          margin-bottom: 0;
          margin-top: 8px; }
        .cards .container .card .content .button {
          margin-top: 16px;
          width: fit-content; }
      @media (max-width: 1120px) {
        .cards .container .card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .cards .container .card {
          width: 100%; } }
    .cards .container a:hover h4 {
      color: #131515 !important; }
    .cards .container a:hover span::after {
      width: 31px !important; }
  .cards.stretch .card {
    width: calc(50% - calc(16px * 1.5)); }
    .cards.stretch .card .image {
      min-height: 117px; }
    .cards.stretch .card.last {
      justify-content: center; }
      .cards.stretch .card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .cards.stretch .card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .cards.stretch .card.last ul, .cards.stretch .card.last ol {
        padding-left: 20px; }
    .cards.stretch .card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .cards.stretch .card {
        width: calc(100% - calc(16px * 1.5)); } }
  .cards .image.noimage {
    min-height: 0px !important; }
  .cards.bg .container {
    gap: calc(16px * 3) 0; }
    .cards.bg .container h2 {
      margin-bottom: calc(16px * 2); }
    .cards.bg .container .card {
      background-size: cover;
      background-position: center;
      width: 33.3333%; }
      .cards.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.bg .container .card .content h4 {
          color: #FFFFFF;
          margin-top: auto;
          margin-bottom: 16px; }
          .cards.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.bg .container .card .image {
        display: none; }
      @media (max-width: 1120px) {
        .cards.bg .container .card {
          width: 100%; } }
    .cards.bg .container a:hover .content h4::after {
      margin-left: 16px;
      opacity: 1; }

.form {
  padding: calc(16px * 4) 0; }
  .form .container {
    max-width: 1200px;
    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: #000000;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase; }
.gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  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: "Montserrat", "Helvetica", "Arial", 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: #000000;
  font-family: "Montserrat", "Helvetica", "Arial", 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: #000000;
    outline: none; }

section.cta:not(.hero) {
  padding: calc(16px * 4) 0; }
  section.cta:not(.hero) .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: calc(calc(16px * 4) * 2);
    align-items: center; }
    @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%; }
    section.cta:not(.hero) .container .left {
      max-width: 470px; }
      section.cta:not(.hero) .container .left h2 {
        margin-top: 0; }
      section.cta:not(.hero) .container .left p {
        line-height: 26px; }
      section.cta:not(.hero) .container .left .buttons {
        display: flex;
        margin-top: calc(16px * 2);
        gap: calc(16px * 1.5); }
      section.cta:not(.hero) .container .left.noimage {
        max-width: 100%;
        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: 1200px;
    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: #000000;
                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: #000000;
                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: 1200px;
    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: #000000;
      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: 1200px;
    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 a {
      color: #000;
      font-weight: bold; }
    .videoCarousel .container .slide .thumbnail {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
      .videoCarousel .container .slide .thumbnail img {
        max-width: 100%;
        height: auto;
        border-radius: 20px; }
      .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;
    padding-right: 16px; }
    .videoCarousel .video-slider .slick-list {
      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; }
  .videoCarousel button {
    border: none;
    background: #fff; }
  .videoCarousel .slick-prev-cust, .videoCarousel .slick-next-cust {
    transform: none;
    cursor: pointer;
    width: auto; }
  .videoCarousel .slider-controls {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px; }
    @media (max-width: 1120px) {
      .videoCarousel .slider-controls {
        padding: 0 16px; } }

.tabs {
  padding: calc(16px * 4) 0; }
  .tabs .container {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .tabs .container {
        padding: 0 16px; } }
    .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: #000000;
          font-weight: bold; }
        .tabs .container .tabItems .topTabs .tabTitle.active {
          color: #131515;
          font-weight: bold; }
    .tabs .container .tabItems.side {
      display: flex;
      align-items: center; }
      .tabs .container .tabItems.side .sideTabs {
        width: 50%;
        margin-right: calc(16px * 2);
        display: flex;
        gap: 16px;
        flex-direction: column; }
        @media (max-width: 600px) {
          .tabs .container .tabItems.side .sideTabs {
            width: 100%;
            margin: 0; } }
        .tabs .container .tabItems.side .sideTabs .tabTitle {
          display: flex;
          cursor: pointer; }
          .tabs .container .tabItems.side .sideTabs .tabTitle:not(:last-of-type) {
            margin-bottom: 16px; }
          .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)); }
          .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%; }
    .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; }

.gallery {
  padding: calc(16px * 4) 0; }
  .gallery .container {
    max-width: 1200px;
    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; } }

.home-cards {
  padding: calc(16px * 4) 0;
  background: url("../img/EllipseHomeTopLeft.svg"), url("../img/EllipseHomeRight.svg"), url("../img/EllipseHomeBottom.svg");
  background-position: top left, bottom right, bottom right;
  background-repeat: no-repeat,  no-repeat, no-repeat;
  background-size: auto, auto, auto; }
  .home-cards .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px; }
    @media (max-width: 1120px) {
      .home-cards .container {
        padding: 0 16px; } }
    .home-cards .container .intro {
      width: 100%; }
    .home-cards .container h2 {
      width: 100%;
      margin: 0; }
    @media (max-width: 1120px) {
      .home-cards .container {
        flex-wrap: wrap; } }
    .home-cards .container .home-card {
      background: #FFFFFF;
      width: calc(33.33333% - calc(16px * 2));
      display: flex;
      height: 450px;
      flex-direction: column;
      text-decoration: none;
      color: #000000;
      position: relative;
      border-radius: 20px;
      justify-content: space-between; }
      .home-cards .container .home-card.first {
        background: #131515;
        color: #FFFFFF;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .home-cards .container .home-card.first *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .home-cards .container .home-card.last {
        background: #EDEFF0;
        padding: calc(16px * 2) 0 calc(16px * 3); }
        .home-cards .container .home-card.last *:not(a.button):not(a.button span) {
          margin: 0 0 16px 0;
          padding: 0 calc(16px * 2); }
      .home-cards .container .home-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; }
        .home-cards .container .home-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); }
      .home-cards .container .home-card .image {
        min-height: 80px;
        max-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        .home-cards .container .home-card .image img {
          min-height: 100%;
          width: auto; }
      .home-cards .container .home-card .content {
        padding: 24px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .home-cards .container .home-card .content .button {
          margin-top: auto;
          text-align: center; }
        .home-cards .container .home-card .content h3 {
          margin: 0;
          color: #fff;
          transition: all 0.2s ease;
          font-size: 32px;
          margin-bottom: auto; }
        .home-cards .container .home-card .content p {
          margin-bottom: 0; }
        .home-cards .container .home-card .content span {
          display: inline-block;
          margin-top: auto;
          padding-top: calc(16px * 2);
          font-size: 18px;
          line-height: 24px;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: bold; }
          .home-cards .container .home-card .content span::after {
            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); }
      @media (max-width: 1120px) {
        .home-cards .container .home-card {
          width: calc(50% - calc(16px * 1.5));
          min-width: calc(50% - calc(16px * 1.5)); } }
      @media (max-width: 600px) {
        .home-cards .container .home-card {
          width: 100%; } }
    .home-cards .container .home-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, #000 -27%, rgba(0, 0, 0, 0) 60.56%);
      border-radius: 20px;
      z-index: 1; }
    .home-cards .container .home-card > * {
      position: relative;
      z-index: 2; }
    .home-cards .container a:hover h4 {
      color: #131515 !important; }
    .home-cards .container a:hover span::after {
      width: 31px !important; }
  .home-cards.stretch .home-card {
    width: calc(50% - calc(16px * 1.5)); }
    .home-cards.stretch .home-card .image {
      min-height: 117px; }
    .home-cards.stretch .home-card.last {
      justify-content: center; }
      .home-cards.stretch .home-card.last * {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .home-cards.stretch .home-card.last .button {
        margin: calc(16px * 2) 0 0 !important;
        width: auto !important; }
      .home-cards.stretch .home-card.last ul, .home-cards.stretch .home-card.last ol {
        padding-left: 20px; }
    .home-cards.stretch .home-card.last *:not(.button) {
      max-width: calc(100% - calc(16px * 4));
      padding: 0; }
    @media (max-width: 600px) {
      .home-cards.stretch .home-card {
        width: calc(100% - calc(16px * 1.5)); } }
  .home-cards .image.noimage {
    min-height: 0px !important; }
  .home-cards.bg .container {
    gap: 20px; }
    .home-cards.bg .container h2 {
      margin-bottom: calc(16px * 2); }
    .home-cards.bg .container .home-card {
      background-size: cover;
      background-position: center;
      width: 33.3333%; }
      .home-cards.bg .container .home-card .content {
        min-height: calc(270px - calc(16px * 4));
        padding: 24px; }
        .home-cards.bg .container .home-card .content h4 {
          color: #FFFFFF;
          margin-top: auto;
          margin-bottom: 16px; }
          .home-cards.bg .container .home-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); }
      .home-cards.bg .container .home-card .image {
        display: none; }
      @media (max-width: 1120px) {
        .home-cards.bg .container .home-card {
          width: 100%; } }
    .home-cards.bg .container a:hover .content h4::after {
      margin-left: 16px;
      opacity: 1; }

.home-benefits {
  background: url("../img/HomeBenefitsBackgroundBottom.png"), url("../img/HomeBenefitsBackgroundTop.png");
  background-position: bottom left,  top right;
  background-repeat: no-repeat,  no-repeat;
  background-size: 227px 227px,  275px 275px,  cover;
  background-color: #E8EED9;
  padding: 56px 0 75px 0; }
  .home-benefits .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1120px) {
      .home-benefits .container {
        padding: 0 16px; } }
  .home-benefits .eyebrow {
    text-align: center;
    margin-bottom: 32px; }
  .home-benefits h2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .home-benefits .button {
    margin: 0 auto; }
  .home-benefits .benefits-container {
    display: flex;
    width: 100%;
    height: 100%; }
    .home-benefits .benefits-container .section-one, .home-benefits .benefits-container .section-three {
      width: 20%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .home-benefits .benefits-container .section-one .benefit, .home-benefits .benefits-container .section-three .benefit {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        .home-benefits .benefits-container .section-one .benefit img, .home-benefits .benefits-container .section-three .benefit img {
          width: 72px;
          height: 72px; }
        .home-benefits .benefits-container .section-one .benefit h4, .home-benefits .benefits-container .section-three .benefit h4 {
          margin-top: 16px;
          margin-bottom: 0; }
        .home-benefits .benefits-container .section-one .benefit:first-child, .home-benefits .benefits-container .section-three .benefit:first-child {
          margin-top: 0; }
        .home-benefits .benefits-container .section-one .benefit:last-child, .home-benefits .benefits-container .section-three .benefit:last-child {
          margin-top: auto; }
    .home-benefits .benefits-container .section-two {
      width: 60%;
      display: flex; }
      .home-benefits .benefits-container .section-two .home-benefits-image {
        max-width: 100%;
        height: auto;
        align-self: center; }
    @media (max-width: 768px) {
      .home-benefits .benefits-container {
        flex-direction: column;
        margin-top: 35px;
        margin-bottom: 56px;
        gap: 56px; }
        .home-benefits .benefits-container .section-one {
          width: 100%;
          gap: 56px; }
        .home-benefits .benefits-container .section-two {
          display: none; }
        .home-benefits .benefits-container .section-three {
          width: 100%;
          gap: 56px; } }

.home-subscribe {
  padding-top: 50px;
  padding-bottom: 50px; }
  .home-subscribe .container {
    display: flex;
    padding: 56px 63px 0 104px;
    background-color: #E8EED9;
    border-radius: 20px;
    gap: 90px;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .home-subscribe .container {
        padding: 0 16px; } }
    .home-subscribe .container .section-1 {
      width: 60%; }
      .home-subscribe .container .section-1 h3 {
        margin-bottom: 16px; }
      .home-subscribe .container .section-1 p {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 50px; }
    .home-subscribe .container .section-2 {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .home-subscribe .container .section-2 .home-subscribe-image {
        max-width: 100%;
        height: auto;
        align-self: center; }
    @media (max-width: 1120px) {
      .home-subscribe .container {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        gap: 40px; }
        .home-subscribe .container .section-1 {
          width: 100%; }
        .home-subscribe .container .section-2 {
          width: 100%; } }
  .home-subscribe .email-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px; }
    .home-subscribe .email-field label {
      margin-bottom: 5px;
      font-size: 16px;
      font-style: normal;
      font-weight: 600; }
    .home-subscribe .email-field input {
      border: none;
      border-bottom: 1px solid #20221C;
      padding: 8px 0;
      font-size: 16px;
      outline: none;
      transition: border-color 0.3s;
      background: none;
      width: 60%;
      border-radius: 0; }
      .home-subscribe .email-field input:focus {
        border-bottom: 2px solid #487035; }
      .home-subscribe .email-field input::placeholder {
        color: #999; }

.agronomist-rep-block {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  .agronomist-rep-block .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 56px 63px 0 104px;
    border-radius: 20px;
    gap: 40px; }
    @media (max-width: 1120px) {
      .agronomist-rep-block .container {
        padding: 0 16px; } }
    @media (max-width: 1120px) {
      .agronomist-rep-block .container {
        flex-wrap: wrap;
        padding: 0; } }
    .agronomist-rep-block .container .section-1 {
      width: 50%; }
      @media (max-width: 1120px) {
        .agronomist-rep-block .container .section-1 {
          width: 100%;
          margin: 0 auto; } }
      .agronomist-rep-block .container .section-1 .ask-agronomist-container {
        background-color: #E8EED9;
        border-radius: 20px;
        padding: 56px 64px 56px 76px; }
        .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content {
          max-width: 390px;
          display: flex;
          flex-direction: column; }
          .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content h3 {
            margin-bottom: 16px; }
          .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content p {
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 0;
            margin-bottom: 40px; }
            @media (max-width: 768px) {
              .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content p {
                margin-bottom: 32px; } }
          .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content .button.primary {
            max-width: 300px;
            display: flex;
            flex-direction: row;
            gap: 14px;
            align-items: center;
            justify-content: flex-start;
            padding-left: 16px;
            font-size: 20px;
            margin-bottom: 32px; }
          .agronomist-rep-block .container .section-1 .ask-agronomist-container .ag-content .button.arrow-right {
            padding: 0; }
        @media (max-width: 768px) {
          .agronomist-rep-block .container .section-1 .ask-agronomist-container {
            padding-top: 56px;
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 32px; } }
    .agronomist-rep-block .container .section-2 {
      width: 50%;
      min-height: 365px; }
      @media (max-width: 1120px) {
        .agronomist-rep-block .container .section-2 {
          margin: 0 auto;
          width: 100%; } }
      .agronomist-rep-block .container .section-2 .question-container {
        border-radius: 20px;
        background-color: #E8EED9;
        padding: 56px; }
        .agronomist-rep-block .container .section-2 .question-container p {
          margin: 0; }
        .agronomist-rep-block .container .section-2 .question-container .grower-question-label {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 3.5px;
          text-transform: uppercase;
          margin-bottom: 13px; }
        .agronomist-rep-block .container .section-2 .question-container .grower-question {
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          margin-bottom: 13px; }
        .agronomist-rep-block .container .section-2 .question-container .grower-name {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24.5px;
          /* 153.125% */
          letter-spacing: 0.32px;
          margin-bottom: 27px; }
        .agronomist-rep-block .container .section-2 .question-container .grower-answer-label {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 3.5px;
          text-transform: uppercase;
          margin-bottom: 13px; }
        .agronomist-rep-block .container .section-2 .question-container .grower-answer {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24.5px;
          /* 153.125% */
          letter-spacing: 0.32px; }
      .agronomist-rep-block .container .section-2 .find-rep-container {
        background: #637A38;
        border-radius: 20px;
        height: 100%; }
        .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal {
          flex: 1;
          min-width: 200px;
          padding: 40px; }
          .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal h1 {
            color: #fff;
            text-align: left; }
          .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal p {
            color: #FAFAFA;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.5px;
            letter-spacing: 0.32px; }
          .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal .rep-input-container {
            display: flex;
            align-items: center; }
            .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal .rep-input-container input {
              padding: 10px 15px;
              border-radius: 25px;
              border: 1px solid #ccc;
              background-color: white;
              flex: 1;
              font-size: 16px;
              max-width: 230px; }
            .agronomist-rep-block .container .section-2 .find-rep-container .enter-postal .rep-input-container button {
              margin-left: 12px; }
        .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          padding-top: 56px;
          padding-bottom: 56px;
          padding-left: 48px;
          padding-right: 48px; }
          .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .country {
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 3.5px;
            text-transform: uppercase;
            color: #D5DB27;
            margin-bottom: 8px; }
          .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep h2 {
            margin-top: 0;
            margin-bottom: 8px;
            color: #FAFAFA; }
          .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .description {
            margin: 0;
            color: #FAFAFA;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24.5px;
            /* 153.125% */
            letter-spacing: 0.32px;
            margin-bottom: 28px; }
          .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .sales-rep-left {
            flex: 1;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            display: flex; }
            .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .sales-rep-left .rep-image {
              width: 160px;
              height: 160px;
              object-fit: cover;
              border-radius: 50%; }
          .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .sales-rep-right {
            flex: 2;
            position: relative;
            display: flex;
            flex-direction: column; }
            .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .sales-rep-right h5 {
              color: #FAFAFA;
              margin-bottom: 16px; }
            .agronomist-rep-block .container .section-2 .find-rep-container .rep-container .sales-rep .sales-rep-right a {
              color: #D5DB27;
              font-weight: 800;
              margin-bottom: 12px; }
        .agronomist-rep-block .container .section-2 .find-rep-container .sales-rep-bottom {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          gap: 24px;
          flex-wrap: wrap; }
          @media (max-width: 528px) {
            .agronomist-rep-block .container .section-2 .find-rep-container .sales-rep-bottom {
              flex-direction: column; } }

.video-block {
  background: linear-gradient(180deg, #87AE55 -105.91%, #4D5A31 114.56%);
  padding-top: 64px;
  padding-bottom: 64px; }
  .video-block h3 {
    text-align: center;
    color: #fff !important;
    margin-bottom: 32px; }
  .video-block .container {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .video-block .container {
        padding: 0 16px; } }
  .video-block .video-container {
    position: relative;
    height: 100%;
    max-height: 600px;
    max-width: 100%; }
    .video-block .video-container .widget-video-link .video-thumbnail img {
      width: 100%;
      max-width: 1104px;
      margin: 0 auto; }

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4); }
  section.team .container {
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1050px; }
    @media (max-width: 1120px) {
      section.team .container {
        padding: 0 16px; } }
    section.team .container .search {
      margin-bottom: calc(16px * 4); }
      section.team .container .search form {
        display: flex;
        align-items: flex-end;
        gap: calc(16px * 4); }
        section.team .container .search form div {
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
          section.team .container .search form div strong {
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 1.12px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: calc(16px / 2); }
          section.team .container .search form div select {
            background: #FFFFFF url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
            border: #000000 1px solid;
            padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
            font-size: 17px;
            line-height: 22px;
            letter-spacing: 0.34px;
            font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none; }
        @media (max-width: 600px) {
          section.team .container .search form {
            flex-direction: column;
            gap: calc(16px * 2);
            align-items: center; }
            section.team .container .search form div {
              width: 100%; } }
    section.team .container .teamMembers {
      display: flex;
      flex-wrap: wrap;
      gap: calc(16px * 3);
      align-items: flex-start; }
      section.team .container .teamMembers .member {
        max-width: 318px;
        width: 100%;
        flex-grow: 1;
        height: 400px;
        overflow: hidden;
        position: relative; }
        section.team .container .teamMembers .member .overlay {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: black;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
          z-index: 1; }
        section.team .container .teamMembers .member img {
          width: 100%;
          transition: all 0.2s ease; }
        section.team .container .teamMembers .member .content {
          position: absolute;
          bottom: 0;
          padding: 16px 16px calc(16px * 2) 16px;
          text-align: center;
          width: calc(100% - calc(16px * 2));
          color: #FFFFFF;
          z-index: 2; }
          section.team .container .teamMembers .member .content h3 {
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0.44px;
            font-weight: 800;
            font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
            color: #FFFFFF;
            margin: 0 0 calc(16px / 2); }
          section.team .container .teamMembers .member .content span {
            display: block; }
          section.team .container .teamMembers .member .content a {
            display: block;
            margin-top: 0;
            color: #FFFFFF;
            max-height: 0;
            visibility: hidden;
            opacity: 0;
            transition: all 0.2s ease; }
        section.team .container .teamMembers .member:hover img {
          transform: scale(1.05); }
        section.team .container .teamMembers .member:hover .content a {
          margin-top: 16px;
          max-height: 100%;
          visibility: visible;
          opacity: 1; }
        @media (max-width: 1120px) {
          section.team .container .teamMembers .member .content a {
            margin-top: 16px;
            max-height: 100%;
            visibility: visible;
            opacity: 1; } }
      @media (max-width: 1120px) {
        section.team .container .teamMembers {
          justify-content: center; } }

.single .container {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .single .container {
      padding: 0 16px; } }
  .single .container .mainContent {
    max-width: 1050px;
    margin: calc(16px * 3) auto calc(calc(16px * 3) * 2); }
    .single .container .mainContent .returnLink {
      margin-bottom: calc(16px * 2); }
      .single .container .mainContent .returnLink a {
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none; }
        .single .container .mainContent .returnLink a::before {
          content: "";
          display: inline-block;
          background: url(../img/arrow-white.svg) no-repeat center/contain;
          width: 16px;
          height: 10px;
          transform: rotate(180deg);
          margin-right: 16px;
          transition: all 0.2s ease; }
        .single .container .mainContent .returnLink a:hover::before {
          margin-right: calc(16px * 1.5); }
    .single .container .mainContent .image {
      margin-bottom: calc(16px * 2); }
      .single .container .mainContent .image img {
        max-width: 100%;
        height: auto; }
    .single .container .mainContent .flex {
      display: flex; }
      .single .container .mainContent .flex .addthis_inline_share_toolbox {
        max-width: 46px;
        margin-right: calc(16px * 2); }
        .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
          transform: translateX(-4px); }
      .single .container .mainContent .flex .content .data {
        display: flex;
        flex-wrap: wrap; }
        .single .container .mainContent .flex .content .data h1 {
          width: 100%;
          margin-top: 0;
          font-size: 32px;
          line-height: 38px; }

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

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

.blog .container, .archive .container {
  max-width: 1200px;
  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: #000000 1px solid;
          padding: calc(16px - 4px) calc(16px * 1.5);
          font-size: 17px;
          line-height: 22px;
          letter-spacing: 0.34px;
          color: #000000;
          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: #000000;
        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: #000000;
      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: #000000;
          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
   ======================================= */
.show {
  display: block; }

.hide {
  display: none; }

.page-width {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .page-width {
      padding: 0 16px; } }

.container {
  padding-left: 16px;
  padding-right: 16px; }

.nav-container {
  max-width: 1328px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }

li::marker {
  color: #95990F; }

body {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px;
  /* 153.125% */
  letter-spacing: 0.32px;
  color: #20221C;
  margin: 0;
  overflow-wrap: break-word;
  /* ------- Forms -------- */
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS/HEADING --------- */ }
  body.active {
    overflow-y: hidden; }
  body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0.32px; }
  body .white {
    background-color: #fff; }
  body .gray {
    background-color: #F1F2ED; }
  body #inside-page-main {
    position: relative;
    overflow: hidden; }
  body input[type=text], body input[type=tel], body input[type=email] {
    border-radius: 100px;
    width: 100% !important;
    padding: 10px 20px 10px 20px !important;
    border: none;
    box-sizing: border-box;
    border: 1px solid #CBCCC8; }
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: capitalize; }
  body .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="radio"]:checked + label::before,
  body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
    background: none;
    content: "✔";
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #637a38; }
  body .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
    border: 1px solid #CBCCC8;
    border-radius: 2px; }
  body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-bottom: 32px; }
  body body .gform_legacy_markup_wrapper ul li.gfield {
    margin: 0; }
  body textarea {
    border: 1px solid #CBCCC8;
    border-radius: 5px; }
  body select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: url("../img/chevron-down.svg") no-repeat right center #fff !important;
    background-size: 16px !important;
    background-position: calc(100% - 13px) center !important;
    width: 100%;
    padding: 10px 13px 10px 24px !important;
    font-size: 14px;
    margin-bottom: 24px;
    border-radius: 100px;
    border: 1px solid #CBCCC8;
    background: #FAFAFA;
    border: 1px solid var(500, #CBCCC8); }
  body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    justify-content: left; }
  body .gform_wrapper.gravity-theme .gform_footer button {
    display: inline-block;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 100px;
    text-align: center;
    background-color: #637A38;
    color: #fff;
    font-weight: 800;
    font-size: 16px; }
    body .gform_wrapper.gravity-theme .gform_footer button:hover {
      background-color: #B8BE14;
      color: #20221C; }
  body .gform_wrapper.gravity-theme .button::after {
    all: unset; }
  body h1, body h2, body h3, body h4 {
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif; }
  body h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 112.3%;
    /* 58.396px */
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (max-width: 500px) {
      body h1 {
        font-size: 43px; } }
  body h2 {
    font-size: 40px;
    color: #20221C;
    font-style: normal;
    font-weight: 900;
    line-height: 42.8px;
    text-transform: uppercase;
    margin-top: 0; }
    body h2 .title-color {
      color: #95990F; }
    @media (max-width: 500px) {
      body h2 {
        font-size: 35px; } }
  body h3 {
    color: #20221C;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px; }
  body h4 {
    color: #20221C;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.48px; }
  body h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.4px; }
  body .eyebrow {
    font-size: 14px;
    font-weight: 700;
    color: #474846;
    letter-spacing: 3.5px;
    text-transform: uppercase; }
  body a {
    color: #637A38;
    text-decoration: none;
    transition: all 0.2s ease; }
  body .button {
    display: inline-block;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 100px;
    text-align: center; }
    body .button.primary {
      background-color: #637A38;
      color: #fff;
      font-weight: 800;
      font-size: 16px; }
      body .button.primary:hover {
        background-color: #B8BE14;
        color: #20221C; }
    body .button.secondary {
      background: #FAFAFA;
      color: #637A38;
      border: 1px solid var(--Green-2---CTA, #637A38);
      font-weight: 800;
      font-size: 16px;
      cursor: pointer; }
      body .button.secondary:hover {
        background-color: #B8BE14;
        border-color: #B8BE14;
        color: #20221C; }
  body .download-btn {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    position: relative; }
  body .download-btn::after {
    content: '';
    background-image: url("../img/download.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px; }
  body .button.arrow-right {
    text-align: left;
    font-weight: bold;
    padding-left: 0; }
  body .button.arrow-right::after {
    content: ' →';
    font-size: 20px;
    margin-left: 4px; }
  body .button.arrow-up {
    text-align: left;
    font-weight: bold;
    padding-left: 0; }
  body .button.arrow-up::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/chevron-up.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px; }
  body .gform_footer button {
    background-color: #637A38;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border: none; }
    body .gform_footer button:hover {
      background-color: #B8BE14;
      color: #20221C; }
  body hr.anchor {
    border: none;
    margin: 0; }
  body svg.play {
    position: absolute;
    max-width: 50px;
    max-height: 50px;
    top: 40%;
    left: 45%; }
  body .st0 {
    fill: none; }
  body .st1 {
    fill: #FFFFFF; }
  body .st2 {
    fill: #637A38; }
  body section {
    padding: 0 16px; }
    body section *:first-child {
      margin-top: 0; }
    body section.gray {
      background: '#F1F2ED'; }
    body section.notop {
      padding-top: 0; }
    body section.nobottom {
      padding-bottom: 0; }
    body section img {
      display: block; }
  body .content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      body .content {
        padding: 0 16px; } }
  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 ol, body ul {
    padding-left: 20px; }
    body ol.two, body ul.two {
      columns: 2; }
    body ol.three, body ul.three {
      columns: 3; }
  body .posts {
    padding: 0; }
  body .excerpt_part {
    color: #20221C; }
  body .search-post {
    margin-bottom: 56px; }
  body .heading {
    height: 230px;
    background: url("../img/ellipse-top.svg"), url("../img/ellipse-bottom.svg"), linear-gradient(0deg, #3A4424 -20.57%, #789C4A 127.71%);
    background-position: top left,  bottom right,  center;
    background-repeat: no-repeat,  no-repeat,  no-repeat;
    background-size: 274px 142px,  232px 199px,  cover; }
    @media (max-width: 1120px) {
      body .heading {
        background: url("../img/ellipse-top-mobile.svg"), url("../img/ellipse-bottom-mobile.svg"), linear-gradient(0deg, #3A4424 -20.57%, #789C4A 127.71%);
        background-position: top left,  bottom right,  center;
        background-repeat: no-repeat,  no-repeat,  no-repeat;
        background-size: 168px 68px,  109px 140px,  cover; } }
    body .heading .nav-container {
      height: 100%; }
      body .heading .nav-container h1 {
        color: #fff;
        text-align: center; }
      @media (max-width: 1120px) {
        body .heading .nav-container {
          display: flex;
          align-items: center;
          justify-content: center; } }
    body .heading .breadcrumbWrapper {
      color: #fff;
      padding-top: 8px; }
      body .heading .breadcrumbWrapper p {
        font-size: 14px; }
      body .heading .breadcrumbWrapper a {
        color: #fff;
        text-decoration: none; }
      body .heading .breadcrumbWrapper .breadcrumb_last {
        font-weight: 600; }
      @media (max-width: 1120px) {
        body .heading .breadcrumbWrapper {
          display: none; } }
  body .heading-single .breadcrumbWrapper {
    padding-top: 8px; }
    body .heading-single .breadcrumbWrapper p {
      font-size: 14px; }
    body .heading-single .breadcrumbWrapper a {
      text-decoration: none; }
    body .heading-single .breadcrumbWrapper .breadcrumb_last {
      font-weight: 600; }
    @media (max-width: 1120px) {
      body .heading-single .breadcrumbWrapper {
        display: none; } }

/* -------------- News & Research ------------ */
.blog .container, .archive .container {
  max-width: 1328px; }

.load-more-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  padding-bottom: 56px; }
  .load-more-btn-container .load-more-btn {
    margin: 0 auto;
    font-weight: bold; }

.trial-data-container .news-wrapper {
  padding-top: 56px; }

.news-wrapper .news-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .news-wrapper .news-posts-wrapper .post-item {
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 1120px) {
      .news-wrapper .news-posts-wrapper .post-item {
        margin-left: 0; } }
    .news-wrapper .news-posts-wrapper .post-item a {
      position: relative;
      display: block; }
    .news-wrapper .news-posts-wrapper .post-item .article-cat {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 134%;
      letter-spacing: 0.28px;
      color: #747674;
      margin-top: 20px; }
    .news-wrapper .news-posts-wrapper .post-item h2 {
      padding-top: 8px;
      line-height: normal;
      letter-spacing: 0.4px;
      font-size: 20px; }
    .news-wrapper .news-posts-wrapper .post-item .post-thumb {
      width: 100%;
      height: 203px;
      display: block;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      object-fit: cover;
    object-position: center; }
      @media (max-width: 1120px) {
        .news-wrapper .news-posts-wrapper .post-item .post-thumb {
          height: auto;
          max-height: 100%; } }
    .news-wrapper .news-posts-wrapper .post-item .post-content {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 24px; }
      .news-wrapper .news-posts-wrapper .post-item .post-content h5 {
        font-size: 20px;
        margin: 0;
        margin-top: 5px; }
      .news-wrapper .news-posts-wrapper .post-item .post-content a {
        text-decoration: none;
        color: inherit; }
    @media (max-width: 1200px) {
      .news-wrapper .news-posts-wrapper .post-item {
        flex: auto; } }
  .news-wrapper .news-posts-wrapper .post-item:nth-child(3n) {
    margin-right: 0; }

.news-wrapper {
  display: flex; }

.post-search-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 29px;
  padding-top: 56px; }
  .post-search-container #edu-search {
    max-width: 308px;
    width: 100%; }
    .post-search-container #edu-search input[type=text] {
      border-radius: 100px;
      width: 100%;
      padding: 10px 20px 10px 20px !important;
      border: none;
      box-sizing: border-box; }
    @media (max-width: 410px) {
      .post-search-container #edu-search {
        max-width: 288px; } }
  @media (max-width: 1120px) {
    .post-search-container {
      justify-content: space-between; } }

#news-filters-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
  transition: all 0.25s linear;
  overflow: hidden;
  width: 0;
  /* Initially hidden on desktop (optional, based on your design) */
  width: 25%;
  padding-right: 10px;
  overflow: visible; }
  #news-filters-container h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 12px; }
  #news-filters-container > div {
    min-width: 255px;
    background: #FFF;
    padding: 20px;
    border-radius: 10px; }
  #news-filters-container #clear-filters-desktop {
    display: block;
    color: #FF5314;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    padding: 3px 0;
    margin-top: 8px;
    text-decoration: none; }
  #news-filters-container #filter-btns {
    text-align: center; }
  #news-filters-container #filter-btns button {
    margin-bottom: 0; }


  /* News Category */
  #edu-terms {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-bottom: 24px;
  }
  
  #edu-terms li {
    margin: 0;
  }
  
  #edu-terms a {
    text-decoration: none;
    padding: 8px 16px;
    display: block;
    color: #333;
    border-radius: 10px;
    transition: background-color 0.2s ease;
  }
  
  #edu-terms a:hover {
    background-color: #f0f0f0;
  }
  
  #edu-terms a.active {
    background-color: #637A38;
    color: #fff;
  }

  .news-category-page article .container a {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .news-category-page article .container a img {
    max-width: 880px;
    border-radius: 10px;
  }

  .news-category-page article .container .post-content {
    margin: 0 auto;
  }

  .news-category-page article {
    margin-bottom: 24px;
  }

  .news-category-page .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-family: sans-serif;
    margin-top: 30px;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 56px;
  }
  
  .news-category-page .pagination ul {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  
  .news-category-page .pagination li {
    margin: 0;
  }
  
  .news-category-page .pagination a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #637A38;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  
  .news-category-page .pagination a:hover {
    background-color: #637A38;
    color: #fff;
  }
  
  .news-category-page .pagination a.active {
    background-color: #637A38;
    color: #fff;
    border-color: #333;
  }
  
  .news-category-page .pagination a.next {
    font-weight: bold;
    border-color: #000;
    color: #637A38;
  }
  
  .news-category-page .pagination .page-details {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }

/* Mobile Specific Styles */
@media (max-width: 1120px) {
  #news-filters-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 20px;
    z-index: 1000;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }

  #news-filters-container.visible {
    transform: translateY(0); }

  #close-filters {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer; }

  #clear-filters-desktop {
    display: none; }

  #filter-btns {
    margin-top: 24px; }
    #filter-btns button {
      margin-right: 24px; }
    #filter-btns a {
      color: red; } }
#news-list-container {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear; }

#news-list-container {
  width: 75%; }

#news-controls {
  text-align: right;
  padding-bottom: 0;
  height: 30px; }
  #news-controls #show-filters-desktop {
    color: #242424;
    padding: 6px 16px;
    border-radius: 999px; }
    #news-controls #show-filters-desktop img {
      margin-left: 0.5em; }
    #news-controls #show-filters-desktop:hover, #news-controls #show-filters-desktop:active, #news-controls #show-filters-desktop:focus {
      text-decoration: none;
      background: #FFF;
      border: 1px solid #242424; }
  #news-controls #filter-type-desktop {
    padding: 0;
    border: none;
    margin-left: 2.5em; }
    #news-controls #filter-type-desktop select {
      border: none;
      background: transparent url("img/icon-chevron-down.svg") no-repeat right center;
      background-size: 12px;
      color: #242424; }

#news-content .wrap-sm {
  position: relative;
  padding-left: 30px; }
#news-content #addthis-container {
  position: absolute;
  left: -70px;
  top: 0;
  width: 60px;
  min-height: 10px; }

.filter-section {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843); }
  .filter-section h3 {
    display: block;
    position: relative;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0; }
    .filter-section h3:hover {
      color: #2E843A; }
    .filter-section h3:after {
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      content: url("../img/down.svg");
      font-weight: 900;
      position: absolute;
      right: 0.6em;
      top: 0; }
  .filter-section .filter-content {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0.32px; }
    .filter-section .filter-content .filter-option {
      margin-bottom: 8px; }
      .filter-section .filter-content .filter-option label {
        display: flex;
        gap: 8px;
        align-items: flex-start; }
        .filter-section .filter-content .filter-option label input {
          margin-top: 6px; }
  .filter-section.open h3 {
    padding-bottom: 1em; }
    .filter-section.open h3:after {
      content: url("../img/up.svg"); }
  .filter-section.open .filter-content {
    max-height: 450px;
    overflow: auto; }

/**** Related Posts ******/
#related-posts {
  margin-top: 80px;
  margin-bottom: 120px; }
  #related-posts .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  #related-posts h2 {
    font-size: 24px;
    margin: 0; }
  #related-posts .view-all {
    font-weight: bold; }
  #related-posts .related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #related-posts .related-posts-grid {
        flex-direction: column; } }
  #related-posts .related-post {
    width: calc(33.333% - 20px);
    text-align: left;
    padding-bottom: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 16px 1px rgba(0, 0, 0, 0.1); }
    #related-posts .related-post a {
      display: block;
      text-decoration: none;
      color: inherit;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.28px; }
    #related-posts .related-post .article-cat {
      padding-left: 24px;
      padding-right: 24px;
      color: #747674;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 134%;
      /* 18.76px */
      letter-spacing: 0.28px; }
    #related-posts .related-post .post-thumb {
      width: 100%;
      height: 200px;
      border-radius: 8px;
      margin-bottom: 10px; }
    #related-posts .related-post h5 {
      padding-left: 24px;
      padding-right: 24px;
      margin-top: 4px;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      #related-posts .related-post {
        width: 100%; } }

/**** Single News Research *****/
.single-news-insights #terms {
  padding-bottom: 24px;
  margin-top: 56px; }
  .single-news-insights #terms a {
    text-decoration: none; }
  .single-news-insights #terms h1 {
    margin-bottom: 2; }
.single-news-insights .youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 20px; }
  .single-news-insights .youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.single-news-insights .post-thumb {
  width: 100%;
  border-radius: 10px;
  max-height: 586px; }

/**** Smart Nutrition MAP + MST Page ***/
#stewardship-videos {
  background: #fff; }

#how-to-apply-map {
  background: #fff;
  padding-bottom: 40px; }

.benefits {
  background: #fff; }

.phosphate-flexible-content .mst-what-is-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1200px; }
  .phosphate-flexible-content .mst-what-is-container .text-what-is {
    width: 50%; }
  .phosphate-flexible-content .mst-what-is-container .image-what-is {
    width: 50%;
    display: flex;
    justify-content: flex-end; }
    .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      padding: 32px 24px;
      background: #F5F8ED;
      border-radius: 20px;
      margin-left: 100px;
      max-width: 343px;
      max-height: 254px; }
      @media (max-width: 1120px) {
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep {
          margin-left: 16px;
          margin-right: 16px; } }
      @media (max-width: 500px) {
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep {
          max-height: 100%; } }
      .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .country {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3.5px;
        text-transform: uppercase;
        color: #D5DB27;
        margin-bottom: 8px; }
      .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep h4 {
        margin-top: 0;
        margin-bottom: 8px; }
      .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .description {
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.5px;
        /* 153.125% */
        letter-spacing: 0.32px;
        margin-bottom: 24px; }
      .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .sales-rep-left {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        display: flex; }
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .sales-rep-left .rep-image {
          width: 80px;
          height: 80px;
          object-fit: cover;
          border-radius: 50%; }
      .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .sales-rep-right {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .sales-rep-right h5 {
          margin-bottom: 8px;
          margin-top: 0; }
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep .sales-rep-right a {
          font-weight: 800;
          margin-bottom: 8px; }
    .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep-bottom {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      gap: 16px;
      width: 100%; }
      @media (max-width: 500px) {
        .phosphate-flexible-content .mst-what-is-container .image-what-is .sales-rep-bottom {
          flex-direction: column; } }
  @media (max-width: 768px) {
    .phosphate-flexible-content .mst-what-is-container {
      flex-direction: column; }
      .phosphate-flexible-content .mst-what-is-container .text-what-is {
        width: 100%;
        margin-bottom: 56px; }
      .phosphate-flexible-content .mst-what-is-container .image-what-is {
        width: 100%;
        justify-content: center; } }
.phosphate-flexible-content .benefits-container {
  padding-bottom: 55px; }
  .phosphate-flexible-content .benefits-container .prod-content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .phosphate-flexible-content .benefits-container .prod-content {
        padding: 0 16px; } }
  .phosphate-flexible-content .benefits-container .prod-benefits-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .phosphate-flexible-content .benefits-container .prod-benefits-content-wrapper .prod-benefits-content {
      width: 60%; }
    .phosphate-flexible-content .benefits-container .prod-benefits-content-wrapper .prod-benefits-find-rep {
      width: 40%; }
.phosphate-flexible-content .mst-info-wrapper {
  background-color: #fff;
  padding-top: 80px; }
  .phosphate-flexible-content .mst-info-wrapper .mst-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1120px) {
      .phosphate-flexible-content .mst-info-wrapper .mst-info-container {
        padding: 0 16px; } }
    .phosphate-flexible-content .mst-info-wrapper .mst-info-container .mst-info {
      flex: 1 1 calc(50% - 10px);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: left;
      text-align: left; }
      .phosphate-flexible-content .mst-info-wrapper .mst-info-container .mst-info img {
        width: 72px;
        height: 72px; }
      .phosphate-flexible-content .mst-info-wrapper .mst-info-container .mst-info h4 {
        margin-bottom: 0; }
    @media (max-width: 768px) {
      .phosphate-flexible-content .mst-info-wrapper .mst-info-container {
        flex-direction: column; } }
.phosphate-flexible-content .contain-divider img {
  max-width: 100%;
  width: 100%; }

.expand-content {
  display: none;
  margin-top: 10px;
  padding: 10px 0; }

.expand-content p {
  margin: 5px 0; }

.expand a.expand-toggle {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold; }

.expand a.expand-toggle:focus {
  outline: none; }

.download-sections {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 20px;
  max-width: 786px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .download-sections {
      flex-direction: column; } }
  .download-sections .msds-section {
    flex: 1;
    box-shadow: 4px 4px 16px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 55px 32px;
    background: #fff; }
    .download-sections .msds-section h5 {
      margin-bottom: 15px;
      margin-top: 0;
      margin-bottom: 48px; }
    .download-sections .msds-section p {
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0.32px;
      margin: 0;
      margin-bottom: 10px; }
    .download-sections .msds-section .download-select {
      width: 100%;
      padding: 10px 13px 10px 24px !important;
      font-size: 14px;
      margin-bottom: 24px;
      border-radius: 100px;
      border: 1px solid #CBCCC8;
      background: #FAFAFA; }
    .download-sections .msds-section .download-btn {
      cursor: pointer; }
      .download-sections .msds-section .download-btn:disabled {
        background-color: #FAFAFA;
        cursor: not-allowed;
        border: 1px solid #CBCCC8;
        color: #CBCCC8; }
  .download-sections .other-downloads-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .download-sections .other-downloads-section h5 {
      margin-bottom: 15px; }
    .download-sections .other-downloads-section .dl-link {
      font-weight: bold;
      margin: 0; }
      .download-sections .other-downloads-section .dl-link span {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.5px;
        /* 153.125% */
        letter-spacing: 0.32px;
        color: #747674; }
    .download-sections .other-downloads-section .dl-icon {
      display: flex;
      font-weight: bold;
      margin: 0;
      padding: 12px 24px;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
      border-radius: 10px;
      background: #FFF;
      box-shadow: 4px 4px 16px 1px rgba(0, 0, 0, 0.1); }

/****** Single Trial Data ******/
.single-trial .eyebrow {
  color: #747674;
  margin-top: 56px; }
.single-trial h2 {
  margin-top: 56px; }
.single-trial h3 {
  margin-top: 56px; }
.single-trial .benefits {
  margin-top: 104px; }
  .single-trial .benefits h3 {
    margin-top: 0; }
.single-trial .post-content img {
  margin-top: 40px;
  margin-bottom: 24px; }
.single-trial .dl-icon {
  max-width: 385px; }
  .single-trial .dl-icon img {
    margin-top: 0;
    margin-bottom: 0; }

.dl-icon {
  display: flex;
  font-weight: bold;
  margin: 0;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 16px 1px rgba(0, 0, 0, 0.1); }

.dl-link {
  font-weight: bold;
  margin: 0; }
  .dl-link span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;
    /* 153.125% */
    letter-spacing: 0.32px;
    color: #747674; }

@media (min-width: 1121px) {
  .hidedesktop {
    display: none !important; } }
@media (max-width: 1120px) {
  .hidemobile {
    display: none !important; } }
@media (min-width: 501px) {
  .mobiletext {
    display: none; } }
@media (max-width: 500px) {
  .desktoptext {
    display: none; } }
.mst-animation-image {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%; }
  .mst-animation-image img {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: auto; }
  .mst-animation-image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    border-radius: 50%;
    line-height: 1;
    letter-spacing: 3.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center; }

.mst-animation {
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden; }
  .mst-animation .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    border-radius: 50%;
    line-height: 1;
    letter-spacing: 3.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center; }

.mst-card, .phos1, .phos2, .sulf1, .sulf2 {
  position: absolute;
  opacity: 0; }

.mst-card {
  width: 500px;
  height: 500px;
  animation: moveToCenter 1s forwards; }

.phos1 {
  width: 120px;
  height: 120px;
  animation: moveUpFromBottomLeft 1s 2s forwards,  hoverRandom1 4s infinite ease-in-out; }

.phos2 {
  width: 60px;
  height: 60px;
  margin-left: 130px;
  animation: moveUpFromBottomLeft 1s 2s forwards, hoverRandom2 4s infinite ease-in-out; }

.sulf1 {
  width: 120px;
  height: 120px;
  animation: moveDownFromTopRight 1s 3s forwards, hoverRandom2 4s infinite ease-in-out; }

.sulf2 {
  width: 60px;
  height: 60px;
  margin-right: 150px;
  animation: moveDownFromTopRight 1s 3s forwards, hoverRandom1 4s infinite ease-in-out; }

@keyframes moveToCenter {
  0% {
    right: -500px;
    top: 0; }
  100% {
    right: 0;
    top: 0;
    opacity: 1; } }
@keyframes moveUpFromBottomLeft {
  0% {
    bottom: -125px;
    opacity: 0;
    left: 50px; }
  100% {
    bottom: 20%;
    left: 50px;
    opacity: 1; } }
@keyframes moveUpFromBottomRight {
  0% {
    bottom: -80px;
    right: 0;
    opacity: 0; }
  100% {
    bottom: 50%;
    right: 0;
    opacity: 1; } }
@keyframes moveDownFromTopLeft {
  0% {
    top: -120px;
    left: 0;
    opacity: 0; }
  100% {
    top: 50%;
    left: 0;
    opacity: 1; } }
@keyframes moveDownFromTopRight {
  0% {
    top: -80px;
    right: 50px;
    opacity: 0; }
  100% {
    top: 20%;
    right: 50px;
    opacity: 1; } }
@keyframes hoverUpDown {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
@keyframes hoverDownUp {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); } }
@keyframes hoverRandom1 {
  0%, 100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-22px); }
  50% {
    transform: translateY(6px); }
  75% {
    transform: translateY(-4px); } }
@keyframes hoverRandom2 {
  0%, 100% {
    transform: translateY(0); }
  30% {
    transform: translateY(10px); }
  60% {
    transform: translateY(-8px); }
  90% {
    transform: translateY(5px); } }
/* ----- Find A Rep ------ */
.find-sales-rep .container {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    .find-sales-rep .container {
      padding: 0 16px; } }
.find-sales-rep .breadcrumbWrapper {
  color: #fff;
  padding-top: 8px; }
  .find-sales-rep .breadcrumbWrapper p {
    margin-bottom: 0; }
  .find-sales-rep .breadcrumbWrapper a {
    color: #fff;
    text-decoration: none; }
  .find-sales-rep .breadcrumbWrapper .breadcrumb_last {
    font-weight: 600; }
.find-sales-rep .find-a-rep-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 600px;
  flex-wrap: wrap; }
  .find-sales-rep .find-a-rep-wrapper .enter-postal {
    flex: 1;
    min-width: 200px; }
    .find-sales-rep .find-a-rep-wrapper .enter-postal h1 {
      color: #fff;
      text-align: left; }
    .find-sales-rep .find-a-rep-wrapper .enter-postal p {
      color: #FAFAFA;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24.5px;
      letter-spacing: 0.32px; }
    .find-sales-rep .find-a-rep-wrapper .enter-postal .rep-input-container {
      display: flex;
      align-items: center;
      position: relative; }
      .find-sales-rep .find-a-rep-wrapper .enter-postal .rep-input-container input {
        padding: 10px 15px;
        border-radius: 25px;
        border: 1px solid #ccc;
        background-color: white;
        flex: 1;
        font-size: 16px;
        max-width: 230px; }
      .find-sales-rep .find-a-rep-wrapper .enter-postal .rep-input-container button {
        margin-left: 12px; }
  .find-sales-rep .find-a-rep-wrapper .rep-container {
    flex: 1;
    min-width: 200px;
    display: flex;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex-wrap: wrap; }
    .find-sales-rep .find-a-rep-wrapper .rep-container #loading-indicator {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep {
      display: flex;
      flex-direction: column;
      align-items: left;
      text-align: left;
      background-color: #E8EED9;
      border-radius: 20px;
      padding-bottom: 40px;
      max-width: 468px; }
      .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep .sales-rep-top {
        text-align: center;
        margin-bottom: 40px;
        background-color: #D5DB27;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep .sales-rep-top p {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 3.5px;
          text-transform: uppercase;
          margin-top: 14px;
          margin-bottom: 14px;
          margin-left: 0;
          margin-right: 0; }
      .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep .rep-image {
        width: 220px;
        height: 220px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 24px;
        margin-left: 40px; }
      .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep h3 {
        margin-bottom: 10px;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 0; }
      .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep p {
        margin-top: 0;
        margin-left: 40px;
        margin-right: 40px; }
      .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep a {
        text-decoration: none;
        margin: 5px 0;
        margin-left: 40px;
        display: inline-block;
        color: #637A38;
        font-weight: 800; }
        .find-sales-rep .find-a-rep-wrapper .rep-container .sales-rep a:hover {
          text-decoration: underline; }
@media (max-width: 768px) {
  .find-sales-rep .find-a-rep-wrapper {
    flex-direction: column; } }

/* --------- Education -------- */
.edu-description-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px; }
  @media (max-width: 1120px) {
    .edu-description-wrapper {
      flex-direction: column;
      gap: 24px; } }

.edu-description-left, .edu-description-right {
  flex: 1; }
  @media (max-width: 1120px) {
    .edu-description-left, .edu-description-right {
      justify-content: flex-start;
      align-items: flex-start; } }

.edu-description-left {
  padding-right: 20px; }

.edu-description-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  .edu-description-right .edu-ceu-container {
    background: #E8EED9;
    padding: 32px;
    max-width: 415px;
    border-radius: 10px; }
    .edu-description-right .edu-ceu-container h5 {
      margin-top: 0;
      margin-bottom: 8px; }
  @media (max-width: 1120px) {
    .edu-description-right {
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 24px; } }

#edu-articles {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 56px; }
  #edu-articles h4 {
    color: #989996;
    margin-bottom: 12px; }
  #edu-articles .edu-article {
    display: flex;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 24px;
    border-radius: 20px;
    gap: 56px;
    align-items: stretch; }
    #edu-articles .edu-article .edu-article-left {
      flex: 0 1 40%; }
      #edu-articles .edu-article .edu-article-left .post-thumb {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 10px; }
    #edu-articles .edu-article .edu-article-right {
      flex: 1 1 60%; }
      #edu-articles .edu-article .edu-article-right .edu-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        color: #747674;
        margin-bottom: 0; }
      #edu-articles .edu-article .edu-article-right .edu-date:before {
        content: '★';
        margin-right: 5px; }
      #edu-articles .edu-article .edu-article-right h5 {
        margin-bottom: 8px;
        margin-top: 10px; }
      #edu-articles .edu-article .edu-article-right a {
        text-decoration: none; }
      #edu-articles .edu-article .edu-article-right p:first-of-type {
        margin-top: 0; }
    @media (max-width: 768px) {
      #edu-articles .edu-article {
        flex-direction: column;
        padding: 0;
        gap: 24px;
        padding: 24px; }
        #edu-articles .edu-article .edu-article-left {
          flex: 1; }
          #edu-articles .edu-article .edu-article-left .post-thumb {
            height: 310px; }
        #edu-articles .edu-article .edu-article-right {
          flex: 1; } }

/* --------- Single Education --------- */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%; }
    @media (max-width: 1120px) {
      .modal .modal-content {
        width: 92%; } }
    .modal .modal-content .close-container {
      display: flex;
      justify-content: center;
      margin-top: 32px; }
      .modal .modal-content .close-container .close-btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2.24px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 32px;
        margin: 0 auto;
        cursor: pointer; }
    .modal .modal-content .modal-video {
      box-sizing: border-box;
      padding: 16px;
      border-radius: 20px;
      background: #fff; }
      .modal .modal-content .modal-video #modal-body {
        position: relative;
        width: 100%;
        overflow: hidden; }
        .modal .modal-content .modal-video #modal-body img {
          width: 100%;
          height: auto;
          border-radius: 10px; }
        .modal .modal-content .modal-video #modal-body iframe {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border: none;
          border-radius: 10px;
          position: relative;
          width: 100%;
          overflow: hidden; }

.flex-video .video-thumbnail {
  max-width: 440px;
  float: right; }

.widget-video-link {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%; }
  .widget-video-link .video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%; }
    .widget-video-link .video-thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .widget-video-link .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    border-radius: 50%;
    line-height: 1;
    letter-spacing: 3.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center; }

.page-template-template-education-item-php article {
  max-width: 880px; }

#inside-page-main-ask-agronomist {
  background-color: #F5F8ED;
  padding-bottom: 40px; }
  #inside-page-main-ask-agronomist h1 {
    margin-bottom: 16px; }
  @media (max-width: 1120px) {
    #inside-page-main-ask-agronomist h1 {
      margin-top: 0;
      padding-top: 40px; } }
  #inside-page-main-ask-agronomist .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 1120px) {
      #inside-page-main-ask-agronomist .container {
        padding: 0 16px; } }
    #inside-page-main-ask-agronomist .container #ask-agronomist-question-container {
      background: linear-gradient(0deg, #3A4424 -20.57%, #789C4A 127.71%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      padding: 40px;
      margin-top: 40px;
      border-radius: 20px; }
      #inside-page-main-ask-agronomist .container #ask-agronomist-question-container h4 {
        color: #fff;
        margin-bottom: 0;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.48px;
        margin-top: 0; }
      #inside-page-main-ask-agronomist .container #ask-agronomist-question-container p {
        margin-top: 4px;
        color: #fff; }
      #inside-page-main-ask-agronomist .container #ask-agronomist-question-container textarea {
        border-radius: 10px;
        height: 93px;
        width: 100%;
        max-width: 640px; }
    #inside-page-main-ask-agronomist .container #next-button {
      margin-top: 16px; }
    #inside-page-main-ask-agronomist .container .form-modal {
      display: flex;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: scroll;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center; }
      #inside-page-main-ask-agronomist .container .form-modal #gform_fields_2 {
        text-align: left; }
      #inside-page-main-ask-agronomist .container .form-modal select {
        width: 100% !important; }
      #inside-page-main-ask-agronomist .container .form-modal #field_2_6 {
        text-align: left;
        padding: 16px;
        border-radius: 10px;
        box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
        text-align: left; }
        #inside-page-main-ask-agronomist .container .form-modal #field_2_6 textarea {
          border: none;
          max-height: 130px;
          width: 100%; }
    #inside-page-main-ask-agronomist .container .form-modal-content {
      position: absolute;
      padding: 40px;
      padding-top: 16px;
      background: #fff;
      border-radius: 20px;
      max-width: 800px;
      width: 100%;
      box-sizing: border-box; }
      #inside-page-main-ask-agronomist .container .form-modal-content h4, #inside-page-main-ask-agronomist .container .form-modal-content p {
        text-align: center; }
      #inside-page-main-ask-agronomist .container .form-modal-content h4 {
        margin-bottom: 8px; }
    #inside-page-main-ask-agronomist .container .form-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #2C2E28;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer; }
    #inside-page-main-ask-agronomist .container #form-modal-body {
      padding-top: 20px; }
    #inside-page-main-ask-agronomist .container .gform_footer {
      gap: 32px;
      display: flex;
      justify-content: center;
      align-items: center; }
    #inside-page-main-ask-agronomist .container #cancel {
      margin-left: 10px;
      color: #20221C;
      border: none;
      cursor: pointer; }
    #inside-page-main-ask-agronomist .container .gform_button {
      margin-right: 10px; }
    @media (max-width: 640px) {
      #inside-page-main-ask-agronomist .container .form-modal-content {
        margin: 16px;
        padding: 16px; }
      #inside-page-main-ask-agronomist .container .form-modal {
        align-items: flex-start; } }

/* ------- Single Ask Agronomist ------ */
#inside-page-single-agronomist {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    #inside-page-single-agronomist {
      padding: 0 16px; } }
  #inside-page-single-agronomist #agronomist-wrapper {
    padding-top: 43px; }
  #inside-page-single-agronomist h1 {
    margin-top: 24px;
    margin-bottom: 56px; }
  #inside-page-single-agronomist #agronomist-backlink {
    font-weight: 800;
    display: inline-flex;
    align-items: center; }
    #inside-page-single-agronomist #agronomist-backlink:before {
      content: "";
      display: inline-block;
      background-image: url("../img/arrow-left.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      margin-right: 4px; }
  #inside-page-single-agronomist #agronomistImage {
    border-radius: 20px; }
  #inside-page-single-agronomist #agronomist-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
    margin-top: 24px; }
    #inside-page-single-agronomist #agronomist-content .section-1 {
      flex: 1;
      max-width: 45%; }
      #inside-page-single-agronomist #agronomist-content .section-1 .agronomist-image-container {
        position: relative;
        max-width: 100%; }
        #inside-page-single-agronomist #agronomist-content .section-1 .agronomist-image-container img {
          width: 100%;
          height: auto;
          display: block;
          border-radius: 20px; }
        #inside-page-single-agronomist #agronomist-content .section-1 .agronomist-image-container .widget-video-link {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 2rem;
          color: white;
          background-color: rgba(0, 0, 0, 0.5);
          border-radius: 50%;
          padding: 10px;
          text-align: center; }
          #inside-page-single-agronomist #agronomist-content .section-1 .agronomist-image-container .widget-video-link .play-icon {
            font-size: 1.5rem; }
    #inside-page-single-agronomist #agronomist-content .section-2 {
      flex: 1; }
      #inside-page-single-agronomist #agronomist-content .section-2 h3 {
        margin-top: 0;
        margin-bottom: 8px; }
      #inside-page-single-agronomist #agronomist-content .section-2 .agronomist-title {
        margin-top: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 400; }
    @media (max-width: 768px) {
      #inside-page-single-agronomist #agronomist-content {
        flex-direction: column;
        align-items: center;
        gap: 32px; }
        #inside-page-single-agronomist #agronomist-content .section-1, #inside-page-single-agronomist #agronomist-content .section-2 {
          max-width: 100%;
          flex: 1;
          margin-bottom: 20px; }
        #inside-page-single-agronomist #agronomist-content .section-1 {
          order: 1; }
        #inside-page-single-agronomist #agronomist-content .section-2 {
          order: 2; } }

.meet-agronomists {
  padding-top: 40px;
  padding-bottom: 100px; }

#experts-meet-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap; }
  #experts-meet-container .meet-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #637A38;
    text-decoration: none; }

.experts-meet-agronomist {
  text-align: center; }

.experts-meet-image {
  width: 260px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 0 auto 10px auto; }

.experts-meet-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 4px; }

.experts-meet-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.5px;
  /* 153.125% */
  letter-spacing: 0.32px;
  margin-bottom: 4px; }

.experts-meet-email a {
  font-size: 16px;
  font-style: normal;
  font-weight: bold; }

#expert-meet-h4 {
  text-align: center;
  margin-bottom: 40px; }

#agronomist-question-header {
  padding-top: 100px;
  margin-top: 0; }
  @media (max-width: 768px) {
    #agronomist-question-header {
      padding-top: 56px; } }

.agronomist-question-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .agronomist-question-container {
      flex-direction: column; } }

.question-item {
  width: calc(33.3333% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 16px 1px rgba(0, 0, 0, 0.1); }
  .question-item p {
    text-align: left; }
  .question-item .ag-video-container {
    background-size: cover;
    background-position: center;
    padding-top: 56.25%;
    position: relative; }
  .question-item .ag-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    text-decoration: none; }
  .question-item .ag-question {
    padding: 15px;
    text-align: center; }
    .question-item .ag-question p {
      margin: 0;
      font-size: 16px;
      font-weight: 600; }
  @media (max-width: 768px) {
    .question-item {
      width: 100%; } }

/* ------ Subscribe ------ */
#inside-page-main-subscribe {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1120px) {
    #inside-page-main-subscribe {
      padding: 0 16px; } }

/* ----- Sulphur De[letion ---- */
.page-id-6505 .video-block {
  background: #fff; }

/* ------ Education Fundamentals ------- */
#inside-page-education-fundamentals #edu-articles {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 56px;
  padding-top: 0; }
  #inside-page-education-fundamentals #edu-articles h4 {
    color: #989996;
    margin-bottom: 12px; }
  #inside-page-education-fundamentals #edu-articles .edu-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
  #inside-page-education-fundamentals #edu-articles .edu-article {
    border-radius: 20px;
    padding: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 0; }
    #inside-page-education-fundamentals #edu-articles .edu-article .post-thumb {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 16px; }
    #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content {
      display: flex;
      flex-direction: column;
      height: 100%; }
      #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content .edu-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        color: #747674;
        margin-bottom: 8px; }
      #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content .edu-date:before {
        content: '★';
        margin-right: 5px; }
      #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content h4 {
        margin-bottom: 8px;
        margin-top: 0; }
        #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content h4 a {
          text-decoration: none;
          color: #20221C; }
      #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content p:first-of-type {
        margin-top: 0; }
      #inside-page-education-fundamentals #edu-articles .edu-article .edu-article-content p {
        margin-top: auto; }
  @media (max-width: 1024px) {
    #inside-page-education-fundamentals #edu-articles .edu-articles-grid {
      grid-template-columns: repeat(2, 1fr);
      /* 2 columns for tablet */ } }
  @media (max-width: 768px) {
    #inside-page-education-fundamentals #edu-articles .edu-articles-grid {
      grid-template-columns: 1fr;
      /* 1 column for mobile */ } }

/* ----- Single Education ------- */
.ceu-unit-list {
  margin-top: 0em; }

.ceu-unit-list #podcast-seasons article h3 {
  margin-bottom: 0.3em !important; }

.ceu-unit-list #season-nav {
  margin-top: 0; }

#ceu-lesson-list {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap; }
  #ceu-lesson-list .video-thumb {
    position: relative;
    max-width: 540px;
    width: 100%;
    max-height: 300px;
    height: 100%; }
  #ceu-lesson-list svg {
    position: absolute;
    max-width: 50px;
    max-height: 50px;
    top: 40%;
    left: 45%; }
  #ceu-lesson-list .st0 {
    fill: none; }
  #ceu-lesson-list .st1 {
    fill: #FFFFFF; }
  #ceu-lesson-list .st2 {
    fill: #637A38; }
  #ceu-lesson-list .figure {
    max-width: 540px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    margin: 0 auto; }
  #ceu-lesson-list img {
    border-radius: 20px;
    max-width: 540px;
    width: 100%;
    max-height: 300px;
    height: 100%; }
  @media (max-width: 1120px) {
    #ceu-lesson-list {
      flex-direction: column; } }

#ceu-lesson-list .grid-item {
  margin-bottom: 30px; }

#ceu-lesson-list a.done article {
  transition: all 0.35s linear; }

#ceu-lesson-list a.done article {
  opacity: 0.5; }

#ceu-lesson-list .ceu-quiz.disabled {
  opacity: 0.4;
  pointer-events: none; }

/* Fade in and out */
@keyframes fade-in-out {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
#ceu-lesson-list .ceu-quiz p {
  /* text-transform: uppercase; */
  font-size: 14px;
  color: #465F70;
  font-weight: 700;
  margin: -0.8em 0 0 0;
  line-height: 140%; }

#ceu-quiz-embed {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s linear; }

#ceu-quiz-embed.open {
  max-height: 5000px;
  opacity: 1;
  margin-top: 3em; }

.quiz-note {
  font-size: 14px;
  color: #465F70;
  font-weight: 700;
  margin: 1.5em 20px 0 20px;
  line-height: 140%; }

hr.subtle {
  height: 1px;
  opacity: 0.7; }

#search-podcasts {
  margin-bottom: 50px;
  margin-top: 70px; }

#search-podcasts h2.highlight {
  margin-bottom: 0; }

#podkast-results article.transcript-blurb {
  padding-left: 50px;
  position: relative;
  background-color: #FAFAFA; }

.transcript-blurb:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.9em;
  top: 2.15em;
  font-size: 0.9em; }

#person-modal, #ceu-video-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#person-modal > div, #ceu-video-modal > div {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #FFF;
  min-height: 350px;
  max-height: 90%;
  max-width: 90%;
  -webkit-box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.1), 20px 20px 40px -8px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.1), 20px 20px 40px -8px rgba(0, 0, 0, 0.07); }

#ceu-video-modal > div {
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  min-height: 0;
  max-width: 700px; }

#person-modal > div > div {
  overflow-y: auto;
  height: 100%; }

#person-modal #close-bio-x,
#ceu-video-modal #close-video-x {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #242424;
  z-index: 2; }

#ceu-video-modal #close-video-x {
  height: 60px;
  width: 60px;
  line-height: 60px; }

#person-modal #close-bio-x:hover,
#person-modal #close-bio-x:active,
#person-modal #close-bio-x:focus,
#ceu-video-modal #close-video-x:hover,
#ceu-video-modal #close-video-x:active,
#ceu-video-modal #close-video-x:focus {
  color: #4C9E00; }

/* Responsive YouTube */
#ceu-video-modal figure.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

#ceu-video-modal figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.modal #screen {
  max-height: 100%;
  -webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  visibility: visible;
  opacity: 1; }

body.modal #screen {
  z-index: 300;
  background: rgba(0, 0, 0, 0.7); }

body.modal.inside main > div {
  z-index: auto; }

.education-bottom {
  padding-top: 80px;
  padding-bottom: 105px; }
  .education-bottom .podcast-banner {
    height: 203px;
    margin-top: 104px;
    width: auto;
    background-image: url("../img/podcast-banner.jpeg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px;
    border-radius: 20px; }
    .education-bottom .podcast-banner h2 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 16px; }
    .education-bottom .podcast-banner p {
      color: #fff;
      margin-top: 0;
      margin-bottom: 24px; }
    .education-bottom .podcast-banner .podcast-icons {
      display: flex;
      flex-direction: row;
      gap: 14px; }

/* ----- How to apply ---- */
.how-to-apply-links h3 {
  text-align: center;
  margin: 0; }
.how-to-apply-links .select-crop {
  text-align: center; }

.apply-links-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 80px; }
  @media (max-width: 1120px) {
    .apply-links-container {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 992px) {
    .apply-links-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 768px) {
    .apply-links-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 576px) {
    .apply-links-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 400px) {
    .apply-links-container {
      grid-template-columns: 1fr; } }

.apply-link-item {
  display: block;
  height: 178px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px; }
  .apply-link-item:hover {
    background-image: none; }
  .apply-link-item .apply-link-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #474846;
    font-size: 18px;
    font-weight: bold; }
    .apply-link-item .apply-link-content p {
      font-weight: bold;
      margin: 0; }

.apply-all-crops {
  background-image: url("../img/apply-all-gray.png"); }
  .apply-all-crops:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-all-color.png"); }

#how-to-apply-map .apply-link-item .apply-link-content {
  color: #fff; }
#how-to-apply-map .apply-all-crops {
  background-image: url("../img/apply-all-color.png"); }
#how-to-apply-map .apply-canola {
  background-image: url("../img/apply-canola-color.png"); }
#how-to-apply-map .apply-corn {
  background-image: url("../img/apply-corn-color.png"); }
#how-to-apply-map .apply-cotton {
  background-image: url("../img/apply-cotton-color.png"); }
#how-to-apply-map .apply-soybeans {
  background-image: url("../img/apply-soybeans-color.png"); }
#how-to-apply-map .apply-wheat {
  background-image: url("../img/apply-wheat-color.png"); }

.apply-canola {
  background-image: url("../img/apply-canola-gray.png"); }
  .apply-canola:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-canola-color.png"); }

.apply-corn {
  background-image: url("../img/apply-corn-gray.png"); }
  .apply-corn:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-corn-color.png"); }

.apply-cotton {
  background-image: url("../img/apply-cotton-gray.png"); }
  .apply-cotton:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-cotton-color.png"); }

.apply-soybeans {
  background-image: url("../img/apply-soybeans-gray.png"); }
  .apply-soybeans:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-soybeans-color.png"); }

.apply-wheat {
  background-image: url("../img/apply-wheat-gray.png"); }
  .apply-wheat:hover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--Phosphorus-2, #D5DB27);
    background-image: url("../img/apply-wheat-color.png"); }

.apply-link-item.active .apply-link-content {
  color: #fff; }

.apply-link-item:hover .apply-link-content {
  color: #fff !important; }

.apply-link-item.active.apply-all-crops {
  background-image: url("../img/apply-all-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-link-item.active.apply-canola {
  background-image: url("../img/apply-canola-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-link-item.active.apply-corn {
  background-image: url("../img/apply-corn-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-link-item.active.apply-cotton {
  background-image: url("../img/apply-cotton-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-link-item.active.apply-soybeans {
  background-image: url("../img/apply-soybeans-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-link-item.active.apply-wheat {
  background-image: url("../img/apply-wheat-color.png") !important;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.4);
  outline: 2px solid var(--Phosphorus-2, #D5DB27); }

.apply-slider {
  padding-left: 16px; }

.slide .slick-slide {
  width: 178px;
  height: 178px; }

.slide .apply-link-item {
  width: 178px;
  height: 178px;
  margin-right: 10px; }

.apply-slider-controls {
  margin-top: 32px; }
  .apply-slider-controls button {
    border: none;
    background: #fff; }
  .apply-slider-controls .slick-prev-cust, .apply-slider-controls .slick-next-cust {
    transform: none;
    cursor: pointer;
    width: 32px;
    height: 32px; }
  .apply-slider-controls .slider-controls {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px; }
    @media (max-width: 1120px) {
      .apply-slider-controls .slider-controls {
        padding: 0 16px; } }

.how-to-apply-internal-links {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 18px; }
  .how-to-apply-internal-links h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0; }
  .how-to-apply-internal-links .select-crop {
    text-align: center;
    margin-bottom: 32px; }

.how-to-apply-content .general {
  padding-top: 0; }
.how-to-apply-content .text-module {
  margin: 0 auto; }
  .how-to-apply-content .text-module li::marker {
    color: #95990F; }
  .how-to-apply-content .text-module h2 {
    margin-top: 48px; }
  .how-to-apply-content .text-module h3 {
    margin-top: 48px; }
  .how-to-apply-content .text-module h5 {
    margin-top: 48px; }

#how-to-apply-nav {
  background-color: #20221C;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px; }
  #how-to-apply-nav a {
    color: #CBCCC8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 16px 24px; }
    #how-to-apply-nav a:hover {
      background: #D5DB27;
      color: #20221C;
      border-radius: 10px; }
  #how-to-apply-nav a.active {
    background: #D5DB27;
    color: #20221C;
    border-radius: 10px; }

/***** Contact Us ****/
.contact-us {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 85%;
  margin: 0 auto; }
  .contact-us .contact-us-left {
    flex: 0 0 60%; }
  .contact-us .contact-us-right {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end; }
    .contact-us .contact-us-right .find-rep-container {
      background: #637A38;
      border-radius: 20px;
      height: auto;
      max-width: 343px; }
      .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 32px; }
        .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .country {
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 3.5px;
          text-transform: uppercase;
          color: #D5DB27;
          margin: 0;
          margin-bottom: 8px; }
        .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep h2 {
          margin-top: 0;
          margin-bottom: 8px;
          color: #FAFAFA; }
        .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .description {
          margin: 0;
          color: #FAFAFA;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24.5px;
          /* 153.125% */
          letter-spacing: 0.32px;
          margin-bottom: 32px; }
        .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .sales-rep-left {
          flex: 1;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          display: flex; }
          .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .sales-rep-left .rep-image {
            width: 180px;
            height: 180px;
            object-fit: cover;
            border-radius: 50%; }
        .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .sales-rep-right {
          flex: 1;
          position: relative;
          display: flex;
          flex-direction: column; }
          .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .sales-rep-right h5 {
            color: #FAFAFA;
            margin-top: 0;
            margin-bottom: 16px; }
          .contact-us .contact-us-right .find-rep-container .rep-container .sales-rep .sales-rep-right a {
            color: #D5DB27;
            font-weight: 800;
            margin-bottom: 12px; }
      .contact-us .contact-us-right .find-rep-container .sales-rep-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 24px;
        flex-wrap: wrap; }
  @media (max-width: 1120px) {
    .contact-us {
      flex-direction: column; }
      .contact-us .contact-us-left,
      .contact-us .contact-us-right {
        flex: 0 0 100%; }
      .contact-us .contact-us-right {
        justify-content: center;
        margin-bottom: 56px; } }

body .gform_legacy_markup_wrapper .top_label div.ginput_container select {
  width: calc(50% - 8px); }

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