/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Geologica', sans-serif;
}
* {
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;400;700&display=swap');
.landing {
  background: url('./assets/landings/landing_desktop_1.jpg');
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing__img-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
}
.landing__img-cover div {
  width: 300px;
  height: 73px;
  background-image: url('./assets//landings/logo.png');
}
.landing__header {
  color: var(--text-secondary, #e1e2ef);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.359px;
  margin-top: 104px;
}
.landing__bonus-description {
  margin: 24px auto 0;
  background: linear-gradient(
    148deg,
    #4282f2 -38.66%,
    rgba(253, 253, 253, 0.9) 62.24%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.449px;
  text-align: center;
  width: 1092px;
}
.landing__button-wrapper {
  max-width: 500px;
  margin: 64px auto 0;
  filter: drop-shadow(0px 0px 37px rgba(84, 61, 222, 0.93));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing__button-description {
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  text-shadow: 0px 0px 7.6440677643px rgba(238, 250, 150, 1);
  font-size: 24.016px;
  font-style: normal;
  font-weight: 900;
  line-height: 28.254px;
  letter-spacing: 0.814px;
  transform: rotate(2.263deg);
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 21px;
  background: #101a25;
}
.landing__button {
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 24px;
  min-width: 216px;
  width: 80%;
  border: 1px solid #fff2f2;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 11.77px;
  border: 1px solid #fff2f2;
  background: var(--primary-main, #4282f2);
  color: #fff2f2;
  text-align: center;
  transform: rotate(-2deg);
  box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.16),
    0px 6px 10px -4px rgba(58, 53, 65, 0.08),
    0px 4px 6px -4px rgba(58, 53, 65, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .landing {
    background: url('./assets/landings/landing_tablet_1.jpg');
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .landing__header {
    margin-top: 165px;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.359px;
  }
  .landing__bonus-description {
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.449px;
    width: 876px;
    max-width: 90%;
  }
}
@media (max-width: 960px) {
  .landing {
    background: url('./assets/landings/landing_mobile_1.jpg');
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .landing__img-cover svg {
    width: 200.002px;
    height: 48.781px;
  }
  .landing__header {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.703px;
    margin-top: 223px;
  }
  .landing__bonus-description {
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.267px;
    max-width: 433px;
    min-width: 360px;
    width: 80%;
  }
  .landing__button-wrapper {
    max-width: 100%;
  }
  .landing__button-description {
    font-size: 15.854px;
    font-style: normal;
    font-weight: 900;
    line-height: 18.651px;
    letter-spacing: 0.537px;
  }
  .landing__button {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 16px;
    width: 277px;
  }
}
