/*-------------- BASE STYLES --------------*/
html {
  box-sizing: border-box;
  margin: auto; }

body {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0px; }

section, header, footer, main {
  width: 100%; }

h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #011e36; }
  @media (max-width: 1023px) {
    h1 {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 40px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0.3px;
      color: #431a0d; } }

h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 50px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #011e36; }
  @media (max-width: 1023px) {
    h2 {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 40px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0.3px;
      color: #431a0d; } }

h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #431a0d; }
  @media (max-width: 1023px) {
    h3 {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 30px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: 0.15px;
      color: #431a0d; } }

h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.13px;
  color: #431a0d; }

h5 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.09px;
  color: #431a0d; }

input[type=text], input[type='email'], input[type='submit'], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  width: 80%;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  box-sizing: border-box; }

input, textarea, select, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

p, li, ul {
  margin-top: 0px; }

p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000; }

li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000; }

th {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.86px;
  color: #fff;
  background-color: #431a0d;
  padding: 5px; }

td {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.8px;
  color: #274c6a;
  padding: 5px; }

th div {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.86px;
  color: #fff; }

td div {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.8px;
  color: #274c6a; }

td strong {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.8px;
  color: #431a0d; }

table {
  border-collapse: collapse; }

select::-ms-expand {
  display: none; }

select {
  -moz-appearance: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  color: #f76200;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

a:hover {
  color: #f6a01d; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/*-------------- UTILITY --------------*/
.container {
  max-width: 1312px;
  margin: 0px auto 0px auto;
  padding: 0px 15px; }
  @media (max-width: 1023px) {
    .container {
      max-width: 100%; } }

.clearset:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.third {
  width: 33.33%; }

.half {
  width: 50%; }

#width-check {
  position: relative;
  z-index: 0; }
  @media (max-width: 1023px) {
    #width-check {
      z-index: 1; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 1023px) {
    .mobile-only {
      display: block !important; } }

.desktop-only {
  display: block !important; }
  @media (max-width: 1023px) {
    .desktop-only {
      display: none !important; } }

div.overflow {
  width: 100%;
  overflow-x: auto; }
  div.overflow.show + div.scroll-arrow {
    position: relative;
    height: 30px;
    width: 100%; }
    div.overflow.show + div.scroll-arrow::before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      content: '\f07e';
      font-weight: 900; }

.button-1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.08px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: solid 1px #ffffff;
  background-color: transparent;
  border-radius: 25px;
  padding: 14px 35px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer; }
  .button-1::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
    mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
    background-color: #ffffff; }
  .button-1::after {
    margin-left: 10px; }
  .button-1:hover {
    border: solid 1px #ffffff;
    background-color: #ffffff;
    color: #f76200; }
    .button-1:hover::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      -webkit-mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
      mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
      background-color: #f6a01d; }

.button-2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.1px;
  color: #431a0d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: solid 1px #431a0d;
  color: #431a0d;
  cursor: pointer; }
  .button-2::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    background-color: #f6a01d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .button-2::after {
    margin-left: 10px; }
  .button-2:hover {
    border-bottom: solid 1px #f76200;
    color: #431a0d; }
  .button-2:hover::after {
    background-color: #F76200; }

.button-email {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.08px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  border: none;
  border-radius: 25px;
  padding: 14px 35px;
  background-color: #431a0d;
  color: #ffffff;
  cursor: pointer; }
  .button-email::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    background-color: #ffffff; }
  .button-email::after {
    margin-left: 10px; }
  .button-email:hover {
    background-color: #f76200;
    color: #ffffff; }

.grecaptcha-badge {
  display: none !important;
  z-index: 100000; }

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header .desktop {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000; }
  @media (max-width: 1023px) {
    header .desktop {
      display: none; } }
  header .desktop .top-row {
    display: flex;
    background-color: #431a0d;
    justify-content: flex-end;
    min-height: 30px;
    align-items: center;
    padding: 6px 0px; }
    header .desktop .top-row .container {
      margin: 0px auto;
      width: 100%; }
    header .desktop .top-row .stock {
      display: flex;
      justify-content: flex-end;
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: 0.86px;
      color: #fff; }
      header .desktop .top-row .stock div {
        margin-left: 25px;
        display: flex; }
        header .desktop .top-row .stock div span:not(:first-of-type) {
          margin-left: 8px; }
        header .desktop .top-row .stock div span.exchange {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 13px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.31;
          letter-spacing: 0.86px;
          color: #fff; }
  header .desktop .head {
    background-color: #ffffff;
    /*border-bottom: 2px solid $white;*/
    box-sizing: border-box;
    min-height: 75px;
    display: flex;
    align-items: center; }
    header .desktop .head .container {
      display: flex;
      margin: 0px auto;
      align-items: center;
      width: 100%; }
      header .desktop .head .container .logo {
        width: 200px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 1; }
        header .desktop .head .container .logo:hover {
          opacity: 0.6; }
        header .desktop .head .container .logo img {
          display: block;
          height: 45px; }
      header .desktop .head .container > .hold {
        width: calc(100% - 200px);
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-end; }
        header .desktop .head .container > .hold nav ul.top {
          display: flex;
          list-style: none;
          justify-content: space-between;
          width: 100%;
          align-items: center;
          margin: 0px;
          padding: 0px; }
          header .desktop .head .container > .hold nav ul.top > li {
            position: relative;
            border-bottom: solid 2px transparent;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            box-sizing: border-box; }
            header .desktop .head .container > .hold nav ul.top > li > a {
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-size: 16px;
              font-weight: 600;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.25;
              letter-spacing: 0.08px;
              color: #431a0d;
              padding: 40px 35px 13px 35px;
              display: inline-block;
              -webkit-transition: all 0.25s ease-in-out;
              -moz-transition: all 0.25s ease-in-out;
              -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out;
              opacity: 1; }
              header .desktop .head .container > .hold nav ul.top > li > a:hover {
                opacity: 0.6; }
            header .desktop .head .container > .hold nav ul.top > li ul.sub {
              position: absolute;
              top: calc(100% + 2px);
              left: 0px;
              pointer-events: none;
              background-color: #ffffff;
              box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.18);
              opacity: 0;
              -webkit-transition: all 0.25s ease-in-out;
              -moz-transition: all 0.25s ease-in-out;
              -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out;
              list-style: none;
              padding: 10px 0px;
              margin: 0px;
              min-width: 250px; }
              header .desktop .head .container > .hold nav ul.top > li ul.sub > li {
                padding: 6px 24px;
                position: relative; }
                header .desktop .head .container > .hold nav ul.top > li ul.sub > li > a {
                  font-family: "neue-haas-grotesk-display", sans-serif;
                  font-size: 16px;
                  font-weight: 600;
                  font-stretch: normal;
                  font-style: normal;
                  line-height: 1.25;
                  letter-spacing: 0.08px;
                  color: #431a0d;
                  -webkit-transition: all 0.25s ease-in-out;
                  -moz-transition: all 0.25s ease-in-out;
                  -o-transition: all 0.25s ease-in-out;
                  transition: all 0.25s ease-in-out;
                  opacity: 1;
                  display: flex;
                  justify-content: space-between; }
                  header .desktop .head .container > .hold nav ul.top > li ul.sub > li > a:hover {
                    opacity: 0.6; }
                  header .desktop .head .container > .hold nav ul.top > li ul.sub > li > a.has-submenu::after {
                    content: '\f105';
                    font-family: "Font Awesome 5 Pro";
                    font-weight: 400;
                    font-style: normal;
                    -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    -o-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                    font-size: 17px;
                    width: 7px;
                    height: 17px;
                    display: inline-block; }
                  header .desktop .head .container > .hold nav ul.top > li ul.sub > li > a.has-submenu.show::after {
                    transform-origin: center center;
                    transform: rotate(90deg); }
                header .desktop .head .container > .hold nav ul.top > li ul.sub > li ul.subsub {
                  display: none;
                  list-style: none;
                  padding: 10px 0px 0px 18px;
                  margin: 0px; }
                  header .desktop .head .container > .hold nav ul.top > li ul.sub > li ul.subsub > li {
                    padding: 2px 0px; }
                    header .desktop .head .container > .hold nav ul.top > li ul.sub > li ul.subsub > li > a {
                      font-family: "neue-haas-grotesk-display", sans-serif;
                      font-size: 16px;
                      font-weight: 600;
                      font-stretch: normal;
                      font-style: normal;
                      line-height: 1.25;
                      letter-spacing: 0.08px;
                      color: #431a0d;
                      -webkit-transition: all 0.25s ease-in-out;
                      -moz-transition: all 0.25s ease-in-out;
                      -o-transition: all 0.25s ease-in-out;
                      transition: all 0.25s ease-in-out;
                      opacity: 1; }
                      header .desktop .head .container > .hold nav ul.top > li ul.sub > li ul.subsub > li > a:hover {
                        opacity: 0.6; }
            header .desktop .head .container > .hold nav ul.top > li:hover {
              border-bottom: solid 2px #f76200; }
              header .desktop .head .container > .hold nav ul.top > li:hover ul.sub {
                opacity: 1;
                pointer-events: all; }
        header .desktop .head .container > .hold > .search {
          position: absolute;
          top: 0px;
          left: 0px;
          right: 113px;
          bottom: 0px;
          background-color: #ffffff;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          display: flex;
          align-items: flex-end; }
          header .desktop .head .container > .hold > .search form {
            width: 100%;
            padding-bottom: 15px; }
          header .desktop .head .container > .hold > .search input[type=search] {
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: 0.08px;
            color: #431a0d;
            width: 100%;
            border: none;
            max-width: 350px;
            margin: 0px 0px 0px auto;
            display: block; }
            header .desktop .head .container > .hold > .search input[type=search]::-webkit-input-placeholder {
              color: #000000; }
            header .desktop .head .container > .hold > .search input[type=search]:-moz-placeholder {
              color: #000000; }
            header .desktop .head .container > .hold > .search input[type=search]::-moz-placeholder {
              color: #000000; }
            header .desktop .head .container > .hold > .search input[type=search]:-ms-input-placeholder {
              color: #000000; }
            header .desktop .head .container > .hold > .search input[type=search]:focus {
              outline: 0px; }
            header .desktop .head .container > .hold > .search input[type=search]::-webkit-search-decoration, header .desktop .head .container > .hold > .search input[type=search]::-webkit-search-cancel-button, header .desktop .head .container > .hold > .search input[type=search]::-webkit-search-results-button, header .desktop .head .container > .hold > .search input[type=search]::-webkit-search-results-decoration {
              display: none; }
          header .desktop .head .container > .hold > .search.open {
            opacity: 1;
            pointer-events: all; }
        header .desktop .head .container > .hold .search-open {
          width: 113px;
          height: 75px;
          position: relative;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          opacity: 1; }
          header .desktop .head .container > .hold .search-open:hover {
            opacity: 0.6; }
          header .desktop .head .container > .hold .search-open::after {
            content: '';
            display: inline-block;
            width: 17px;
            height: 17px;
            -webkit-mask-image: url(../../../../_resources/icons/search-icon.svg);
            mask-image: url(../../../../_resources/icons/search-icon.svg);
            background-color: #000000; }
          header .desktop .head .container > .hold .search-open::after {
            position: absolute;
            right: 0px;
            bottom: 18px;
            cursor: pointer; }
header .mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  pointer-events: none; }
  @media (max-width: 1023px) {
    header .mobile {
      display: block; } }
  header .mobile .head {
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    height: 50px;
    padding: 0px 21px 0px 23px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.25s ease-in-out;
    pointer-events: all; }
    header .mobile .head .logo img {
      display: block;
      transform-origin: left center;
      transform: scale(0.7); }
    header .mobile .head .menu-icon-hold {
      position: relative;
      width: 28px;
      height: 17px;
      cursor: pointer; }
      header .mobile .head .menu-icon-hold span {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        width: 28px;
        height: 3px;
        display: block;
        margin-bottom: 4px;
        background-color: #f6a01d;
        border-radius: 1.5px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
        header .mobile .head .menu-icon-hold span:nth-of-type(1) {
          width: 16px; }
        header .mobile .head .menu-icon-hold span:nth-of-type(2) {
          width: 22px;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
        header .mobile .head .menu-icon-hold span:nth-of-type(3) {
          margin-bottom: 0px;
          -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          transform-origin: bottom left; }
      header .mobile .head .menu-icon-hold.open span:nth-of-type(1) {
        width: 25px;
        -webkit-transform: translate(5px, -1.5px) rotate(45deg);
        -ms-transform: translate(5px, -1.5px) rotate(45deg);
        transform: translate(5px, -1.5px) rotate(45deg); }
      header .mobile .head .menu-icon-hold.open span:nth-of-type(2) {
        -webkit-transform: translate(3px, 0px) scaleX(0);
        -ms-transform: translate(3px, 0px) scaleX(0);
        transform: translate(3px, 0px) scaleX(0); }
      header .mobile .head .menu-icon-hold.open span:nth-of-type(3) {
        width: 25px;
        -webkit-transform: translate(5px, 1.5px) rotate(-45deg);
        -ms-transform: translate(5px, 1.5px) rotate(-45deg);
        transform: translate(5px, 1.5px) rotate(-45deg); }
  header .mobile .mobile-menu {
    position: relative;
    z-index: 1000;
    -webkit-transform: translateX(-200vw);
    -ms-transform: translateX(-200vw);
    transform: translateX(-200vw);
    transition: all 0.25s ease-in-out;
    pointer-events: none;
    background-color: #ffffff;
    width: 100%;
    pointer-events: none; }
    header .mobile .mobile-menu nav ul.top {
      list-style: none;
      padding: 30px 0px 0px 0px;
      margin: 0px; }
      header .mobile .mobile-menu nav ul.top > li {
        padding: 0px 25px; }
        header .mobile .mobile-menu nav ul.top > li > a {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 16px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.25;
          letter-spacing: 0.08px;
          color: #431a0d;
          padding: 13px 0px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: solid 1px #929497;
          transition: all 0.25s ease-in-out; }
          header .mobile .mobile-menu nav ul.top > li > a.show {
            border-bottom: none; }
        header .mobile .mobile-menu nav ul.top > li ul.sub {
          list-style: none;
          padding: 0px 0px 0px 0px;
          width: calc(100% + 50px);
          margin-left: -25px;
          background-color: #f2f2f2;
          display: none;
          margin-top: 0px;
          margin-bottom: 0px; }
          header .mobile .mobile-menu nav ul.top > li ul.sub > li {
            padding: 0px 0px 0px 25px; }
            header .mobile .mobile-menu nav ul.top > li ul.sub > li > a {
              font-family: "neue-haas-grotesk-display", sans-serif;
              font-size: 16px;
              font-weight: 600;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.25;
              letter-spacing: 0.08px;
              color: #431a0d;
              width: calc(100% - 25px);
              padding: 13px 0px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              border-bottom: solid 1px #929497; }
            header .mobile .mobile-menu nav ul.top > li ul.sub > li ul.subsub {
              list-style: none;
              padding: 0px 0px 0px 0px;
              display: none;
              margin-top: 0px;
              margin-bottom: 0px; }
              header .mobile .mobile-menu nav ul.top > li ul.sub > li ul.subsub li {
                padding: 0px 0px 0px 15px; }
                header .mobile .mobile-menu nav ul.top > li ul.sub > li ul.subsub li a {
                  font-family: "neue-haas-grotesk-display", sans-serif;
                  font-size: 16px;
                  font-weight: 600;
                  font-stretch: normal;
                  font-style: normal;
                  line-height: 1.25;
                  letter-spacing: 0.08px;
                  color: #431a0d;
                  width: calc(100% - 25px);
                  padding: 13px 0px;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  border-bottom: solid 1px #929497; }
      header .mobile .mobile-menu nav ul.top li.has-submenu > a::after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-style: normal;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 17px;
        width: 7px;
        height: 17px;
        display: inline; }
      header .mobile .mobile-menu nav ul.top li.has-submenu > a.show::after {
        transform-origin: center center;
        transform: rotate(90deg); }
      header .mobile .mobile-menu nav ul.top li:not(.subsub):last-of-type > a {
        border-bottom: none !important; }
      header .mobile .mobile-menu nav ul.top li.subsub:last-of-type > a {
        position: relative; }
        header .mobile .mobile-menu nav ul.top li.subsub:last-of-type > a::before {
          content: '';
          position: absolute;
          width: 15px;
          height: 1px;
          background-color: #929497;
          bottom: -1px;
          left: -15px; }
    header .mobile .mobile-menu .bottom {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: #431a0d; }
      header .mobile .mobile-menu .bottom .stock {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        background-color: #f2f2f2;
        padding: 20px 25px 13px 25px; }
        header .mobile .mobile-menu .bottom .stock div {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 13px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.31;
          letter-spacing: 0.8px;
          color: #274c6a; }
          header .mobile .mobile-menu .bottom .stock div strong {
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-size: 13px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.54;
            letter-spacing: 0.8px;
            color: #431a0d; }
      header .mobile .mobile-menu .bottom .social {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 25px 25px; }
        header .mobile .mobile-menu .bottom .social a {
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          font-style: normal;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          font-size: 16px;
          border-radius: 25px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: transparent;
          color: #ffffff;
          border: solid 1px #ffffff;
          cursor: pointer;
          margin-right: 8px;
          margin-bottom: 8px; }
          header .mobile .mobile-menu .bottom .social a:hover {
            background-color: #ffffff;
            color: #f76200;
            border: solid 1px #ffffff; }
          header .mobile .mobile-menu .bottom .social a:last-of-type {
            margin-right: 0px; }
      header .mobile .mobile-menu .bottom .search-hold {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        padding: 0px 25px;
        margin-top: 15px; }
        header .mobile .mobile-menu .bottom .search-hold::after {
          content: '';
          display: inline-block;
          width: 17px;
          height: 17px;
          -webkit-mask-image: url(../../../../_resources/icons/search-icon.svg);
          mask-image: url(../../../../_resources/icons/search-icon.svg);
          background-color: #ffffff; }
        header .mobile .mobile-menu .bottom .search-hold form {
          flex-grow: 1; }
          header .mobile .mobile-menu .bottom .search-hold form input {
            font-family: "neue-haas-grotesk-display", sans-serif;
            font-size: 13px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.31;
            letter-spacing: 0.86px;
            color: #fff;
            width: 100%;
            border: none;
            background-color: #431a0d !important; }
            header .mobile .mobile-menu .bottom .search-hold form input::-webkit-input-placeholder {
              color: #ffffff; }
            header .mobile .mobile-menu .bottom .search-hold form input:-moz-placeholder {
              color: #ffffff; }
            header .mobile .mobile-menu .bottom .search-hold form input::-moz-placeholder {
              color: #ffffff; }
            header .mobile .mobile-menu .bottom .search-hold form input:-ms-input-placeholder {
              color: #ffffff; }
            header .mobile .mobile-menu .bottom .search-hold form input:focus {
              outline: 0px; }
            header .mobile .mobile-menu .bottom .search-hold form input::-webkit-search-decoration, header .mobile .mobile-menu .bottom .search-hold form input::-webkit-search-cancel-button, header .mobile .mobile-menu .bottom .search-hold form input::-webkit-search-results-button, header .mobile .mobile-menu .bottom .search-hold form input::-webkit-search-results-decoration {
              display: none; }
        header .mobile .mobile-menu .bottom .search-hold::after {
          margin-left: 15px;
          flex-grow: 0; }
  header .mobile.open {
    overflow-y: scroll;
    pointer-events: all;
    scrollbar-width: none; }
    header .mobile.open .head {
      box-shadow: none; }
    header .mobile.open .mobile-menu {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      pointer-events: all; }
  header .mobile::-webkit-scrollbar {
    display: none; }

header + * {
  margin-top: 75px; }

body.mobile header + * {
  margin-top: 50px; }

/**************** SUBSCRIBE ****************/
#subscribe {
  background-color: #f2f2f2; }
  #subscribe h3 {
    color: #431a0d; }
  #subscribe p, #subscribe .signup-message {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    color: #431a0d; }
  #subscribe input {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    color: #431a0d;
    border: 0px;
    border-bottom: 1px solid #36012a;
    background-color: #f2f2f2; }
    #subscribe input::-webkit-input-placeholder {
      color: #431a0d; }
    #subscribe input:-moz-placeholder {
      color: #431a0d; }
    #subscribe input::-moz-placeholder {
      color: #431a0d; }
    #subscribe input:-ms-input-placeholder {
      color: #431a0d; }
  #subscribe h3 {
    margin-top: 0px;
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      #subscribe h3 {
        margin-bottom: 8px; } }
  #subscribe form.signup .textbox {
    width: 100%;
    margin-bottom: 8px;
    position: relative; }
    #subscribe form.signup .textbox input {
      padding: 6px 10px 6px 0px;
      width: 100%; }
      #subscribe form.signup .textbox input:focus {
        outline: 0px; }
    #subscribe form.signup .textbox.signup-email {
      margin-bottom: 32px; }
      @media (max-width: 767px) {
        #subscribe form.signup .textbox.signup-email {
          margin-bottom: 16px; } }
  #subscribe form.signup .error-tooltip {
    display: none;
    position: absolute;
    top: -45px;
    left: 0;
    padding: 10px 15px;
    font-size: 12px;
    background: #431a0d;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1000;
    color: #ffffff; }
    #subscribe form.signup .error-tooltip span {
      color: #ffffff; }
  #subscribe form.signup .error-tooltip:before {
    content: " ";
    border-style: solid;
    border-width: 10px 12px 0px 12px;
    border-color: #431a0d transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px); }
  #subscribe form.signup .textbox.show-tooltip .error-tooltip {
    display: inline-block;
    animation: tooltip 5s 1;
    -webkit-animation: tooltip 5s 1; }
  #subscribe form.signup .recaptcha {
    margin-top: 0px;
    opacity: 0;
    height: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    pointer-events: none;
    order: 1;
    display: none; }
    #subscribe form.signup .recaptcha.show {
      opacity: 1;
      height: 78px;
      pointer-events: all;
      display: inline-block; }
      #subscribe form.signup .recaptcha.show + div {
        margin-top: 32px !important; }
        @media (max-width: 767px) {
          #subscribe form.signup .recaptcha.show + div {
            margin-bottom: 16px !important; } }
    #subscribe form.signup .recaptcha.error {
      height: 82px;
      border: red 2px solid; }
  #subscribe form.signup .signup-submit {
    margin-top: 64px; }
    @media (max-width: 767px) {
      #subscribe form.signup .signup-submit {
        margin-top: 32px; } }
    #subscribe form.signup .signup-submit button {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: 0.08px;
      color: #fff;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      display: inline-block;
      border: none;
      border-radius: 25px;
      padding: 14px 35px;
      background-color: #431a0d;
      color: #ffffff; }
      #subscribe form.signup .signup-submit button::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
        mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
        background-color: #ffffff; }
      #subscribe form.signup .signup-submit button::after {
        margin-left: 10px; }
      #subscribe form.signup .signup-submit button:hover {
        background-color: #f76200;
        color: #ffffff; }
  #subscribe .signup-message {
    padding-top: 24px; }

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  20%,90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0; } }
@keyframes tooltip {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  20%,90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  100% {
    opacity: 0; } }
/* Consent Popup */
#consent-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out; }

#consent-modal.show {
  opacity: 1;
  pointer-events: all;
  overflow-y: hidden; }

#consent-modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: #000000;
  opacity: 0.5; }

#consent-modal > div {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #011e36;
  box-sizing: border-box;
  position: relative;
  z-index: 100001;
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 80px 40px 30px; }

#consent-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: block; }

#consent-modal .close span {
  text-decoration: underline; }

#consent-modal .close::after {
  content: "\f00d";
  margin-left: 6px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block; }

#consent-modal .content {
  display: flex;
  align-items: flex-start; }

#consent-modal .content > div *:first-child {
  margin-top: 0px; }

