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%;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@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%;
}
@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;
}
.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: #fff;
  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;
  width: 26px;
  height: 22px;
  display: block;
}
.ui-btn .hex {
  fill: #fff;
}
.ui-btn .arrow {
  stroke: #000;
  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: #fff;
  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: #fff;
}
.fancy-btn--cta .fancy-btn__icon .arrow {
  stroke: #000;
  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;
}

body {
  overflow-x: hidden !important;
  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;
}

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

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

.fixeded .header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.fixeded .header .logo svg {
  width: 40px;
}
@media (min-width: 1170px) {
  .fixeded .header .logo svg {
    width: 50px;
  }
}

.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: 12px 0;
}
.header .logo svg {
  height: auto;
  max-width: 40px;
  margin-left: 0;
}
@media (min-width: 1170px) {
  .header .logo svg {
    max-width: 70px;
  }
}
@media (min-width: 1170px) {
  .header .logo {
    max-width: 80px;
    height: 128px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 979px) {
  .header-line {
    display: block;
    position: relative;
    height: 128px;
    width: 125px;
    overflow: hidden;
  }
  .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;
}

ul.social-icons {
  align-items: center;
  margin-left: auto;
}
ul.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  background: rgba(98, 98, 98, 0.75);
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 6px;
  width: 32px;
  height: 32px;
}

footer {
  /*  background: url('/site/images/bg/bg_footer.jpg');
    color: $white;


  .social-icons {
      flex-direction: row;
      margin: 24px 0 0 0;
      padding: 0;
      li {
        margin-right: 16px;
        width: 48px;
        a:not(.btn):hover, a:not(.btn):focus {
          color: $gold;
          text-decoration: inherit;
        }
        svg {
          fill: $white;
          background: $white;
          border-radius: 50%;
        }
      }
    }*/
}

.footer {
  background: url("/site/images/bg/bg_footer.jpg");
  color: rgb(255, 255, 255);
  padding: 40px 0 20px;
  /* ===== TOP ===== */
  /* ===== DIVIDER ===== */
  /* ===== BOTTOM ===== */
  /* ===== TABLET ===== */
  /* ===== DESKTOP ===== */
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__logo svg {
  max-width: 150px;
  max-height: 150px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  opacity: 0.8;
}
.footer__nav a:hover {
  opacity: 1;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__phone {
  font-size: 20px;
  font-weight: 700;
}
.footer__email {
  font-size: 14px;
  opacity: 0.7;
}
.footer__divider {
  margin: 30px 0 20px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}
.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;
  gap: 14px;
}
.footer__socials svg {
  width: 18px;
  height: 18px;
  fill: rgb(255, 255, 255);
  opacity: 0.7;
  transition: 0.25s;
}
.footer__socials 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;
    gap: 40px;
  }
  .footer__contacts {
    align-items: center;
    text-align: center;
  }
  .footer__phone {
    font-size: 24px;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .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;
}

/*-------------------------------------------------------------------------------
  Modals
-------------------------------------------------------------------------------*/
.popup {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1005;
}
.popup * {
  box-sizing: border-box;
}
.popup.active .content {
  transform: scale(1);
}
.popup.show {
  display: block;
}
.popup.show .content {
  transform: scale(1);
}
.popup .table {
  height: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.popup .table > .cell {
  height: 100%;
  vertical-align: middle;
  padding: 2% 10px;
  overflow-y: scroll;
}
.popup .content {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 1rem;
}
.popup .content .title {
  background: #F8F8F8;
  border-radius: 0;
  line-height: 0;
  padding: 1.75rem 2rem;
  font-size: 1rem;
}
.popup-buy_one_click .popup-content {
  max-width: 800px;
}
.popup-buy_one_click .popup-content a.btn.btn-send-form {
  padding: 12px 15px 12px 15px;
  max-width: 175px;
  font-size: 1.25rem;
}
.popup-md .content {
  max-width: 65%;
  background: rgb(255, 255, 255);
}
.popup-lg .content {
  max-width: 95%;
  background: rgb(255, 255, 255);
  border-radius: 8px;
}
.popup .head {
  padding: 15px 30px;
  border-bottom: 1px solid #F8F8F8;
  border-radius: 5px 5px 0 0;
}
.popup .body {
  padding: 30px;
}
.popup .body .success {
  padding: 5% 45px 7%;
}
.popup .body .success h4 {
  padding: 15px 0;
  font-size: 1.5rem;
  line-height: 1.125;
}
.popup-video__value {
  line-height: 0;
}
.popup-video .content {
  max-width: 800px;
  background: #000000;
}
.popup .close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1.85rem;
  text-align: center;
  color: #000000;
  z-index: 1;
  font-weight: 100;
  transition: 0.5s;
}
.popup .close :hover svg {
  fill: #A71056;
}

@media only screen and (min-width: 180px) and (max-width: 768.98px) {
  .popup-md .content {
    max-width: 100%;
  }
}
.popup-buy_one_click .body {
  padding: 0;
}

.popup-buy_one_click .body .p-25 {
  padding: 25px;
}

a.close.back {
  border: none;
}

a.close.back:hover {
  background: none;
}

.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 {
  left: 4px;
}
.splide__arrows .splide__arrow--prev svg {
  transform: none;
}
.splide__arrows .splide__arrow--next {
  right: 4px;
}
.splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.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: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 979px) {
  .nav__icon {
    display: none;
  }
}
.nav__icon span {
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  width: 24px;
  height: 1px;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}
.nav__icon span:first-child {
  top: 8px;
}
.nav__icon span:last-child {
  top: auto;
  bottom: 7px;
}
.nav__icon.active {
  z-index: 1112;
  border: none;
}
.nav__icon.active span {
  background: #000000;
  transform: scale(0);
}
.nav__icon.active span:first-child {
  transform: rotate(-45deg);
  top: 15px;
  left: 4px;
}
.nav__icon.active span:last-child {
  transform: rotate(45deg);
  bottom: 15px;
  -webkit-writing-mode: vertical-rl;
  left: 4px;
}
.nav .menu {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.nav .menu li.item {
  position: relative;
  margin-right: 2.45rem;
  /*@include _979 {
    &:hover {
      &.dropdown {
        .dropdown {
          &-list {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
            top:3rem;
            padding: 12px 16px;
            background: $white;
            box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
            a {
              span {
                svg {
                  transform: translateY(0px) translateX(0px) rotate(90deg);
                }
                &:first-child:before {
                  width: 100%
                }
              }
            }
          }
        }
      }
    }
  }*/
}
.nav .menu li.item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 2rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.6s ease 0s;
  /*&:hover, &.active {
    span {
      color: $white;
      svg {
        transform: translateY(0px) translateX(0px) rotate(90deg);
      }

      &:first-child:before {
        background: $brick;
        width: 100%;
        transition: width .5s cubic-bezier(.22, .61, .36, 1);
        position: absolute;
        bottom: 10px;
      }
      &:first-child:before {
        width: 100%;
      }
    }
  }*/
}
.nav .menu li.item a span svg {
  transition: all 0.3s ease 0s;
  fill: #000000;
  stroke: #000000;
  stroke-width: 2.5px;
  stroke-linejoin: round;
}
.nav .menu li.item a span:first-child {
  position: relative;
}
.nav .menu li.item 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.item 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.item.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.item.dropdown .dropdown-list li {
  padding: 0;
  margin: 0;
}
.nav .menu li.item.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.item.dropdown .dropdown-list li a:hover {
  background: #F8F8F8;
  padding-left: 18px;
}
.nav .menu li.item.dropdown .dropdown-list ul {
  margin: 0;
  padding: 0;
}
.nav .menu li.item.dropdown .dropdown-list ul li a {
  margin: 0;
  padding: 12px 24px;
}
.nav .menu li.item.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.item.dropdown .dropdown .active a.items span svg {
  transform: translateY(0px) translateX(0px) rotate(90deg);
}
.nav .menu li.item.dropdown:hover a span:first-child:before {
  background: #C05045;
  width: 100%;
}
.nav .menu li.item.dropdown:hover a span svg {
  transform: translateY(0px) translateX(0px) rotate(90deg);
}
.nav .menu-arrow {
  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;
}

.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.6s ease 0s;
}
.nav.panel .compass {
  display: none;
}
.nav.panel.active {
  visibility: visible;
  opacity: 1;
  right: 0;
  z-index: 12;
  background: rgb(255, 255, 255);
}
.nav.panel.active ul {
  padding: 1rem;
  border-bottom: 1px solid #AAAAAA;
}
.nav.panel.active ul li {
  padding: 0.5rem 0;
  margin: 0;
}
.nav.panel.active ul li a {
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 26px;
}
.nav.panel.active ul li a span {
  padding: 0;
}
.nav.panel .lang-switcher {
  flex-direction: row;
  position: fixed;
  right: 0;
  top: 8px;
  z-index: 999;
  max-width: 100px;
  width: 100px;
}
.nav.panel .lang-switcher span, .nav.panel .lang-switcher .langs {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0.95rem;
}
.nav.panel .lang-switcher .active {
  margin-right: 1rem;
  border: 1px solid #AAAAAA;
  padding: 0 6px;
  width: 36px;
  background: rgb(255, 255, 255);
}
.nav.panel .lang-switcher.js-append:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 55px;
  background: #F8F8F8;
  z-index: -1;
  left: 0;
  top: 0;
}
@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;
  }
}
.nav.visible .cd-overlay-nav {
  top: 18px;
  right: 6.3%;
}

.cd-overlay-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 4px;
  width: 4px;
  transform: translateX(-20px) translateY(20px);
}
.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);
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@charset "UTF-8";
.btn--white {
  align-items: center;
  border: none;
  color: #000000;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.5rem;
  padding: 0.3125rem 0.9375rem;
  position: relative;
  transition-property: all;
  background: #fff;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.1s linear;
}
.btn--white:hover {
  background: transparent;
  color: #000000;
  border: 0 solid;
}
.btn--white:hover:before {
  opacity: 0;
}
.btn--white:hover:after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}
.btn--white:before {
  border: 3px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s, border 0.3s;
  width: 100%;
}
.btn--white:after {
  background-color: transparent;
  border: 3px solid;
  content: "";
  height: calc(100% - 6px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(1.2) scaleY(1.4);
  transition: transform 0.3s, opacity 0.3s;
  width: calc(100% - 6px);
  z-index: -1;
}
.btn--white:disabled {
  background: #555555;
}

.btn--white.active:after {
  content: none;
}
.btn--white.active:before {
  content: none;
}

.item__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: opacity;
  overflow: hidden;
  transition-timing-function: linear;
}
.item__video video {
  position: absolute;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item__video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero .main.content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
}
.hero .main-title {
  font-family: "Tactic Sans", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 125%;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 3rem 0 2.5rem 0;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
@media screen and (min-width: 700px) {
  .hero .main-title {
    font-size: 4rem;
  }
}
.hero .main-title .line {
  display: block;
  filter: blur(4px);
  animation: textFocus 0.6s ease-out forwards;
  color: transparent;
}
.hero .main-title .line::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: rgb(255, 255, 255);
}
.hero .main-title .line::after {
  content: attr(data-scramble);
  position: absolute;
  inset: 0;
  color: rgb(255, 255, 255);
  pointer-events: none;
  opacity: 1;
}
.hero .main-title .line::after.is-scrambling::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .hero .main-title {
    font-size: 48px;
  }
}
@media (min-width: 1170px) {
  .hero .main-title {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .hero .main-title {
    font-size: 88px;
  }
}
@keyframes textFocus {
  0% {
    filter: blur(6px);
    opacity: 0.6;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.hero .btn, .hero button {
  opacity: 0;
  transform: translateY(20px);
  animation: buttonsFade 0.8s ease forwards;
  animation-delay: 1.1s;
}
@keyframes buttonsFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about {
  background-color: #292929 !important;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 1170px) {
  .about {
    height: 100vh;
    min-height: 700px;
  }
}
@media (min-width: 979px) {
  .about {
    display: flex;
    align-items: center;
  }
}
.about .about__left {
  display: none;
}
@media (min-width: 979px) {
  .about .about__left {
    display: block;
    width: 33.3333%;
    height: 100%;
    position: relative;
  }
  .about .about__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
  }
}
.about .about__right {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media (min-width: 768px) {
  .about .about__right {
    padding: 40px;
  }
}
@media (min-width: 979px) {
  .about .about__right {
    width: 66.6667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
  }
}
.about .about__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 979px) {
  .about .about__bg {
    top: 60px;
    bottom: 60px;
    left: 33.3333%;
    right: 0;
  }
}
.about .about__bg-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 60px;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-size: cover;
  background-position: center;
  border-radius: 16px 0 0 16px;
}
@media (min-width: 768px) {
  .about .about__bg-item {
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1170px) {
  .about .about__bg-item {
    border-radius: 24px 0 0 24px;
  }
}
.about .about__bg-item.is-active {
  opacity: 1;
}
.about .about__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 700px) {
  .about .about__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1170px) {
  .about .about__title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .about .about__title {
    font-size: 28px;
    font-style: normal;
    line-height: 125%;
    top: 80px;
    left: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 700px) {
  .about .about__title {
    font-size: 32px;
  }
}
@media (min-width: 979px) {
  .about .about__title {
    position: absolute;
    top: 120px;
    left: 120px;
    max-width: 520px;
    width: 100%;
    margin: 0;
    z-index: 3;
  }
}
.about .about__title h2 {
  margin-bottom: 20px;
}
.about .splide {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 979px) {
  .about .splide {
    max-width: 520px;
    width: 100%;
    margin-left: 60px;
  }
}
.about .splide__slide {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.about .splide__slide.is-active {
  opacity: 1;
}
.about .content {
  padding: 20px;
}
@media (min-width: 768px) {
  .about .content {
    padding: 40px;
  }
}
@media (min-width: 979px) {
  .about .content {
    padding: 0;
    margin-top: 100px;
  }
}
.about .year {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
  .about .year {
    font-size: 32px;
  }
}
.about .text {
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  color: rgb(255, 255, 255);
  min-height: 120px;
}
@media (min-width: 768px) {
  .about .text {
    min-height: 140px;
  }
}
@media (min-width: 1170px) {
  .about .text {
    min-height: 160px;
  }
}

.vacancy {
  height: auto;
}
.vacancy__title {
  padding: 60px 0;
}

.recruiting__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.recruiting__card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  --cut-x: 30px;
  --cut-y: 33px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
}
.recruiting__card svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.recruiting__card .border-static {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 4px;
  vector-effect: non-scaling-stroke;
}
.recruiting__card .line {
  fill: none;
  stroke: url(#gold);
  stroke-width: 4px;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  filter: drop-shadow(0 0 6px rgba(245, 166, 35, 0.6));
}
.recruiting__card:hover .line {
  opacity: 1;
}
.recruiting__card:hover .border-static {
  stroke: rgba(255, 255, 255, 0.15);
}
.recruiting__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.35) 100%);
  mix-blend-mode: multiply;
}
.recruiting__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.recruiting__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  color: rgb(255, 255, 255);
}
.recruiting__content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (min-width: 700px) {
  .recruiting__content h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .recruiting__content h3 {
    max-width: 50%;
  }
}
.recruiting__content p {
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.recruiting__content .ui-btn {
  position: relative !important;
  margin-left: auto;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
  font-weight: 600;
}
.recruiting__content .ui-btn__icon svg {
  position: relative !important;
  width: 26px !important;
  height: 22px !important;
  min-width: 26px !important;
  min-height: 22px !important;
  max-width: 26px !important;
  max-height: 22px !important;
  display: block;
}
.recruiting__text {
  max-width: 520px;
}
.recruiting__frame {
  z-index: 3;
}

.recruitment {
  margin: 5rem 0;
}

.donate {
  position: relative;
  /* ===== TOP DECOR ===== */
  /* ================= LAYOUT ================= */
  /* ================= TITLE ================= */
  /* ================= TEXT BOX ================= */
  /* ================= RIGHT ================= */
  /* ================= TABLET ================= */
  /* ================= DESKTOP ================= */
}
.donate::before {
  content: "";
  display: block;
  background: url("/site/images/bg/gold_divider.jpg");
  background-size: cover;
  height: 45px;
  width: 100%;
}
.donate::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 50px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.7) 80%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}
.donate .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.donate__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.donate__content-col, .donate__aside {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
  padding-top: 1rem;
}
.donate__title {
  display: inline-block;
}
.donate__title h2 {
  display: inline-block;
  margin: 0;
  line-height: 1.1;
}
.donate__title .divider {
  display: block;
}
.donate__text-box {
  position: relative;
  padding: 30px;
  overflow: hidden;
  isolation: isolate;
  --cut-x: 30px;
  --cut-y: 33px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
}
.donate__text-box svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.donate__text-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.8) 70%), rgba(0, 0, 0, 0.7);
}
.donate__text-box .border-static {
  fill: none;
  stroke: #d4af37;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}
.donate__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.donate__content {
  position: relative;
  z-index: 1;
}
.donate__content p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.donate__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.donate__link {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
}
.donate__link::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #8f6a1a, #ffd700, #8f6a1a) top, linear-gradient(90deg, #8f6a1a, #ffd700, #8f6a1a) bottom, linear-gradient(180deg, #8f6a1a, #ffd700, #8f6a1a) left, linear-gradient(180deg, #8f6a1a, #ffd700, #8f6a1a) right;
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
  background-repeat: no-repeat;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.donate__link::before {
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.4));
}
.donate__link:hover::before {
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.8));
}
.donate__iban {
  padding: 25px;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .donate .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .donate__text-box {
    padding: 40px;
  }
  .donate__link {
    padding: 18px;
  }
}
@media (min-width: 1170px) {
  .donate__inner {
    flex-direction: row;
    gap: 80px;
    align-items: stretch;
  }
  .donate__content-col, .donate__aside {
    flex: 1;
  }
  .donate__aside {
    justify-content: space-between;
  }
  .donate__content {
    max-width: 520px;
  }
  .donate__iban {
    margin-top: auto;
  }
}

.latest-news {
  position: relative;
  padding: 60px 0 5px 0;
  /* ===== GRID ===== */
}
.latest-news::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 50px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.7) 80%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}
.latest-news .articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 1.5rem 0;
  /* ===== CARD ===== */
}
@media (min-width: 640px) {
  .latest-news .articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 2rem 0;
  }
}
@media (min-width: 979px) {
  .latest-news .articles {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 3rem 0 0 0;
  }
}
.latest-news .articles .article {
  /* ===== IMAGE ===== */
  /* ===== CONTENT ===== */
  /* ===== HOVER ===== */
}
.latest-news .articles .article__item {
  display: block;
  color: rgb(255, 255, 255);
}
.latest-news .articles .article .media {
  position: relative;
  overflow: hidden;
  /* mobile cut */
  --cut-x: 12px;
  --cut-y: 12px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
  /* dark cinematic overlay */
}
.latest-news .articles .article .media svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 640px) {
  .latest-news .articles .article .media {
    --cut-x: 16px;
    --cut-y: 16px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
  }
  .latest-news .articles .article .media svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }
}
@media (min-width: 979px) {
  .latest-news .articles .article .media {
    --cut-x: 28px;
    --cut-y: 26px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%);
  }
  .latest-news .articles .article .media svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }
}
.latest-news .articles .article .media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
}
.latest-news .articles .article .media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.latest-news .articles .article .caption {
  margin-top: 14px;
}
@media (min-width: 640px) {
  .latest-news .articles .article .caption {
    margin-top: 16px;
  }
}
.latest-news .articles .article .caption__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .latest-news .articles .article .caption__title {
    font-size: 20px;
  }
}
.latest-news .articles .article .caption__title a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.3s ease;
}
.latest-news .articles .article .caption__title a:hover {
  color: #d4af37;
}
.latest-news .articles .article .caption__text {
  font-size: 0.8rem;
  line-height: 120%;
  color: #AAAAAA;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .latest-news .articles .article .caption__text {
    margin-bottom: 14px;
  }
}
.latest-news .articles .article .caption__readmore .btn-articles {
  font-size: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.latest-news .articles .article .caption__readmore .btn-articles:hover {
  border-color: #d4af37;
  color: #d4af37;
}
.latest-news .articles .article:hover .media img {
  transform: scale(1.06);
  filter: brightness(0.85) contrast(1.05);
}

.all-news {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 30px;
  border-top: 1px solid #555555;
}
@media (min-width: 640px) {
  .all-news {
    margin-top: 50px;
  }
}
.all-news .ui-btn__text {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
}

.faq {
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 80%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}
.faq-title {
  margin-bottom: 2rem;
}

/* ===== SECTION ===== */
.faq-section {
  padding: 60px 0;
  /* ===== LIST ===== */
  /* ===== ACCORDION BUTTON ===== */
  /* ===== ACTIVE STATE ===== */
  /* ===== PANEL ===== */
  /* ===== CONTENT ===== */
  /* ===== OPTIONAL MICRO-ANIMATION ===== */
}
.faq-section .faq-item {
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.faq-section .accordion {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-align: left;
  transition: color 0.3s ease;
  /* LEFT SIDE */
  /* RIGHT TOGGLE */
  /* HOVER */
}
.faq-section .accordion span {
  display: block;
}
.faq-section .accordion span:first-child {
  width: 48px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  line-height: 120%;
}
.faq-section .accordion span:last-child {
  flex: 1;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .faq-section .accordion span:last-child {
    font-size: 18px;
  }
}
.faq-section .accordion::after {
  content: "+";
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.faq-section .accordion:hover span:last-child {
  color: #d4af37;
}
.faq-section .accordion:hover::after {
  background: rgba(255, 255, 255, 0.15);
}
.faq-section .accordion.active::after {
  content: "−";
  background: rgb(255, 255, 255);
  color: #000000;
}
.faq-section .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 44px;
}
.faq-section .answer {
  padding: 0 0 18px 48px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 125%;
}
@media (min-width: 640px) {
  .faq-section .answer {
    padding-left: 48px;
  }
}
.faq-section .accordion.active + .panel {
  animation: faqFade 0.3s ease;
}
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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