html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Reset css */
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}

body {
  height: 100%;
  font: -apple-system, blinkmacsystemfont, "montserrat", "roboto", "ubuntu", "droid sans", "helvetica neue", "arial", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  word-break: break-word;
  text-align: left;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

hr {
  box-sizing: content-box;
  height: 0;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  background: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  font-size: 100%;
  margin: 0;
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  font-size: 100%;
  margin: 0;
  text-transform: none;
}

textarea {
  font: -apple-system, blinkmacsystemfont, "montserrat", "roboto", "ubuntu", "droid sans", "helvetica neue", "arial", sans-serif;
  font-size: 100%;
  margin: 0;
  overflow: auto;
  vertical-align: top;
}

input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul li {
  list-style: none;
}

@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Blk.eot");
  src: local("Tactic Sans Black"), local("TacticSans-Blk"), url("/fonts/tactic-sans/TacticSans-Blk.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Blk.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Blk.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Blk.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Med.eot");
  src: local("Tactic Sans Medium"), local("TacticSans-Med"), url("/fonts/tactic-sans/TacticSans-Med.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Med.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Med.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Med.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans Ultra";
  src: url("/fonts/tactic-sans/TacticSans-Ult.eot");
  src: local("Tactic Sans Ultra"), local("TacticSans-Ult"), url("/fonts/tactic-sans/TacticSans-Ult.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Ult.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Ult.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Ult.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans Ultra";
  src: url("/fonts/tactic-sans/TacticSans-UltIt.eot");
  src: local("Tactic Sans Ultra Italic"), local("TacticSans-UltIt"), url("/fonts/tactic-sans/TacticSans-UltIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-UltIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-UltIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-UltIt.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-MedIt.eot");
  src: local("Tactic Sans Medium Italic"), local("TacticSans-MedIt"), url("/fonts/tactic-sans/TacticSans-MedIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-MedIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-MedIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-MedIt.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-BldIt.eot");
  src: local("Tactic Sans Bold Italic"), local("TacticSans-BldIt"), url("/fonts/tactic-sans/TacticSans-BldIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-BldIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-BldIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-BldIt.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Thn.eot");
  src: local("Tactic Sans Thin"), local("TacticSans-Thn"), url("/fonts/tactic-sans/TacticSans-Thn.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Thn.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Thn.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Thn.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Lgt.eot");
  src: local("Tactic Sans Light"), local("TacticSans-Lgt"), url("/fonts/tactic-sans/TacticSans-Lgt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Lgt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Lgt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Lgt.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Bld.eot");
  src: local("Tactic Sans Bold"), local("TacticSans-Bld"), url("/fonts/tactic-sans/TacticSans-Bld.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Bld.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Bld.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Bld.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-RegIt.eot");
  src: local("Tactic Sans Italic"), local("TacticSans-RegIt"), url("/fonts/tactic-sans/TacticSans-RegIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-RegIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-RegIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-RegIt.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-ThnIt.eot");
  src: local("Tactic Sans Thin Italic"), local("TacticSans-ThnIt"), url("/fonts/tactic-sans/TacticSans-ThnIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-ThnIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-ThnIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-ThnIt.ttf") format("truetype");
  font-display: swap;
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-BlkIt.eot");
  src: local("Tactic Sans Black Italic"), local("TacticSans-BlkIt"), url("/fonts/tactic-sans/TacticSans-BlkIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-BlkIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-BlkIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-BlkIt.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-LgtIt.eot");
  src: local("Tactic Sans Light Italic"), local("TacticSans-LgtIt"), url("/fonts/tactic-sans/TacticSans-LgtIt.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-LgtIt.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-LgtIt.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-LgtIt.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic-sans/TacticSans-Reg.eot");
  src: local("Tactic Sans"), local("TacticSans-Reg"), url("/fonts/tactic-sans/TacticSans-Reg.eot?#iefix") format("embedded-opentype"), url("/fonts/tactic-sans/TacticSans-Reg.woff2") format("woff2"), url("/fonts/tactic-sans/TacticSans-Reg.woff") format("woff"), url("/fonts/tactic-sans/TacticSans-Reg.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Tactic Sans", sans-serif;
  font-weight: normal;
}

p {
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.p, ul, ol, dl, blockquote, pre, address, figure {
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1 {
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1170px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
@media screen and (min-width: 700px) {
  h4 {
    font-size: 20px;
  }
}

.divider {
  display: block;
  margin-top: 12px;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
@media (min-width: 768px) {
  .divider {
    margin-top: 16px;
  }
}
@media (min-width: 979px) {
  .divider {
    margin-top: 20px;
  }
}

.sbtn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 24px;
  font-size: 1rem;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.625;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  color: #000000;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000000;
  border-radius: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.25s;
}
.sbtn span {
  line-height: 1;
  border-bottom: 1px solid #000000;
}
.sbtn svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: transform 0.25s;
}
.sbtn--disabled, .sbtn:disabled {
  cursor: not-allowed;
  color: #555555;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  pointer-events: none;
}
.sbtn--outline {
  color: #000000;
  background-color: rgb(255, 255, 255);
}
.sbtn--outline:hover, .sbtn--outline:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: #000000;
  border-color: #F8F8F8;
}
.sbtn--outline svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: transform 0.25s;
}
.sbtn--outline--disabled, .sbtn--outline:disabled {
  cursor: not-allowed;
  color: gray;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.sbtn--outline.send-form {
  width: 100%;
}
.sbtn--outline.btn-articles {
  font-size: 0.8rem;
  margin-top: 2rem;
}
.sbtn:hover, .sbtn:focus {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #000000;
}
.sbtn--rotate:hover svg, .sbtn--rotate:focus svg {
  transform: rotate(45deg);
}
.sbtn--translate:hover svg, .sbtn--translate:focus svg {
  transform: translateX(0.1em);
}

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .btn-group {
    flex-direction: row;
    gap: 20px;
  }
}
.fancy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 36px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  min-width: 250px;
}
.fancy-btn::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 28px;
  background: rgb(255, 255, 255);
  bottom: 1px;
  left: 1px;
  border-radius: 0 5px 0 0;
}
.fancy-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
  opacity: 0;
  transition: opacity 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 96% 100%, 0 100%);
}
.fancy-btn:hover::before {
  opacity: 0.15;
}
.fancy-btn:hover::after {
  background: rgba(245, 166, 35, 0.6);
}
.fancy-btn span {
  position: relative;
  z-index: 3;
}
.fancy-btn span::after {
  content: attr(data-scramble);
  position: absolute;
  inset: 0;
  color: inherit;
  opacity: 0;
  pointer-events: none;
}
.fancy-btn svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fancy-btn .border-static {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
}
.fancy-btn .line {
  fill: none;
  stroke: url(#gold);
  stroke-width: 2;
  stroke-dasharray: 800;
  will-change: stroke-dashoffset;
}
.fancy-btn .line-1 {
  stroke-dashoffset: 800;
}
.fancy-btn .line-2 {
  stroke-dashoffset: -800;
}
.fancy-btn:hover .line-1 {
  animation: draw-forward 3.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.fancy-btn:hover .line-2 {
  animation: draw-backward 3.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.fancy-btn:hover span::after {
  opacity: 1;
}
.fancy-btn.is-reverse svg {
  transform: rotate(180deg);
}
.fancy-btn.is-reverse::before {
  clip-path: polygon(0 25%, 4% 0, 100% 0, 100% 100%, 0 100%);
}
.fancy-btn.is-reverse::after {
  left: auto;
  right: 1px;
  border-radius: 5px 0 0 0;
}
.fancy-btn.is-reverse .line-1 {
  stroke-dashoffset: -800;
}
.fancy-btn.is-reverse .line-2 {
  stroke-dashoffset: 800;
}
.fancy-btn.is-reverse:hover .line-1 {
  animation: draw-backward 3.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.fancy-btn.is-reverse:hover .line-2 {
  animation: draw-forward 3.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 768px) {
  .fancy-btn.is-reverse svg {
    transform: scaleX(-1);
  }
  .fancy-btn.is-reverse::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 75%);
  }
}

@keyframes draw-forward {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-backward {
  to {
    stroke-dashoffset: 0;
  }
}
.ui-btn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.ui-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 6px;
}
.ui-btn__icon svg {
  position: relative !important;
  width: 26px;
  height: 22px;
  display: block;
}
.ui-btn .hex {
  fill: rgb(255, 255, 255);
}
.ui-btn .arrow {
  stroke: #000000;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.ui-btn:hover .arrow {
  transform: rotate(-30deg);
}

.fancy-btn--cta {
  padding: 18px 28px;
  gap: 18px;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  background: linear-gradient(90deg, #d4af37 0%, #ffd700 45%, #ffe680 75%, #fff5cc 100%);
}
.fancy-btn--cta::before {
  display: none;
}
.fancy-btn--cta .fancy-btn__left {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 6px;
  background: rgb(255, 255, 255);
  border-radius: 0 4px 4px 0;
}
.fancy-btn--cta .fancy-btn__text {
  position: relative;
  z-index: 3;
}
.fancy-btn--cta .fancy-btn__icon {
  position: relative;
  z-index: 3;
  width: 34px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}
.fancy-btn--cta .fancy-btn__icon svg {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fancy-btn--cta .fancy-btn__icon polygon {
  fill: rgb(255, 255, 255);
}
.fancy-btn--cta .fancy-btn__icon .arrow {
  stroke: #000000;
  stroke-width: 2;
  fill: none;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.fancy-btn--cta:hover {
  filter: brightness(1.1);
}
.fancy-btn--cta:hover .arrow {
  transform: rotate(-30deg);
}
.fancy-btn--cta .border-static {
  stroke: rgba(0, 0, 0, 0.25);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Tactic Sans", sans-serif;
  font-weight: 100;
  background: #292929;
  font-size: 14px;
  line-height: 1.625;
  word-break: break-word;
  text-align: left;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 979px) {
  body {
    overflow: hidden;
  }
}

.lock {
  overflow: hidden;
}
.lock:before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  display: block;
  z-index: 9;
}
.lock::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 1px;
}

::-webkit-scrollbar-track-piece {
  background: #292929;
}

img {
  max-width: 100%;
  display: block;
}

picture {
  max-width: 100%;
  display: block;
}

main {
  min-height: 100vh;
}

.inner main {
  padding-top: 160px;
}

.wrapper {
  display: block;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1170px) {
  .container {
    padding-left: calc(50% - 565px);
    padding-right: calc(50% - 565px);
  }
}

.hidden {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.lg-hidden {
  visibility: visible;
  display: inline-block;
}

.lg-visible {
  visibility: hidden;
  display: none;
}

.hidden-m {
  display: none;
}

@media (min-width: 979px) {
  .row {
    flex-direction: row;
  }
  .lg-visible {
    visibility: visible;
    display: inline-block;
  }
  .lg-hidden {
    visibility: hidden;
    display: none;
  }
  .hidden-m {
    display: block;
  }
}
.visually-hidden {
  display: none;
}

.bg-gradient {
  position: relative;
}

.bg-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.001) 100%);
  z-index: 0;
}

.bg-gray {
  background-color: #F8F8F8;
}

.bg-black {
  background: #1b1b1b;
}

.bg-white-smoke {
  background-color: #FCFBFF;
}

.bg-img-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg-img-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.black-overlay {
  position: relative;
}
.black-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.visible {
  display: block;
}

.vh-100 {
  height: 100vh;
  min-height: 550px;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
}

[class^=btn-]:hover {
  text-decoration: none;
}

.row-reverse {
  flex-direction: row-reverse;
}

.fd-column {
  flex-direction: column;
}

.fd-column-reverse {
  flex-direction: column-reverse;
}

.ai-center {
  align-items: center;
}

.ai-top {
  align-items: flex-start;
}

.ai-bottom {
  align-items: flex-end;
}

.j-center {
  justify-content: center;
}

.j-start {
  justify-content: flex-start;
}

.j-end {
  justify-content: flex-end;
}

.j-space-between {
  justify-content: space-between;
}

.j-space-around {
  justify-content: space-around;
}

.col-1 {
  flex: 1;
}

.col-2 {
  flex: 2;
}

.col-3 {
  flex: 3;
}

.col-4 {
  flex: 4;
}

.col-5 {
  flex: 5;
}

.col-6 {
  flex: 6;
}

.col-7 {
  flex: 7;
}

.col-8 {
  flex: 8;
}

.col-9 {
  flex: 9;
}

.col-10 {
  flex: 10;
}

.col-11 {
  flex: 11;
}

.col-12 {
  flex: 12;
}

@keyframes bouncy {
  0% {
    transform: translate(3px, -3px);
    box-shadow: -3px 3px 0px 0px #000000;
  }
  70% {
    transform: translate(-2px, 2px);
    box-shadow: 0 0 0 0 #000000;
  }
  100% {
    transform: translate(0, 0);
    box-shadow: 0 0 0 0 #000000;
  }
}
@keyframes debouncy {
  0% {
    transform: translate(0, 0);
    box-shadow: 0 0 0 0 #000000;
  }
  70% {
    transform: translate(6px, -6px);
    box-shadow: -3px 3px 0px 0px #000000;
  }
  100% {
    transform: translate(3px, -3px);
    box-shadow: -3px 3px 0px 0px #000000;
  }
}
@media (hover: hover) and (pointer: fine) {
  .atey-cursor {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease;
  }
  body.has-custom-cursor .atey-cursor {
    opacity: 1;
  }
  .atey-cursor__ring, .atey-cursor__dot, .atey-cursor__label {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    will-change: transform;
  }
  .atey-cursor__ring {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    mix-blend-mode: difference;
    transition: width 0.24s ease, height 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
  }
  .atey-cursor__ring::before, .atey-cursor__ring::after,
  .atey-cursor__ring span {
    content: "";
    position: absolute;
    background: transparent;
    transform-origin: center;
  }
  .atey-cursor__ring::before {
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left center/7px 1px no-repeat, linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) right center/7px 1px no-repeat;
  }
  .atey-cursor__ring::after {
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) center top/1px 7px no-repeat, linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) center bottom/1px 7px no-repeat;
  }
  .atey-cursor__dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d70908;
    box-shadow: 0 0 12px rgba(215, 9, 8, 0.65);
    transition: width 0.2s ease, height 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  }
  .atey-cursor__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 31px;
    padding: 3px;
    border-radius: 50%;
    color: #000000;
    background: rgb(255, 255, 255);
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    transform-origin: center;
    transition: opacity 0.2s ease;
  }
  body.is-cursor-active .atey-cursor__ring {
    width: 38px;
    height: 38px;
    background: transparent;
    box-shadow: 0 0 24px rgba(215, 9, 8, 0.18);
  }
  body.is-cursor-active .atey-cursor__ring::before {
    background: linear-gradient(rgba(215, 9, 8, 0.9), rgba(215, 9, 8, 0.9)) left center/14px 1px no-repeat, linear-gradient(rgba(215, 9, 8, 0.9), rgba(215, 9, 8, 0.9)) right center/14px 1px no-repeat;
  }
  body.is-cursor-active .atey-cursor__ring::after {
    background: linear-gradient(rgba(215, 9, 8, 0.9), rgba(215, 9, 8, 0.9)) center top/1px 14px no-repeat, linear-gradient(rgba(215, 9, 8, 0.9), rgba(215, 9, 8, 0.9)) center bottom/1px 14px no-repeat;
  }
  body.is-cursor-active .atey-cursor__dot {
    width: 2px;
    height: 2px;
    background: rgb(255, 255, 255);
    opacity: 0.8;
  }
  body.is-cursor-pressed .atey-cursor__ring {
    width: 29px;
    height: 29px;
  }
  body.is-cursor-pressed .atey-cursor__dot {
    width: 5px;
    height: 5px;
  }
  body.is-cursor-labeled .atey-cursor__ring,
  body.is-cursor-labeled .atey-cursor__dot {
    opacity: 0;
  }
  body.is-cursor-labeled .atey-cursor__label {
    opacity: 1;
  }
}
.meta-nav {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  background: #FCFBFF;
  display: none;
  padding: 0.5rem 0;
}
.meta-nav .row {
  align-items: center;
}
@media (min-width: 979px) {
  .meta-nav {
    display: block;
  }
}
.meta-nav .top-menu ul li {
  margin-right: 1rem;
}
.meta-nav .top-menu ul li a {
  color: #292929;
  padding: 4px 0;
}
.meta-nav .links.row {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.meta-nav .links a {
  color: #292929;
  margin-right: 1rem;
  padding: 4px 0;
}
.meta-nav .links a svg {
  vertical-align: middle;
}
.meta-nav .lang-switcher {
  flex-direction: row;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: 55px;
  max-width: 55px;
}
.meta-nav .lang-switcher span {
  margin-right: 5px;
  background: #333333;
}
.meta-nav .lang-switcher span .active {
  color: #292929;
  border: 1px solid #555555;
}
.meta-nav .lang-switcher span, .meta-nav .lang-switcher .langs {
  flex-direction: row;
  font-size: 0.65rem;
  line-height: 100%;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
}
.meta-nav .lang-switcher .langs a {
  text-decoration: none;
  color: #292929;
}
.meta-nav .lang-switcher .langs a:hover {
  color: #ffd700;
}
.meta-nav .lang-switcher .langs:hover {
  background: #333333;
}

.lock header {
  z-index: 0;
}
.lock.open-menu header {
  z-index: 50;
  background: none;
  border: none;
}

.fixed .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  border-bottom: 2px solid rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.5);
}
.fixed .header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}
.fixed .header .logo {
  height: auto;
  border: none;
}
.fixed .header .logo svg {
  width: 40px;
}
@media (min-width: 1170px) {
  .fixed .header .logo svg {
    width: 40px;
  }
}
.fixed .header-line {
  height: auto;
}
@media (min-width: 979px) {
  .fixed .header-line {
    width: 60px;
  }
  .fixed .header-line:after {
    background: none;
  }
}
@media (min-width: 1170px) {
  .fixed .header-line {
    width: 125px;
  }
}
.fixed .header .nav.panel {
  border-bottom: none;
}
.fixed .header .nav.panel .compass {
  opacity: 0;
}
.fixed .header .nav.panel .menu-arrow {
  bottom: 20px;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  border-top: 2px solid rgb(255, 255, 255);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 979px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 1170px) {
  .header {
    height: 128px;
  }
}
.header .container {
  flex-direction: row;
}
.header svg:not(:root) {
  overflow: hidden;
  fill: none;
  vertical-align: middle;
}
.header .icons {
  position: absolute;
  max-width: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: 0;
  right: 0;
}
.header .icons a, .header .icons button {
  display: flex;
  color: #000000;
}
.header .logo {
  line-height: 0;
  margin: auto;
  z-index: 15;
  padding: 0;
  max-width: 70px;
}
.header .logo svg {
  height: auto;
  max-width: 70px;
  margin-left: 0;
}
@media (min-width: 979px) {
  .header .logo svg {
    max-width: 70px;
  }
}
@media (min-width: 979px) {
  .header .logo {
    padding: 12px 0;
    max-width: 70px;
    height: 128px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 979px) {
  .header-line {
    display: block;
    position: relative;
    height: 128px;
    overflow: hidden;
    width: 5px;
  }
}
@media (min-width: 979px) and (min-width: 979px) {
  .header-line {
    width: 65px;
  }
}
@media (min-width: 979px) and (min-width: 1170px) {
  .header-line {
    width: 125px;
  }
}
@media (min-width: 979px) {
  .header-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
    bottom: 0;
  }
}
.header__icons {
  position: absolute;
  max-width: 100px;
  right: 0.5rem;
  flex-direction: row;
}
@media (min-width: 979px) {
  .header__icons {
    position: relative;
    max-width: 100%;
    right: inherit;
    justify-content: flex-end;
  }
  .header__icons .hidden-m {
    margin: 0 1rem;
  }
}
.header__icons a {
  position: relative;
  width: 33px;
  text-align: center;
  margin: 0 16px 0 0;
  color: #000000;
}
.header__icons a .count {
  bottom: 4px;
}
.header__icons .count {
  position: absolute;
  display: none;
  background: #FFD700;
  font-size: 0.65rem;
  line-height: 100%;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 20px;
  right: -2px;
  bottom: 5px;
}
.header__icons .count.active {
  display: inline-block;
}
.header__icons-cart .btn-cart {
  position: relative;
}
.header.inner__page {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search__area {
  position: fixed;
  width: 100%;
  overflow: visible;
  background: #CFE7F3;
  left: 0;
  top: -120%;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
  transition: all 0.6s ease 0s;
}
.search__area.open {
  top: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
}
.search__area.open .btn-search-panel {
  flex: 1 1 48px;
  max-width: 48px;
  color: #000;
  background: none;
}
.search__area .search {
  padding: 0.75rem 0;
  position: relative;
}
.search__area .search-input {
  flex-direction: row;
  justify-content: space-between;
}
.search__area .search-input input {
  width: calc(100% - 96px);
  padding: 0.8rem;
  border: none;
  border-radius: 4px;
  background: #fafafa;
}
.search__area .search button.btn-top-search {
  flex: 1 1 46px;
  max-width: 48px;
  border-radius: 0;
  border: none;
  background: none;
  color: #000;
}
.search__area .search a.btn-search-panel {
  justify-content: center;
  align-items: center;
}
.search__area div#search-result {
  position: absolute;
  background: #ffffff;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 999;
  top: 95%;
  border-radius: 0;
  padding: 1rem 1rem 2rem;
  box-shadow: 2px 2px 10px rgba(111, 138, 133, 0.1098039216);
}
.search__area div#search-result .row {
  flex-direction: column;
  max-width: 25%;
  float: left;
  margin: 1rem;
}
.search__area div#search-result .count {
  background: none;
  border: none;
  width: 100%;
  overflow: hidden;
  padding: 1rem;
}
.search__area div#search-result .count .btn-more {
  background: none;
  border: 1px solid #000;
  padding: 0.5rem 2rem;
  margin: 0 auto;
  display: block;
}
.search__area div#search-result .search-row {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}
.search__area div#search-result .search-title {
  font-size: 0.8rem;
  margin-top: 6px;
  max-width: 75%;
  font-weight: 400;
}