#consent-modal input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 10px 20px 0px 0px;
  min-width: 20px; }

@media screen and (max-width: 767px) {
  #consent-modal > div {
    padding: 40px 40px 40px 20px; } }
/**************** NEWS SECTION ****************/
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .news-wrapper {
      margin-bottom: 5px; } }
  .news-wrapper .news-item {
    width: calc(25% - 10px);
    border-top: solid 1px #929497;
    margin-bottom: 41px;
    padding: 14px 0px 0px 0px; }
    @media (max-width: 1023px) {
      .news-wrapper .news-item {
        margin-bottom: 36px;
        width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .news-wrapper .news-item {
        width: 100%; }
        .news-wrapper .news-item:nth-of-type(3), .news-wrapper .news-item:nth-of-type(4) {
          display: none; } }
  .news-wrapper .news-title a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.09px;
    color: #431a0d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1; }
    .news-wrapper .news-title a:hover {
      opacity: 0.6; }
  .news-wrapper .news-date {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.8px;
    color: #274c6a;
    text-transform: uppercase;
    margin-top: 17px; }
    .news-wrapper .news-date span { font-size: 14px; }

footer {
  background-color: #431a0d;
  padding: 51px 0px 0px 0px; }
  @media (max-width: 1023px) {
    footer {
      padding: 46px 0px 50px 0px; } }
  footer .top .info {
    width: calc((((100% - (11 * 30px))/12) * 4) + ((4 - 1) * 30px)); }
    @media (max-width: 1023px) {
      footer .top .info {
        width: 100%; } }
    footer .top .info .logo {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 1; }
      footer .top .info .logo:hover {
        opacity: 0.6; }
      @media (max-width: 1023px) {
        footer .top .info .logo {
          display: none; } }
      footer .top .info .logo img {
        width: 224px; }
    footer .top .info .social {
      justify-content: flex-start;
      margin-top: 56px; }
      @media (max-width: 1023px) {
        footer .top .info .social {
          margin-top: 0px; } }
      footer .top .info .social a {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-style: normal;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 16px;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        color: #ffffff;
        border: solid 1px #ffffff;
        cursor: pointer;
        margin-right: 15px; }
        footer .top .info .social a:hover {
          background-color: #ffffff;
          color: #f76200;
          border: solid 1px #ffffff; }
  footer .top nav {
    width: calc((((100% - (11 * 30px))/12) * 8) + ((8 - 1) * 30px));
    display: flex; }
    @media (max-width: 1023px) {
      footer .top nav {
        display: none; } }
    footer .top nav > div {
      width: 25%;
      text-align: left;
      padding-right: 15px; }
    footer .top nav .heading {
      margin: 3px 0px 13px 0px; }
      footer .top nav .heading a {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.18px;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 1; }
        footer .top nav .heading a:hover {
          opacity: 0.6; }
    footer .top nav .subnav a {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.29;
      letter-spacing: 0.11px;
      color: #fff;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 1; }
      footer .top nav .subnav a:hover {
        opacity: 0.6; }
  footer .bottom {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.11px;
    color: #fff;
    line-height: 15px;
    margin-top: 47px; }
    footer .bottom .container > .flex {
      border-top: solid 1px #929497;
      align-items: center;
      height: 48px; }
      @media (max-width: 1023px) {
        footer .bottom .container > .flex {
          border-top: none;
          display: block; } }
    footer .bottom .copyright {
      justify-content: flex-start; }
      footer .bottom .copyright a {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.29;
        letter-spacing: 0.11px;
        color: #fff;
        border-right: solid 2px #929497;
        padding-right: 15px;
        margin-right: 15px;
        line-height: 15px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 1; }
        footer .bottom .copyright a:hover {
          opacity: 0.6; }
    @media (max-width: 1023px) {
      footer .bottom .blender {
        margin-top: 11px; } }
    footer .bottom .blender a {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.29;
      letter-spacing: 0.1px;
      text-align: right;
      color: #f76200;
      line-height: 15px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 1; }
      footer .bottom .blender a:hover {
        opacity: 0.6; }

/**************** HERO ****************/
#hero {
  display: flex;
  min-height: 594px;
  background-image: url("../../../../_resources/banners/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #hero .container {
    max-width: 1200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 0px; }
  #hero .text {
    max-width: 750px;
    padding: 0px 15px; }
    #hero .text h1 {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 60px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      letter-spacing: normal;
      color: #fff;
      margin-top: 77px;
      margin-bottom: 38px; }
      @media (max-width: 767px) {
        #hero .text h1 {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 42px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.19;
          letter-spacing: 0.21px;
          color: #fff; } }
      #hero .text h1::after {
        content: '';
        width: 46px;
        height: 2px;
        background-color: #f6a01d;
        display: block;
        margin-top: 43px; }
    #hero .text p {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 22px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.64;
      letter-spacing: 0.11px;
      color: #fff; }
      @media (max-width: 767px) {
        #hero .text p {
          font-family: "neue-haas-grotesk-display", sans-serif;
          font-size: 18px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.44;
          letter-spacing: 0.09px;
          color: #fff; } }
  #hero .links {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 71px; }
    @media (max-width: 767px) {
      #hero .links {
        display: block;
        padding-bottom: 0px; } }
    #hero .links .social {
      display: flex;
      justify-content: flex-end;
      padding: 0px 15px; }
      @media (max-width: 767px) {
        #hero .links .social {
          justify-content: flex-start;
          padding: 35px 15px 30px 15px;
          flex-wrap: wrap; } }
      #hero .links .social a {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-style: normal;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        font-size: 16px;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        color: #ffffff;
        border: solid 1px #ffffff;
        cursor: pointer;
        margin-left: 12px; }
        #hero .links .social a:hover {
          background-color: #ffffff;
          color: #f76200;
          border: solid 1px #ffffff; }
        @media (max-width: 767px) {
          #hero .links .social a {
            margin-bottom: 12px; } }
    #hero .links .investors {
      display: flex;
      justify-content: flex-start;
      padding: 0px 15px; }
      @media (max-width: 767px) {
        #hero .links .investors {
          background-color: #431a0d;
          padding: 35px 15px 23px 15px;
          flex-wrap: wrap; } }
      #hero .links .investors a {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: 0.08px;
        color: #fff;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        border: solid 1px #ffffff;
        background-color: transparent;
        border-radius: 25px;
        padding: 14px 35px;
        display: inline-block;
        color: #ffffff;
        margin-right: 12px; }
        #hero .links .investors a::after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          -webkit-mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
          mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
          background-color: #ffffff; }
        #hero .links .investors a::after {
          margin-left: 10px; }
        #hero .links .investors a:hover {
          border: solid 1px #ffffff;
          background-color: #ffffff;
          color: #f76200; }
          #hero .links .investors a:hover::after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            -webkit-mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
            mask-image: url(../../../../_resources/icons/arrow-2-brand.svg);
            background-color: #f6a01d; }
        @media (max-width: 767px) {
          #hero .links .investors a {
            margin-bottom: 12px; } }

