/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.0_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js!./src/styles/pages/_article.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.tag {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-weight: 500;
  position: relative;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.tag > svg {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
.tag.active {
  background-color: var(--blue);
  color: white;
}

.article__pinned {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  background-color: var(--light-grey);
  position: relative;
}
.article__pinned-pinner {
  display: block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  background-color: var(--grey);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  z-index: 2;
}
.article__pinned-content {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .article__pinned-content {
    grid-column: span 5;
  }
}
.article__pinned-img {
  position: relative;
  grid-column: span 2;
}
@media (max-width: 768px) {
  .article__pinned-img {
    grid-column: span 5;
  }
}
.article__pinned-img .main-img {
  width: 100%;
  height: auto;
}
.article__pinned-img-highlight {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 4rem;
  padding: 1rem;
  width: auto;
  background-color: white;
}
.article__pinned-text-highlight {
  background-color: var(--blue);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
}
.article__pinned .tag {
  padding: 0.5rem 1rem;
}
.article__pinned > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.article__pinned-tags, .article__pinned .btn {
  position: relative;
  z-index: 2;
}
.article__pinned-tags {
  flex-wrap: wrap;
}
.article-card {
  position: relative;
  padding: 1rem;
}
.article-card .tag {
  padding: 0.5rem 1rem;
}
.article-card__tags {
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
.article-card__img-highlight {
  height: 4rem;
  width: auto;
  padding: 0.5rem 1rem;
  background-color: white;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.article-card__text-highlight {
  background-color: var(--blue);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
}
.article-card__img {
  position: relative;
}
.article-card__img img:not(.article-card__img-highlight) {
  width: 100%;
  height: auto;
}
.article-card > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.article-card > a img:not(.article-card__img-highlight) {
  width: 100%;
  height: auto;
}

.article-page__main {
  grid-column: span 8;
}
.article-page__sidebar {
  grid-column: span 4;
  border-left: 0.1rem solid var(--greyish);
}
.article-page__sidebar .article-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.article-page__sidebar .article-card:not(:last-child) {
  border-bottom: 0.1rem solid var(--greyish);
}
.article-page__hero {
  box-shadow: rgba(60, 64, 67, 0.3) 0 0.1rem 0.2rem 0, rgba(60, 64, 67, 0.15) 0 0.2rem 0.6rem 0.2rem;
}
.article-page h1 {
  text-transform: none;
}
.article-page h1 > span {
  display: block;
  text-transform: capitalize;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.article-page .date {
  color: var(--blue);
  font-weight: 500;
}
.article-page .tag {
  padding: 0.5rem 1rem;
}
.article-page .tags {
  max-width: 60%;
  border-bottom: 0.2rem solid var(--grey);
}
.article-page .sharer {
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .article-page > .wrapper {
    display: block;
  }
}

/*# sourceMappingURL=article.min.css.map*/
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.0_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js!./src/styles/partials/_rte.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.0_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js!./src/styles/partials/_image.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.image-component img {
  width: 100%;
  height: auto;
}
.image-component .image {
  position: relative;
}

/*# sourceMappingURL=image.min.css.map*/
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.0_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js!./src/styles/_global.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
:root {
  --black: #0F1519;
  --blue: #0000AB;
  --darkBlue: #00006D;
  --gray: #373E4D;
  --grey: #717E96;
  --greyish: #A5B3C9;
  --orange: #FF950A;
  --red: #B71C1C;
  --pink: #FF37D5;
  --light-grey: #EBF0FA;
  --purple: #8900ff;
  --mint: #26e0cf;
  --baseWidth: 160rem;
  --font: "Roboto", sans-serif;
  --gap: 2rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 0.2rem;
  --line-color: var(--greyish);
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: var(--font);
  font-weight: 300;
  font-size: 62.5%;
  margin: 0;
}

.bg-white {
  background-color: white;
  color: var(--black);
}
.bg-white.btn-border {
  border-color: white;
  color: white;
}
.bg-darkBlue {
  background-color: var(--darkBlue);
  color: white;
}
.bg-darkBlue svg {
  fill: white;
}
.bg-black {
  background-color: var(--black);
  color: white;
}
.bg-black.btn-border {
  border-color: var(--black);
  color: var(--black);
}
.bg-black svg {
  fill: white;
}
.bg-blue {
  background-color: var(--blue);
  color: white;
}
.bg-blue.btn-border {
  border-color: var(--blue);
  color: var(--blue);
}
.bg-blue svg {
  fill: white;
}
.bg-gray {
  background-color: var(--gray);
  color: white;
}
.bg-gray.btn-border {
  border-color: var(--gray);
  color: var(--gray);
}
.bg-gray svg {
  fill: white;
}
.bg-grey {
  background-color: var(--grey);
  color: white;
}
.bg-grey.btn-border {
  border-color: var(--grey);
  color: var(--grey);
}
.bg-greyish {
  background-color: var(--greyish);
  color: white;
}
.bg-greyish.btn-border {
  border-color: var(--greyish);
  color: var(--greyish);
}
.bg-orange {
  background-color: var(--orange);
  color: black;
}
.bg-orange.btn-border {
  border-color: var(--orange);
  color: var(--orange);
}
.bg-pink {
  background-color: var(--pink);
  color: white;
}
.bg-pink.btn-border {
  border-color: var(--pink);
  color: var(--pink);
}
.bg-light-grey {
  background-color: var(--light-grey);
}
.bg-light-grey.btn-border {
  border-color: var(--light-grey);
  color: var(--light-grey);
}
.bg-purple {
  background-color: var(--purple);
  color: white;
}
.bg-purple.btn-border {
  border-color: var(--purple);
  background-color: transparent;
  color: var(--purple);
}
.bg-mint {
  background-color: var(--mint);
  color: var(--black);
}
.bg-mint.btn-border {
  border-color: var(--mint);
  background-color: transparent;
  color: var(--mint);
}

.bgh-purple:hover {
  border-color: var(--purple) !important;
  background-color: var(--purple) !important;
  color: white;
}
.bgh-black:hover {
  border-color: var(--black) !important;
  background-color: var(--black) !important;
  color: white;
}
.bgh-blue:hover {
  border-color: var(--blue) !important;
  background-color: var(--blue) !important;
  color: white;
}
.bgh-mint:hover {
  border-color: var(--mint) !important;
  background-color: var(--mint) !important;
}
.bgh-gray:hover {
  border-color: var(--gray) !important;
  background-color: var(--gray) !important;
  color: white;
}
.bgh-grey:hover {
  border-color: var(--grey) !important;
  background-color: var(--grey) !important;
  color: white;
}
.bgh-greyish:hover {
  border-color: var(--greyish) !important;
  background-color: var(--greyish) !important;
}
.bgh-orange:hover {
  border-color: var(--orange) !important;
  background-color: var(--orange) !important;
}
.bgh-pink:hover {
  border-color: var(--pink) !important;
  background-color: var(--pink) !important;
}
.bgh-light-grey:hover {
  border-color: var(--light-grey) !important;
  background-color: var(--light-grey) !important;
}
.bgh-white:hover {
  border-color: white !important;
  background-color: white !important;
  color: var(--black) !important;
}

.fill-white {
  fill: white;
}
.fill-darkBlue {
  fill: var(--darkBlue);
}
.fill-black {
  fill: var(--black);
}
.fill-blue {
  fill: var(--blue);
}
.fill-gray {
  fill: var(--gray);
}
.fill-grey {
  fill: var(--grey);
}
.fill-greyish {
  fill: var(--greyish);
}
.fill-orange {
  fill: var(--orange);
}
.fill-pink {
  fill: var(--pink);
}
.fill-light-grey {
  fill: var(--light-grey);
}
.fill-purple {
  fill: var(--purple);
}
.fill-mint {
  fill: var(--mint);
}

.border-top {
  border-top: 0.8rem solid white;
}

.border-bottom {
  border-bottom: 0.8rem solid white;
}

.border-left {
  border-left: 0.8rem solid white;
}

.border-right {
  border-right: 0.8rem solid white;
}

.with-border {
  border: 0.8rem solid white;
}

.border-black {
  border-color: var(--black) !important;
}
.border-white {
  border-color: white;
}
.border-blue {
  border-color: var(--blue) !important;
}
.border-gray {
  border-color: var(--gray) !important;
}
.border-grey {
  border-color: var(--grey) !important;
}
.border-greyish {
  border-color: var(--greyish) !important;
}
.border-orange {
  border-color: var(--orange) !important;
}
.border-pink {
  border-color: var(--pink) !important;
}
.border-light-grey {
  border-color: var(--light-grey) !important;
}
.border-mint {
  border-color: var(--mint) !important;
}
.border-purple {
  border-color: var(--purple) !important;
}
.border-1 {
  border-width: 0.1rem !important;
}
.border-2 {
  border-width: 0.2rem !important;
}
.border-3 {
  border-width: 0.3rem !important;
}
.border-4 {
  border-width: 0.4rem !important;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.w-0 {
  max-width: calc(0 * 10rem);
}

.m-0-i {
  margin: 0rem !important;
}

.mt-0-i {
  margin-top: 0rem !important;
}

.mb-0-i {
  margin-bottom: 0rem !important;
}

.ml-0-i {
  margin-left: 0rem !important;
}

.mr-0-i {
  margin-right: 0rem !important;
}

.p-0-i {
  padding: 0rem !important;
}

.pt-0-i {
  padding-top: 0rem !important;
}

.pb-0-i {
  padding-bottom: 0rem !important;
}

.pl-0-i {
  padding-left: 0rem !important;
}

.pr-0-i {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.w-1 {
  max-width: calc(1 * 10rem);
}

.m-1-i {
  margin: 1rem !important;
}

.mt-1-i {
  margin-top: 1rem !important;
}

.mb-1-i {
  margin-bottom: 1rem !important;
}

.ml-1-i {
  margin-left: 1rem !important;
}

.mr-1-i {
  margin-right: 1rem !important;
}

.p-1-i {
  padding: 1rem !important;
}

.pt-1-i {
  padding-top: 1rem !important;
}

.pb-1-i {
  padding-bottom: 1rem !important;
}

.pl-1-i {
  padding-left: 1rem !important;
}

.pr-1-i {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.w-2 {
  max-width: calc(2 * 10rem);
}

.m-2-i {
  margin: 2rem !important;
}

.mt-2-i {
  margin-top: 2rem !important;
}

.mb-2-i {
  margin-bottom: 2rem !important;
}

.ml-2-i {
  margin-left: 2rem !important;
}

.mr-2-i {
  margin-right: 2rem !important;
}

.p-2-i {
  padding: 2rem !important;
}

.pt-2-i {
  padding-top: 2rem !important;
}

.pb-2-i {
  padding-bottom: 2rem !important;
}

.pl-2-i {
  padding-left: 2rem !important;
}

.pr-2-i {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.w-3 {
  max-width: calc(3 * 10rem);
}

.m-3-i {
  margin: 3rem !important;
}

.mt-3-i {
  margin-top: 3rem !important;
}

.mb-3-i {
  margin-bottom: 3rem !important;
}

.ml-3-i {
  margin-left: 3rem !important;
}

.mr-3-i {
  margin-right: 3rem !important;
}

.p-3-i {
  padding: 3rem !important;
}

.pt-3-i {
  padding-top: 3rem !important;
}

.pb-3-i {
  padding-bottom: 3rem !important;
}

.pl-3-i {
  padding-left: 3rem !important;
}

.pr-3-i {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.w-4 {
  max-width: calc(4 * 10rem);
}

.m-4-i {
  margin: 4rem !important;
}

.mt-4-i {
  margin-top: 4rem !important;
}

.mb-4-i {
  margin-bottom: 4rem !important;
}

.ml-4-i {
  margin-left: 4rem !important;
}

.mr-4-i {
  margin-right: 4rem !important;
}

.p-4-i {
  padding: 4rem !important;
}

.pt-4-i {
  padding-top: 4rem !important;
}

.pb-4-i {
  padding-bottom: 4rem !important;
}

.pl-4-i {
  padding-left: 4rem !important;
}

.pr-4-i {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.w-5 {
  max-width: calc(5 * 10rem);
}

.m-5-i {
  margin: 5rem !important;
}

.mt-5-i {
  margin-top: 5rem !important;
}

.mb-5-i {
  margin-bottom: 5rem !important;
}

.ml-5-i {
  margin-left: 5rem !important;
}

.mr-5-i {
  margin-right: 5rem !important;
}

.p-5-i {
  padding: 5rem !important;
}

.pt-5-i {
  padding-top: 5rem !important;
}

.pb-5-i {
  padding-bottom: 5rem !important;
}

.pl-5-i {
  padding-left: 5rem !important;
}

.pr-5-i {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.w-6 {
  max-width: calc(6 * 10rem);
}

.m-6-i {
  margin: 6rem !important;
}

.mt-6-i {
  margin-top: 6rem !important;
}

.mb-6-i {
  margin-bottom: 6rem !important;
}

.ml-6-i {
  margin-left: 6rem !important;
}

.mr-6-i {
  margin-right: 6rem !important;
}

.p-6-i {
  padding: 6rem !important;
}

.pt-6-i {
  padding-top: 6rem !important;
}

.pb-6-i {
  padding-bottom: 6rem !important;
}

.pl-6-i {
  padding-left: 6rem !important;
}

.pr-6-i {
  padding-right: 6rem !important;
}

.m-7 {
  margin: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.p-7 {
  padding: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.w-7 {
  max-width: calc(7 * 10rem);
}

.m-7-i {
  margin: 7rem !important;
}

.mt-7-i {
  margin-top: 7rem !important;
}

.mb-7-i {
  margin-bottom: 7rem !important;
}

.ml-7-i {
  margin-left: 7rem !important;
}

.mr-7-i {
  margin-right: 7rem !important;
}

.p-7-i {
  padding: 7rem !important;
}

.pt-7-i {
  padding-top: 7rem !important;
}

.pb-7-i {
  padding-bottom: 7rem !important;
}

.pl-7-i {
  padding-left: 7rem !important;
}

.pr-7-i {
  padding-right: 7rem !important;
}

.m-8 {
  margin: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.p-8 {
  padding: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.w-8 {
  max-width: calc(8 * 10rem);
}

.m-8-i {
  margin: 8rem !important;
}

.mt-8-i {
  margin-top: 8rem !important;
}

.mb-8-i {
  margin-bottom: 8rem !important;
}

.ml-8-i {
  margin-left: 8rem !important;
}

.mr-8-i {
  margin-right: 8rem !important;
}

.p-8-i {
  padding: 8rem !important;
}

.pt-8-i {
  padding-top: 8rem !important;
}

.pb-8-i {
  padding-bottom: 8rem !important;
}

.pl-8-i {
  padding-left: 8rem !important;
}

.pr-8-i {
  padding-right: 8rem !important;
}

.m-9 {
  margin: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.p-9 {
  padding: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.w-9 {
  max-width: calc(9 * 10rem);
}

.m-9-i {
  margin: 9rem !important;
}

.mt-9-i {
  margin-top: 9rem !important;
}

.mb-9-i {
  margin-bottom: 9rem !important;
}

.ml-9-i {
  margin-left: 9rem !important;
}

.mr-9-i {
  margin-right: 9rem !important;
}

.p-9-i {
  padding: 9rem !important;
}

.pt-9-i {
  padding-top: 9rem !important;
}

.pb-9-i {
  padding-bottom: 9rem !important;
}

.pl-9-i {
  padding-left: 9rem !important;
}

.pr-9-i {
  padding-right: 9rem !important;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.w-10 {
  max-width: calc(10 * 10rem);
}

.m-10-i {
  margin: 10rem !important;
}

.mt-10-i {
  margin-top: 10rem !important;
}

.mb-10-i {
  margin-bottom: 10rem !important;
}

.ml-10-i {
  margin-left: 10rem !important;
}

.mr-10-i {
  margin-right: 10rem !important;
}

.p-10-i {
  padding: 10rem !important;
}

.pt-10-i {
  padding-top: 10rem !important;
}

.pb-10-i {
  padding-bottom: 10rem !important;
}

.pl-10-i {
  padding-left: 10rem !important;
}

.pr-10-i {
  padding-right: 10rem !important;
}

.m-11 {
  margin: 11rem;
}

.mt-11 {
  margin-top: 11rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.ml-11 {
  margin-left: 11rem;
}

.mr-11 {
  margin-right: 11rem;
}

.p-11 {
  padding: 11rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.pl-11 {
  padding-left: 11rem;
}

.pr-11 {
  padding-right: 11rem;
}

.w-11 {
  max-width: calc(11 * 10rem);
}

.m-11-i {
  margin: 11rem !important;
}

.mt-11-i {
  margin-top: 11rem !important;
}

.mb-11-i {
  margin-bottom: 11rem !important;
}

.ml-11-i {
  margin-left: 11rem !important;
}

.mr-11-i {
  margin-right: 11rem !important;
}

.p-11-i {
  padding: 11rem !important;
}

.pt-11-i {
  padding-top: 11rem !important;
}

.pb-11-i {
  padding-bottom: 11rem !important;
}

.pl-11-i {
  padding-left: 11rem !important;
}

.pr-11-i {
  padding-right: 11rem !important;
}

.m-12 {
  margin: 12rem;
}

.mt-12 {
  margin-top: 12rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.ml-12 {
  margin-left: 12rem;
}

.mr-12 {
  margin-right: 12rem;
}

.p-12 {
  padding: 12rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.pl-12 {
  padding-left: 12rem;
}

.pr-12 {
  padding-right: 12rem;
}

.w-12 {
  max-width: calc(12 * 10rem);
}

.m-12-i {
  margin: 12rem !important;
}

.mt-12-i {
  margin-top: 12rem !important;
}

.mb-12-i {
  margin-bottom: 12rem !important;
}

.ml-12-i {
  margin-left: 12rem !important;
}

.mr-12-i {
  margin-right: 12rem !important;
}

.p-12-i {
  padding: 12rem !important;
}

.pt-12-i {
  padding-top: 12rem !important;
}

.pb-12-i {
  padding-bottom: 12rem !important;
}

.pl-12-i {
  padding-left: 12rem !important;
}

.pr-12-i {
  padding-right: 12rem !important;
}

.m-13 {
  margin: 13rem;
}

.mt-13 {
  margin-top: 13rem;
}

.mb-13 {
  margin-bottom: 13rem;
}

.ml-13 {
  margin-left: 13rem;
}

.mr-13 {
  margin-right: 13rem;
}

.p-13 {
  padding: 13rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.pl-13 {
  padding-left: 13rem;
}

.pr-13 {
  padding-right: 13rem;
}

.w-13 {
  max-width: calc(13 * 10rem);
}

.m-13-i {
  margin: 13rem !important;
}

.mt-13-i {
  margin-top: 13rem !important;
}

.mb-13-i {
  margin-bottom: 13rem !important;
}

.ml-13-i {
  margin-left: 13rem !important;
}

.mr-13-i {
  margin-right: 13rem !important;
}

.p-13-i {
  padding: 13rem !important;
}

.pt-13-i {
  padding-top: 13rem !important;
}

.pb-13-i {
  padding-bottom: 13rem !important;
}

.pl-13-i {
  padding-left: 13rem !important;
}

.pr-13-i {
  padding-right: 13rem !important;
}

.m-14 {
  margin: 14rem;
}

.mt-14 {
  margin-top: 14rem;
}

.mb-14 {
  margin-bottom: 14rem;
}

.ml-14 {
  margin-left: 14rem;
}

.mr-14 {
  margin-right: 14rem;
}

.p-14 {
  padding: 14rem;
}

.pt-14 {
  padding-top: 14rem;
}

.pb-14 {
  padding-bottom: 14rem;
}

.pl-14 {
  padding-left: 14rem;
}

.pr-14 {
  padding-right: 14rem;
}

.w-14 {
  max-width: calc(14 * 10rem);
}

.m-14-i {
  margin: 14rem !important;
}

.mt-14-i {
  margin-top: 14rem !important;
}

.mb-14-i {
  margin-bottom: 14rem !important;
}

.ml-14-i {
  margin-left: 14rem !important;
}

.mr-14-i {
  margin-right: 14rem !important;
}

.p-14-i {
  padding: 14rem !important;
}

.pt-14-i {
  padding-top: 14rem !important;
}

.pb-14-i {
  padding-bottom: 14rem !important;
}

.pl-14-i {
  padding-left: 14rem !important;
}

.pr-14-i {
  padding-right: 14rem !important;
}

.m-15 {
  margin: 15rem;
}

.mt-15 {
  margin-top: 15rem;
}

.mb-15 {
  margin-bottom: 15rem;
}

.ml-15 {
  margin-left: 15rem;
}

.mr-15 {
  margin-right: 15rem;
}

.p-15 {
  padding: 15rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pl-15 {
  padding-left: 15rem;
}

.pr-15 {
  padding-right: 15rem;
}

.w-15 {
  max-width: calc(15 * 10rem);
}

.m-15-i {
  margin: 15rem !important;
}

.mt-15-i {
  margin-top: 15rem !important;
}

.mb-15-i {
  margin-bottom: 15rem !important;
}

.ml-15-i {
  margin-left: 15rem !important;
}

.mr-15-i {
  margin-right: 15rem !important;
}

.p-15-i {
  padding: 15rem !important;
}

.pt-15-i {
  padding-top: 15rem !important;
}

.pb-15-i {
  padding-bottom: 15rem !important;
}

.pl-15-i {
  padding-left: 15rem !important;
}

.pr-15-i {
  padding-right: 15rem !important;
}

.m-16 {
  margin: 16rem;
}

.mt-16 {
  margin-top: 16rem;
}

.mb-16 {
  margin-bottom: 16rem;
}

.ml-16 {
  margin-left: 16rem;
}

.mr-16 {
  margin-right: 16rem;
}

.p-16 {
  padding: 16rem;
}

.pt-16 {
  padding-top: 16rem;
}

.pb-16 {
  padding-bottom: 16rem;
}

.pl-16 {
  padding-left: 16rem;
}

.pr-16 {
  padding-right: 16rem;
}

.w-16 {
  max-width: calc(16 * 10rem);
}

.m-16-i {
  margin: 16rem !important;
}

.mt-16-i {
  margin-top: 16rem !important;
}

.mb-16-i {
  margin-bottom: 16rem !important;
}

.ml-16-i {
  margin-left: 16rem !important;
}

.mr-16-i {
  margin-right: 16rem !important;
}

.p-16-i {
  padding: 16rem !important;
}

.pt-16-i {
  padding-top: 16rem !important;
}

.pb-16-i {
  padding-bottom: 16rem !important;
}

.pl-16-i {
  padding-left: 16rem !important;
}

.pr-16-i {
  padding-right: 16rem !important;
}

.m-17 {
  margin: 17rem;
}

.mt-17 {
  margin-top: 17rem;
}

.mb-17 {
  margin-bottom: 17rem;
}

.ml-17 {
  margin-left: 17rem;
}

.mr-17 {
  margin-right: 17rem;
}

.p-17 {
  padding: 17rem;
}

.pt-17 {
  padding-top: 17rem;
}

.pb-17 {
  padding-bottom: 17rem;
}

.pl-17 {
  padding-left: 17rem;
}

.pr-17 {
  padding-right: 17rem;
}

.w-17 {
  max-width: calc(17 * 10rem);
}

.m-17-i {
  margin: 17rem !important;
}

.mt-17-i {
  margin-top: 17rem !important;
}

.mb-17-i {
  margin-bottom: 17rem !important;
}

.ml-17-i {
  margin-left: 17rem !important;
}

.mr-17-i {
  margin-right: 17rem !important;
}

.p-17-i {
  padding: 17rem !important;
}

.pt-17-i {
  padding-top: 17rem !important;
}

.pb-17-i {
  padding-bottom: 17rem !important;
}

.pl-17-i {
  padding-left: 17rem !important;
}

.pr-17-i {
  padding-right: 17rem !important;
}

.m-18 {
  margin: 18rem;
}

.mt-18 {
  margin-top: 18rem;
}

.mb-18 {
  margin-bottom: 18rem;
}

.ml-18 {
  margin-left: 18rem;
}

.mr-18 {
  margin-right: 18rem;
}

.p-18 {
  padding: 18rem;
}

.pt-18 {
  padding-top: 18rem;
}

.pb-18 {
  padding-bottom: 18rem;
}

.pl-18 {
  padding-left: 18rem;
}

.pr-18 {
  padding-right: 18rem;
}

.w-18 {
  max-width: calc(18 * 10rem);
}

.m-18-i {
  margin: 18rem !important;
}

.mt-18-i {
  margin-top: 18rem !important;
}

.mb-18-i {
  margin-bottom: 18rem !important;
}

.ml-18-i {
  margin-left: 18rem !important;
}

.mr-18-i {
  margin-right: 18rem !important;
}

.p-18-i {
  padding: 18rem !important;
}

.pt-18-i {
  padding-top: 18rem !important;
}

.pb-18-i {
  padding-bottom: 18rem !important;
}

.pl-18-i {
  padding-left: 18rem !important;
}

.pr-18-i {
  padding-right: 18rem !important;
}

.m-19 {
  margin: 19rem;
}

.mt-19 {
  margin-top: 19rem;
}

.mb-19 {
  margin-bottom: 19rem;
}

.ml-19 {
  margin-left: 19rem;
}

.mr-19 {
  margin-right: 19rem;
}

.p-19 {
  padding: 19rem;
}

.pt-19 {
  padding-top: 19rem;
}

.pb-19 {
  padding-bottom: 19rem;
}

.pl-19 {
  padding-left: 19rem;
}

.pr-19 {
  padding-right: 19rem;
}

.w-19 {
  max-width: calc(19 * 10rem);
}

.m-19-i {
  margin: 19rem !important;
}

.mt-19-i {
  margin-top: 19rem !important;
}

.mb-19-i {
  margin-bottom: 19rem !important;
}

.ml-19-i {
  margin-left: 19rem !important;
}

.mr-19-i {
  margin-right: 19rem !important;
}

.p-19-i {
  padding: 19rem !important;
}

.pt-19-i {
  padding-top: 19rem !important;
}

.pb-19-i {
  padding-bottom: 19rem !important;
}

.pl-19-i {
  padding-left: 19rem !important;
}

.pr-19-i {
  padding-right: 19rem !important;
}

.m-20 {
  margin: 20rem;
}

.mt-20 {
  margin-top: 20rem;
}

.mb-20 {
  margin-bottom: 20rem;
}

.ml-20 {
  margin-left: 20rem;
}

.mr-20 {
  margin-right: 20rem;
}

.p-20 {
  padding: 20rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.pl-20 {
  padding-left: 20rem;
}

.pr-20 {
  padding-right: 20rem;
}

.w-20 {
  max-width: calc(20 * 10rem);
}

.m-20-i {
  margin: 20rem !important;
}

.mt-20-i {
  margin-top: 20rem !important;
}

.mb-20-i {
  margin-bottom: 20rem !important;
}

.ml-20-i {
  margin-left: 20rem !important;
}

.mr-20-i {
  margin-right: 20rem !important;
}

.p-20-i {
  padding: 20rem !important;
}

.pt-20-i {
  padding-top: 20rem !important;
}

.pb-20-i {
  padding-bottom: 20rem !important;
}

.pl-20-i {
  padding-left: 20rem !important;
}

.pr-20-i {
  padding-right: 20rem !important;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 399px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 439px) {
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}
.gap-6 {
  gap: 6rem;
}

.span-2 {
  grid-column: span 2;
}
.span-3 {
  grid-column: span 3;
}
.span-4 {
  grid-column: span 4;
}
.span-5 {
  grid-column: span 5;
}
.span-6 {
  grid-column: span 6;
}
.span-7 {
  grid-column: span 7;
}
.span-8 {
  grid-column: span 8;
}
.span-9 {
  grid-column: span 9;
}
.span-10 {
  grid-column: span 10;
}
.span-11 {
  grid-column: span 11;
}
.span-12 {
  grid-column: span 12;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

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

.d-none {
  display: none !important;
}

.hidden {
  width: 0 !important;
  height: 0 !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}

::selection {
  color: white;
  background: var(--blue);
}

.wrapper {
  margin: auto;
  max-width: var(--baseWidth);
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% - 4rem);
}

.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

.f-wrap {
  flex-wrap: wrap;
}

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

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

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

.rounded {
  border-radius: 50%;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span, .h1 > span, .h2 > span, .h3 > span, .h4 > span, .h5 > span, .h6 > span {
  font-size: 1.6rem;
  display: block;
}

h1, .h1 {
  text-transform: capitalize;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 991px) and (min-width: 700px) {
  h1, .h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 699px) {
  h1, .h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 379px) {
  h1, .h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 339px) {
  h1, .h1 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}

h2, .h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

h5, .h5 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}

h6, .h6 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 1.4rem;
  }
}

p, label, li, blockquote {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin-bottom: 1.6rem;
}
@media (max-width: 991px) {
  p, label, li, blockquote {
    font-size: 1.6rem;
  }
}
@media (max-width: 699px) {
  p, label, li, blockquote {
    font-size: 1.4rem;
  }
}

span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

.text-white {
  color: white;
}
.text-darkBlue {
  color: var(--darkBlue);
}
.text-black {
  color: var(--black);
}
.text-blue {
  color: var(--blue);
}
.text-gray {
  color: var(--gray);
}
.text-grey {
  color: var(--grey);
}
.text-greyish {
  color: var(--greyish);
}
.text-orange {
  color: var(--orange);
}
.text-pink {
  color: var(--pink);
}
.text-light-grey {
  color: var(--light-grey);
}
.text-purple {
  color: var(--purple);
}
.text-mint {
  color: var(--mint);
}

.text-h-white:hover {
  color: white !important;
}
.text-h-darkBlue:hover {
  color: var(--darkBlue) !important;
}
.text-h-black:hover {
  color: var(--black) !important;
}
.text-h-blue:hover {
  color: var(--blue) !important;
}
.text-h-gray:hover {
  color: var(--gray) !important;
}
.text-h-grey:hover {
  color: var(--grey) !important;
}
.text-h-greyish:hover {
  color: var(--greyish) !important;
}
.text-h-orange:hover {
  color: var(--orange) !important;
}
.text-h-pink:hover {
  color: var(--pink) !important;
}
.text-h-light-grey:hover {
  color: var(--light-grey) !important;
}
.text-h-purple:hover {
  color: var(--purple) !important;
}
.text-h-mint:hover {
  color: var(--mint) !important;
}

td {
  padding: 0.5rem 1rem;
  border-bottom: 0.2rem solid var(--gray);
}

th {
  background-color: var(--blue);
  color: white;
}

tr {
  margin: 0;
}
tr:not(:first-child) th {
  background-color: white;
  color: black;
  border-bottom: 0.2rem solid var(--gray);
  text-align: left;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


.btn__back-to-top {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  padding: 2rem;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
  background-color: var(--blue);
  border: 0.1rem solid white !important;
}
.btn__back-to-top > svg {
  transition: all 0.4s ease;
  position: relative;
}
.btn__back-to-top > svg path {
  fill: white;
}
.btn__back-to-top:hover > svg {
  top: -0.5rem;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border: 0.2rem solid transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
.btn:hover {
  background-color: var(--gray);
  color: white;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.btn-border.border-black {
  border-color: var(--black);
  color: var(--black);
}
.btn.btn-border.border-black:hover {
  background-color: var(--black);
  color: white;
}
.btn-sharer {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 1rem 0.5rem;
}
.btn-sharer svg {
  height: 3rem;
  width: auto;
}

.media-copyrights {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.media-copyrights.centered {
  margin: auto;
  right: 40%;
}
.media-copyrights__source {
  font-size: 0;
  color: transparent;
  visibility: hidden;
}
.media-copyrights__text {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin: 0;
}

.header {
  position: relative;
}
.header .d-flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1369px) {
  .header .d-flex {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .header .d-flex {
    gap: 0.5rem;
  }
}
.header__top.active {
  display: none;
}
.header__top p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.header__top p a {
  color: inherit;
  text-decoration: none;
}
.header__main {
  padding: 2rem 0;
}
@media (max-width: 1279px) {
  .header__main {
    padding: 1rem 0;
  }
}
@media (max-width: 369px) {
  .header__main > .wrapper {
    gap: 0;
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .header__nav.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--blue);
    padding-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
  .header__nav.active > ul {
    flex-direction: column;
    padding-left: 2rem;
  }
  .header__nav.active > ul > li {
    width: 100%;
    text-align: left;
  }
  .header__nav.active > ul a {
    padding: 1rem 0;
    font-size: 2rem;
  }
}
@media (max-width: 1279px) and (max-width: 529px) {
  .header__nav.active + div > .header__social {
    display: block;
  }
}
@media (max-width: 1279px) {
  .header__nav ul {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
}
.header__nav ul {
  gap: 2rem;
}
@media (max-width: 1449px) {
  .header__nav ul {
    gap: 1rem;
  }
}
@media (max-width: 1349px) {
  .header__nav ul {
    gap: 0.5rem;
  }
}
.header__nav ul > li {
  margin: 0;
  position: relative;
}
.header__nav ul > li > a {
  display: block;
  color: white;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1349px) {
  .header__nav ul > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.header__nav ul > li > a:hover, .header__nav ul > li > a:focus, .header__nav ul > li > a:active, .header__nav ul > li > a.active {
  background-color: var(--greyish);
  color: var(--blue);
}
.header__nav ul > li > a:hover + ul {
  display: block !important;
}
@media (max-width: 1279px) {
  .header__nav {
    display: none;
    padding: 2rem 0;
  }
}
.header__sub-nav {
  position: absolute;
  padding: 2rem 0;
  background-color: var(--blue);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  min-width: 30rem;
  display: none;
}
.header__sub-nav > li {
  margin: 0;
}
.header__sub-nav > li a {
  padding: 1rem;
}
.header__sub-nav:hover {
  display: block;
}
@media (max-width: 1279px) {
  .header__sub-nav {
    display: block;
    position: static;
    padding-left: 1rem;
  }
}
.header__lang {
  text-align: center;
  position: relative;
  margin-left: 4rem;
}
.header__lang .lang-msg {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: white;
  color: black;
  width: 12rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 1199px) {
  .header__lang {
    margin-left: 1rem;
    padding-left: 2rem;
  }
}
.header__lang:before {
  content: "";
  width: 0.2rem;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2rem;
}
@media (max-width: 1199px) {
  .header__lang:before {
    left: -1rem;
  }
}
.header__lang p {
  font-weight: 500;
  font-size: 1.2rem;
}
.header__mob-nav {
  cursor: pointer;
  margin-left: 2rem;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 2.2rem;
  display: block;
  position: relative;
  z-index: 21;
}
@media (min-width: 1280px) {
  .header__mob-nav {
    display: none;
  }
}
@media (max-width: 411px) {
  .header__mob-nav {
    margin-left: 0;
  }
  .header__mob-nav:not(.active) {
    left: -1rem;
  }
}
.header__mob-nav span {
  height: 0.2rem;
  width: 100%;
  background-color: white;
  position: absolute;
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
}
.header__mob-nav span:first-child {
  top: 0;
  left: 0;
}
.header__mob-nav span:last-child {
  bottom: 0;
  left: 0;
}
.header__mob-nav span:nth-child(2) {
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.header__mob-nav.active {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.header__mob-nav.active span {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-nav.active span:first-child {
  transform: rotate(45deg);
}
.header__mob-nav.active span:last-child {
  transform: rotate(-45deg);
}
.header__mob-nav.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__controls {
  position: relative;
}
@media (max-width: 529px) {
  .header__controls .header__social {
    display: none;
  }
}
@media (max-width: 429px) {
  .header__logo img {
    height: 7.5rem;
  }
}
@media (max-width: 399px) {
  .header__logo img {
    height: 7rem;
  }
}
@media (max-width: 343px) {
  .header__logo img {
    height: 6.4rem;
  }
}
.header__search-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header__search-bar {
  position: fixed;
  top: 0;
  left: -200vw;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.header__search-bar:after {
  background-color: var(--blue);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.header__search-bar > .wrapper {
  position: relative;
  z-index: 2;
}
.header__search-bar > .wrapper form {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.header__search-bar.active {
  left: 0;
  right: 0;
  z-index: 100;
}
.header__search-bar input[type=search] {
  padding: 1rem;
  min-width: 40rem;
}
.header__search-bar-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.footer__top {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 2rem;
  }
  .footer__top ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__top a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.footer__sponsors .sponsors {
  overflow: hidden;
}
.footer__sponsors .sponsors__item {
  min-width: 15rem;
}
.footer__sponsors img {
  display: block;
  margin: auto;
  width: auto;
  height: 5rem;
}
.footer__subscribe {
  position: relative;
  grid-column: span 2;
}
.footer__subscribe:after {
  content: "";
  width: 0.2rem;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
}
.footer__subscribe p {
  font-size: 1.4rem;
}
.footer__subscribe input[type=email] {
  padding: 1rem 2rem;
  width: calc(100% - 4rem);
  margin-bottom: 2rem;
}
.footer__subscribe .sign-up-form__btns {
  justify-content: space-between;
  align-items: center;
}
.footer__subscribe .sign-up-form__btns p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer__subscribe {
    grid-column: span 6;
  }
  .footer__subscribe:after {
    display: none;
  }
}
.footer__menus {
  padding: 0 3rem;
  position: relative;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .footer__menus {
    grid-column: span 3;
  }
}
@media (max-width: 399px) {
  .footer__menus {
    grid-column: span 6;
  }
  .footer__menus:after {
    display: none;
  }
}
.footer__menus:after {
  content: "";
  width: 0.2rem;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
}
.footer__menu p {
  margin-top: 1.6rem;
}
.footer__menu a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}
.footer__menu li {
  margin: 0;
}
.footer__copyright > .wrapper {
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.footer__copyright > .wrapper p, .footer__copyright > .wrapper a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.footer .subscribe-btn {
  border: 0.2rem solid white;
  color: white;
}
.footer .subscribe-btn:hover {
  background-color: white;
  color: var(--blue);
}

.social-links {
  gap: 1rem;
  align-items: center;
}
.social-links svg {
  height: 3.1rem;
  width: auto;
}
.social-links svg circle {
  transition: all 0.2s ease-in-out;
}
.social-links a {
  line-height: 1em;
}
.social-links a:hover circle {
  fill: var(--orange);
}

.hero {
  height: 60rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.hero h1 {
  text-transform: none;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero > .wrapper {
  position: relative;
  z-index: 2;
}
.hero-content {
  max-width: 60rem;
  position: relative;
}
@media (max-width: 499px) {
  .hero-content img {
    max-width: 15rem;
    width: 100%;
    height: auto;
  }
}
.hero-content.with-quote {
  gap: 2rem;
}
.hero-content > div {
  position: relative;
  z-index: 1;
}
.hero-content > div > :first-child {
  margin-top: 0;
}
.hero-content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.7;
  z-index: 0;
}
.hero-content > svg {
  max-height: 8rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-content > svg > path {
  fill: white;
}
.hero-content.bg-blue {
  background-color: transparent;
}
.hero-content.bg-blue:after {
  background-color: var(--blue);
}
.hero-content.bg-grey {
  background-color: transparent;
}
.hero-content.bg-grey:after {
  background-color: var(--grey);
}
.hero-content.bg-greyish {
  background-color: transparent;
}
.hero-content.bg-greyish:after {
  background-color: var(--greyish);
}
.hero-content.bg-gray {
  background-color: transparent;
}
.hero-content.bg-gray:after {
  background-color: var(--gray);
}
.hero-content.bg-mint {
  background-color: transparent;
}
.hero-content.bg-mint:after {
  background-color: var(--mint);
}
.hero-content.bg-purple {
  background-color: transparent;
}
.hero-content.bg-purple:after {
  background-color: var(--purple);
}
.hero-content.bg-orange {
  background-color: transparent;
}
.hero-content.bg-orange:after {
  background-color: var(--orange);
}
.hero-content.bg-black {
  background-color: transparent;
}
.hero-content.bg-black:after {
  background-color: var(--black);
}

.breadcrumb {
  flex-wrap: wrap;
}
.breadcrumb li {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}

.sub-menu__with-border {
  border-bottom: 0.8rem solid var(--black);
}
.sub-menu ul {
  justify-content: center;
  padding: 1rem;
}
.sub-menu li {
  margin: 0;
  padding-left: 1rem;
  position: relative;
}
.sub-menu li:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1rem;
}
.sub-menu a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  padding-bottom: 0.2rem;
  color: var(--greyish);
}
.sub-menu a.active {
  color: white;
}
@media (max-width: 767px) {
  .sub-menu a {
    font-size: 1.6rem;
  }
}
@media (max-width: 399px) {
  .sub-menu a {
    font-size: 1.4rem;
  }
}

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