.fixed .search__area.open {
  padding: 0;
}

@media (max-width: 768px) {
  .search__area .container {
    width: 100%;
  }
}
form.search {
  padding: 0.75rem 0;
}

.langs {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 978px) {
  .langs {
    position: fixed;
    left: 20px;
    top: 20px;
    margin-left: 0;
    z-index: 60;
  }
}
.langs__switcher {
  position: relative;
  cursor: pointer;
}
.langs__switcher > .active {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 4px 6px;
  font-size: 0.95rem;
}
.langs__switcher > .active::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.langs__switcher-links {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 32px;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.22s;
  z-index: 20;
}
.langs__switcher-links > div {
  background: #fff;
  border: 1px solid #eee;
}
.langs__switcher-links a {
  display: block;
  padding: 0 6px;
  font-size: 0.9rem;
  white-space: nowrap;
  background: #fff;
}
.langs__switcher-links a:hover {
  background: #f5f5f5;
}
.langs__switcher:hover .langs__switcher-links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.langs__switcher:hover > .active::after {
  transform: rotate(225deg);
}

.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0.5rem;
}
.social__icons ul {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.social__icons ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  margin-left: 0.5rem;
  padding: 6px;
  width: 32px;
  height: 32px;
}
.social__icons ul li a svg {
  fill: rgb(255, 255, 255);
  opacity: 0.7;
  transition: 0.25s;
}
.social__icons ul li a:hover svg {
  opacity: 1;
  transform: translateY(-2px);
}

