/*
Theme Name: provoc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: provoc
Tags: 
*/
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Itner", sans-serif;
  font-size: 1.8rem;
  background-color: #e6e6e6;
  color: #000000;
  font-weight: 300;
  line-height: 1.66;
  min-height: 100%;
}

ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s;
  color: #002d58;
}

a:hover,
a:focus,
a:active {
  color: #cc0000;
  outline: 0;
}

/*--------------------------------------------------------------
## Headers
--------------------------------------------------------------*/
h1 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 1rem 0;
  text-align: center;
  padding: 1.4rem 0.5rem 0 0.5rem;
}
h1 span {
  font-weight: 700;
}

h2 {
  font-family: "Itner", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5rem 0 1rem 0;
  text-align: center;
}

h3 {
  font-family: "Itner", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 1.6rem 0.8rem;
  text-align: center;
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 1.4rem 0 1.6rem 0;
}

h6 {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
h6 span {
  font-weight: 700;
}

/*--------------------------------------------------------------
##  PARAGRPAH
--------------------------------------------------------------*/
p {
  margin: 0 0 0.6rem 0;
}

/*--------------------------------------------------------------
##  BUTTONS
--------------------------------------------------------------*/
.btn {
  border: 1px solid #cc0000;
  display: block;
  transition: all 0.2s;
}
.btn:hover {
  background-color: #21759b;
  border: 1px solid transparent;
}
.btn a,
.btn a:link,
.btn a:visited {
  color: #001c29;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0.6rem 1.2rem;
  display: block;
  text-align: center;
  margin: 0;
  transition: all 0.2s;
}
.btn__enter {
  max-width: 90px;
  margin: 1rem auto;
}
.btn__enter a {
  font-size: 1.6rem;
}
.btn__enter a:hover {
  color: white;
}
.btn__join {
  max-width: 90px;
}
.btn__join a {
  font-size: 1.4rem;
}
.btn__join a:hover {
  color: white;
}

.btn__link {
  border: 1px solid #08004b;
  display: block;
  transition: all 0.2s;
}
.btn__link:hover {
  background-color: rgba(92, 92, 92, 0.72);
  border: 1px solid transparent;
}
.btn__link a,
.btn__link a:link,
.btn__link a:visited {
  color: #001c29;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0.6rem 1.2rem;
  display: block;
  text-align: center;
  margin: 0;
  transition: all 0.2s;
  font-size: 2.2rem !important;
}
.btn__link a:hover {
  color: white !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #region [ rgba(0,35,139,0.2)]  */
.site-header {
  border-top: 3px solid #555555;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #f2efde;
  z-index: 999999;
  border-bottom: 1px solid #5e5e5e;
}
.site-header__wrap {
  margin: 0 auto 0 auto;
  max-width: 890px;
  height: auto;
}

/* GRID  */
.site-header__grid {
  margin: 0 auto;
  text-align: center;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-row-gap: 2px;
  grid-column-gap: 2px;
  max-width: 46rem;
}

/* CATEGORIES  */
.category_item {
  margin: 0;
  position: relative;
  max-height: 140px;
  max-width: 160px;
  width: auto;
  justify-self: center;
}

.category_item a {
  border-bottom: 0;
  color: #000;
  line-height: 1.8;
  text-transform: capitalize;
  white-space: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.nav_title {
  position: relative;
  background-color: #003f75;
  text-align: center;
}
.nav_title:hover {
  background-color: #00325d;
}

.nav_text {
  color: #fff;
  padding: 0;
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 0.2rem #000;
  margin: 0;
}

/* #endregion*/
/* #region [ rgba(87,10,9,0.7)]  */
.site-content {
  margin: 0;
  padding: 0;
}

.content-area {
  margin: 0 3%;
}

.site-main {
  margin: 0 auto;
  padding: 0;
  max-width: 1180px;
}
.site-main__link {
  padding-bottom: 3.4rem;
  font-weight: 700;
}
.site-main__link--link {
  border-bottom: 1px solid #5e5e5e;
  transition: all 0.2s;
}
.site-main__link--link:hover {
  border-bottom: none;
}

.entry-header {
  margin: 0;
  padding: 0rem 0.5rem 0rem 0.5rem;
}

.entry-title {
  font-size: 2.2rem;
  padding: 0 0.5rem;
}

.page-header {
  display: block;
}

.page-header h1 {
  margin: 0;
  padding: 2rem 0.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
}

.entry-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 0.8rem 0.8rem 0.8rem;
  display: block;
}

.entry-content p a,
.entry-meta p a {
  border-bottom: 1px solid #5e5e5e;
  transition: all 0.2s;
}

.entry-content a:hover,
.entry-meta p a:hover {
  border-bottom: none;
}

.entry-content h2 {
  font-size: 1.6rem;
  text-align: left;
  padding: 0 0.8rem;
}

.entry-content h3 {
  padding: 1rem 0.6rem;
  margin: 0;
  display: block;
}

.entry-content h3 a {
  color: #CC0000;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #00935c;
  transition: all 0.2s;
}
.entry-content h3 a:hover {
  border-bottom: 1px solid transparent;
}

.entry-content p {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 0.8rem;
  margin: 1rem 0;
}

.page-title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 12px;
}

.entry-footer {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  font-size: 1.36rem;
  text-align: left;
  padding: 0.6rem 0.8rem;
}

.entry-footer span {
  padding: 4px;
  line-height: 1.6;
}

/* GRID */
.text-wrap {
  max-width: 400px;
  margin: 0 auto;
  list-style: none;
}

.grid-wrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.grid-wrap h3 {
  margin-top: 2rem;
}

.post-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 1rem;
  text-align: center;
  max-width: 50rem;
}
.post-grid > div {
  padding: 0 0 0.6rem 0;
}
.post-grid img {
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.post-grid a {
  display: block;
  padding: 0.2rem 0;
  text-decoration: none;
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.4px;
  text-align: left;
  border-bottom: none;
}

.sign-img {
  text-align: center;
  max-width: 280px;
  display: block;
  margin: 2rem auto;
}

/* ARCHIVE GRID */
.archive-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 1rem;
  padding: 0 1rem 0.8rem 1rem;
  max-width: 44rem;
}
.archive-grid div {
  max-width: 200px;
  padding: 0 0 0.8rem 0;
  margin: 0 auto;
}
.archive-grid img {
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  margin: 0;
  padding: 0;
}
.archive-grid span {
  text-align: left;
  font-size: 1.72rem;
  line-height: 1.46;
}

