/* line 3, ../../global/footer/footer.scss */
footer {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    /* line 3, ../../global/footer/footer.scss */
    footer {
      padding-top: 55px;
      padding-bottom: 55px; } }
  /* line 7, ../../global/footer/footer.scss */
  footer a {
    text-decoration: none; }
    /* line 10, ../../global/footer/footer.scss */
    footer a:hover {
      text-decoration: underline !important; }
  /* line 15, ../../global/footer/footer.scss */
  footer .main {
    padding-bottom: 40px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      /* line 15, ../../global/footer/footer.scss */
      footer .main {
        padding-bottom: 0px; } }
    /* line 23, ../../global/footer/footer.scss */
    footer .main:after {
      position: absolute;
      background-image: url(../../../../_images/background_dots.svg);
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      width: 783px;
      height: 628px;
      z-index: 0;
      left: -184px;
      top: -217px;
      transform: scaleY(-1) rotate(99deg); }
    /* line 30, ../../global/footer/footer.scss */
    footer .main .logo_area {
      position: relative;
      z-index: 1; }
      /* line 34, ../../global/footer/footer.scss */
      footer .main .logo_area img {
        margin-bottom: 40px;
        max-width: 200px; }
      /* line 40, ../../global/footer/footer.scss */
      footer .main .logo_area .address p {
        margin-bottom: 28px; }
        /* line 43, ../../global/footer/footer.scss */
        footer .main .logo_area .address p:last-of-type {
          margin-bottom: 0px; }
        /* line 47, ../../global/footer/footer.scss */
        footer .main .logo_area .address p a[href^="mailto:"] {
          text-decoration: underline;
          padding-left: 0px;
          transition: padding-left 0.25s; }
          /* line 51, ../../global/footer/footer.scss */
          footer .main .logo_area .address p a[href^="mailto:"]:hover {
            padding-left: 5px; }
    /* line 59, ../../global/footer/footer.scss */
    footer .main .navigation {
      display: flex;
      padding-top: 10px;
      justify-content: flex-end;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        /* line 59, ../../global/footer/footer.scss */
        footer .main .navigation {
          justify-content: flex-start;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) {
        /* line 59, ../../global/footer/footer.scss */
        footer .main .navigation {
          padding-left: 60px; } }
      /* line 75, ../../global/footer/footer.scss */
      footer .main .navigation ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        /* line 80, ../../global/footer/footer.scss */
        footer .main .navigation ul li {
          margin: 0px; }
          /* line 83, ../../global/footer/footer.scss */
          footer .main .navigation ul li:before {
            display: none; }
      /* line 89, ../../global/footer/footer.scss */
      footer .main .navigation ul.menu_footer {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        gap: 55px; }
        @media only screen and (max-width: 640px) {
          /* line 89, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer {
            gap: 10px; } }
        @media only screen and (max-width: 640px) {
          /* line 99, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li {
            flex: 0 0 100%; } }
        /* line 106, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li:last-of-type {
          min-width: 0px; }
        /* line 113, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li.menu_header_item_active > a:after, footer .main .navigation ul.menu_footer > li.menu_header_item_parent_active > a:after {
          width: 100%; }
        /* line 119, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > a {
          font-weight: 500;
          font-size: 18px;
          position: relative;
          margin-bottom: 20px;
          display: block; }
          /* line 126, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a:hover {
            text-decoration: none !important; }
            /* line 130, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a:hover span:after {
              width: 100%; }
          /* line 136, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > a span {
            position: relative; }
            /* line 139, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > a span:after {
              height: 3px;
              background-color: #362d28;
              width: 0%;
              position: absolute;
              content: "";
              left: 0;
              bottom: -3px;
              transition: width 0.25s; }
        /* line 153, ../../global/footer/footer.scss */
        footer .main .navigation ul.menu_footer > li > ul {
          margin: 0px;
          list-style: none;
          height: 100%; }
          /* line 158, ../../global/footer/footer.scss */
          footer .main .navigation ul.menu_footer > li > ul > li {
            margin: 0px 0px 20px 0px; }
            /* line 167, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li.menu_header_item_active > a, footer .main .navigation ul.menu_footer > li > ul > li:hover > a {
              text-decoration: underline;
              font-weight: 400; }
            /* line 173, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > a {
              font-size: 16px;
              font-weight: 400; }
            /* line 179, ../../global/footer/footer.scss */
            footer .main .navigation ul.menu_footer > li > ul > li > ul {
              margin: 0px;
              list-style: none;
              height: 100%; }
      /* line 189, ../../global/footer/footer.scss */
      footer .main .navigation .hold_cta {
        text-align: right; }
  /* line 196, ../../global/footer/footer.scss */
  footer .sub {
    margin-top: 10px;
    position: relative;
    padding-top: 40px;
    position: relative;
    z-index: 1; }
    /* line 203, ../../global/footer/footer.scss */
    footer .sub:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #362d28;
      content: "";
      position: absolute;
      left: 15px;
      width: calc(100% - 30px); }
    @media only screen and (max-width: 640px) {
      /* line 196, ../../global/footer/footer.scss */
      footer .sub {
        margin-top: 40px; } }
    /* line 220, ../../global/footer/footer.scss */
    footer .sub .hold_social {
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 1024px) {
        /* line 220, ../../global/footer/footer.scss */
        footer .sub .hold_social {
          justify-content: flex-end; } }
      @media only screen and (max-width: 1024px) {
        /* line 220, ../../global/footer/footer.scss */
        footer .sub .hold_social {
          margin-top: 5px; } }
      /* line 232, ../../global/footer/footer.scss */
      footer .sub .hold_social .social_icons {
        display: flex;
        align-items: center; }
        /* line 236, ../../global/footer/footer.scss */
        footer .sub .hold_social .social_icons .social_icon {
          margin-left: 30px; }
          @media only screen and (max-width: 1024px) {
            /* line 236, ../../global/footer/footer.scss */
            footer .sub .hold_social .social_icons .social_icon {
              margin-left: 0px;
              margin-right: 30px; } }
          /* line 244, ../../global/footer/footer.scss */
          footer .sub .hold_social .social_icons .social_icon img {
            opacity: 1;
            transition: opacity 0.25s; }
            /* line 248, ../../global/footer/footer.scss */
            footer .sub .hold_social .social_icons .social_icon img:hover {
              opacity: 0.7; }
    /* line 256, ../../global/footer/footer.scss */
    footer .sub .hold_legal {
      display: flex; }
      @media only screen and (max-width: 640px) {
        /* line 256, ../../global/footer/footer.scss */
        footer .sub .hold_legal {
          flex-wrap: wrap; } }
      /* line 263, ../../global/footer/footer.scss */
      footer .sub .hold_legal p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
        font-weight: 300;
        margin: 0px; }
        @media only screen and (max-width: 640px) {
          /* line 263, ../../global/footer/footer.scss */
          footer .sub .hold_legal p {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 640px) {
          /* line 271, ../../global/footer/footer.scss */
          footer .sub .hold_legal p span.pipe {
            display: none; } }
      /* line 278, ../../global/footer/footer.scss */
      footer .sub .hold_legal a {
        text-decoration: underline; }
        /* line 280, ../../global/footer/footer.scss */
        footer .sub .hold_legal a:hover {
          font-weight: 500; }
  /* line 287, ../../global/footer/footer.scss */
  footer .legal {
    position: relative;
    z-index: 1; }
    /* line 291, ../../global/footer/footer.scss */
    footer .legal p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px;
      font-weight: 300; }
      /* line 294, ../../global/footer/footer.scss */
      footer .legal p:first-of-type {
        padding-top: 35px;
        margin-top: 35px;
        border-top: 1px solid #362d28; }
      /* line 300, ../../global/footer/footer.scss */
      footer .legal p:last-of-type {
        margin-bottom: 0px; }

/* line 310, ../../global/footer/footer.scss */
.one_page_mode footer .main .navigation {
  justify-content: flex-start; }

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