.footer {
  background: url("/site/images/bg/bg_footer_main.jpg");
  color: rgb(255, 255, 255);
  padding: 40px 0 20px;
  background-size: cover;
  background-position: top right;
  /* ===== TOP ===== */
  /* side lines */
  /* main line */
  /* ===== BOTTOM ===== */
  /* ===== TABLET ===== */
  /* ===== DESKTOP ===== */
}
@media (min-width: 768px) {
  .footer {
    background-size: cover;
    background-position: 0 0;
    background: url("/site/images/bg/bg_footer.jpg");
  }
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-right: auto;
    margin-left: 0;
  }
}
.footer__logo svg {
  max-width: 120px;
  max-height: 120px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-weight: 600;
}
.footer__nav a:hover {
  opacity: 1;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__emails {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__email-item {
  text-align: left;
  margin-bottom: 8px;
}
.footer__email-item h4 {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.65;
}
.footer__phone {
  font-size: 20px;
  font-weight: 700;
}
.footer__email {
  font-size: 16px;
}
.footer__divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 40px 0;
}
.footer__divider-side {
  flex: 0 0 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.footer__divider-main {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.8) 100%);
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__copy {
  font-size: 0.8rem;
  line-height: 120%;
  opacity: 0.6;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__links a {
  font-size: 0.9rem;
  font-style: normal;
  line-height: 125%;
  opacity: 0.6;
}
.footer__links a:hover {
  opacity: 1;
}
.footer__socials {
  display: flex;
  justify-content: center;
}
.footer__socials ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer__socials ul li a svg {
  width: 24px;
  height: 24px;
  fill: rgb(255, 255, 255);
  opacity: 0.7;
  transition: 0.25s;
}
.footer__socials ul li a:hover svg {
  opacity: 1;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 40px;
  }
  .footer__contacts {
    align-items: center;
    text-align: center;
    justify-content: start;
  }
  .footer__phone {
    font-size: 24px;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__socials {
    justify-content: flex-start;
  }
  .footer__socials ul {
    gap: 14px;
  }
  .footer__socials ul li a svg {
    width: 18px;
    height: 18px;
  }
  .footer__links {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1170px) {
  .footer__top {
    grid-template-columns: 1fr 1fr 1.2fr;
  }
  .footer__phone {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .footer__logo img {
    max-width: 110px;
  }
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 60px;
  z-index: 40;
}
.back-to-top.hidden-top {
  display: none;
}
.back-to-top a {
  display: flex;
  flex-wrap: wrap;
  background: #f1f1f1;
  border-radius: 50%;
  text-decoration: none;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.back-to-top a svg {
  stroke: #000000;
  stroke-width: 1.5px;
  stroke-linejoin: round;
}

.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: rgb(255, 255, 255);
  box-shadow: 15px 0 25px #6a6a6a;
  z-index: 999;
}
.cookie-consent__message {
  color: #333;
  font-weight: 500;
}
.cookie-consent__agree {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  background: none;
  margin-left: auto;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #505050;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: auto;
  overscroll-behavior: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  height: 100 dvh;
}
.modal-open {
  overflow: hidden;
  height: 100%;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}
.modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #000000;
  --cut-x: 10px;
  --cut-y: 11px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  color: rgb(255, 255, 255);
}
.modal__content svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.modal__content a {
  color: rgb(255, 255, 255);
}
.modal__content .border-static {
  fill: none;
  stroke: #d4af37;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
.modal.is-open .modal__content {
  transform: scale(1);
  opacity: 1;
}
.modal__header {
  padding: 20px;
}
.modal__header .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  padding: 12px 24px;
}
@media screen and (min-width: 700px) {
  .modal__header .title {
    font-size: 32px;
  }
}
.modal__body {
  flex: 1;
  overflow-y: auto;
  min-height: 100px;
  padding: 24px;
}
.modal__body ul li {
  position: relative;
}
.modal__body ul li hr {
  display: none;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
.modal__close svg {
  fill: rgb(255, 255, 255);
  transition: 0.2s;
}
.modal__close:hover svg {
  fill: #A71056;
}
.modal__video iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.modal--md .modal__content {
  max-width: 65%;
}
.modal--lg .modal__content {
  max-width: 95%;
}

@media (max-width: 768px) {
  .modal__content {
    max-width: calc(100% - 16px);
  }
}
.splide__arrows {
  position: absolute;
  display: flex;
  gap: 0;
  right: 65px;
  left: auto;
}
@media (min-width: 979px) {
  .splide__arrows {
    bottom: 60px;
  }
}
.splide__arrows .splide__arrow {
  position: absolute;
  bottom: 60px;
  width: 60px;
  height: 20px;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.splide__arrows .splide__arrow path {
  stroke: rgba(255, 255, 255, 0.7);
}
.splide__arrows .splide__arrow line,
.splide__arrows .splide__arrow polygon {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
}
.splide__arrows .splide__arrow:hover path {
  stroke: rgb(255, 255, 255);
}
.splide__arrows .splide__arrow:focus {
  outline: none;
}
.splide__arrows .splide__arrow--prev {
  right: 4px;
  left: auto;
}
.splide__arrows .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrows .splide__arrow--next {
  right: auto;
  left: 4px;
}
.splide__arrows .splide__arrow--next svg {
  transform: none;
}

.splide__pagination {
  position: absolute;
}
@media (min-width: 979px) {
  .splide__pagination {
    bottom: 20px;
    right: 60px;
  }
}

.cart__area {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6117647059);
}
.cart__area.open {
  display: block;
}
.cart__area .panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -120%;
  background: rgb(255, 255, 255);
  padding: 0;
  transition: visibility 0s, opacity 0.5s;
  transition: all 0.6s ease 0s;
  overflow: auto;
}
.cart__area .panel.active {
  right: 0;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .cart__area .panel.active {
    max-width: 500px;
  }
}
.cart-header {
  width: 24px;
  height: 24px;
  position: absolute;
  background: #333333;
  top: 0;
  right: 0;
  text-align: center;
}
.cart-title {
  background: #F8F8F8;
  position: relative;
  padding: 1rem;
}
.cart-title p {
  margin: 0;
}
.cart-checkout {
  position: relative;
  width: 100%;
  padding: 1.5rem 1rem;
  display: inline-block;
}
.cart-checkout a.checkout-btn {
  background: #FFD700;
  border: 2px solid rgba(245, 166, 35, 0.6);
  font-weight: 400;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  color: #000000;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  margin: 16px 0 0 0;
  line-height: 1;
  float: right;
}
.cart-checkout a.checkout-btn:hover {
  background: #FFC107;
}
.cart-close {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  width: 2rem;
  height: 2rem;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .cart-body {
    padding: 0;
  }
}
.cart-body-product-title div {
  font-size: 0.8rem;
  line-height: 120%;
  line-height: 1rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.cart-body-product-qty {
  max-width: 100px;
  border: none;
  margin-right: 12px;
}
.cart-body-price span {
  padding: 5px 0 !important;
  font-size: 0.8rem;
  line-height: 120%;
  text-align: left !important;
  display: inline-block !important;
  margin: 0 3px;
  font-weight: 600;
}
.cart-body-price.text-right span {
  text-align: right !important;
}
.cart-body-total {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  line-height: 120%;
  padding: 12px 10px;
  margin-top: 5px;
}
.cart-body-total p {
  margin: 0;
  padding: 10px 0;
  font-size: 0.8rem;
  line-height: 120%;
  line-height: 1.25;
}
.cart-body-total p span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  margin-left: 5px;
}
.cart-body .item {
  flex-direction: row;
  padding: 1rem;
  border-bottom: 1px solid #F8F8F8;
}
@media (min-width: 640px) {
  .cart-body .item {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cart-body .item {
    padding: 1rem;
  }
}
.cart-body .item__cart-thumb {
  width: 65px;
  margin-right: 12px;
}
@media (min-width: 480px) {
  .cart-body .item__cart-thumb {
    width: 75px;
  }
}
.cart-body .item__cart-content {
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}
@media (min-width: 768px) {
  .cart-body .item__cart-content {
    padding: 0 0 0 0.5rem;
  }
}
.cart-body .item__cart-content .row {
  flex-direction: row;
}
.cart-body .item__cart-content--title {
  padding: 0;
  font-weight: 400;
}
@media (min-width: 640px) {
  .cart-body .item__cart-content--title {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .cart-body .item__cart-content--title {
    padding: 0 0 1rem;
  }
}
.cart-body .item__cart-content--details {
  font-size: 0.8rem;
  line-height: 120%;
  flex: 4;
}
.cart-body .item__cart-content--details .delete-item {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .cart-body .item__cart-content--details .delete-item {
    margin-top: 0;
  }
}
.cart-body .item__cart-content--details .delete-item a .rm svg {
  display: inline-block;
  vertical-align: sub;
}
.cart-body .item__cart-content--details .delete-item a.cart-btn.cart-rm svg {
  vertical-align: sub;
}
.cart-body .item__cart-content--price {
  text-align: right;
  align-self: end;
}
@media (min-width: 768px) {
  .cart-body .item__cart-content--price {
    align-self: flex-start;
    flex: 1;
    min-width: 75px;
    max-width: 75px;
  }
}
.cart-body .item__cart-content--price small.old_price {
  overflow: hidden;
  display: block;
  position: relative;
}
.cart-body .item__cart-content--price small.old_price:before {
  position: absolute;
  content: "";
  height: 0.5px;
  width: 50px;
  background: #333333;
  right: 0;
  bottom: 11px;
  transform: rotate(-5deg);
}
.cart-body .item__cart-content .total {
  flex: 1 1 100%;
  justify-self: end;
  text-align: right;
}
.cart-body .item__cart-content .total span {
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
}
.cart-body .item__cart-content .total span.summ-title {
  font-size: 0.85rem;
  font-weight: 400;
}
.cart-body .item-options-qty .count-wrapper {
  margin-right: auto;
  width: 75px;
  font-size: 0.8rem;
  line-height: 120%;
}
.cart-body .item-options-qty .qty {
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cart-body .item-options-qty .qty {
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cart-body .item a {
  color: #000000;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.cart-total {
  text-align: right;
  background: #F8F8F8;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 125%;
}
.cart-total p {
  margin: 0;
  padding: 0;
}
.cart-total span {
  font-size: 1.5rem;
  margin: 0 4px;
}

.mini-cart {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 475px;
  background: rgb(255, 255, 255);
  padding: 15px;
  z-index: 12;
  height: auto;
  border: 1px solid #777777;
  box-shadow: 5px 5px 10px rgba(74, 74, 74, 0.15);
  display: none;
  transition: visibility 0.3s, opacity 0.5s linear 0.3s;
}
.mini-cart.open {
  display: block;
}
.mini-cart .cart {
  max-height: 260px;
  overflow-y: scroll;
  min-height: 85px;
  padding-left: 5px;
}

.empty-cart-note {
  font-size: 1.2rem;
  padding: 2rem;
  text-align: center;
  font-weight: 400;
}

.available {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}

.count.stepper {
  position: relative;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 0;
  margin: 0 1rem 0.5rem 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  height: 32px;
  width: 100px;
}
.count.stepper:focus {
  background-color: rgb(255, 255, 255);
}
.count.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count.stepper input[type=number] {
  -moz-appearance: textfield;
}
.count.stepper:not(.ammount) {
  height: 32px;
  text-align: center;
  background: none;
}
.count.stepper .amount {
  background: none;
  border: none;
  color: #333333;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 600;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  height: 30px;
  width: 40px;
}
.count.stepper .arrow {
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 32px;
  padding: 3px;
  text-align: center;
  line-height: 40px;
}
.count.stepper .arrow svg {
  stroke: #000;
}
.count.stepper .arrow.down {
  left: 0;
}
.count.stepper .arrow.up {
  right: 0;
}

.popup .cart-body .item {
  padding: 1rem 0;
}
.popup .cart-body .cart-checkout {
  padding: 0.5rem 0;
}

.account__area .nav {
  position: relative;
  flex-direction: row;
  margin: 0 1rem;
  cursor: pointer;
  padding: 4px 0;
}
.account__area .nav svg.icon-circle {
  background: #FCFBFF;
  color: #000000;
  border-radius: 50%;
  margin-right: 0.25rem;
  fill: none;
  padding: 3px;
}
.account__area .nav .dropdown {
  display: none;
  position: absolute;
  width: 150px;
  bottom: 0;
  left: auto;
  right: 0;
  top: -100%;
  z-index: 5;
  transition: all 0.6s ease 0s;
}
@media (min-width: 768px) {
  .account__area .nav .dropdown {
    left: 0;
    right: auto;
  }
}
.account__area .nav .dropdown ul {
  background: #fff;
  padding: 0.5rem;
}
.account__area .nav .dropdown ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.6s ease 0s;
  margin: 4px 0;
  padding: 6px 6px 6px 10px;
}
.account__area .nav .dropdown ul li a:hover {
  background: #f1f3f4;
  padding-left: 15px;
}
.account__area .nav:hover .dropdown {
  display: block;
  top: 100%;
}

body.lock.open-menu header .icons {
  display: none;
}

.nav__icon {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: 1.5rem;
  top: 1.5rem;
}
@media (min-width: 979px) {
  .nav__icon {
    display: none;
  }
}
.nav__icon span {
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  width: 32px;
  height: 2px;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}
.nav__icon span:first-child {
  top: 6px;
  width: 16px;
  left: 0;
  right: 0;
}
.nav__icon span:last-child {
  top: auto;
  bottom: 6px;
  width: 16px;
  left: 16px;
}
.nav__icon.active {
  z-index: 1112;
  border: none;
}
.nav__icon.active span {
  background: rgb(255, 255, 255);
  transform: scale(0);
}
.nav__icon.active span:first-child {
  transform: rotate(-45deg);
  top: 15px;
  left: 0;
  width: 32px;
}
.nav__icon.active span:last-child {
  transform: rotate(45deg);
  bottom: 15px;
  -webkit-writing-mode: vertical-rl;
  left: 0;
  width: 32px;
}
.nav .menu {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.nav .menu li.link {
  position: relative;
  margin-right: 2.1rem;
}
.nav .menu li.link.right-square {
  display: none;
}
.nav .menu li.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.6s ease 0s;
}
@media (min-width: 979px) {
  .nav .menu li.link a {
    padding: 2rem 0;
  }
}
.nav .menu li.link a span svg {
  transition: all 0.3s ease 0s;
  fill: #000000;
  stroke: #000000;
  stroke-width: 2.5px;
  stroke-linejoin: round;
}
.nav .menu li.link a span:first-child {
  position: relative;
}
.nav .menu li.link a span:first-child:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
}
.nav .menu li.link a span:first-child:after {
  right: 0;
  bottom: 10px;
  background: rgb(255, 255, 255);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #000000;
}
.nav .menu li.link.dropdown .dropdown-list {
  position: absolute;
  left: 0;
  top: -999em;
  visibility: hidden;
  z-index: 999;
  min-width: 250px;
  background: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(20px);
  transition: transform 200ms, opacity 200ms;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.nav .menu li.link.dropdown .dropdown-list li {
  padding: 0;
  margin: 0;
}
.nav .menu li.link.dropdown .dropdown-list li a {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
  padding: 8px 8px 8px 12px;
  line-height: 1.5;
  color: #000000;
}
.nav .menu li.link.dropdown .dropdown-list li a:hover {
  background: #F8F8F8;
  padding-left: 18px;
}
.nav .menu li.link.dropdown .dropdown-list ul {
  margin: 0;
  padding: 0;
}
.nav .menu li.link.dropdown .dropdown-list ul li a {
  margin: 0;
  padding: 12px 24px;
}
.nav .menu li.link.dropdown .dropdown-list.open {
  display: block;
  font-size: 0.85rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 1rem 0 1.5rem;
  margin: 0;
}
.nav .menu li.link.dropdown .dropdown .active a.links span svg {
  transform: translateY(0px) translateX(0px) rotate(90deg);
}
.nav .menu li.link.dropdown:hover a span:first-child:before {
  background: #C05045;
  width: 100%;
}
.nav .menu li.link.dropdown:hover a span svg {
  transform: translateY(0px) translateX(0px) rotate(90deg);
}
.nav .menu-arrow {
  display: none;
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
  left: 0;
}
@media (min-width: 979px) {
  .nav .menu-arrow {
    display: block;
  }
}

.nav.panel {
  position: fixed;
  right: -120%;
  top: 0;
  padding-top: 3rem;
  height: 100%;
  width: 100%;
  z-index: 0;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
  transition: all 0.8s ease 0s;
}
.nav.panel .compass {
  display: none;
}
.nav.panel.is-closing .menu,
.nav.panel.is-closing .langs,
.nav.panel.is-closing .social__icons,
.nav.panel.is-closing .compass {
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.nav.panel.active {
  visibility: visible;
  opacity: 1;
  right: 0;
  z-index: 12;
  background: #000000;
}
.nav.panel.active ul {
  padding: 1rem;
  margin-top: 150px;
}
.nav.panel.active ul li {
  padding: 0.5rem 0;
  margin: 0;
}
.nav.panel.active ul li a {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.75;
}
.nav.panel.active ul li a span {
  padding: 0;
}
.nav.panel.active ul li a.lang_link {
  color: #000000;
}
@media (min-width: 979px) {
  .nav.panel {
    position: relative;
    right: inherit;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: 9;
    overflow: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .nav.panel .compass {
    display: block;
    position: absolute;
    left: 4px;
  }
}
.nav.visible .cd-overlay-nav {
  top: 18px;
  right: 6.3%;
}

.cd-overlay-nav.is-closing {
  z-index: 9999;
}
.cd-overlay-nav.is-closing span {
  background-color: #000000;
}

.fixed .nav .menu li.link.right-square {
  display: flex;
}
@media (min-width: 979px) {
  .fixed .nav .menu li.link.right-square {
    display: flex;
    margin-left: auto;
    margin-right: 1rem;
  }
}
.fixed .nav .menu li.link.right-square a {
  padding: 0;
  transition: all 0.6s ease 0s;
}
.fixed .nav .menu li.link.right-square a span {
  border: 1px solid rgb(255, 255, 255);
  padding: 4px 12px;
}
.fixed .nav .menu li.link.right-square a:hover span {
  background: rgb(255, 255, 255);
  color: #000000;
}

.cd-overlay-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 4px;
  width: 4px;
  z-index: 1;
  transform: translateX(42px) translateY(-42px);
}
.cd-overlay-nav span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: opacity 0.3s 0s, visibility 0s 0.5s;
  z-index: 33;
  background-color: rgb(255, 255, 255);
}

.breadcrumbs {
  min-height: 64px;
  padding-top: 6px;
}
.breadcrumbs ul {
  margin: 1rem 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 0;
  font-size: 0.8rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.breadcrumbs ul li a:after {
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
}
.breadcrumbs ul li span {
  font-weight: 400;
}
.breadcrumbs ul li span.br {
  width: 10px;
  margin: 0 6px;
  height: 1px;
  display: inline-block;
  background: rgb(255, 255, 255);
  line-height: 0;
  vertical-align: middle;
}

.page {
  position: relative;
  padding: 180px 0 80px;
  background-color: #292929;
}
.page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0px, rgba(0, 0, 0, 0.25) 220px, rgba(0, 0, 0, 0) 450px), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 180px, rgba(0, 0, 0, 0.65) 320px, #292929 450px);
}
.page .container {
  position: relative;
  z-index: 2;
}
.page .content {
  padding: 45px 0;
}

.has-page-bg {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  padding-top: 180px;
  background-color: #292929;
}
.has-page-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0px, rgba(0, 0, 0, 0.25) 220px, rgba(0, 0, 0, 0) 450px), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 180px, rgba(0, 0, 0, 0.65) 320px, #292929 450px);
}
.has-page-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 450px;
  background-image: var(--page-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.has-page-bg > * {
  position: relative;
  z-index: 2;
}

.inner main .has-page-bg {
  margin-top: -160px;
}

.media-page {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 80px;
  overflow: hidden;
  background: #292929;
  color: rgb(255, 255, 255);
}
.media-page.has-page-bg {
  background-color: #292929;
}
@media (min-width: 979px) {
  .media-page {
    padding: 160px 0 110px;
  }
}
.media-page .breadcrumbs {
  position: relative;
  z-index: 2;
}

.media-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 14%, rgba(255, 215, 0, 0.12), transparent 24rem), linear-gradient(135deg, rgba(0, 0, 0, 0.78), rgba(41, 41, 41, 0.84) 48%, rgba(0, 0, 0, 0.94)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
}
.has-page-bg .media-page__bg {
  background: radial-gradient(circle at 12% 14%, rgba(255, 215, 0, 0.18), transparent 24rem), linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(41, 41, 41, 0.82) 50%, rgba(0, 0, 0, 0.94)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 18px);
}
.media-page__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.12;
  mix-blend-mode: screen;
}

.media-hero,
.media-tabs,
.media-feed,
.media-empty {
  position: relative;
  z-index: 2;
}

.media-hero {
  display: grid;
  gap: 28px;
  margin-top: 24px;
  margin-bottom: 34px;
}
@media (min-width: 979px) {
  .media-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 42%);
    align-items: end;
    gap: 52px;
    margin-top: 42px;
    margin-bottom: 52px;
  }
}