/* LINKS GRID */
.links-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 1rem;
  padding: 0 1rem 0.8rem 1rem;
  text-align: center;
}
.links-grid__wrap {
  max-width: 200px;
  background-color: #e7e7e7;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  padding: 0 0 0.8rem 0;
  margin: 0 auto;
}
.links-grid__content {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.4rem 0.6rem 0.2rem 0.6rem;
  line-height: 1.4;
}
.links-grid img {
  margin: 0;
  padding: 0;
}

.entry-caption p {
  text-align: center;
}

.downbans {
  padding: 1rem 0;
}

.banner {
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}

.banners-links {
  display: flex;
  flex-flow: row nowrap;
  max-width: 50rem;
  margin: 0 auto;
  align-items: center;
}

.banners-links > a {
  margin: 0 0.8rem;
}

/* BANNER GRID */
.banner-grid {
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  text-align: center;
  max-width: 96rem;
}
.banner-grid > div {
  margin: 0 auto;
  padding: 0 0 0.6rem 0;
  max-width: 30rem;
  border-top: 1px solid #1900ff;
  border-bottom: 2px solid #5e5e5e;
  background-color: #e9ffe6;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.banner-grid > div img {
  margin: 0 0 0.6rem 0;
}
.banner-grid > div a {
  display: block;
  padding: 0;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  border-bottom: none;
}
.banner-grid > div:hover {
  background-color: #d4fdce;
}
.banner-grid > div a:nth-child(2) {
  padding: 0 0.8rem;
}

.main-flex {
  margin: 0 auto 1rem auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 63rem;
}
.main-flex span {
  display: block;
  padding: 0.54rem 0.3rem 0.8rem 0.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.4px;
}
.main-flex div {
  margin: 0 0.4rem 0 0.4rem;
  text-align: center;
  display: block;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  background-color: #fdfdfd;
  font-size: 1.8rem;
}
.main-flex div img {
  border: none;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.6rem 0;
}
.main-flex div a {
  display: block;
}
.main-flex div a:nth-child(2) {
  padding: 0.66rem 0 0.4rem 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #ff0000;
  text-transform: capitalize;
}
.main-flex div a:nth-child(2):hover {
  border-bottom: 1px solid #00ff00;
}
.main-flex div:nth-child(2) {
  margin: 2rem 0.4rem 0 0.4rem;
}

.link-review {
  display: block;
  margin: 3rem auto 2.2rem auto;
  padding: 0.6rem 0.6rem 0.8rem 0.8rem;
  border: 1px solid grey;
  box-shadow: 0 1px 5px rgba(7, 0, 104, 0.8);
  max-width: 31rem;
  background-color: #00ff34;
  font-weight: 400;
  text-align: center;
  color: black !important;
  font-size: 1.8rem;
}
.link-review:hover {
  color: black;
  border-bottom: 1px solid grey !important;
  background-color: #00ea2f;
}

