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%;
  font: inherit;
  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.5;
}

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;
}

@font-face {
  font-family: Grotesk;
  src: url(../fonts/SharpGroteskSmBold17.woff2) format("woff2"), url(../fonts/sSharpGroteskSmBold17.woff) format("woff");
  font-display: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.u-no-focus-outline *:focus {
  outline: none;
}

html {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #1F321C;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.body-infobar {
  padding-top: 3rem;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #1F321C;
  background: #F9C013;
}

::selection {
  color: #1F321C;
  background: #F9C013;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-weight: 600;
  font-family: "Grotesk", Sans-serif;
  text-transform: uppercase;
}

h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

.btn {
  display: inline-block;
  border: 0;
  padding: 0.5em 1em;
  color: #1F321C;
  background: #F9C013;
  font-family: "Grotesk", Sans-serif;
}

.btn:hover {
  background: #f9bd09;
  text-decoration: none;
}

.btn:focus {
  background: #ecb306;
}

.btn--dark {
  background: #1F321C;
  color: #fff;
}

.btn--dark:hover {
  background: #152213;
}

.btn--dark:focus {
  background: #0b110a;
}

.btn--red {
  background: #FF0029;
  color: #fff;
}

.btn--red:hover {
  background: #e60025;
}

.btn--red:focus {
  background: #cc0021;
}

.btn--right-space {
  margin-right: 1rem;
}

.container, .topnav__container, .cookiebar__container, .forms__container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--xs {
  max-width: 40rem;
}

.container--s {
  max-width: 52rem;
}

.container--m {
  max-width: 65rem;
}

.container--l {
  max-width: 70.5rem;
}

.wp-text {
  text-align: justify;
  line-height: 1.75;
}

.wp-text ul {
  list-style: disc;
}

.wp-text p + P {
  margin-top: 1rem;
}

.wp-text p + ul {
  margin-bottom: 1rem;
}

.wp-text li {
  margin-left: 2rem;
}

.wp-text a {
  color: #53c0e1;
  -webkit-transition: .2s;
  transition: .2s;
}

.wp-text a:hover {
  color: #FF0029;
}

.wp-text img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}

.wp-text img.aligncenter {
  margin: 0 auto 1em;
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.topnav {
  font-family: "Grotesk", Sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F9C013;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
}

.topnav--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.topnav--infobar {
  top: 3rem;
}

@media (min-width: 1200px) {
  .topnav {
    background: #F9C013;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .topnav--scroll {
    -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  }
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .topnav__container {
    padding: 0 1rem;
  }
}

.topnav__logo {
  pointer-events: all;
}

.topnav__logo__img {
  height: 4.25rem;
  padding: 0.25rem 1rem;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .topnav__logo__img {
    height: 3.875rem;
  }
}

@media (min-width: 1600px) {
  .topnav__logo__img {
    height: 4.0625rem;
  }
}

@media (min-width: 1200px) {
  .topnav__logo__img--home {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .topnav__logo__img--higher {
    margin-top: 1rem;
    height: 8.25rem;
  }
}

.topnav__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F9C013;
  width: 100%;
  max-width: 16rem;
  height: 100vh;
  padding-top: 5rem;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0.0625rem #1F321C;
          box-shadow: 0 0 0 0.0625rem #1F321C;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.topnav__menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1200px) {
  .topnav__menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
    max-width: unset;
    height: unset;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    font-size: 1rem;
    margin: 0 1rem 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1600px) {
  .topnav__menu {
    font-size: 1.125rem;
  }
}

.topnav__menu__link {
  display: inline-block;
  padding: 0.75rem;
  color: #1F321C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .topnav__menu__link {
    padding: 1.1875rem 0.75rem;
    width: unset;
  }
}

.topnav__menu__link:after {
  content: '';
  background: #F9C013;
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  height: 0.25rem;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__menu__link:hover:not(.topnav__menu__link--btn) {
  text-decoration: none;
}

.topnav__menu__link:hover:not(.topnav__menu__link--btn):after {
  width: calc( 100% - 1.5rem);
  background: #1F321C;
}

.topnav__menu__link--btn {
  padding: .75rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .topnav__menu__link--btn {
    padding: 1.1875rem 1rem;
  }
}

.topnav__menu__link--btn:hover {
  text-decoration: none;
}

.topnav__menu__link--btn:after {
  display: none;
}

.topnav__menu__btn {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  background: #FF0029;
  padding: 0.5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.topnav__menu__btn:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.topnav__support {
  margin-left: auto;
  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;
  position: relative;
  z-index: -2;
  pointer-events: all;
}

.topnav__support--disabled {
  pointer-events: none;
}

.topnav__support__btn {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  background: #FF0029;
  color: #fff;
  padding: 0.5rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 1rem;
}

.topnav__support__btn:hover {
  text-decoration: none;
  background: #1F321C;
  color: #fff;
}

.socialbar {
  background: #1F321C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 1rem;
}

.socialbar__link {
  padding: .5rem .75rem;
}

.socialbar__link:hover g,
.socialbar__link:hover path,
.socialbar__link:hover circle {
  fill: #F9C013;
}

.socialbar__icon {
  display: block;
  height: 2rem;
}

.socialbar__icon g,
.socialbar__icon path,
.socialbar__icon circle {
  -webkit-transition: .2s;
  transition: .2s;
}

.footer {
  color: #1F321C;
  background: #F9C013;
  padding: 1rem;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer__logo {
  width: 100%;
  max-width: 4rem;
  margin: 2rem 0;
}

.footer__logo__img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__law {
  font-weight: 500;
  font-size: .75rem;
  padding: .5rem 0;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F9C013;
  color: #1F321C;
  border-top: 0.0625rem solid #1F321C;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cookiebar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #1F321C;
}

.cookiebar__btn {
  white-space: nowrap;
  background: #1F321C;
  border: 0;
  color: #fff;
  font-family: "Grotesk", Sans-serif;
  padding: 0.75rem;
  cursor: pointer;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
}

.cookiebar-spacer--active {
  height: 10rem;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 4rem;
  }
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 1.125rem;
  right: 1.125rem;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: none;
  border: 0;
  padding: 0;
}

.scroll-top--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top--disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scroll-top__icon {
  height: 2.75rem;
  display: block;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-top__icon:hover {
  opacity: 0.6;
}

.normal-page {
  margin-top: 4.25rem;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .normal-page {
    margin-top: 3.875rem;
  }
}

@media (min-width: 1600px) {
  .normal-page {
    margin-top: 4.0625rem;
  }
}

.title {
  font-size: 2rem;
  padding-bottom: .75rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .title__mobile {
    display: none;
  }
}

.title__desktop {
  display: none;
}

@media (min-width: 992px) {
  .title__desktop {
    display: inline;
  }
}

.forms {
  background: #fff;
  padding: 2.5rem 0;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1200px) {
  .forms__container {
    max-width: 66.5rem;
  }
}

.page-photo__img {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .page-photo__img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cols__single {
  width: 100%;
}

@media (min-width: 992px) {
  .cols__single {
    width: 50%;
  }
}

.cols__single--form {
  padding: 2.5rem 0;
}

@media (min-width: 992px) {
  .cols__single--form {
    padding: 2.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cols__single--photo {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

@media (min-width: 992px) {
  .cols__single--photo {
    padding-left: 2rem;
    width: calc(50% + 1rem);
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */