/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,body{font-family:"Fedra Sans Alt Pro",sans-serif}:root{--color-white: #F8F3E8;--color-black: #000000;--color-gold-light: #988877;--color-gold: #996f43;--color-bcg: #1D1D1B;--fs-10: 0.625rem;--fs-11: 0.6875rem;--fs-12: 0.75rem;--fs-13: 0.8125rem;--fs-14: 0.875rem;--fs-16: 1rem;--fs-17: 1.0625rem;--fs-18: 1.125rem;--fs-19: 1.1875rem;--fs-20: 1.25rem;--fs-22: 1.375rem;--fs-24: 1.5rem;--fs-28: 1.75rem;--fs-32: 2rem;--fs-36: 2.25rem;--fs-40: 2.5rem;--fs-48: 3rem;--fs-52: 3.25rem;--fs-64: 4rem;--fs-80: 5rem;--fs-110: 6.875rem;--fw-light: 300;--fw-regular: 400;--fw-thick: 450;--fw-medium: 500;--fw-semi-bold: 600;--fw-bold: 700;--lh-xsmall: 1;--lh-small: 1.1;--lh-medium: 1.2;--lh-large: 1.3;--lh-xlarge: 1.4;--lh-xxlarge: 1.8;--space-1: 0.5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 2.5rem;--space-6: 3rem;--space-7: 4rem;--space-8: 5rem;--space-9: 7.5rem;--main-gap: var(--space-9);--body-padding: 0 var(--space-8) var(--space-6);--body-max-width: 100rem}@media print,screen and (max-width: 79.99875em){:root{--main-gap: 6.25rem;--body-padding: var(--space-4)}}@media print,screen and (max-width: 47.99875em){:root{--main-gap: var(--space-8);--body-padding: var(--space-3) var(--space-2) var(--space-4) }}*,*::before,*::after{box-sizing:border-box}html,body{width:100%;overflow-x:hidden;scroll-behavior:smooth}body{max-width:100rem;max-width:var(--body-max-width);margin:0 auto;padding:0 5rem 3rem;padding:var(--body-padding);font-family:"Fedra Sans Alt Pro",sans-serif;background-color:#1d1d1b;background-color:var(--color-bcg)}main{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;margin:0 0 7.5rem;margin:0 0 var(--main-gap)}svg{width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;background-color:var(--color-bcg);max-width:var(--body-max-width);margin:0 auto;padding:0 var(--space-8);z-index:99}.header__wrapper{display:flex;justify-content:space-between;align-items:center;padding:var(--space-6) 0 var(--space-5);border-bottom:1px solid var(--color-gold-light)}.header__navigation-list{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0}.header__navigation-link{margin:0;color:var(--color-gold-light);font-size:var(--fs-16);line-height:var(--lh-xlarge);font-weight:var(--fw-regular);font-feature-settings:"clig" off,"liga" off;text-decoration:none;transition:color .2s ease-in-out}.header .header__navigation-link--active{color:var(--color-white)}.header__hamburger{display:none;flex-direction:column;align-items:center;gap:.375rem;border:none;padding:0;margin:0;background-color:transparent}.header__hamburger-top,.header__hamburger-mid,.header__hamburger-bottom{width:2rem;height:.125rem;background-color:var(--color-gold-light);transition:.4s ease}@media(hover: hover){.header__navigation-link:hover{color:var(--color-white)}}@media print,screen and (max-width: 79.99875em){.header{padding:0 var(--space-4)}.header__navigation-list{gap:var(--space-2)}.header__navigation-link{letter-spacing:-0.4px}}@media print,screen and (max-width: 63.99875em){.header{padding:0 var(--space-4)}.header__wrapper{padding-top:var(--space-3)}.header__logo{z-index:99}.header__logo svg{transition:color .5s ease-out}.header--open .header__logo svg{color:var(--color-bcg)}.header__navigation{position:absolute;top:0;left:0;right:0;display:flex;max-height:100vh;flex-direction:column;gap:var(--space-4);width:100vw;transform:translateX(100vw);transition:transform .5s ease-in-out;background-color:var(--color-gold-light);padding:6.875rem var(--space-4) var(--space-4);z-index:50}.header--open .header__navigation{transform:translateX(0)}.header__navigation-list{display:flex;flex-direction:column;align-items:center;width:100%;gap:var(--space-2);padding-top:2rem;border-top:1px solid var(--color-bcg);overflow-y:auto}.header__navigation-link{font-size:var(--fs-24);font-weight:var(--fw-regular);letter-spacing:.045rem;text-transform:none;color:var(--color-bcg);transition:color .2s ease-in-out}.header__hamburger{display:flex;position:relative;z-index:99}.header__hamburger--open .header__hamburger-mid{width:0;background-color:var(--color-bcg)}.header__hamburger--open .header__hamburger-top{transform:translateY(8px) rotate(45deg);background-color:var(--color-bcg)}.header__hamburger--open .header__hamburger-bottom{transform:translateY(-8px) rotate(-45deg);background-color:var(--color-bcg)}}@media print,screen and (max-width: 47.99875em){.header{padding:0 var(--space-2)}.header__navigation{padding:6.875rem var(--space-2) var(--space-4)}.header__navigation-list{align-items:flex-start}}.cookies-consent{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;font-family:var(--font-family);z-index:100;overflow-x:auto;backdrop-filter:blur(0.25rem);color:var(--color-bcg)}.cookies-consent__wrapper{display:flex;flex-direction:column;gap:var(--space-5);max-width:38rem;background-color:var(--color-gold-light);padding:3rem 4rem;border-radius:.625rem;position:relative;overflow:hidden}.cookies-consent__icon{width:5.125rem;height:5rem;color:var(--color-black)}.cookies-consent__top{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:var(--space-3);text-align:center;z-index:3}.cookies-consent__top p{color:var(--color-bcg);font-size:var(--fs-14)}.cookies-consent__top h4{margin-bottom:var(--space-2);color:var(--color-bcg)}.cookies-consent__middle{display:flex;flex-direction:column;gap:var(--space-4);z-index:3}.cookies-consent__middle--hide{display:none}.cookies-consent__middle--show{display:flex}.cookies-consent__option-clear{color:var(--color-bcg);display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}.cookies-consent__option-botom-buttton{cursor:pointer;transition:color .3s ease-in-out}.cookies-consent__option-botom-buttton:hover{color:var(--color-action)}.cookies-consent__option{display:flex;flex-direction:column;gap:var(--space-1)}.cookies-consent__option-top>p{display:block;color:var(--color-bcg)}.cookies-consent__option-bottom{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}.cookies-consent__option-bottom input{width:1rem;height:1rem;min-height:1rem;min-width:1rem;accent-color:var(--color-gold)}.cookies-consent__bottom{display:flex;justify-content:center;gap:var(--space-5);align-items:center;z-index:3}.cookies-consent__bottom .button{padding:0;color:var(--color-bcg);font-size:var(--fs-16);font-weight:var(--fw-medium);border-bottom:2px solid transparent;cursor:pointer}.cookies-consent__bottom .button:hover{border-color:var(--color-bcg)}.cookies-consent__bottom .button--link:hover,.button--link:focus{border-bottom:2px solid var(--color-bcg)}.cookies-consent__bottom .button--link span:hover{border-bottom:var(--color-bcg)}.cookies-consent__button{cursor:pointer;transition:color .3s ease-in-out}.cookies-consent .button:hover .button__label{color:var(--color-action)}.cookies-consent__button--hide{display:none}.cookies-consent__button--show{display:block}.cookies-consent__button:hover{color:var(--color-action)}.cookies-consent--hide{display:none}.cookies-consent--show{display:flex}.cookies-consent__openCookies{cursor:pointer}.cookies-consent__option-bottom-button{font-weight:var(--fw-bold);color:var(--color-bcg);cursor:pointer}@media print,screen and (max-width: 47.99875em){.cookies-consent{padding:0 1.25rem;overflow-y:auto}.cookies-consent__icon{width:4.375rem;height:4.25rem}.cookies-consent__wrapper{padding:var(--space-4) 1.25rem}.cookies-consent__top{gap:var(--space-3)}.cookies-consent__middle{flex-direction:column;gap:var(--space-3)}.cookies-consent__bottom{flex-direction:column;flex-wrap:wrap;row-gap:var(--space-3)}.cookies-consent__button{line-height:var(--lh-xxlarge)}}.hero{display:flex;position:relative;width:100%;height:27.875rem;margin-top:11rem}.hero__title{max-width:30rem;z-index:2}.hero__image{position:absolute;top:0;right:0;width:79%;height:100%;overflow:hidden}.hero__image img{width:auto;height:100%}@media print,screen and (max-width: 79.99875em){.hero{margin-top:8rem}}@media print,screen and (max-width: 47.99875em){.hero{height:17.3125rem}.hero__image{width:91%}}.heading-text{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);padding:3.5rem 0;border-top:1px solid var(--color-gold-light);border-bottom:1px solid var(--color-gold-light)}@media print,screen and (max-width: 47.99875em){.heading-text{grid-template-columns:1fr;padding:var(--space-6) 0}}.cards{display:flex;flex-direction:column;gap:var(--space-7);width:100%;padding-bottom:var(--main-gap);scroll-margin-top:11rem}.cards__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;gap:var(--space-3);margin:0;padding:0;list-style:none}@media print,screen and (max-width: 47.99875em){.cards{row-gap:var(--space-5);scroll-margin-top:9rem}.cards__list{grid-template-columns:1fr}}.investment-graph{display:flex;flex-direction:column;gap:3.875rem;width:100%;padding-bottom:var(--main-gap);scroll-margin-top:11rem}.investment-graph__mid{display:flex;gap:var(--space-3);width:100%}.investment-graph__mid-left p{--color-white: var(--color-gold-light)}.investment-graph__mid-right .heading{--color-gold-light: var(--color-white)}.investment-graph__mid-left,.investment-graph__mid-right{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-2);flex:1;padding:var(--space-5);border-left:1px solid var(--color-gold-light);border-bottom:1px solid var(--color-gold-light)}.investment-graph__mid-left h4,.investment-graph__mid-right h4{font-size:var(--fs-32)}.investment-graph__graph-wrapper{display:flex;flex-direction:column;gap:var(--space-5);align-items:center}.investment-graph__iframe{width:100%;height:51.0625rem;border:none}.investment-graph__button{padding:.75rem;background-color:var(--color-gold-light);color:var(--color-black);text-decoration:none;transition:background-color .2s ease-in-out}.investment-graph__button:hover{background-color:var(--color-white)}@media print,screen and (max-width: 47.99875em){.investment-graph{gap:var(--space-5);scroll-margin-top:9rem}.investment-graph__mid{flex-direction:column}.investment-graph__mid-left,.investment-graph__mid-right{padding:var(--space-2) var(--space-3) var(--space-3)}.investment-graph__mid-left h4,.investment-graph__mid-right h4{font-size:var(--fs-28)}.investment-graph__button{width:100%;text-align:center}}@media screen and (max-width: 86.0625rem){.investment-graph__iframe{height:58.125rem}}@media screen and (max-width: 40.5625rem){.investment-graph__iframe{height:60.625rem}}.portfolio{display:flex;flex-direction:column;gap:var(--space-4);width:100%;padding-bottom:var(--main-gap);scroll-margin-top:11rem}.portfolio__iframe{width:100%;height:18.75rem;border:none}@media print,screen and (max-width: 47.99875em){.portfolio{scroll-margin-top:9rem}}@media screen and (max-width: 91rem){.portfolio__iframe{height:20.25rem}}@media screen and (max-width: 86.0625rem){.portfolio__iframe{height:18.75rem}}@media screen and (max-width: 70.8125rem){.portfolio__iframe{height:calc(275px + 45*(100vw - 568px)/565)}}@media screen and (max-width: 35.4375rem){.portfolio__iframe{height:18.75rem}}@media screen and (max-width: 22.125rem){.portfolio__iframe{height:21.25rem}}.icon-cards{display:flex;flex-direction:column;gap:3.5rem;padding-bottom:var(--main-gap);scroll-margin-top:9rem}.icon-cards__cards{position:relative}.icon-cards__list{display:flex;gap:var(--space-3);margin:0;padding:0;list-style:none}.icon-cards__item{flex:1;display:flex;flex-direction:column;gap:var(--space-3);border-right:1px solid var(--color-gold-light)}.icon-cards__item:last-of-type{border-right:1px solid transparent}.icon-cards__number{display:flex;align-items:center;justify-content:center;width:6.25rem;height:6.25rem;border:1px solid var(--color-gold-light);border-radius:50%;color:var(--color-gold-light);font-size:var(--fs-40);font-weight:var(--fw-regular);line-height:var(--lh-medium);font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"clig" off,"liga" off}.icon-cards__gradient{display:none}@media print,screen and (max-width: 79.99875em){.icon-cards{scroll-margin-top:8rem}}@media print,screen and (max-width: 63.99875em){.icon-cards{scroll-margin-top:6.8rem}}@media print,screen and (max-width: 47.99875em){.icon-cards{position:relative;gap:var(--space-6);scroll-margin-top:6rem}.icon-cards__cards{margin-right:-1rem}.icon-cards__list{overflow-x:auto;scrollbar-width:none}.icon-cards__list::-webkit-scrollbar{display:none}.icon-cards__item{min-width:15rem}.icon-cards__number{width:5rem;height:5rem;font-size:var(--fs-32)}.icon-cards__gradient{display:block;position:absolute;top:0;right:0;width:6.0625rem;height:100%;background:linear-gradient(270deg, #1d1d1b 0%, rgba(29, 29, 27, 0) 100%)}}.image-article{display:flex;flex-direction:column;gap:var(--space-4);width:100%;padding-bottom:var(--main-gap);scroll-margin-top:11rem}.image-article__title{padding-bottom:var(--space-6);border-bottom:1px solid var(--color-gold-light)}.image-article__main{display:flex;gap:var(--space-3);min-height:19.5625rem}.image-article__image{flex:1;height:fit-content}.image-article__content{flex:1;display:flex;flex-direction:column;gap:var(--space-4)}.image-article__content-head{display:flex;align-items:center;justify-content:space-between}.image-article__socials-links{display:flex;gap:var(--space-2)}.image-article__socials-link{width:2rem;height:2rem;color:var(--color-gold-light);transition:color .2s ease-in-out}.image-article__socials-link svg{width:100%;height:100%}@media(hover: hover){.image-article__socials-link:hover{color:var(--color-white)}}@media print,screen and (max-width: 47.99875em){.image-article{scroll-margin-top:9rem}.image-article__main{flex-direction:column;min-height:0}.image-article__image{flex:auto;overflow:visible;min-height:0}.image-article__socials-link{width:1.5rem;height:1.5rem}}.information{display:flex;flex-direction:column;gap:var(--space-6);width:100%;scroll-margin-top:11rem}.information__main{display:flex;flex-direction:column;gap:var(--space-6)}.information__base-information,.information__subscribe,.information__downloads{display:flex;gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--color-gold-light)}.information__subscribe{align-items:center}.information__base-information-title,.information__subscribe-title,.information__downloads-title{flex:1}.information__base-information-wrapper{flex:1;display:flex;flex-direction:column;gap:var(--space-3)}.information__base-information-list,.information__subscribe-wrapper,.information__downloads-list{flex:1;display:flex;flex-direction:column;gap:var(--space-3);margin:0;padding:0;list-style:none}.information__base-information-item,.information__subscribe-item,.information__downloads-item{--color-paragraph: var(--color-gold-light);grid-template-columns:1fr 1.1fr;gap:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--color-gold-light)}.information__base-information-item{display:none}.information__subscribe-item{border:none;padding-bottom:0;align-items:center}.information__base-information-item--active,.information__subscribe-item,.information__downloads-item{display:grid}.information__downloads-link-wrapper{display:flex;justify-content:flex-end}.information__subscribe-button{padding:.75rem;background-color:var(--color-gold-light);color:var(--color-black);text-decoration:none;border:none;cursor:pointer;transition:background-color .2s ease-in-out}.information__subscribe-button:hover{background-color:var(--color-white)}.information__downloads-link{text-decoration:none}.information__button{padding:0 0 var(--space-1);color:var(--color-white);font-size:var(--fs-14);font-weight:var(--fw-thick);line-height:var(--lh-medium);letter-spacing:1px;text-transform:uppercase;background-color:transparent;border:none;border-bottom:1px solid var(--color-white);transition:color .2s ease-in-out,border-color .2s ease-in-out;cursor:pointer}.information__button:hover,.information__button:focus{color:var(--color-gold-light);border-color:var(--color-gold-light);outline:1px solid var(--color-gold);border-radius:0}.information__subscribe-form{position:relative;display:flex;align-items:center;gap:var(--space-2)}.information__subscribe-form-input-wrapper{position:relative;flex-grow:1}.information__subscribe-form-label{position:absolute;top:50%;left:8px;transform:translateY(-50%);padding:0 .25rem;transition:transform .3s ease-in-out;pointer-events:none}.information__subscribe-form-input{padding:.75rem;width:100%;background:transparent;color:var(--color-white);border:1px solid var(--color-gold-light)}.information__subscribe-form-input:focus~.information__subscribe-form-label,.information__subscribe-form-label--active{transform:translate(-16px, -40px) scale(0.7)}.information__subscribe-success{position:absolute;left:0;top:110%;color:var(--color-gold-light);font-size:var(--fs-12);font-weight:var(--fw-thick);line-height:var(--lh-large);letter-spacing:1.2px;margin:0}@media print,screen and (max-width: 79.99875em){.information__subscribe-item{grid-template-columns:1fr}}@media print,screen and (max-width: 63.99875em){.information{gap:var(--space-5);scroll-margin-top:9rem}.information__base-information,.information__downloads{flex-direction:column}.information__base-information-title,.information__subscribe-title,.information__downloads-title{--fs-18: var(--fs-20)}.information__base-information-item,.information__downloads-item{align-items:center;grid-template-columns:1fr 1fr}}@media print,screen and (max-width: 47.99875em){.information__subscribe{flex-direction:column;align-items:flex-start}.information__subscribe-wrapper,.information__subscribe-item{width:100%}}.footer{display:flex;flex-direction:column;gap:var(--space-5);scroll-margin-top:9rem}.footer__main{display:flex;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--color-gold-light)}.footer__logo{flex:1}.footer__content{flex:1;display:flex;gap:var(--space-3)}.footer__content-left,.footer__content-right{--color-paragraph: var(--color-gold-light);flex:1;display:flex;flex-direction:column}.footer__content-left p:first-of-type,.footer__content-right p:first-of-type{margin-bottom:var(--space-3)}.footer__link{color:var(--color-white);text-decoration:none;cursor:pointer}.footer__mid{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) 0;border-top:1px solid var(--color-gold-light);border-bottom:1px solid var(--color-gold-light)}.footer__privacy{display:flex;gap:var(--space-3)}.footer__privacy a{text-decoration:none}.footer__socials-list{display:flex;gap:var(--space-2);list-style:none;margin:0;padding:0}.footer__socials-link{display:flex;width:2rem;height:2rem;color:var(--color-gold-light);cursor:pointer;transition:color .2s ease-in-out}.footer__bottom p{color:var(--color-gold-light);font-size:var(--fs-12);font-weight:var(--fw-thick);line-height:var(--lh-large);letter-spacing:1.2px;margin:0;text-align:justify}.footer__bottom p a{color:inherit}@media(hover: hover){.footer__socials-link:hover{color:var(--color-white)}}@media print,screen and (max-width: 63.99875em){.footer__content{flex:2.1}}@media print,screen and (max-width: 47.99875em){.footer__main{flex-direction:column;gap:var(--space-5);padding-top:0;border-top:none}.footer__content{flex-direction:column;gap:var(--space-4)}.footer__content-left p:first-of-type,.footer__content-right p:first-of-type{--fs-16: var(--fs-18)}.footer__mid{align-items:flex-start;flex-direction:column}.footer__privacy{flex-direction:column}.footer__socials-link{width:1.5rem;height:1.5rem}}.logo{display:flex;width:150px;height:auto;color:var(--color-gold-light)}@media print,screen and (max-width: 79.99875em){.logo{width:7.5rem}}.button{padding:0;margin:0;border:none;background-color:transparent}.base-card{position:relative;width:100%;min-height:20.75rem;padding:var(--space-3);border-left:1px solid var(--color-gold-light);border-bottom:1px solid var(--color-gold-light)}.base-card__background{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden;background-repeat:no-repeat;background-position:left bottom}.base-card__content{position:relative;display:flex;flex-direction:column;gap:var(--space-4);max-width:35rem}@media print,screen and (max-width: 47.99875em){.base-card{min-height:0}.base-card--four-columns .base-card__body{border-bottom:1px solid var(--color-light-grey);padding-bottom:var(--space-3)}.base-card--two-columns .base-card__content,.base-card--four-columns .base-card__content{grid-template-columns:1fr;gap:var(--space-2)}.base-card__background{background-position:left bottom}}.image{display:flex;width:100%}.image__element{width:100%;height:auto}.description{font-size:var(--fs-16);color:var(--color-white);font-weight:var(-fw-thick);line-height:var(--lh-medium);margin:0;text-transform:uppercase}.description--small{font-size:var(--fs-14)}@media print,screen and (max-width: 47.99875em){.description{font-size:var(--fs-14)}}.heading{margin:0;color:var(--color-gold-light)}.heading--h1{font-size:var(--fs-110);font-weight:var(--fw-medium);line-height:var(--lh-small)}.heading--h2{font-size:var(--fs-64);font-weight:var(--fw-thick);line-height:var(--lh-medium)}.heading--h3{font-size:var(--fs-40);font-weight:var(--fw-regular);line-height:var(--lh-medium)}.heading--h4{font-size:var(--fs-28);font-weight:var(--fw-regular);line-height:var(--lh-medium)}.heading--h5{font-size:var(--fs-22);font-weight:var(--fw-regular);line-height:var(--lh-large);letter-spacing:-0.0138rem}@media print,screen and (max-width: 63.99875em){.heading{font-feature-settings:"clig" off,"liga" off}.heading--h1{font-size:var(--fs-64)}.heading--h2{font-size:var(--fs-40)}.heading--h3{font-size:var(--fs-32)}.heading--h4{font-size:var(--fs-22)}.heading--h5{font-size:var(--fs-18)}}.paragraph{margin:0;color:var(--color-paragraph, var(--color-white));line-height:var(--lh-xlarge);font-weight:var(--fw-regular);font-feature-settings:"clig" off,"liga" off}.paragraph--small{font-size:var(--fs-16)}.paragraph--medium{font-size:var(--fs-18)}.paragraph--large{font-size:var(--fs-22)}@media print,screen and (max-width: 47.99875em){.paragraph--medium{font-size:var(--fs-16)}.paragraph--large{font-size:var(--fs-18)}}.perex{margin:0}.perex--bold{font-weight:var(--fw-medium)}