/* #endregion*/
/* #region [ rgba(0,35,139,0.2)]  */
.site-footer {
  border-top: 1px solid #5e5e5e;
  margin: 0 0 0 0;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  display: flex;
  flex-flow: column nowrap;
  background-color: #003f75;
  color: #f1f1f1;
}

.footer__last a {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #cecece;
  transition: all 0.2s;
  color: #f1f1f1;
}
.footer__last a:hover {
  border-bottom: 1px solid transparent;
}

.sign-text {
  margin: 0 auto;
  max-width: 80rem;
  padding: 1rem 0;
}
.sign-text p {
  font-size: 1.36rem;
}

.top-banners {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 1rem;
  line-height: 1.25;
}
.top-banners img {
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.top-banners .banners-middle {
  background-color: #73ffff;
}
.top-banners p {
  text-align: center;
  font-size: 1.6rem;
  word-wrap: break-word !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.top-banners div {
  max-width: 15rem;
  margin: 0 0.4rem;
}
.top-banners .middle-box {
  max-width: 18rem;
}

.banners-middle {
  background-color: #85ffff;
  padding: 1rem 0 0;
  font-weight: bold;
  max-width: 58rem;
  margin: 0 auto;
}

.nav {
  padding: 2rem 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: -2rem;
}
.nav a {
  color: #ffffff;
  border-right: 1px solid #999999;
  margin: 0 0.6rem 1rem 0;
  padding: 0.2rem 0.8rem;
  line-height: 1.8;
  font-size: 1.64rem;
  background-color: #005eec;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nav a:hover {
  color: #fffb00;
  background-color: #004bbb;
  border: 1px solid transparent !important;
}

/* #endregion*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
  overflow: hidden;
}

/* #region [ rgba(123,35,2,0.2)]  */
.post-navigation,
.posts-navigation {
  padding: 0.8rem 1rem;
}

.nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.nav-next {
  margin-left: auto;
}

.entry-meta {
  text-align: center;
  padding: 1rem 0.5rem;
}
.entry-meta p {
  margin: 0.5rem 0;
}

#image-navigation {
  padding: 0.5rem 0 1rem 0;
}

.previous-image {
  margin-right: 0.5rem;
}

.next-image {
  margin-left: 0.5rem;
}

/* #endregion*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.header__image {
  display: block;
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin: 1.6rem auto;
}

.attachment img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-video {
  margin: 2rem auto 1rem auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* #region [ rgba(0,35,139,0.2)]  */
@media screen and (min-width: 450px) {
  h4 {
    font-size: 1.8rem;
  }

  .entry-content h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .site-header__text {
    font-size: 1.7rem;
  }

  .entry-content p {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 550px) {
  .site-header__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }

  .button-container {
    margin-right: 1.4rem;
  }
  .button-container__entry {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .site-header__grid {
    text-align: center;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    grid-row-gap: 8px;
    grid-column-gap: 2px;
    max-width: 100%;
  }

  .post-grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 74rem;
  }

  .post-grid a {
    font-size: 1.8rem;
  }

  .archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    max-width: 68rem;
  }
  .archive-grid span {
    font-size: 1.8rem;
  }

  .links-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
  .links-grid__content {
    font-size: 1.46rem;
  }

  .entry-title {
    font-size: 2.6rem;
    padding: 0 0.5rem;
  }

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .nav_text {
    font-size: 1.84rem;
  }

  .banner-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .banner-grid > div {
    margin: 0;
  }
  .banner-grid > div a {
    font-size: 1.86rem;
  }

  .main-flex {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .main-flex div {
    margin: 0 0.6rem 0 0.6rem;
    font-size: 2rem;
  }
  .main-flex div a:nth-child(2) {
    font-size: 2rem;
  }
  .main-flex div:nth-child(2) {
    margin: 0 0.4rem 0 0.4rem;
  }

  .nav a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 620px) {
  .site-header__wrap {
    margin: 0 auto;
  }

  .btn__join {
    margin-bottom: 1rem;
    max-width: 90px;
  }
  .btn__join a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 700px) {
  .nav_text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .archive-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 88rem;
  }

  .links-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
  .links-grid__content {
    font-size: 1.5rem;
  }

  .banner-grid > div a {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-grid {
    grid-template-columns: repeat(5, 1fr);
    max-width: 110rem;
  }

  .post-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100rem;
  }

  .links-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
  }
  .links-grid__content {
    font-size: 1.6rem;
  }
}
/* #endregion*/

/*# sourceMappingURL=style.css.map */