/**************** HERO ****************/
main {
  background-image: linear-gradient(90deg, #ffffff 50%, #f2f2f2 50%);
  display: flex; }
  @media (max-width: 767px) {
    main {
      display: block; } }
  main #about-image {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    width: calc(45% - (1200px * (6/100)));
    height: auto;
    padding-top: 80px;
    background-image: url(../../../../_resources/images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 767px) {
      main #about-image {
        width: 100%;
        height: 300px; } }
  main #about {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    width: calc(55% + (1200px * (6/100)));
    background-color: #f2f2f2;
    padding-top: 86px; }
    @media (max-width: 767px) {
      main #about {
        width: 100%;
        padding-top: 60px; } }
    main #about .container {
      margin: 0px auto 0px 0px;
      max-width: calc(600px + (1200px * (6/100)));
      width: 100%; }
      @media (max-width: 767px) {
        main #about .container {
          max-width: initial; } }
    main #about .hold {
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: stretch;
      width: 100%;
      max-width: calc(600px * 0.95);
      margin-left: auto; }
      @media (max-width: 767px) {
        main #about .hold {
          max-width: initial; } }
    main #about .text {
      padding-bottom: 52px; }
      @media (max-width: 767px) {
        main #about .text {
          padding-bottom: 20px; } }
      main #about .text *:first-of-type {
        margin-top: 0px; }
      main #about .text h3 {
        margin-bottom: 20px; }
      main #about .text p {
        color: #431A0D; }
    main #about .bottom-link {
      height: 130px;
      flex-grow: 0; }
      @media (max-width: 767px) {
        main #about .bottom-link {
          height: 90px; } }

