/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

/*            Variables            */
/*                               */
@font-face {
  font-family: "YoungSerif";
  font-display: swap;
  src: url("../fonts/YoungSerif-Regular.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Karla";
  font-display: swap;
  src: url("../fonts/Karla-Regular.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Karla";
  font-display: swap;
  src: url("../fonts/Karla-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
html,
body {
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  width: 100%; }
  body a {
    text-decoration: none; }
  body img {
    width: 100%; }
  body footer .inner,
  body section .inner {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto; }

section.logo {
  margin-top: 50px;
  margin-bottom: 50px; }
  section.logo .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  section.logo img {
    max-width: 590px; }

@media (min-width: 1301px) {
  .image {
    min-height: 470px; }

  footer .inner,
  section .inner {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1025px) and (max-width: 1300px) {
  .image {
    min-height: 400px; }

  footer .inner,
  section .inner {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  footer .inner,
  section .inner {
    padding-left: 35px;
    padding-right: 35px; } }
@media (min-width: 501px) and (max-width: 767px) {
  footer .inner,
  section .inner {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 500px) {
  footer .inner,
  section .inner {
    padding-left: 25px;
    padding-right: 25px; } }
.theme-button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }
  .theme-button.default {
    font-family: "Karla";
    font-weight: bold;
    -webkit-box-shadow: 4px -1px 20px #00000017;
            box-shadow: 4px -1px 20px #00000017;
    min-height: 56px;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000; }
    .theme-button.default .arrow {
      margin-left: 13px; }
      .theme-button.default .arrow path {
        fill: #000; }
    .theme-button.default:hover {
      background-color: #000;
      color: #fff; }

section.text-and-image .inner {
  display: grid; }
  section.text-and-image .inner .prefix.center {
    text-align: center; }
  section.text-and-image .inner .prefix.right {
    text-align: right; }
  section.text-and-image .inner h1,
  section.text-and-image .inner h2,
  section.text-and-image .inner h3,
  section.text-and-image .inner h4 {
    font-family: "YoungSerif"; }
  section.text-and-image .inner p {
    font-family: "Karla";
    padding-bottom: 24px;
    line-height: 200%;
    font-size: 18px; }
  section.text-and-image .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.text-and-image .inner .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

@media (min-width: 1301px) {
  section.text-and-image {
    padding: 50px 0px; }
    section.text-and-image h1,
    section.text-and-image h2,
    section.text-and-image h3,
    section.text-and-image h4 {
      line-height: 140%;
      margin-bottom: 15px;
      font-size: 26px; }
    section.text-and-image .image {
      min-height: 546px; }
    section.text-and-image .inner .content {
      padding: 50px 0px; }
    section.text-and-image.text-left .content {
      padding-right: 12%; }
    section.text-and-image.text-right .content {
      grid-area: 1 / 2 / 2 / 3;
      padding-left: 12%; }
    section.text-and-image.text-bottom .content {
      grid-area: 2 / 1 / 3 / 2; }
    section.text-and-image.text-bottom .inner, section.text-and-image.text-top .inner {
      grid-template-columns: 1fr !important; }
    section.text-and-image.size-3-7 .inner {
      grid-template-columns: .3fr .7fr; }
    section.text-and-image.size-4-6 .inner {
      grid-template-columns: .4fr .6fr; }
    section.text-and-image.size-5-5 .inner {
      grid-template-columns: .5fr .5fr; }
    section.text-and-image.size-6-4 .inner {
      grid-template-columns: .6fr .4fr; }
    section.text-and-image.size-7-3 .inner {
      grid-template-columns: .7fr .3fr; } }
@media (min-width: 1025px) and (max-width: 1300px) {
  section.text-and-image {
    margin-bottom: 75px; }
    section.text-and-image + .text-and-image {
      margin-top: 38px; }
    section.text-and-image .inner .content {
      padding: 50px 0px; }
    section.text-and-image.text-left .content {
      padding-right: 12%; }
    section.text-and-image.text-right .content {
      grid-area: 1 / 2 / 2 / 3;
      padding-left: 12%; }
    section.text-and-image.text-bottom .content {
      grid-area: 2 / 1 / 3 / 2; }
    section.text-and-image.text-bottom .inner, section.text-and-image.text-top .inner {
      grid-template-columns: 1fr !important; }
    section.text-and-image.size-3-7 .inner {
      grid-template-columns: .3fr .7fr; }
    section.text-and-image.size-4-6 .inner {
      grid-template-columns: .4fr .6fr; }
    section.text-and-image.size-5-5 .inner {
      grid-template-columns: .5fr .5fr; }
    section.text-and-image.size-6-4 .inner {
      grid-template-columns: .6fr .4fr; }
    section.text-and-image.size-7-3 .inner {
      grid-template-columns: .7fr .3fr; } }
@media (min-width: 768px) and (max-width: 1024px) {
  section.text-and-image {
    margin-bottom: 60px; }
    section.text-and-image + .text-and-image {
      margin-top: 38px; }
    section.text-and-image .inner .content {
      padding: 50px 0px; }
    section.text-and-image.text-left .content {
      padding-right: 12%; }
    section.text-and-image.text-right .content {
      grid-area: 1 / 2 / 2 / 3;
      padding-left: 12%; }
    section.text-and-image.text-bottom .content {
      grid-area: 2 / 1 / 3 / 2; }
    section.text-and-image.text-bottom .inner, section.text-and-image.text-top .inner {
      grid-template-columns: 1fr !important; }
    section.text-and-image.size-3-7 .inner {
      grid-template-columns: .3fr .7fr; }
    section.text-and-image.size-4-6 .inner {
      grid-template-columns: .4fr .6fr; }
    section.text-and-image.size-5-5 .inner {
      grid-template-columns: .5fr .5fr; }
    section.text-and-image.size-6-4 .inner {
      grid-template-columns: .6fr .4fr; }
    section.text-and-image.size-7-3 .inner {
      grid-template-columns: .7fr .3fr; } }
@media (min-width: 501px) and (max-width: 767px) {
  section.text-and-image {
    margin-bottom: 75px; }
    section.text-and-image + .text-and-image {
      margin-top: 20px; }
    section.text-and-image .inner {
      gap: 50px; }
    section.text-and-image.mobile-hide .inner {
      display: block; }
      section.text-and-image.mobile-hide .inner .image {
        display: none; }
    section.text-and-image.mobile-top .content {
      grid-area: 2 / 1 / 3 / 2; } }
@media (max-width: 500px) {
  section.text-and-image {
    margin-bottom: 75px; }
    section.text-and-image + .text-and-image {
      margin-top: 20px; }
    section.text-and-image .inner {
      gap: 50px; }
    section.text-and-image.mobile-hide .inner {
      display: block; }
      section.text-and-image.mobile-hide .inner .image {
        display: none; }
    section.text-and-image.mobile-top .content {
      grid-area: 2 / 1 / 3 / 2; } }
section.logos .inner {
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  section.logos .inner img {
    width: 100%; }

@media (min-width: 1301px) {
  section.logos {
    padding: 50px 0px; }

  h1,
  h2,
  h3,
  h4 {
    font-family: "YoungSerif";
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 20px; } }
@media (min-width: 1025px) and (max-width: 1300px) {
  section.logos {
    padding: 50px 0px; }

  h1,
  h2,
  h3,
  h4 {
    font-family: "YoungSerif";
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 20px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  section.logos {
    padding: 25px 0px; }
    section.logos .inner {
      grid-template-columns: 1fr 1fr 1fr; }
      section.logos .inner img {
        width: 100%; }

  h1,
  h2,
  h3,
  h4 {
    font-family: "YoungSerif";
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 20px; } }
@media (min-width: 501px) and (max-width: 767px) {
  section.logos {
    padding: 25px 0px; }
    section.logos .inner {
      grid-template-columns: 1fr 1fr 1fr; }
      section.logos .inner img {
        width: 100%; }

  h1,
  h2,
  h3,
  h4 {
    font-family: "YoungSerif";
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 20px; } }
@media (max-width: 500px) {
  section.logos {
    padding: 25px 0px; }
    section.logos .inner {
      grid-template-columns: 1fr 1fr; }
      section.logos .inner img {
        width: 100%; }

  h1,
  h2,
  h3,
  h4 {
    font-family: "YoungSerif";
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 20px; } }
section.bottom .inner {
  padding: 20px 0px;
  text-align: center; }
  section.bottom .inner h2 {
    margin-bottom: 0px !important; }
  section.bottom .inner a {
    line-height: 150%;
    color: #000; }
    section.bottom .inner a:hover {
      text-decoration: underline; }

@media (max-width: 981px) {
  section.bottom .inner {
    padding: 25px 25px; }
    section.bottom .inner h2 {
      font-size: 18px !important; } }
section.brands {
  background-color: #7d724c;
  color: #fff; }
  section.brands a {
    color: #fff; }
    section.brands a:hover {
      text-decoration: underline;
      text-underline-offset: 1px; }
  section.brands .inner {
    display: grid; }
  section.brands .left, section.brands .center, section.brands .right {
    font-family: "Karla";
    line-height: 160%;
    font-size: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    section.brands .left div, section.brands .center div, section.brands .right div {
      display: grid; }

@media (min-width: 1301px) {
  section.brands {
    padding: 50px 0px; }
    section.brands .inner {
      grid-template-columns: auto auto auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .inner.bottom {
      margin-top: 40px;
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 100px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .row {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    section.brands .left div {
      gap: 75px;
      grid-template-columns: 1fr 1fr 1fr; }
    section.brands .center div {
      grid-template-columns: 1fr 1fr;
      gap: 75px; }
    section.brands .right div {
      grid-template-columns: 1fr;
      gap: 100px; } }
@media (min-width: 1025px) and (max-width: 1300px) {
  section.brands {
    padding: 50px 0px; }
    section.brands .inner {
      grid-template-columns: auto auto auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 50px; }
    section.brands .row {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    section.brands .inner.bottom {
      margin-top: 40px;
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 100px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .left div {
      gap: 25px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      grid-template-columns: 1fr 1fr 1fr; }
    section.brands .center div {
      grid-template-columns: 1fr 1fr;
      gap: 75px; }
    section.brands .right div {
      grid-template-columns: 1fr;
      gap: 100px; } }
@media (min-width: 1025px) {
  section.brands .inner .bottom {
    display: none !important; } }
@media (max-width: 1024px) {
  section.brands .inner.bottom {
    display: none !important; }
  section.brands .inner .bottom .left {
    margin-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  section.brands {
    padding: 50px 0px; }
    section.brands .inner {
      grid-template-columns: 1fr 1fr;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 50px; }
    section.brands .row {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    section.brands .inner.bottom {
      margin-top: 40px;
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 100px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .left div {
      gap: 25px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      grid-template-columns: 1fr 1fr 1fr; }
    section.brands .center div {
      grid-template-columns: 1fr 1fr;
      gap: 75px; }
    section.brands .right div {
      grid-template-columns: 1fr;
      gap: 100px; } }
@media (min-width: 501px) and (max-width: 767px) {
  section.brands {
    padding: 50px 0px; }
    section.brands .inner {
      grid-template-columns: 1.5fr 1fr !important;
      gap: 50px;
      -webkit-box-pack: space;
          -ms-flex-pack: space;
              justify-content: space; }
      section.brands .inner ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      section.brands .inner.bottom {
        margin-top: 50px;
        gap: 25px !important; }
    section.brands .left {
      grid-area: 1 / 1 / 2 / 3; }
      section.brands .left div {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12.5px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    section.brands .center {
      grid-area: 2 / 1 / 3 / 2; }
      section.brands .center div {
        grid-template-columns: 1fr 1fr;
        gap: 12.5px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    section.brands .right {
      grid-area: 2 / 2 / 3 / 3; }
      section.brands .right div {
        grid-template-columns: 1fr;
        gap: 12.5px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    section.brands .bottom {
      grid-area: 3 / 1 / 4 / 3; } }
@media (max-width: 500px) {
  section.brands {
    padding: 50px 0px; }
    section.brands .inner {
      grid-template-columns: 1fr !important;
      gap: 50px;
      -webkit-box-pack: space;
          -ms-flex-pack: space;
              justify-content: space; }
      section.brands .inner ul {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      section.brands .inner.bottom {
        margin-top: 50px;
        gap: 25px !important; }
    section.brands .left div {
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .center div {
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.brands .right div {
      grid-template-columns: 1fr;
      gap: 25px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

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