.media-hero__content h1 {
  max-width: 860px;
  margin: 10px 0 18px;
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
}
@media screen and (min-width: 700px) {
  .media-hero__content h1 {
    font-size: 48px;
  }
}
.media-hero__content p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
@media screen and (min-width: 700px) {
  .media-hero__content p {
    font-size: 1.25rem;
  }
}

.media-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.65rem;
  line-height: 100%;
}
.media-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

.media-hero__panel {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
  transition: border-color 0.25s ease;
}
@media (min-width: 768px) {
  .media-hero__panel {
    min-height: 330px;
  }
}
.media-hero__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.15) contrast(1.08);
  opacity: 0.72;
}
.media-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
}
.media-hero__panel::before {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 16px;
  z-index: 3;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  pointer-events: none;
  transform: rotate(-47deg);
  transform-origin: center;
  transition: background-color 0.25s ease;
}
.media-hero__panel:hover {
  border-color: rgba(255, 215, 0, 0.5);
}
.media-hero__panel:hover::before {
  background: rgba(255, 215, 0, 0.5);
}

.media-hero__stats {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.media-hero__stats > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  line-height: 100%;
}
.media-hero__stats b {
  color: #FFD700;
  font-weight: 400;
}

.media-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .media-tabs {
    display: flex;
    flex-wrap: wrap;
  }
}

