@import url("https://use.typekit.net/vau2rwr.css");
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before,
.after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #171815;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75,000000+75&0+0,1+75 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bradius-tr {
  border-top-right-radius: 65px;
}
.bradius-panel {
  border-radius: 100px 0 0 0;
}
.bradius-panel-tr {
  border-radius: 0 100px 0 0;
}
.bg-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'URWDINStdLight', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #30312F;
  font-variant-numeric: lining-nums;
}
figure {
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #30312F;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #30312F;
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.pre-title {
  display: block;
  font-family: 'URWDINStdBold', sans-serif;
  color: #171815;
  position: relative;
  text-transform: uppercase;
}
h1.has-line,
h2.has-line,
h3.has-line,
h4.has-line,
h5.has-line,
.h0.has-line,
.h1.has-line,
.h2.has-line,
.h3.has-line,
.h4.has-line,
.h5.has-line,
.pre-title.has-line {
  display: inline-block;
}
h1.has-lines span,
h2.has-lines span,
h3.has-lines span,
h4.has-lines span,
h5.has-lines span,
.h0.has-lines span,
.h1.has-lines span,
.h2.has-lines span,
.h3.has-lines span,
.h4.has-lines span,
.h5.has-lines span,
.pre-title.has-lines span {
  display: inline-block;
}
.h0 {
  font-size: 60px;
  line-height: 1em;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
}
@media (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
.f1 {
  font-family: 'URWDINStdLight', sans-serif;
}
.f2 {
  font-family: 'URWDINStdMedium', sans-serif;
  font-weight: 300;
}
.f3 {
  font-family: 'URWDINStdBold', sans-serif;
}
.f4 {
  font-family: 'URWDINStdBlackItalic', sans-serif;
}
.f5 {
  font-family: 'against_history', sans-serif;
}
.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.t-white {
  color: #fff !important;
}
.t-black {
  color: #171815 !important;
}
.t-gold {
  color: #D0BA99;
}
.t-green {
  color: #0E3535;
}
.t-green-2 {
  color: #1C4040;
}
.t-green-3 {
  color: #516B60;
}
.t-orange {
  color: #FA7F22;
}
.t-blue-1 {
  color: #06185e;
}
.t-blue-2 {
  color: #1132c4;
}
.t-blue-3 {
  color: #62a8f9;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-upper {
  text-transform: uppercase;
}
.t-bold {
  font-weight: bold;
}
.article-actions.multi-buttons {
  margin-bottom: -15px;
}
.article-actions.multi-buttons .button {
  margin: 0 15px 15px 0;
}
.text-col-2 {
  columns: 2;
  column-gap: 40px;
}
.article-intro {
  font-family: 'URWDINStdMedium', sans-serif;
  font-weight: 300;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4,
.article-output h5 {
  margin-bottom: 20px;
}
.article-output h1 {
  font-size: 26px;
}
.article-output h2 {
  font-size: 24px;
}
.article-output h3 {
  font-size: 22px;
}
.article-output h4 {
  font-size: 20px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output a:hover {
  color: #D0BA99;
  opacity: 0.8;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output form {
  margin-top: 60px;
}
.article-output iframe {
  margin-top: 60px;
  margin-bottom: 60px;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #30312F;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
body .grecaptcha-badge {
  right: -500px !important;
  opacity: 0;
}
@media (max-width: 767px) {
  .site-wrapper .container {
    max-width: unset;
  }
}
.comp-logo {
  display: block;
  width: 125px;
  height: 125px;
  background-image: url(../img/jor-next-level-logo-wit.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.comp-logo.light {
  background-image: url(../img/jor-next-level-logo-wit.svg);
}
.comp-logo .payoff {
  display: block;
  width: 195px;
  text-transform: uppercase;
  line-height: 1.3em;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  transition: all 0.3s ease-in-out;
}
.comp-logo .payoff span {
  font-family: 'URWDINStdBold', sans-serif;
}
.site-header {
  background-color: rgba(125, 85, 25, 0);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar {
  margin-top: 60px;
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar .inner {
  height: 80px;
  position: relative;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
  transform: translateY(-50%);
}
.site-header .primary-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu .main-nav {
  position: relative;
  z-index: 20;
  display: flex;
}
.site-header .primary-menu .main-nav li {
  padding: 0 0 0 40px;
}
.site-header .primary-menu .main-nav a {
  display: block;
  font-family: 'URWDINStdBold', sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.site-header .primary-menu .main-nav a:hover {
  opacity: 0.7;
}
.site-header .primary-menu .main-nav .active a {
  color: #D0BA99;
}
.site-header .nav-toggle {
  display: none;
  width: 34px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.site-header.theme-light .primary-menu .main-nav a {
  color: #fff;
}
.site-header.theme-light .primary-menu .main-nav .active a {
  color: #171815;
}
.site-header.theme-light .nav-icon:before,
.site-header.theme-light .nav-icon:after,
.site-header.theme-light .nav-icon div {
  background-color: #fff;
}
.shownav .site-header,
.scrolled .site-header {
  padding-top: 0;
  background-color: #171815;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.shownav .site-header .main-bar,
.scrolled .site-header .main-bar {
  margin-top: 0;
}
.shownav .site-header .main-bar .comp-logo,
.scrolled .site-header .main-bar .comp-logo {
  width: 60px;
  height: 60px;
}
.shownav .site-header .main-bar .comp-logo .payoff,
.scrolled .site-header .main-bar .comp-logo .payoff {
  font-size: 16px;
  line-height: 1.2em;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
}
.shownav .site-header .main-bar .primary-menu .main-nav a,
.scrolled .site-header .main-bar .primary-menu .main-nav a {
  color: #fff;
}
.shownav .site-header .main-bar .primary-menu .main-nav .active a,
.scrolled .site-header .main-bar .primary-menu .main-nav .active a {
  color: #f1f1f1;
}
.shownav .site-header .main-bar .nav-icon:before,
.scrolled .site-header .main-bar .nav-icon:before,
.shownav .site-header .main-bar .nav-icon:after,
.scrolled .site-header .main-bar .nav-icon:after,
.shownav .site-header .main-bar .nav-icon div,
.scrolled .site-header .main-bar .nav-icon div {
  background-color: #fff;
}
@media (max-width: 1400px) {
  .site-header .primary-menu .main-nav li {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 1200px) {
  .site-header .comp-logo {
    width: 90px;
    height: 90px;
  }
  .site-header .comp-logo .payoff {
    top: 38%;
    left: calc(100% + 20px);
  }
  .site-header .main-bar {
    margin-top: 30px;
  }
  .site-header .main-bar .inner {
    height: 80px;
  }
  .site-header .primary-menu {
    display: none;
  }
  .site-header .nav-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .container {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .site-header .comp-logo {
    width: 60px;
    height: 60px;
  }
  .site-header .comp-logo .payoff {
    font-size: 14px;
    line-height: 1.2em;
    top: 56%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
  }
  .site-header .main-bar {
    margin-top: 0;
  }
  .site-header .main-bar .inner {
    height: 80px;
  }
  .shownav .site-header .main-bar .comp-logo,
  .scrolled .site-header .main-bar .comp-logo {
    width: 60px;
    height: 60px;
  }
  .shownav .site-header .main-bar .comp-logo .payoff,
  .scrolled .site-header .main-bar .comp-logo .payoff {
    font-size: 14px;
    line-height: 1.2em;
    top: 56%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
  }
}
.site-footer {
  overflow: hidden;
  color: #fff;
}
.site-footer .primary {
  background-color: #171815;
  padding: 60px 0 50px;
}
.site-footer .comp-logo {
  position: relative;
}
.site-footer .comp-logo .payoff {
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .col-b .inner {
  height: 100%;
  position: relative;
}
.site-footer .col-b .c-payoff {
  max-width: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-footer .col-c .title {
  margin-bottom: 20px;
}
.site-footer .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.site-footer .boxes .box {
  width: 240px;
}
.site-footer .boxes a {
  color: #fff;
}
.site-footer .boxes a:hover {
  color: #D0BA99;
}
.site-footer .legals {
  background-color: #171815;
  padding: 0 0 10px;
  font-size: 90%;
}
.site-footer .legals a {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.site-footer .legals a:hover {
  color: #D0BA99;
}
.site-footer .legals .col-b .line {
  display: inline-block;
  margin-left: 20px;
}
.site-footer .legals .col-b a {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .site-footer .primary .col-a {
    width: 45%;
  }
  .site-footer .primary .col-b {
    width: 30%;
  }
  .site-footer .primary .col-c {
    width: 25%;
  }
  .site-footer .c-payoff {
    font-size: 46px;
  }
  .site-footer .boxes .box-b {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .site-footer .primary .col-a {
    width: 60%;
  }
  .site-footer .primary .col-b {
    display: none;
  }
  .site-footer .primary .col-c {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .site-footer .primary .col-c .inner {
    padding-top: 165px;
  }
  .site-footer .boxes .box-a {
    margin-bottom: 40px;
  }
  .site-footer .boxes .box-b {
    margin-bottom: 40px;
  }
  .site-footer .legals .inner {
    display: block !important;
  }
  .site-footer .legals .col-a {
    display: block;
    width: 100%;
  }
  .site-footer .legals .col-b {
    display: block;
    width: 100%;
  }
  .site-footer .legals .col-b .line {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 680px) {
  .site-footer .primary .col-a {
    width: 50%;
  }
  .site-footer .primary .col-c {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .site-footer .primary .col-a {
    width: 100%;
  }
  .site-footer .primary .col-c {
    width: 100%;
  }
  .site-footer .primary .col-c .inner {
    padding-top: 0;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 34px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  background-color: #D0BA99;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .inner {
  padding: 140px 0 60px 0;
}
.mobile-nav .main-nav li {
  margin-bottom: 5px;
}
.mobile-nav .main-nav li.active a {
  color: #0E3535;
}
.mobile-nav .main-nav a {
  display: block;
  font-family: 'URWDINStdBold', sans-serif;
  font-size: 26px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
}
.mobile-nav .main-nav a:hover {
  color: #0E3535;
}
.shownav .mobile-nav {
  top: 0;
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 40px;
}
.text-columns-2.col-gap-lg {
  column-gap: 80px;
}
@media (max-width: 1200px) {
  .text-columns-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .text-columns-2.col-gap-lg {
    column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .text-columns-2 {
    column-count: unset;
  }
}
.bg-dark {
  background-color: #30312F !important;
}
.bg-green {
  background-color: #0E3535;
}
.bg-green-2 {
  background-color: #1C4040;
}
.bg-green-3 {
  background-color: #516B60;
}
.bg-glass {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button-clean {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  background-color: transparent;
  font-family: 'URWDINStdBold', sans-serif;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #D0BA99;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
a.button,
form button {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  background-color: transparent;
  border: 3px solid #D0BA99;
  border-radius: 40px;
  font-family: 'URWDINStdBold', sans-serif;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #D0BA99;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}
a.button.no-padding,
form button.no-padding {
  padding: 0;
}
a.button:hover,
form button:hover {
  background-color: #D0BA99;
  color: #fff;
}
a.button .circle,
form button .circle {
  margin: 0 5px 0 -5px;
  font-size: 130%;
  position: relative;
  top: 1px;
  color: inherit;
}
a.button.narrow,
form button.narrow {
  height: 34px;
  line-height: 30px;
  padding: 0 30px 0 15px;
}
a.button.t-black,
form button.t-black {
  color: #171815;
}
a.button.t-dark,
form button.t-dark {
  color: #30312F;
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-orange,
form button.t-orange {
  color: #FA7F22;
}
a.button.t-green,
form button.t-green {
  color: #0E3535;
}
a.button.t-gold,
form button.t-gold {
  color: #D0BA99;
}
a.button.t-blue-1,
form button.t-blue-1 {
  color: #06185e;
}
a.button.t-blue-2,
form button.t-blue-2 {
  color: #1132c4;
}
a.button.t-blue-3,
form button.t-blue-3 {
  color: #62a8f9;
}
a.button.b-white,
form button.b-white {
  border-color: #fff;
}
a.button.b-white:hover,
form button.b-white:hover {
  background-color: #fff;
  color: #06185e !important;
}
a.button.b-black,
form button.b-black {
  border-color: #171815;
}
a.button.b-dark,
form button.b-dark {
  border-color: #30312F;
}
a.button.b-orange,
form button.b-orange {
  border-color: #FA7F22;
}
a.button.b-green,
form button.b-green {
  border-color: #0E3535;
}
a.button.b-gold,
form button.b-gold {
  border-color: #D0BA99;
}
a.button.b-none,
form button.b-none {
  border-color: transparent;
}
a.button.bg-white,
form button.bg-white {
  background-color: #fff;
}
a.button.bg-gold,
form button.bg-gold {
  background-color: #D0BA99;
}
a.button.bg-green,
form button.bg-green {
  background-color: #0E3535;
}
a.button.b-transparent,
form button.b-transparent {
  border-color: transparent;
  padding: 0;
}
a.button.b-transparent:hover,
form button.b-transparent:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello/fontello.eot?11754893ay');
  src: url('../font/fontello/fontello.eot?11754893ay#iefix') format('embedded-opentype'), url('../font/fontello/fontello.woff2?11754893ay') format('woff2'), url('../font/fontello/fontello.woff?11754893ay') format('woff'), url('../font/fontello/fontello.ttf?11754893ay') format('truetype'), url('../font/fontello/fontello.svg?11754893ay#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11754893#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-int-arr-left:before {
  content: '\0800';
}
/* 'ࠀ' */
.icon-int-arr-right:before {
  content: '\0811';
}
/* 'ࠑ' */
.icon-xmark:before {
  content: '\e800';
}
/* '' */
.icon-minus:before {
  content: '\e801';
}
/* '' */
.icon-plus:before {
  content: '\e802';
}
/* '' */
.icon-home:before {
  content: '\e803';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e804';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e805';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e806';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-down-open-big:before {
  content: '\e808';
}
/* '' */
.icon-left-open-big:before {
  content: '\e809';
}
/* '' */
.icon-right-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-up-open-big:before {
  content: '\e80b';
}
/* '' */
.icon-chat:before {
  content: '\e80c';
}
/* '' */
.icon-comment:before {
  content: '\e80d';
}
/* '' */
.icon-mail:before {
  content: '\e80e';
}
/* '' */
.icon-phone:before {
  content: '\e80f';
}
/* '' */
.icon-facebook:before {
  content: '\e810';
}
/* '' */
.icon-intpijl:before {
  content: '\e811';
}
/* '' */
.icon-twitter-x:before {
  content: '\e812';
}
/* '' */
.icon-stdclock:before {
  content: '\e813';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-comment-empty:before {
  content: '\f0e5';
}
/* '' */
.icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}
/* '' */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'against_history';
  src: url('../font/AgainstHistory/against_history-webfont.woff2') format('woff2'), url('../font/AgainstHistory/against_history-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "URWDINStdLight";
  src: url('../font/URWDINStdLight/font.woff2') format('woff2'), url('../font/URWDINStdLight/font.woff') format('woff');
}
@font-face {
  font-family: "URWDINStdMedium";
  src: url('../font/URWDINStdMedium/font.woff2') format('woff2'), url('../font/URWDINStdMedium/font.woff') format('woff');
}
@font-face {
  font-family: "URWDINStdBold";
  src: url('../font/URWDINStdBold/font.woff2') format('woff2'), url('../font/URWDINStdBold/font.woff') format('woff');
}
@font-face {
  font-family: "URWDINStdBlackItalic";
  src: url('../font/URWDINStdBlackItalic/font.woff2') format('woff2'), url('../font/URWDINStdBlackItalic/font.woff') format('woff');
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #30312F;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(0, 0, 0, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 20px;
  background: none;
  color: #D0BA99;
  background-color: #fff;
  border: 2px solid #D0BA99;
  border-radius: 2px;
}
form.formResponsive textarea {
  height: 160px;
  padding: 15px 20px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #30312F;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  display: block;
  color: #FA7F22;
  font-size: 80%;
  font-weight: normal;
  padding-left: 10px;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #FA7F22;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: left;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #30312F;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-type-freetext {
  margin-top: 40px;
  margin-bottom: 0;
}
form.formResponsive .rsform-type-freetext h1,
form.formResponsive .rsform-type-freetext h2,
form.formResponsive .rsform-type-freetext h3,
form.formResponsive .rsform-type-freetext h4 {
  margin-bottom: 10px;
}
form.formResponsive .rsform-type-freetext p {
  font-family: 'URWDINStdMedium', sans-serif;
  font-weight: 300;
}
form.formResponsive .rsform-type-rsfpsignature {
  margin: 30px 0;
}
form.formResponsive .rsform-select {
  padding: 3px 0 10px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #f9f9f9;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
form.formResponsive .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
form.formResponsive .rsform-type-fileupload button,
form.formResponsive .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
form.formResponsive .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
form.formResponsive .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
form.formResponsive .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
.article-images .image {
  width: 33.3334%;
  float: left;
  padding: 15px;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .article-images .image {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .article-images {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-images .image {
    width: 33.3334%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .article-images {
    margin-left: -8px;
    margin-right: -8px;
  }
  .article-images .image {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 560px) {
  .article-images {
    margin-left: -5px;
    margin-right: -5px;
  }
  .article-images .image {
    width: 50%;
    padding: 5px;
  }
}
.article-images-mozaic {
  position: relative;
}
.article-images-mozaic .img-a {
  margin: 0;
  padding: 80px 10px 0 0;
}
.article-images-mozaic .img-a img {
  height: 800px;
  object-fit: cover;
}
.article-images-mozaic .img-b,
.article-images-mozaic .img-c {
  margin: 0;
}
.article-images-mozaic .img-b img,
.article-images-mozaic .img-c img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.article-images-mozaic .img-b {
  margin-bottom: 30px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.page-content {
  padding: 80px 0 100px;
}
.page-content .col-left .inner {
  position: relative;
}
.page-content .col-left .inner .article-intro {
  margin-bottom: 40px;
}
.page-content .col-left .inner .c-label {
  width: 160px;
  text-align: right;
  position: absolute;
  top: 2px;
  right: calc(100% + 30px);
}
@media (max-width: 1200px) {
  .page-content .col-left {
    width: 70%;
    margin-left: 0;
  }
  .page-content .col-left .inner .c-label {
    width: 100%;
    text-align: unset;
    position: static;
    top: 0;
    right: 0;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-content .col-right {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .page-content .col-left {
    width: 100%;
    margin-bottom: 60px;
  }
  .page-content .col-left .inner .c-label {
    font-size: 24px;
  }
  .page-content .col-right {
    width: 100%;
  }
  .page-content .c-side-nav a {
    padding: 5px;
  }
}
.mod-home-banner {
  background-color: #171815;
}
.mod-home-banner .container {
  position: relative;
}
.mod-home-banner .container .row {
  position: relative;
  z-index: 10;
}
.mod-home-banner .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 25%;
  overflow: hidden;
}
.mod-home-banner .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #171815;
  top: 0;
  left: 100%;
  transform-origin: top left;
  transform: skewX(-15deg);
}
.mod-home-banner .col-left .inner {
  padding-top: 300px;
  padding-bottom: 80px;
  min-height: 800px;
}
.mod-home-banner .article-actions {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .mod-home-banner .article-title {
    font-size: 55px;
  }
  .mod-home-banner .col-left {
    width: 45%;
    margin-left: 55%;
  }
  .mod-home-banner .col-left .inner {
    padding-top: 240px;
    min-height: 700px;
  }
}
@media (max-width: 1400px) {
  .mod-home-banner .article-title {
    font-size: 50px;
  }
  .mod-home-banner .col-left {
    width: 50%;
    margin-left: 50%;
  }
  .mod-home-banner .col-left .inner {
    padding-top: 220px;
    min-height: 650px;
  }
}
@media (max-width: 1200px) {
  .mod-home-banner .bgimg {
    right: 35%;
  }
  .mod-home-banner .article-title {
    font-size: 40px;
  }
  .mod-home-banner .col-left {
    width: 55%;
    margin-left: 45%;
  }
  .mod-home-banner .col-left .inner {
    padding-top: 160px;
    min-height: 580px;
  }
}
@media (max-width: 991px) {
  .mod-home-banner .container {
    height: unset;
  }
  .mod-home-banner .bgimg {
    right: 0;
  }
  .mod-home-banner .article-title {
    font-size: 38px;
  }
  .mod-home-banner .col-left {
    width: 100%;
    margin-left: 0;
  }
  .mod-home-banner .col-left .inner {
    padding-top: 200px;
    padding-bottom: 140px;
    min-height: 500px;
  }
}
@media (max-width: 820px) {
  .mod-home-banner .bgimg {
    right: 40px;
  }
  .mod-home-banner .article-title {
    font-size: 36px;
  }
  .mod-home-banner .col-left {
    width: 100%;
  }
  .mod-home-banner .col-left .inner {
    max-width: 600px;
    min-height: 300px;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mod-home-banner .bgimg {
    right: -40px;
  }
}
@media (max-width: 600px) {
  .mod-home-banner .col-left .inner {
    max-width: 600px;
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
@media (max-width: 440px) {
  .mod-home-banner .bgimg {
    right: -30px;
  }
  .mod-home-banner .bgimg:before {
    display: none;
  }
}
.mod-pagehero-a {
  background-color: #D0BA99;
  padding: 360px 0 240px;
  position: relative;
  overflow: hidden;
}
.mod-pagehero-a .pulse {
  bottom: -770px;
  left: calc(50% - 1480px);
}
.mod-pagehero-a .c-payoff {
  display: block;
  max-width: 520px;
}
@media (max-width: 1400px) {
  .mod-pagehero-a {
    padding: 320px 0 220px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-a {
    padding: 280px 0 180px;
  }
  .mod-pagehero-a .pulse {
    width: 2600px;
    height: 2000px;
    bottom: -670px;
    left: calc(50% - 1380px);
  }
}
@media (max-width: 991px) {
  .mod-pagehero-a {
    padding: 210px 0 160px;
  }
  .mod-pagehero-a .pulse {
    width: 2600px;
    height: 2000px;
    bottom: -670px;
    left: calc(50% - 1380px);
  }
  .mod-pagehero-a .col-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-pagehero-a .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mod-pagehero-a {
    padding: 170px 0 140px;
  }
  .mod-pagehero-a .pulse {
    width: 2600px;
    height: 1400px;
    bottom: -399px;
    left: calc(50% - 1170px);
  }
}
@media (max-width: 520px) {
  .mod-pagehero-a {
    padding: 140px 0 140px;
  }
  .mod-pagehero-a .pulse {
    width: 2600px;
    height: 1400px;
    bottom: -399px;
    left: calc(50% - 1170px);
  }
}
.mod-pagehero-b {
  background-color: #171815;
}
.mod-pagehero-b .col-left .inner {
  min-height: 600px;
  position: relative;
}
.mod-pagehero-b .col-right .inner {
  padding-top: 280px;
  max-width: 550px;
  position: relative;
}
.mod-pagehero-b .hero-intro {
  display: block;
  color: #fff;
  font-family: 'URWDINStdMedium', sans-serif;
  font-weight: 300;
}
.mod-pagehero-b .c-written {
  position: absolute;
  bottom: 60px;
  left: -30px;
}
.mod-pagehero-b .hero-image-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  transform-origin: top left;
  transform: skewX(15deg);
  overflow: hidden;
}
.mod-pagehero-b .hero-image-outer .hero-image-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: top left;
  transform: skewX(-15deg);
}
.mod-pagehero-b .hero-image-outer .hero-image-inner img {
  display: none;
}
@media (max-width: 1600px) {
  .mod-pagehero-b .col-left {
    width: 56%;
  }
  .mod-pagehero-b .col-right {
    width: 44%;
  }
}
@media (max-width: 1400px) {
  .mod-pagehero-b .c-payoff {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-b .c-payoff {
    font-size: 35px;
  }
  .mod-pagehero-b .c-written {
    bottom: 30px;
    left: -10px;
  }
  .mod-pagehero-b .col-left .inner {
    min-height: 500px;
  }
  .mod-pagehero-b .col-right .inner {
    padding-top: 240px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-b .container {
    max-width: unset;
  }
  .mod-pagehero-b .c-payoff {
    font-size: 32px;
  }
  .mod-pagehero-b .col-left .inner {
    min-height: 450px;
  }
  .mod-pagehero-b .col-right .inner {
    padding-top: 220px;
  }
}
@media (max-width: 860px) {
  .mod-pagehero-b .container {
    max-width: unset;
  }
  .mod-pagehero-b .c-payoff {
    font-size: 32px;
  }
  .mod-pagehero-b .c-written {
    bottom: -20px;
    left: 0;
  }
  .mod-pagehero-b .col-left {
    width: 100%;
    order: 1 !important;
  }
  .mod-pagehero-b .col-left .inner {
    min-height: 360px;
  }
  .mod-pagehero-b .col-right {
    width: 100%;
    order: 5 !important;
  }
  .mod-pagehero-b .col-right .inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .mod-pagehero-b .hero-image-outer {
    transform: skewX(0);
  }
  .mod-pagehero-b .hero-image-outer .hero-image-inner {
    transform: skewX(0);
  }
}
.section {
  min-height: 100px;
  position: relative;
}
.section .container {
  position: relative;
  z-index: 10;
}
.mod-section .inner {
  min-height: 500px;
}
.mod-faq {
  padding: 100px 0;
}
.mod-faq .col-left .inner {
  position: relative;
}
.mod-faq .col-left .inner .c-label {
  width: 160px;
  text-align: right;
  position: absolute;
  top: 2px;
  right: calc(100% + 30px);
}
.mod-faq .col-right .inner {
  padding: 40px 0 0 80px;
}
.mod-faq .c-written {
  max-width: 300px;
}
@media (max-width: 1200px) {
  .mod-faq {
    padding: 100px 0;
  }
  .mod-faq .col-left {
    width: 65%;
    margin-left: 0;
  }
  .mod-faq .col-left .inner .c-label {
    width: 100%;
    text-align: left;
    position: static;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .mod-faq .col-right {
    width: 35%;
  }
  .mod-faq .col-right .inner {
    padding: 40px 0 0 30px;
  }
  .mod-faq .c-written {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .mod-faq {
    padding: 80px 0 0;
  }
  .mod-faq .col-left {
    width: 100%;
  }
  .mod-faq .col-right {
    width: 100%;
  }
  .mod-faq .col-right .inner {
    padding: 80px 0 40px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .mod-faq {
    padding: 60px 0 0;
  }
}
.mod-cta {
  background-color: #e8e8e8;
  margin-top: 60px;
}
.mod-cta .container {
  position: relative;
  z-index: 5;
}
.mod-cta .container:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  width: 1000px;
  z-index: -1;
  transform-origin: top left;
  transform: skewX(-15deg);
  top: 0;
  left: calc(50% + 300px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 80%);
  opacity: 0.9;
}
.mod-cta.theme-gold {
  background-color: #D0BA99;
}
.mod-cta.theme-gold .container:before {
  background: linear-gradient(180deg, #d9c8ae 0%, rgba(208, 186, 153, 0.2) 100%);
  opacity: 0.8;
}
.mod-cta .col-left .inner {
  position: relative;
}
.mod-cta .col-right .inner {
  padding: 100px 0;
}
.mod-cta .article-image {
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
}
.mod-cta .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 100% 0%, 84% 100%, 47% 100%, 44% 83%, 15% 83%, 12% 100%, 0 100%);
}
.mod-cta .c-written {
  position: absolute;
  bottom: 80px;
  right: 40px;
}
.mod-cta .article-actions {
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .mod-cta .article-image {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1400px) {
  .mod-cta .col-right .inner {
    padding: 60px 0;
  }
  .mod-cta .article-image {
    width: 100%;
  }
  .mod-cta .c-written {
    bottom: 80px;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .mod-cta .col-right .inner {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .mod-cta .col-left {
    width: 100%;
  }
  .mod-cta .col-left .inner {
    height: 360px;
  }
  .mod-cta .col-right {
    width: 100%;
  }
  .mod-cta .col-right .inner {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 640px) {
  .mod-cta .col-left .inner {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .mod-cta .col-left .inner {
    height: 220px;
  }
  .mod-cta .c-written {
    bottom: 15px;
  }
}
.grey-box {
  padding: 100px 0 0;
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
}
.grey-box .pulse {
  bottom: -725px;
  left: calc(50% - 1240px);
}
.mod-insta {
  margin-bottom: 100px;
}
.mod-insta .m-footer {
  margin-top: 30px;
}
.mod-aanmelden {
  padding: 100px 0;
}
.mod-aanmelden .col-right .inner {
  position: relative;
}
.mod-aanmelden .col-right .inner .content {
  padding: 0 0 30px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-aanmelden .col-right .article-title {
  max-width: 400px;
}
.mod-aanmelden .col-right .article-output {
  margin: 20px 0;
}
.mod-intro {
  padding: 100px 0;
  background-color: #171815;
}
.mod-intro .container {
  position: relative;
}
.mod-intro .container .row {
  position: relative;
  z-index: 5;
}
.mod-intro .container .pulse {
  height: 1600px;
  bottom: -580px;
  left: 118%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.mod-intro .row-1 .col-left .inner {
  position: relative;
}
.mod-intro .row-1 .col-left .inner .c-label {
  width: 160px;
  text-align: right;
  position: absolute;
  top: calc(100% + 10px);
  right: calc(100% + 30px);
}
.mod-intro .row-2 .col-left .inner {
  position: relative;
}
.mod-intro .row-2 .col-left .inner .c-label {
  width: 160px;
  text-align: right;
  position: absolute;
  top: 2px;
  right: calc(100% + 30px);
}
@media (max-width: 1400px) {
  .mod-intro .container .pulse {
    bottom: -576px;
    left: 124%;
  }
}
@media (max-width: 991px) {
  .mod-intro .container .pulse {
    height: 1400px;
    bottom: -533px;
    left: 134%;
  }
  .mod-intro .row-1 .col-left {
    width: 100%;
    margin-left: 0;
  }
  .mod-intro .row-1 .col-left .inner .c-label {
    width: 100%;
    text-align: left;
    position: static;
    top: 0;
    right: 0);
  }
  .mod-intro .row-2 .col-left {
    width: 100%;
    margin-left: 0;
  }
  .mod-intro .row-2 .col-left .inner .c-label {
    width: 100%;
    text-align: left;
    position: static;
    top: 0;
    right: 0);
  }
  .mod-intro .row-2 .col-right {
    width: 100%;
    margin-left: 0;
  }
}
.mod-aanbod {
  padding: 100px 0;
}
.mod-aanbod .primary {
  margin-bottom: 60px;
}
.mod-aanbod .inner {
  position: relative;
  z-index: 5;
  padding: 80px 0;
}
.mod-aanbod .inner .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: calc(50% + 120px);
  z-index: -1;
}
.mod-aanbod .secondary .col-1 {
  position: relative;
}
.mod-aanbod .secondary .col-1 .c-label {
  width: 160px;
  text-align: right;
  position: absolute;
  top: 20px;
  right: calc(100% + 15px);
}
.mod-aanbod .secondary .col-2,
.mod-aanbod .secondary .col-3 {
  padding-top: 15px;
}
@media (max-width: 1600px) {
  .mod-aanbod .primary {
    margin-bottom: 80px;
  }
  .mod-aanbod .secondary .col-1 {
    width: 33.33334%;
    margin-left: 0;
  }
  .mod-aanbod .secondary .col-1 .c-label {
    width: 100%;
    text-align: left;
    position: absolute;
    top: -40px;
    right: auto;
    left: 25px;
    margin-bottom: 10px;
  }
  .mod-aanbod .secondary .col-2,
  .mod-aanbod .secondary .col-3 {
    width: 33.33334%;
    padding-top: 0;
  }
}
@media (max-width: 1400px) {
  .mod-aanbod {
    padding: 80px 0;
  }
  .mod-aanbod .c-panel {
    padding: 40px 25px 30px;
    min-height: 200px;
  }
  .mod-aanbod .c-panel .article-actions {
    margin-top: 20px;
  }
  .mod-aanbod .inner {
    padding: 60px 0 30px;
  }
  .mod-aanbod .inner .bg-image {
    left: 50%;
  }
  .mod-aanbod .primary {
    margin-bottom: 60px;
  }
  .mod-aanbod .primary .col-left {
    width: 50%;
  }
  .mod-aanbod .secondary .col-1 {
    width: 70%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .mod-aanbod .secondary .col-1 .c-label {
    width: 100%;
    text-align: left;
    position: static;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .mod-aanbod .secondary .col-2,
  .mod-aanbod .secondary .col-3 {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .mod-aanbod .inner {
    padding: 60px 0 30px;
  }
  .mod-aanbod .inner .bg-image {
    left: calc(50%);
  }
  .mod-aanbod .secondary .col-1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .mod-aanbod .inner {
    padding: 0;
  }
  .mod-aanbod .inner .bg-image {
    display: none;
  }
  .mod-aanbod .primary {
    margin-bottom: 30px;
  }
  .mod-aanbod .primary .col-left {
    width: 100%;
  }
  .mod-aanbod .secondary .col-1 {
    width: 100%;
  }
  .mod-aanbod .secondary .col-2,
  .mod-aanbod .secondary .col-3 {
    width: 100%;
  }
  .mod-aanbod .secondary .col-2 {
    margin-bottom: 40px;
  }
}
.mod-community {
  padding: 200px 0 0;
  position: relative;
  z-index: 5;
}
.mod-community .container .pulse {
  width: 2000px;
  height: calc(100% + 300px);
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-size: auto 2000px;
  background-position: center center;
}
.mod-community .col-left .inner {
  position: relative;
  background-color: #171815;
  z-index: 5;
}
.mod-community .col-left .bg-image {
  width: 100%;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
  background-color: #171815;
}
.mod-community .col-left .bg-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #171815;
  opacity: 0.2;
  opacity: 0.8;
}
.mod-community .col-left .module {
  margin-left: 30%;
  margin-right: 60px;
  position: relative;
}
.mod-community .col-left .module .c-label {
  text-align: right;
  position: absolute;
  top: 2px;
  right: calc(100% + 30px);
}
.mod-community .col-left .module .article-actions {
  margin-top: 20px;
}
.mod-community .col-left .module.module-1 {
  margin-bottom: 80px;
}
.mod-community .col-left .module.module-1 .c-label {
  top: 45px;
}
.mod-community .col-left .module.module-2 .c-label {
  top: 18px;
}
.mod-community .col-right .ajax-review-ouput {
  margin-top: 60px;
}
.mod-community .col-right .ajax-review-ouput .c-written {
  max-width: 300px;
  margin-left: 60px;
}
@media (max-width: 1400px) {
  .mod-community .col-left {
    width: 50%;
  }
  .mod-community .col-left .bg-image {
    right: -25px;
  }
  .mod-community .col-left .module {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-community .col-left .module .c-label {
    text-align: left;
    position: static;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .mod-community .col-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .mod-community {
    padding: 80px 0 0;
  }
  .mod-community .col-left {
    width: 100%;
  }
  .mod-community .col-left .inner {
    padding: 80px 0;
  }
  .mod-community .col-left .bg-image {
    height: 100%;
    top: 0;
    right: -60px;
  }
  .mod-community .col-right {
    width: 100%;
  }
  .mod-community .col-right .inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .mod-community {
    padding: 60px 0 0;
  }
  .mod-community .col-left .inner {
    padding: 60px 0;
  }
  .mod-community .col-left .bg-image {
    height: 100%;
    top: 0;
    right: -60px;
  }
  .mod-community .col-right .inner {
    padding: 60px 0;
  }
}
.mod-reviews {
  position: relative;
  padding: 80px 0 0;
}
.mod-reviews .primary {
  margin-right: 5%;
}
.mod-reviews .secondary {
  margin-top: 20px;
  margin-left: 5%;
}
.mod-before-after {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.mod-before-after .m-header {
  margin-bottom: 60px;
  position: relative;
}
.mod-before-after .m-header .m-title {
  max-width: 580px;
  margin-bottom: 20px;
}
.mod-before-after .m-header .c-written {
  position: absolute;
  bottom: -20px;
  left: -10px;
}
.mod-before-after .m-header .article-actions {
  margin-top: 20px;
}
.mod-before-after.has-mb {
  margin-bottom: 180px;
}
@media (max-width: 1400px) {
  .mod-before-after {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mod-before-after .c-before-after-card .image-box .image-before {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .mod-before-after {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mod-before-after .c-before-after-card .image-box .image-before {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .mod-before-after {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mod-before-after .m-header {
    margin-bottom: 80px;
  }
  .mod-before-after .m-header .col-left {
    width: 100%;
  }
  .mod-before-after .m-header .col-right {
    width: 100%;
  }
  .mod-before-after .m-header .c-written {
    bottom: -65px;
    left: -10px;
  }
  .mod-before-after .c-before-after-card .image-box .image-before {
    height: 500px;
  }
  .mod-before-after .m-body .col-1,
  .mod-before-after .m-body .col-2 {
    width: 50%;
  }
  .mod-before-after .m-body .col-3 {
    display: none;
  }
}
@media (max-width: 680px) {
  .mod-before-after {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mod-before-after .c-before-after-card .image-box .image-before {
    height: 380px;
  }
  .mod-before-after .m-body .col-1,
  .mod-before-after .m-body .col-2 {
    width: 50%;
  }
  .mod-before-after .m-body .col-3 {
    display: none;
  }
}
@media (max-width: 500px) {
  .mod-before-after {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mod-before-after .c-before-after-card .image-box .image-before {
    height: 450px;
  }
  .mod-before-after .m-body .col-1,
  .mod-before-after .m-body .col-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .mod-before-after .m-body .col-3 {
    display: block;
    width: 100%;
  }
}
.grained {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.grained:after {
  content: "";
  background-image: url("../img/png/grained.png");
  height: 300%;
  width: 300%;
  opacity: 0.1;
  animation: animateGrain 12s steps(10) infinite;
  position: absolute;
  top: -50%;
  left: -50%;
}
@keyframes animateGrain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, -20%);
  }
  30% {
    transform: translate(-5%, -10%);
  }
  40% {
    transform: translate(-15%, -20%);
  }
  50% {
    transform: translate(-5%, -10%);
  }
  60% {
    transform: translate(-15%, -20%);
  }
  70% {
    transform: translate(-5%, -10%);
  }
  80% {
    transform: translate(-15%, -20%);
  }
  90% {
    transform: translate(-5%, -10%);
  }
  100% {
    transform: translate(-15%, -20%);
  }
}
.pulse {
  display: block;
  width: 2800px;
  height: 2300px;
  background-image: url(../img/svg/pulse-gold.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}
.pulse.gold-2 {
  background-image: url(../img/svg/pulse-gold-2.svg);
}
.pulse.grey {
  background-image: url(../img/svg/pulse-grey.svg);
}
.pulse.grey-2 {
  background-image: url(../img/svg/pulse-grey-2.svg);
}
.before-after-slider {
  --default-handle-width: clamp(40px, 10vw, 160px);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide.arrows__bottom__center .splide__arrows {
  width: 130px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.splide.arrows__bottom__right .splide__arrows {
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.splide.arrows__bottom__right .splide__arrow {
  width: 35px;
  height: 40px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.splide.arrows__bottom__right .splide__arrow i {
  color: #D0BA99;
  font-size: 36px;
}
.splide.arrows__bottom__right .splide__arrow i:before {
  margin: 0;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--prev {
  left: 0px;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--next {
  right: 0px;
}
.splide.arrows__outer .splide__arrows {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 0;
}
.splide .splide__arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #D0BA99;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.splide .splide__arrow i {
  color: #D0BA99;
  font-size: 42px;
  position: relative;
}
.splide .splide__arrow i:before {
  margin: 0;
}
.splide .splide__arrow svg {
  fill: #fff;
}
.splide .splide__arrow.splide__arrow--prev {
  left: 10px;
}
.splide .splide__arrow.splide__arrow--prev i {
  left: -3px;
}
.splide .splide__arrow.splide__arrow--next {
  right: 10px;
}
.splide .splide__arrow.splide__arrow--next i {
  right: -3px;
}
.splide .splide__arrow:hover {
  opacity: 0.7;
}
.splide .splide__arrow.ar__blue5 i {
  color: #46AAFF;
}
.splide .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  bottom: -70px;
}
.splide .splide__pagination li {
  line-height: 0;
  margin: 0 4px;
}
.splide .splide__pagination li button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  transform: unset;
  opacity: 1;
  background-color: #1132c4;
}
.splide .splide__pagination li button.is-active {
  background-color: #62a8f9;
}
@media (max-width: 991px) {
  .splide .splide__arrowxxx {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .splide .splide__arrowxxx {
    width: 40px;
    height: 40px;
  }
}
.splide-reviews .item img {
  width: 360px;
  height: 300px;
  object-fit: cover;
}
.splide-reviews .item .review-output {
  display: none;
}
.c-gridcard .card-image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.c-gridcard .card-image:before,
.c-gridcard .card-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.c-gridcard .card-image:before {
  background-color: #D0BA99;
  transform-origin: bottom right;
  right: 80%;
}
.c-gridcard .card-image:after {
  background-color: #e8e8e8;
  transform-origin: bottom left;
  left: 80%;
}
.c-gridcard .card-image .info-box {
  display: block;
  padding: 0 5px 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-gridcard .card-image .info-box .card-title {
  margin: 0;
  line-height: 1em;
}
.c-gridcard:hover .card-image:before {
  right: 60%;
  opacity: 0.5;
}
.c-gridcard:hover .card-image:after {
  left: 40%;
  opacity: 0.5;
}
.c-written {
  display: inline-block;
  font-family: 'against_history', sans-serif;
  font-size: 40px;
  line-height: 1em;
  transform-origin: top left;
  transform: rotate(-5.5deg);
}
.c-written span {
  display: block;
}
.c-written.indent span:nth-child(2) {
  padding-left: 30px;
}
.c-label {
  display: block;
  color: #D0BA99;
  font-family: 'URWDINStdBold', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.c-payoff {
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}
.c-payoff .line-a {
  font-family: 'URWDINStdMedium', sans-serif;
  font-weight: 300;
}
.c-payoff .line-b {
  font-family: 'URWDINStdBlackItalic', sans-serif;
}
@media (max-width: 1400px) {
  .c-payoff {
    font-size: 58px;
  }
}
@media (max-width: 1200px) {
  .c-payoff {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .c-payoff {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .c-payoff {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .c-payoff {
    font-size: 36px;
  }
}
.c-accordeon {
  width: 100%;
  border-top: 1px solid #171815;
}
.c-accordeon.no-top-border {
  border-top: none;
}
.c-accordeon .panel {
  padding: 18px 0;
  border-bottom: 1px solid #171815;
  line-height: 1.4em;
}
.c-accordeon .question {
  font-size: 20px;
  line-height: 1.2em;
  color: #171815;
  padding: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.c-accordeon .question .circle {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.c-accordeon .question .circle .icon-plus,
.c-accordeon .question .circle .icon-minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #171815;
}
.c-accordeon .question .circle .icon-minus {
  display: none;
}
.c-accordeon .question.open {
  color: #171815;
}
.c-accordeon .question.open .circle .icon-plus {
  display: none;
}
.c-accordeon .question.open .circle .icon-minus {
  display: block;
}
.c-accordeon .answer {
  padding: 20px 40px 10px 0;
  color: #171815;
}
.c-accordeon .answer p {
  color: #171815;
}
.c-accordeon .answer p:last-child {
  margin: 0;
}
.c-accordeon .answer a:hover {
  color: #171815;
}
.c-accordeon.theme-light {
  border-color: #fff;
}
.c-accordeon.theme-light .panel {
  border-color: #fff;
}
.c-accordeon.theme-light .question {
  color: #fff;
}
.c-accordeon.theme-light .question .circle .icon-plus,
.c-accordeon.theme-light .question .circle .icon-minus {
  color: #fff;
}
.c-accordeon.theme-light .answer {
  color: #fff;
}
.c-accordeon.theme-light .answer p {
  color: #fff;
}
.c-accordeon.theme-light .answer a:hover {
  color: #fff;
}
.c-eventlist {
  color: #fff;
}
.c-eventlist .event {
  position: relative;
  padding: 12px 0;
  border-bottom: 2px #fff solid;
}
.c-eventlist .event:first-child {
  padding-top: 0;
}
.c-eventlist .event-date {
  display: block;
}
.c-eventlist .event-title {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  margin: 0;
}
.c-eventlist .event-action {
  position: absolute;
  bottom: 12px;
  right: 0;
  color: #fff;
}
.c-before-after-card {
  background-color: pink;
  position: relative;
  overflow: hidden;
}
.c-before-after-card .card-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-before-after-card .card-info .card-title {
  margin: 0;
}
.c-before-after-card .image-box {
  position: relative;
}
.c-before-after-card .image-box .image-before {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.c-before-after-card .image-box .image-after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.8s ease-in-out;
}
.c-before-after-card.active .image-box .image-after {
  top: 0;
}
.c-panel {
  padding: 60px 30px 40px;
  min-height: 300px;
  background-color: #D0BA99;
}
.c-panel .article-actions {
  margin-top: 40px;
}
.c-side-nav li {
  padding: 5px 0;
  border-bottom: 2px solid #171815;
}
.c-side-nav a {
  display: block;
  padding: 5px 5px 5px 20px;
  border-radius: 3px;
}
.c-side-nav a .line-1 {
  display: block;
}
.c-side-nav a .line-2 {
  font-family: 'URWDINStdBold', sans-serif;
}
.c-side-nav a:hover {
  background-color: #D0BA99;
}
.mod-articles {
  margin-top: -100px;
}
.mod-articles .item {
  margin-bottom: 80px;
}
.bricks {
  margin-left: -15px;
  margin-right: -15px;
}
.bricks .brick-sizer {
  width: 5%;
}
.bricks .brick {
  width: 50%;
  padding: 15px;
}
.bricks .brick .spacer {
  height: 120px;
}
.bricks .brick .text-panel {
  min-height: 120px;
  padding-top: 20px;
}
.bricks .brick .text-panel ul:last-child,
.bricks .brick .text-panel p:last-child {
  margin-bottom: 0;
}
.bricks .brick .image {
  display: block;
  margin: 0;
  position: relative;
}
.bricks .brick .image img {
  width: 100%;
}
.bricks .brick .image.has-overlay:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 50%;
  top: auto;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bricks .brick .image-panel {
  position: relative;
  overflow: hidden;
}
.bricks .brick .image-panel .info-on,
.bricks .brick .image-panel .info-off {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 50px;
  color: #fff;
}
.bricks .brick .image-panel .info-on .title,
.bricks .brick .image-panel .info-off .title {
  display: block;
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 1em;
}
.bricks .brick .image-panel .info-on .article-output,
.bricks .brick .image-panel .info-off .article-output {
  font-size: 15px;
  line-height: 1.5em;
}
.bricks .brick .image-panel .info-off {
  transition: all 0.4s ease-in-out;
  padding-right: 100px;
}
.bricks .brick .image-panel .info-off .article-output {
  margin-right: 30px;
}
.bricks .brick .image-panel .info-off .icn-info {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #171815;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel .info-on {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
  padding-top: 60px;
}
.bricks .brick .image-panel .info-on .close {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #30312F;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel.is-landscape .info-on {
  width: 65%;
  height: 100%;
}
.bricks .brick .image-panel:hover .info-off,
.bricks .brick .image-panel:active .info-off {
  opacity: 0;
  transform: translateY(50px);
}
.bricks .brick .image-panel:hover .info-on,
.bricks .brick .image-panel:active .info-on {
  opacity: 1;
  transform: translate(0, 0);
}
.bricks .brick .c-gridcard {
  margin-bottom: 60px;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .article-output {
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .button {
  border-color: #fff;
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before,
.bricks.has-bg-greys .brick:nth-child(8n+6):before,
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  display: block;
  content: "";
  width: 4000px;
  position: absolute;
  z-index: -1;
  background-color: #30312F;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before {
  height: 2200px;
  top: 550px;
  right: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+6):before {
  left: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  height: 1000px;
  left: -1500px;
  top: calc(-1000px + 550px);
}
@media (max-width: 1600px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 2000px;
    top: 450px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 450px);
  }
}
@media (max-width: 1400px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 40px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    font-size: 135%;
    margin-bottom: 20px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1800px;
    top: 500px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 1200px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 30px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 15px;
    font-size: 120%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1600px;
    top: 340px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 350px);
  }
}
@media (max-width: 991px) {
  .bricks-mozaic.has-video-bricks .brick-spacer,
  .bricks-mozaic.has-info-bricks .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-video,
  .bricks-mozaic .brick-info {
    width: 100%;
  }
  .bricks-mozaic .brick-video.brick-2,
  .bricks-mozaic .brick-info.brick-2 {
    padding-top: 8px;
  }
  .bricks {
    margin-left: -8px;
    margin-right: -8px;
  }
  .bricks .brick {
    padding: 8px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 70%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1300px;
    top: 350px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 680px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1000px;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 640px) {
  .bricks-mozaic .brick-text {
    width: 100%;
    padding: 0 15px;
  }
  .bricks-mozaic .brick-text .text-panel {
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .bricks-mozaic .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-2 {
    padding-top: 120px;
  }
  .brick-grid .brick {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 300%;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    display: block;
    height: 200%;
    top: calc(-200% + 400px);
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    display: none;
  }
}
@media (max-width: 560px) {
  .bricks {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bricks .brick {
    padding: 5px;
  }
  .bricks .brick.brick-2 {
    padding-top: 60px;
  }
  .bricks .brick.brick-info,
  .bricks .brick.brick-video {
    padding-top: 5px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 80%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    top: calc(-200% + 340px);
  }
}
@media (max-width: 480px) {
  .bricks .brick .image-panel img {
    height: 290px;
    object-fit: cover;
  }
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 20px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 10px;
    font-size: 110%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
    height: auto;
  }
}
.brick-test .bricktest {
  padding: 30px;
  margin-bottom: 20px;
  background-color: pink;
}
.brick-test .bricktest:nth-child(8n+2) {
  background-color: red;
}
.brick-test .bricktest:nth-child(8n+3) {
  background-color: green;
}
.brick-test .bricktest:nth-child(8n+4) {
  background-color: deepskyblue;
}
.brick-test .bricktest:nth-child(8n+5) {
  background-color: greenyellow;
}