/**************** PROJECTS SLIDER ****************/
#projects {
  background-color: #431a0d;
  padding: 110px 0px 113px 0px; }
  @media (max-width: 767px) {
    #projects {
      padding: 60px 0px 113px 0px; } }
  #projects .container {
    position: relative; }
  #projects .hold {
    position: relative;
    max-width: 821px;
    margin: 0px auto;
    padding: 0px 33px; }
    @media (max-width: 767px) {
      #projects .hold {
        padding: 0px; } }
  #projects .project h5 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.86px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px; }
  #projects .project h3 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 3px 0px 9px 0px; }
    @media (max-width: 767px) {
      #projects .project h3 {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-size: 30px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.15px;
        color: #fff;
        margin-top: 8px; } }
  #projects .project p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.08px;
    color: #fff; }
  #projects .project .images {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 16px 0px; }
    @media (max-width: 767px) {
      #projects .project .images {
        display: block; } }
    #projects .project .images div {
      height: 338px;
      overflow: hidden; }
      @media (max-width: 767px) {
        #projects .project .images div {
          width: 100% !important;
          margin-left: 0px !important;
          margin-bottom: 11px; } }
      #projects .project .images div:nth-of-type(1) {
        flex-grow: 1; }
      #projects .project .images div:nth-of-type(2) {
        flex-shrink: 0;
        width: 36%;
        margin-left: 20px; }
    #projects .project .images img {
      object-fit: cover;
      object-position: 50% 50%;
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: 100%; }
  #projects .project .stats {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px 57px 0px;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      #projects .project .stats {
        display: block; } }
    #projects .project .stats div {
      border-top: 2px solid #f6a01d;
      padding-top: 8px;
      width: calc((100% - (30px * 2)) / 2); }
      @media (max-width: 600px) {
        #projects .project .stats div {
          width: 100% !important;
          margin-bottom: 30px !important; } }
    #projects .project .stats p:first-of-type {
      font-family: "neue-haas-grotesk-display", sans-serif;
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: 0.86px;
      color: #fff;
      margin: 0 0 8px 0;
      text-transform: uppercase;
      letter-spacing: 0.86px;
      font-weight: 600; }
  #projects .project .link .button-1::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    mask-image: url(../../../../_resources/icons/arrow-1-brand.svg);
    background-color: #ffffff; }
  #projects .project .link .button-1::after {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  #projects .project .link .button-1:hover::after {
    background-color: #f6a01d; }
  #projects #owl-dots {
    position: absolute;
    right: 27px;
    bottom: 10px;
    z-index: 1; }
    @media (max-width: 767px) {
      #projects #owl-dots {
        display: none; } }
    #projects #owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      background: 0 0;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit;
      cursor: pointer;
      user-select: none; }
      #projects #owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        transition: opacity .2s ease;
        border-radius: 30px; }
      #projects #owl-dots .owl-dot.active span, #projects #owl-dots .owl-dot:hover span {
        background: #869791; }
      #projects #owl-dots .owl-dot:focus {
        border: none;
        outline: none; }
  #projects #owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    z-index: 1;
    display: none; }
    @media (max-width: 767px) {
      #projects #owl-nav {
        justify-content: flex-end;
        top: 3px; }
        #projects #owl-nav::before {
          content: '';
          width: 1px;
          height: 13px;
          background-color: #ffffff;
          position: absolute;
          top: 0px;
          right: 31px; } }
    #projects #owl-nav .owl-prev {
      width: 17px;
      height: 32px;
      background-color: transparent;
      color: transparent;
      border: none;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../img/prev.png);
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 1; }
      #projects #owl-nav .owl-prev:hover {
        opacity: 0.6; }
      #projects #owl-nav .owl-prev:focus {
        border: none;
        outline: none; }
      @media (max-width: 767px) {
        #projects #owl-nav .owl-prev {
          width: 21px;
          height: 13px;
          background-image: url(../img/prev-mobile.svg);
          background-size: initial;
          background-position: left center;
          padding: 0px;
          margin-right: 19px; } }
    #projects #owl-nav .owl-next {
      width: 17px;
      height: 32px;
      background-color: transparent;
      color: transparent;
      border: none;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../img/next.png);
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 1; }
      #projects #owl-nav .owl-next:hover {
        opacity: 0.6; }
      #projects #owl-nav .owl-next:focus {
        border: none;
        outline: none; }
      @media (max-width: 767px) {
        #projects #owl-nav .owl-next {
          width: 22px;
          height: 13px;
          background-image: url(../img/next-mobile.svg);
          background-size: initial;
          padding: 0px; } }