.media-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
@media (min-width: 768px) {
  .media-tabs__btn {
    min-width: 168px;
  }
}
.media-tabs__btn span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  line-height: 100%;
}
.media-tabs__btn b {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
}
.media-tabs__btn.active, .media-tabs__btn:hover {
  color: #FFD700;
  background: rgba(255, 215, 0, 0.09);
  border-color: rgba(255, 215, 0, 0.58);
}

.media-feed {
  display: grid;
  gap: 22px;
}
@media (min-width: 979px) {
  .media-feed {
    gap: 34px;
  }
}

.media-item {
  position: relative;
  display: grid;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
@media (min-width: 979px) {
  .media-item {
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
    min-height: 390px;
  }
}
.media-item.hidden {
  display: none;
}
.media-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.5);
}
.media-item:hover::after {
  background: rgba(255, 215, 0, 0.5);
}
.media-item::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 13px;
  z-index: 3;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.13);
  pointer-events: none;
  transform: rotate(-47deg);
  transform-origin: center;
  transition: background-color 0.25s ease;
}

.media-item__visual {
  min-height: 230px;
  background: rgba(0, 0, 0, 0.34);
}
@media (min-width: 768px) {
  .media-item__visual {
    min-height: 320px;
  }
}
@media (min-width: 979px) {
  .media-item__visual {
    min-height: 100%;
  }
}

