@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "nunito";
  font-display: swap;
  src: url("/ccJRc6__fonts/ccJRc6__nunito-medium.woff2") format("woff2"), url("/ccJRc6__fonts/ccJRc6__nunito-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "nunito";
  font-display: swap;
  src: url("/ccJRc6__fonts/ccJRc6__nunito-regular.woff2") format("woff2"), url("/ccJRc6__fonts/ccJRc6__nunito-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "nunito";
  font-display: swap;
  src: url("/ccJRc6__fonts/ccJRc6__nunito-semibold.woff2") format("woff2"), url("/ccJRc6__fonts/ccJRc6__nunito-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 80px;
  --container-padding-tablet: 16px;
  --background: #fff;
  --font-color: #000;
  --font-size: 12px;
  --font-family: nunito, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 13px;
  --btn-font-weight: 500;
  --btn-padding: 10px 23px;
  --btn-bg: #b5a147;
  --btn-bg-hover: #decf89;
  --btn-color: #2e2e2e;
  --btn-color-hover: var(--btn-color);
  --btn-radius: 10px 3px;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.ccJRc6__h1,
h2,
.ccJRc6__h2,
h3,
.ccJRc6__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

h1,
.ccJRc6__h1 {
  font-size: 30px;
}

h2,
.ccJRc6__h2 {
  font-size: 24px;
}

h3,
.ccJRc6__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.ccJRc6__no-scroll {
  overflow: hidden;
}

.ccJRc6__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ccJRc6__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ccJRc6__items .ccJRc6__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ccJRc6__terms .ccJRc6__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.ccJRc6__main section {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn.btn--dark {
  background: #2e2e2e;
  color: #b5a147;
}

.ccJRc6__terms-of-service {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 1.5;
}

.ccJRc6__terms-of-service p {
  margin-bottom: 12px;
}

.ccJRc6__terms-of-service a {
  color: #b5a147;
  outline: none;
  text-decoration: underline;
}

.ccJRc6__terms-of-service .ccJRc6__container {
  gap: 0;
}

.ccJRc6__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.ccJRc6__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.ccJRc6__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.ccJRc6__modal-content {
  background: var(--background);
  padding: 20px;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  border-radius: 10px;
}

.ccJRc6__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.ccJRc6__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
  color: #b5a147;
}

body.ccJRc6__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ccJRc6__checkbox-container {
  margin-top: 20px;
  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;
}

.ccJRc6__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ccJRc6__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.ccJRc6__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.ccJRc6__cookie-consent__actions {
  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;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.ccJRc6__cookie-consent .btn {
  font-size: 14px;
}

.ccJRc6__staticPageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100vh - 120px);
}

.ccJRc6__staticPageWrapper p {
  font-size: 12px;
  line-height: 1.5;
  margin-block: 5px;
  color: #1e1e1e;
}

.ccJRc6__staticPageWrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ccJRc6__staticPageWrapper li:before {
  content: "•";
  margin-inline: 8px;
}

.ccJRc6__staticPageWrapper a {
  color: #b5a147;
  outline: none;
  text-decoration: none;
}

.ccJRc6__staticPageWrapper strong {
  color: black;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.btn-container .btn {
  max-width: 260px;
  margin: 0;
  border-color: #b5a147;
  color: #f5f5f5;
  border: 1px solid #b5a147;
  border-radius: 0.25em;
  font-weight: 600;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(60vh - 77px);
  border-bottom: 4px solid #a79130;
}

.ccJRc6__view {
  background: #a79130;
  border-radius: 10px 10px 0 0;
  bottom: 3px;
  color: #1d1d1d;
  font-size: 12px;
  left: 50%;
  padding: 5px 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.ccJRc6__view:hover::before,
.ccJRc6__view:hover::after {
  color: #decf89;
}

.ccJRc6__view::before,
.ccJRc6__view::after {
  color: #746d4d;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid currentColor;
}

.swiper-button-next,
.swiper-button-prev {
  background: hsla(0, 0%, 5%, 0.75);
  cursor: pointer;
  height: 71px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
  z-index: 2;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-nprev {
  left: 0;
}

.swiper-button-prev:before {
  border-bottom: 1px solid #b5a147;
  border-left: 1px solid #b5a147;
  left: 6px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: block;
  height: 10px;
  margin-top: -9px;
  position: absolute;
  top: 55%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.swiper-button-next:before {
  border-right: 1px solid #b5a147;
  border-top: 1px solid #b5a147;
  right: 6px;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.ccJRc6__page-slider__image,
picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ccJRc6__page-slider__slide,
picture {
  display: contents;
}

.swiper-slide {
  display: inline-block;
  height: 52.5vh;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ccJRc6__page-slider__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  white-space: normal;
  z-index: 2;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 820px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

textarea,
select,
input {
  padding: 6px 5px;
  border-bottom: 1px solid #a79130;
  font-size: 16px;
  color: #637284;
  width: 100%;
}

select:focus,
input:focus,
textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6'><polygon points='0,0 12,0 6,6' fill='%23b5a147'/></svg>");
  background-repeat: no-repeat;
  background-position: right top 55%;
  background-size: 12px 6px;
  padding-right: 40px;
}

::-webkit-input-placeholder {
  color: #637284;
}

::-moz-placeholder {
  color: #637284;
}

:-ms-input-placeholder {
  color: #637284;
}

::-ms-input-placeholder {
  color: #637284;
}

::placeholder {
  color: #637284;
}

textarea {
  resize: none;
  overflow: hidden;
}

.ccJRc6__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ccJRc6__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ccJRc6__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.ccJRc6__warning.ccJRc6__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.ccJRc6__warning.ccJRc6__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Blocks */

.ccJRc6__banner {
  position: relative;
}

.ccJRc6__footer {
  margin-top: auto;
  padding-block: 30px;
  background-color: #1e1e1e;
  color: #bcbec0;
  position: relative;
}

.ccJRc6__footer:before {
  background-color: #b5a147;
  border-radius: 0 5px 0 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 75%;
}

.ccJRc6__footer__license,
.ccJRc6__footer__license-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ccJRc6__footer__license {
  font-size: 12px;
  gap: 0 20px;
}

.ccJRc6__footer__license-logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 20px 20px;
  text-align: center;
}

.ccJRc6__footer__license-logos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ccJRc6__footer__license-logos .ccJRc6__footer-content__icons,
.ccJRc6__footer__license-logos .ccJRc6__footer-content__icons_auditors {
  display: block;
  float: left;
  height: 109px;
  overflow: hidden;
  position: relative;
}

.ccJRc6__footer-content__icons {
  background: url(/ccJRc6__img/ccJRc6__nqa.avif) no-repeat transparent;
  margin-left: 18px;
  width: 82px;
}				.ccJRc6__avif .ccJRc6__footer-content__icons {					background: url(/ccJRc6__img/ccJRc6__nqa.avif) no-repeat transparent				}			

.ccJRc6__footer-content__icons_auditors {
  background: url(/ccJRc6__img/ccJRc6__auditors_icon.avif) no-repeat transparent;
  background-position: 50%;
  background-size: 96px 96px;
  width: 112px;
}				.ccJRc6__avif .ccJRc6__footer-content__icons_auditors {					background: url(/ccJRc6__img/ccJRc6__auditors_icon.avif) no-repeat transparent				}			

.ccJRc6__footer .ccJRc6__payment-provider-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}

.ccJRc6__footer .ccJRc6__seedPaymentProviderIcon__image {
  -webkit-filter: brightness(5) contrast(0.5) grayscale(100%);
  filter: brightness(5) contrast(0.5) grayscale(100%);
  height: auto;
  margin: 5px auto;
  max-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccJRc6__footer__license-text {
  font-size: 12px;
}

.ccJRc6__footer__license-help {
  font-size: 12px;
  margin-right: 30px;
  padding: 10px;
}

.ccJRc6__footer__license-help--title {
  font-size: 20px;
  margin-bottom: 7px;
}

.ccJRc6__footer__license-text p {
  line-height: 22px;
  margin: 0;
}

.ccJRc6__footer__license-help .ccJRc6__links {
  margin: 5px 0;
}

.ccJRc6__footer__license-help p {
  height: 100%;
  line-height: 1.5;
  margin: 0;
  width: 251px;
}

.ccJRc6__footer__license-help p a {
  color: #b5a147;
  padding: 0;
  text-decoration: none;
}

.ccJRc6__footer .ccJRc6__footer__bottom-section {
  background: #292929;
  padding-top: 15px;
  margin-bottom: -30px;
  margin-top: 30px;
}

.ccJRc6__footer .ccJRc6__settings-menu {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.ccJRc6__footer .ccJRc6__footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.ccJRc6__footer .ccJRc6__footer-menu a {
  color: #a79130;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 18px 0;
}

.ccJRc6__footer .ccJRc6__select-locale {
  height: 40px;
  text-align: center;
}

.ccJRc6__footer .ccJRc6__footer__version {
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
}

.ccJRc6__form-section {
  padding-block: 28px;
}

.ccJRc6__form-section .ccJRc6__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.ccJRc6__form-section .ccJRc6__search {
  position: relative;
  width: 100%;
}

.ccJRc6__form-section .ccJRc6__search::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='8' cy='8' r='4.5' stroke='%23b5a147' stroke-width='1'/><line x1='11.5' y1='11.5' x2='16' y2='16' stroke='%23b5a147' stroke-width='1' stroke-linecap='round'/></svg>");
}

.ccJRc6__form-section .ccJRc6__search,
.ccJRc6__form-section select,
.ccJRc6__form-section input {
  max-width: 250px;
}

.ccJRc6__gray {
  background: rgba(46, 46, 46, 0.5);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  margin-inline: 16px;
  margin-bottom: 30px;
}

.ccJRc6__header {
  padding-bottom: 7px;
}

.ccJRc6__header__group-left,
.ccJRc6__header__group-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 18px;
}

.ccJRc6__header__group-left {
  position: relative;
  padding-right: 10px;
  gap: 50px;
}

.ccJRc6__header__group-left:after {
  background: #b5a147;
  border-radius: 0 5px 0 0;
  bottom: -7px;
  content: "";
  display: block;
  height: 7px;
  left: -10000px;
  position: absolute;
  right: 0;
}

.ccJRc6__header__group-right {
  gap: 10px;
}

.ccJRc6__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccJRc6__header .ccJRc6__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.ccJRc6__header a,
.ccJRc6__header button:not(.btn) {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.ccJRc6__header a:hover,
.ccJRc6__header button:not(.btn):hover {
  color: #b5a147;
}

.ccJRc6__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ccJRc6__logo img {
  width: 160px;
  aspect-ratio: 4.323/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.ccJRc6__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ccJRc6__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.ccJRc6__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(35, 30, 32);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ccJRc6__mobile-nav--open {
  top: 0;
}

.ccJRc6__mobile-nav button {
  color: #b5a147;
  text-transform: uppercase;
}

.ccJRc6__mobile-nav__list {
  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;
  row-gap: 14px;
  font-size: 18px;
  text-align: center;
}

/* Nav Icon */

.ccJRc6__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #b5a147;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 3);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ccJRc6__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.ccJRc6__nav-icon::before,
.ccJRc6__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.ccJRc6__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.ccJRc6__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.ccJRc6__nav-icon.ccJRc6__nav-icon--active {
  background-color: transparent;
}

.ccJRc6__nav-icon.ccJRc6__nav-icon--active::before,
.ccJRc6__nav-icon.ccJRc6__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #b5a147;
}

.ccJRc6__nav-icon.ccJRc6__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ccJRc6__nav-icon.ccJRc6__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.ccJRc6__mobile-nav-btn {
  z-index: 999;
  display: none;
}

@media (max-width: 1220px) {
  .ccJRc6__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .ccJRc6__header__group-left {
    width: 100%;
  }

  .ccJRc6__header__group-left:after {
    margin-right: 10%;
  }

  .ccJRc6__header__group-right {
    display: none;
  }

  .ccJRc6__header__nav {
    display: none;
  }

  .ccJRc6__logo {
    margin-inline: auto;
  }

  .ccJRc6__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .ccJRc6__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ccJRc6__main section {
    padding-block: 40px;
  }

  .ccJRc6__modal {
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-block: 20px;
  }

  .ccJRc6__modal-content {
    padding: 12px;
  }

  .ccJRc6__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-container {
    -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;
    margin-top: 26px;
  }

  .ccJRc6__footer__license {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ccJRc6__footer__license-logos {
    margin: 20px 0 5px 0;
  }

  .ccJRc6__footer__license-logos div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ccJRc6__footer__license-logos .ccJRc6__footer-content__icons,
  .ccJRc6__footer__license-logos .ccJRc6__footer-content__icons_auditors {
    height: 47px;
    width: 47px;
    background-size: contain;
  }

  .ccJRc6__footer .ccJRc6__payment-provider-icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .ccJRc6__footer .ccJRc6__seedPaymentProviderIcon__image {
    margin: 5px auto 5px 0;
  }

  .ccJRc6__footer__license-help {
    padding-inline: 0;
  }

  .ccJRc6__footer .ccJRc6__footer-menu a {
    padding: 0px 0;
  }

  .ccJRc6__form-section .ccJRc6__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ccJRc6__form-section .ccJRc6__search,
  .ccJRc6__form-section select,
  .ccJRc6__form-section input {
    max-width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
  }

  .btn.btn--dark:hover,
  .btn.btn--dark:focus-visible {
    color: #decf89;
  }
}