/**************** BOTTOM ****************/
#bottom {
  position: relative;
  /*&::before {content: ''; background-color: $email-signup-bg; position: absolute; top: 0px; right: 50%; bottom: 0px; left: 0px; z-index: -1;}*/ }
  #bottom .container {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    max-width: 1200px;
    position: relative;
    /*&::before {@include media-mob-phone {display: none;} content: ''; background-color: $email-signup-bg; position: absolute; top: 0px; right: calc(100% - 40px); bottom: 0px; left: 0px; z-index: 0;}*/
    /*> div:nth-of-type(1) {@include media-mob-phone {width: calc(100% + 30px); padding: 42px 15px 56px 15px; margin: 0px -15px;} width: grid(4); background-color: $email-signup-bg; z-index: 1; position: relative; padding: 100px grid(1) 138px 0px;}*/ }
    @media (max-width: 767px) {
      #bottom .container {
        display: block; } }
    #bottom .container > div {
      /*width: grid(7);*/
      z-index: 1;
      position: relative;
      padding: 100px 0px 110px 0px; }
      @media (max-width: 767px) {
        #bottom .container > div {
          width: 100%;
          padding: 32px 0px 48px 0px; } }
      #bottom .container > div h3 {
        margin-top: 0px;
        margin-bottom: 35px; }
        @media (max-width: 767px) {
          #bottom .container > div h3 {
            margin-bottom: 14px; } }

/*# sourceMappingURL=style.css.map */