.media-video,
.media-link-cover,
.media-gallery-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.media-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-link-cover {
  overflow: hidden;
}
.media-link-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.media-link-cover:hover img {
  transform: scale(1.045);
}

.media-gallery-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(112px, 1fr);
  gap: 3px;
}
@media (min-width: 768px) {
  .media-gallery-preview {
    grid-auto-rows: minmax(150px, 1fr);
  }
}

.media-gallery-preview__photo {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.media-gallery-preview__photo:first-child {
  grid-row: span 2;
}
.media-gallery-preview__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.media-gallery-preview__photo:hover img {
  transform: scale(1.055);
  opacity: 0.88;
}

.media-item__entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}
@media (min-width: 768px) {
  .media-item__entry {
    padding: 34px;
  }
}
@media (min-width: 1170px) {
  .media-item__entry {
    padding: 48px;
  }
}
.media-item__entry h2 {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 700px) {
  .media-item__entry h2 {
    font-size: 32px;
  }
}

.media-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.media-item__meta span {
  padding: 7px 10px;
  color: #FFD700;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.28);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  line-height: 100%;
}

.media-item__text {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 125%;
}
.media-item__text p:last-child {
  margin-bottom: 0;
}

.media-item__source {
  align-self: flex-start;
  margin-top: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.media-empty {
  padding: 80px 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 10px;
  padding: 68px 14px 22px;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
@media (min-width: 768px) {
  .media-lightbox {
    grid-template-columns: 86px minmax(0, 1fr) 86px;
    padding: 78px 32px 32px;
  }
}
.media-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox__figure {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 0;
}
.media-lightbox__figure img {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  -o-object-fit: contain;
     object-fit: contain;
}
.media-lightbox__figure figcaption {
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.media-lightbox__close,
.media-lightbox__arrow {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease;
}
.media-lightbox__close:hover,
.media-lightbox__arrow:hover {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.55);
}

.media-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
}
.media-lightbox__close::before, .media-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
}
.media-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.media-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.media-lightbox__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 56px;
  justify-self: center;
}
.media-lightbox__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.media-lightbox__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
  margin-left: 2px;
}

.media-lightbox__arrow--next::before {
  transform: translate(-65%, -50%) rotate(135deg);
  margin-right: 8px;
}

/*# sourceMappingURL=styles.min.css.map*/