/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  overflow: visible;
  height: 0;
  box-sizing: content-box;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
h1 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 88%;
}
h3,
h4 {
  font-weight: 700;
}

@media (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}
a {
  text-decoration: none;
}
img {
  display: block;
}
.fullszImg {
  width: 100%;
  height: auto;
}
svg {
  pointer-events: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
sup {
  top: -0.6em;
  font-size: 60%;
  line-height: 0;
}
.fw700 {
  font-weight: 700;
}
.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .fs22 {
    font-size: 20px;
  }
}
.fw400 {
  font-weight: 400;
}
.borderedText {
  padding: 10px 40px;
  border: 1px solid var(--accent);
  border-radius: 40px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1023px) {
  .borderedText {
    padding: 10px 20px;
  }
}
.highlightedText {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--accent);
  color: #fff;
}
.highlightedText--light {
  background-color: var(--accent-superlight);
  color: var(--main-black);
}
.dottedTxt {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 20px;
}
.dottedTxt:before {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../media/dot.c09a9163.svg);
  content: '';
}
.small-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .small-text {
    font-size: 13px;
  }
}
.title {
  text-transform: uppercase;
}
.link {
  color: var(--accent);
  text-decoration: underline;
}
button {
  border: none;
  background-color: unset;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 16px;
  outline: none;
}

@media (max-width: 1023px) {
  button {
    font-size: 13px;
  }
}
.noWrapTxt {
  white-space: nowrap;
}
.wideContainer {
  max-width: 1210px;
}
.mainContainer,
.wideContainer {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.mainContainer {
  display: flex;
  max-width: 1110px;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1023px) {
  .mainContainer {
    gap: 15px;
  }
}
.blockContainer {
  position: relative;
  margin: 50px auto;
}

@media (max-width: 1023px) {
  .blockContainer {
    margin: 30px auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../media/FiraSans-Regular.6b2ee7d6.woff2) format('woff2'),
    url(../media/FiraSans-Regular.fa66d374.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../media/FiraSans-Medium.fefad9cd.woff2) format('woff2'),
    url(../media/FiraSans-Medium.077af010.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../media/FiraSans-SemiBold.c6a4a5aa.woff2) format('woff2'),
    url(../media/FiraSans-SemiBold.199bf0d5.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../media/FiraSans-Bold.5c4960e8.woff2) format('woff2'),
    url(../media/FiraSans-Bold.2e86f902.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  src: url(../media/FiraSans-ExtraBold.6ae0693f.woff2) format('woff2'),
    url(../media/FiraSans-ExtraBold.cad25a06.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../media/OpenSans-SemiBold.a8383ff5.woff2) format('woff2'),
    url(../media/OpenSans-SemiBold.88e76c2f.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../media/OpenSans-Bold.0963558a.woff2) format('woff2'),
    url(../media/OpenSans-Bold.596b7fc8.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(../media/RobotoSlab-Light.ee9df3f5.woff2) format('woff2'),
    url(../media/RobotoSlab-Light.f95aa822.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(../media/RobotoSlab-Regular.66cc1ac2.woff2) format('woff2'),
    url(../media/RobotoSlab-Regular.b3f2ccf2.woff) format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(../media/RobotoSlab-Bold.dfa8f779.woff2) format('woff2'),
    url(../media/RobotoSlab-Bold.c7bc566e.woff) format('woff');
}
.laptop-none,
.laptop-only,
.mobile-none,
.tablet-none {
  display: none;
}
html {
  font-size: 16px;
}

@media (max-width: 1023px) {
  .laptop-only {
    display: none;
  }
  .tablet-only {
    display: block;
  }
}

@media (max-width: 575px) {
  .tablet-only {
    display: nonne;
  }
  .mobile-only {
    display: block;
  }
}
:root {
  --main-black: #333333;
  --accent: #7f4996;
  --accent-light: #af91bf;
  --accent-superlight: #eae4f0;
  --grey: #ececec;
  --code-text: #6c757d;
  --footer-base: #1e2226;
}
.accentText {
  color: var(--accent);
  font-weight: 700;
}
