body,
html {
  font-family: 'Lato';
  font-weight: 300;
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: white;
}
body .popup-default,
html .popup-default,
body .popup,
html .popup {
  --popup-background: #222222;
  --popup-highlight: #666666;
  --popup-text: #fff;
}
body .popup-ocean,
html .popup-ocean {
  --popup-background: #153c81;
  --popup-highlight: #285096;
  --popup-text: #fff;
}
body .popup-blue,
html .popup-blue {
  --popup-background: #4681f2;
  --popup-highlight: #5ca4fc;
  --popup-text: #fff;
}
body .popup-ice,
html .popup-ice {
  --popup-background: #157381;
  --popup-highlight: #2e93a3;
  --popup-text: #fff;
}
body .popup-green,
html .popup-green {
  --popup-background: #0cad00;
  --popup-highlight: #1cc710;
  --popup-text: #fff;
}
body .popup-yellow,
html .popup-yellow {
  --popup-background: #ecd608;
  --popup-highlight: #ebdc55;
  --popup-text: #fff;
}
body .popup-lime,
html .popup-lime {
  --popup-background: #cddc39;
  --popup-highlight: #ddeb5e;
  --popup-text: #fff;
}
body .popup-amaranth,
html .popup-amaranth {
  --popup-background: #e81e63;
  --popup-highlight: #e2487b;
  --popup-text: #fff;
}
body .popup-red,
html .popup-red {
  --popup-background: #ad0002;
  --popup-highlight: #d55658;
  --popup-text: #fff;
}
body .popup-violet,
html .popup-violet {
  --popup-background: #9134c3;
  --popup-highlight: #ab5ad7;
  --popup-text: #fff;
}
body .popup-pink,
html .popup-pink {
  --popup-background: #c334b6;
  --popup-highlight: #dd3acf;
  --popup-text: #fff;
}
body .popup-orange,
html .popup-orange {
  --popup-background: #ff9800;
  --popup-highlight: #f3ab3f;
  --popup-text: #fff;
}
body .popup-ocean,
html .popup-ocean {
  --popup-background: #153c81;
  --popup-highlight: #285096;
  --popup-text: #fff;
}
body .popup-blue,
html .popup-blue {
  --popup-background: #4681f2;
  --popup-highlight: #5ca4fc;
  --popup-text: #fff;
}
body .popup-ice,
html .popup-ice {
  --popup-background: #157381;
  --popup-highlight: #2e93a3;
  --popup-text: #fff;
}
body .popup-green,
html .popup-green {
  --popup-background: #0cad00;
  --popup-highlight: #0fe000;
  --popup-text: #fff;
}
body .popup-yellow,
html .popup-yellow {
  --popup-background: #ecd608;
  --popup-highlight: #ebdc55;
  --popup-text: #fff;
}
body .popup-default,
html .popup-default {
  --popup-background: #222222;
  --popup-highlight: #666666;
  --popup-text: #fff;
}
body .popup-lime,
html .popup-lime {
  --popup-background: #cddc39;
  --popup-highlight: #ddeb5e;
  --popup-text: #fff;
}
body .popup-amaranth,
html .popup-amaranth {
  --popup-background: #e81e63;
  --popup-highlight: #e2487b;
  --popup-text: #fff;
}
body .popup-red,
html .popup-red {
  --popup-background: #ad0002;
  --popup-highlight: #d55658;
  --popup-text: #fff;
}
body .popup-violet,
html .popup-violet {
  --popup-background: #9134c3;
  --popup-highlight: #ab5ad7;
  --popup-text: #fff;
}
body .popup-pink,
html .popup-pink {
  --popup-background: #c334b6;
  --popup-highlight: #dd3acf;
  --popup-text: #fff;
}
body .popup-orange,
html .popup-orange {
  --popup-background: #ff9800;
  --popup-highlight: #f3ab3f;
  --popup-text: #fff;
}
.inline {
  display: inline-block;
}
.container {
  padding: 50px;
  margin: auto;
}
.top {
  display: flex;
  padding: 0px 0 5em 4em;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.top #logo {
  font-size: 28px;
  transform: rotate(-5deg);
  width: 400px;
}
.top #logo > .popup {
  position: absolute;
  z-index: 8;
  transition: all 0.1s ease-in;
}
.top #logo > .popup:first-child {
  z-index: 9;
}
.top #logo:hover > .popup:nth-child(2) {
  margin-left: 10px;
  transform: rotate(-5deg);
}
.top #logo:hover > .popup:nth-child(3) {
  margin-left: -10px;
  transform: rotate(5deg);
}
.top #logo:hover > .popup:nth-child(4) {
  margin-left: 10px;
  margin-top: 30px;
  transform: rotate(15deg);
}
.top #logo:hover > .popup:nth-child(5) {
  margin-left: -30px;
  margin-top: -30px;
  transform: rotate(-15deg);
}
.top #logo:hover > .popup:nth-child(6) {
  margin-left: 25px;
  transform: rotate(10deg);
}
.top .menu-toggle {
  display: none;
  cursor: pointer;
}
.top .search-bar {
  border-bottom: 2px solid #ddd;
  line-height: 2em;
  display: flex;
  width: 300px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: center;
}
.top .search-bar form {
  display: flex;
  width: 100%;
}
.top .search-bar:focus,
.top .search-bar:hover {
  border-bottom: 2px solid #ccc;
}
.top .search-bar input {
  display: flex;
  width: 100%;
  outline: none;
  border: 0;
  /* line-height: 2em; */
  padding: 12px;
}
.top .search-bar button {
  border: none;
  background: none;
}
.menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-bottom: 2px solid black;
  margin-bottom: 24px;
}
.menu-container ul.main-navigation-menu {
  display: flex;
  align-items: center;
  margin: 0;
}
.menu-container ul.main-navigation-menu .sub-menu {
  display: none;
  border: 1px solid black;
}
.menu-container ul.main-navigation-menu li.menu-item.menu-item-has-children a + svg {
  display: flex;
  margin: auto;
  margin-right: 20px;
  margin-left: -15px;
  margin-top: 12px;
  stroke: black;
  transition: stroke 0.2s ease-in;
}
.menu-container ul.main-navigation-menu li.menu-item.menu-item-has-children:hover > a {
  color: red;
}
.menu-container ul.main-navigation-menu li.menu-item.menu-item-has-children:hover > a + svg {
  stroke: red;
}
.menu-container ul.main-navigation-menu li.menu-item:not(.menu-item-has-children) a + svg {
  display: none;
}
.menu-container ul.main-navigation-menu li {
  position: relative;
  list-style: none;
  display: flex;
}
.menu-container ul.main-navigation-menu li.active > .sub-menu {
  display: block;
  position: absolute;
  background-color: white;
  z-index: 1200;
  top: 44px;
  margin: 0;
  padding: 10px;
  width: max-content;
}
.menu-container ul.main-navigation-menu li a {
  text-decoration: none;
  color: black;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 25px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.menu-container ul.main-navigation-menu li a:first-child {
  padding-left: 0;
}
.menu-container ul.main-navigation-menu li a.active,
.menu-container ul.main-navigation-menu li a:hover {
  border-color: red;
  color: red;
}
.menu-container .social-icons a {
  text-decoration: none;
  transition: stroke 0.2s linear;
}
.menu-container .social-icons a svg {
  transition: stroke 0.2s linear;
}
.menu-container .social-icons a svg:hover {
  stroke: red;
}
.attention {
  display: flex;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
  background: red;
  color: white;
  font-weight: 600;
}
.attention > * {
  padding: 12px;
}
.promo {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr 1fr;
  min-height: 600px;
}
.promo > div:first-child {
  grid-row: 2 span;
  font-size: 18px;
}
.promo > div:first-child > a {
  font-size: 48px;
  margin: 20px;
}
.promo > div:first-child > a > small {
  font-size: 16px;
  margin-bottom: 40px;
}
.photo-container {
  position: relative;
  overflow: hidden;
}
.photo-container.a:after {
  background-image: url('https://source.unsplash.com/random/900×700/?art');
}
.photo-container.b:after {
  background-image: url('https://source.unsplash.com/random/900×700/?city');
}
.photo-container.c:after {
  background-image: url('https://source.unsplash.com/random/900×700/?nature');
}
.photo-container.d:after {
  background-image: url('https://source.unsplash.com/random/900×700/?human');
}
.photo-container.e:after {
  background-image: url('https://source.unsplash.com/random/900×700/?landscape');
}
.photo-container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.photo-container:hover:after {
  scale: 1.05;
  filter: blur(5px);
}
.photo-container:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.31%, rgba(0, 0, 0, 0.6) 86.98%);
}
.photo-container .popup-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
}
.photo-container .popup-container .popup {
  margin-top: 0.3em;
}
.photo-container .popup-container .popup:nth-child(odd) {
  transform: rotate(5deg);
}
.photo-container .popup-container .popup:nth-child(even) {
  transform: rotate(-5deg);
}
.photo-container .popup-container .popup:first-child {
  transform: rotate(0deg);
}
.photo-container > a {
  position: relative;
  z-index: 5;
  display: flex;
  color: white;
  height: 100%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px;
  flex-wrap: wrap;
}
.photo-container > a.small-text {
  font-size: 14px;
}
.photo-container > a.big-text {
  font-size: 36px;
}
.photo-container > a small {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 300;
}
.content {
  margin-top: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: 3fr 1fr;
}
.content.gtc2-1 {
  grid-template-columns: 2fr 1fr;
}
.content.gtc1-0 {
  grid-template-columns: 1fr;
}
.content .news-container h2 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0;
}
.content .news-container > ul {
  display: flex;
  border-bottom: 2px solid black;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.content .news-container > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.content .news-container > ul li a {
  text-decoration: none;
  color: black;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 2px solid black;
  margin-bottom: -2px;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.content .news-container > ul li a.active,
.content .news-container > ul li a:hover {
  border-color: red;
  color: red;
}
.content .news-container > ul li:first-child a {
  padding-left: 0;
}
.content .news-container section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
}
.content .news-container section:not(.category--1) {
  display: none;
}
.content .news-container section .news {
  padding: 6px 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  transition: background-color 0.2s ease-in;
  width: 100%;
}
.content .news-container section .news.ad {
  grid-template-columns: 1fr;
}
.content .news-container section .news:nth-of-type(even) {
  background: #f9f9f9;
}
.content .news-container section .news:hover {
  background: #fff9f9;
}
.content .news-container section .news .photo-container {
  min-height: 200px;
}
.content .news-container section .news .news-content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5em;
}
.content .news-container section .news .news-content h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
}
.content .news-container section .news .news-content h3 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.1s ease-in;
}
.content .news-container section .news .news-content h3 a:hover {
  color: #666;
}
.content .news-container section .news .news-content h5 {
  margin: 10px 0;
}
.content .news-container section .news .news-content p {
  margin: 0;
  font-size: 18px;
}
.content .news-container section .news .news-content p,
.content .news-container section .news .news-content p strong {
  font-weight: 300;
}
.content .news-container section > .see-more {
  text-decoration: none;
  color: red;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.content .news-container section > .see-more:hover {
  text-decoration: underline;
}
.content .about-container,
.content .post-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  padding-bottom: 40px;
  padding: 40px;
}
.content .about-container::before,
.content .post-sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/about.jpg');
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: 0;
}
.content .about-container h4,
.content .post-sidebar h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  z-index: 1;
}
.content .about-container .side-search-bar,
.content .post-sidebar .side-search-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
  margin-top: 60px;
  z-index: 1;
}
.content .about-container .side-search-bar form,
.content .post-sidebar .side-search-bar form {
  display: flex;
  width: 100%;
}
.content .about-container .side-search-bar input,
.content .post-sidebar .side-search-bar input {
  line-height: 1.5em;
  padding: 12px;
  border: none;
  outline: none;
  margin: 0;
  width: 100%;
  border: 1px solid transparent !important;
  transition: border-color 0.2s ease-in;
}
.content .about-container .side-search-bar input:focus,
.content .post-sidebar .side-search-bar input:focus {
  border: 1px solid black !important;
}
.content .about-container .side-search-bar button,
.content .post-sidebar .side-search-bar button {
  border: none;
  outline: none;
  border-radius: 0;
  background: red;
  color: white;
  margin: 0;
  cursor: pointer;
  width: 4em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.content .about-container .side-search-bar button:hover,
.content .post-sidebar .side-search-bar button:hover {
  background: #f66;
}
.content .about-container .contact-us,
.content .post-sidebar .contact-us {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  z-index: 1;
  /* margin-top: 60px; */
}
.content .about-container .contact-us .social-icons,
.content .post-sidebar .contact-us .social-icons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.content .about-container .contact-us .social-icons span,
.content .post-sidebar .contact-us .social-icons span {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 18px;
}
.content .about-container .contact-us .social-icons span a,
.content .post-sidebar .contact-us .social-icons span a {
  text-decoration: none;
  color: black;
  transition: color 0.2s ease-in;
}
.content .about-container .contact-us .social-icons span a:hover,
.content .post-sidebar .contact-us .social-icons span a:hover {
  color: red;
}
.content .about-container .partners,
.content .post-sidebar .partners {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  z-index: 1;
}
.content .about-container .partners a,
.content .post-sidebar .partners a {
  margin: auto;
  margin-bottom: 20px;
}
.content .about-container .partners a img,
.content .post-sidebar .partners a img {
  max-width: 100%;
}
.content .about-container .justify-me,
.content .post-sidebar .justify-me,
.content .about-container .g,
.content .post-sidebar .g {
  display: grid;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.content .about-container .read-also,
.content .post-sidebar .read-also {
  display: grid;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.content .about-container .read-also h4,
.content .post-sidebar .read-also h4 {
  padding: 0;
  margin: 0;
  grid-column: 2 span;
}
.content .about-container .read-also .photo-container,
.content .post-sidebar .read-also .photo-container {
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
}
.content .post-content {
  font-size: 20px;
  line-height: 1.5;
  --wp--preset-font-size--small: 14px;
}
.content .post-content a {
  text-decoration: none;
  color: red;
}
.content .post-content a:hover {
  text-decoration: underline;
}
.post-header {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
  overflow: hidden;
}
.post-header > * {
  position: relative;
  z-index: 4;
  color: white;
  padding: 0;
  margin: 0;
}
.post-header > h1 {
  font-size: 48px;
}
.post-header > h5 {
  font-size: 20px;
  font-weight: 300;
}
.post-header > h5.social a {
  text-decoration: none;
  color: white;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.post-header > h5.social a svg {
  stroke: white;
}
.post-header:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.post-header:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.31%, rgba(0, 0, 0, 0.6) 86.98%);
}
.post-header .popup-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  font-size: 20px;
}
.post-header .popup-container .popup {
  margin-top: 0.3em;
}
.post-header .popup-container .popup:nth-child(odd) {
  transform: rotate(5deg);
}
.post-header .popup-container .popup:nth-child(even) {
  transform: rotate(-5deg);
}
.post-header .popup-container .popup:first-child {
  transform: rotate(0deg);
}
footer {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
  background-color: #333;
  color: white;
  padding: 40px;
  align-content: center;
  align-items: start;
}
footer .link-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
footer .link-list ul {
  list-style: none;
  padding: 0;
}
footer .link-list ul li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s ease-in;
}
footer .link-list ul li a:hover {
  color: #fff;
}
footer .newsletter {
  background-color: white;
  border-radius: 10px;
  color: #333;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px;
  gap: 20px;
}
footer .newsletter h3 {
  margin: 0;
  font-size: 20px;
}
footer .newsletter .input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
footer .newsletter .input-container input {
  display: flex;
  width: 100%;
  outline: none;
  border: 0;
  /* line-height: 2em; */
  padding: 12px;
  border: 1px solid #ccc;
  transition: border 0.2s ease-in;
}
footer .newsletter .input-container input:focus {
  border: 1px solid black !important;
}
footer .newsletter .input-container button {
  border: none;
  outline: none;
  border-radius: 0;
  background: #333;
  color: white;
  margin: 0;
  cursor: pointer;
  width: 10em;
  transition: background-color 0.2s ease-in;
}
footer .newsletter .input-container button:hover {
  background-color: #000;
}
footer .newsletter .disclaimer {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
}
footer .newsletter .disclaimer label {
  font-weight: 300;
}
.created-by {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #333;
  color: white;
  padding: 20px;
  gap: 10px;
}
.created-by a {
  color: white;
  text-decoration: none;
  transition: color 0.2s linear;
}
.created-by a:hover {
  color: #f00;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0px;
    overflow: hidden;
  }
  .top {
    margin-top: 50px;
    padding: 0px 0 5em 2em;
  }
  .top .search-bar {
    display: none;
  }
  .top .menu-toggle {
    display: block;
    position: fixed;
    z-index: 1001;
    right: 20px;
    top: 20px;
  }
  .menu-container {
    position: fixed;
    background: #333;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 40px 0 20px 0;
    z-index: 1000;
    overflow: hidden;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    transition: height 0.2s linear;
    border: 0;
  }
  .menu-container:not(.active) {
    height: 0;
    padding: 0;
  }
  .menu-container ul.main-navigation-menu {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    overflow: scroll;
    max-height: 100vh;
    padding: 0;
  }
  .menu-container ul.main-navigation-menu > li > a {
    color: white;
  }
  .menu-container ul.main-navigation-menu > li > a + svg {
    stroke: white;
  }
  .menu-container ul.main-navigation-menu > li.active > a + svg {
    transform: rotate(180deg);
  }
  .menu-container ul.main-navigation-menu > li.menu-item.menu-item-has-children > a {
    color: white;
  }
  .menu-container ul.main-navigation-menu > li.menu-item.menu-item-has-children > a + svg {
    stroke: white;
  }
  .menu-container ul.main-navigation-menu li {
    color: white;
    padding: 10px 0;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .menu-container ul.main-navigation-menu li.menu-item.menu-item-has-children a + svg {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .menu-container ul.main-navigation-menu li.active > .sub-menu {
    display: block;
    position: inherit;
    background-color: white;
    z-index: 1200;
    top: 44px;
    margin: 0;
    padding: 10px;
    width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-container ul.main-navigation-menu li svg {
    margin-left: 0;
  }
  .menu-container .social-icons {
    margin-top: 40px;
  }
  .menu-container .social-icons a svg {
    stroke: white;
  }
  .attention {
    margin-top: 20px;
  }
  .promo {
    grid-template-columns: 1fr 1fr;
  }
  .promo > div a {
    font-size: 14px;
  }
  .promo > div a.popup {
    font-size: 12px;
  }
  .promo > div:first-child {
    grid-row: auto;
    grid-column: 2 span;
  }
  .promo > div:first-child a:not(.popup) {
    font-size: 24px;
  }
  .promo > div:first-child a:not(.popup) small {
    font-size: 12px;
  }
  .promo > div:first-child a.popup {
    font-size: 12px;
  }
  .promo > div:not(:first-child) .popup-container .popup:not(:nth-child(-n+3)) {
    display: none;
  }
  .content {
    grid-template-columns: 1fr;
  }
  .content.gtc2-1,
  .content.gtc1-0 {
    grid-template-columns: 1fr;
  }
  .content.gtc2-1 .post-content,
  .content.gtc1-0 .post-content {
    font-size: 16px;
    padding: 20px;
    max-width: calc(100vw - 40px);
  }
  .content.gtc2-1 .post-content .justify-me,
  .content.gtc1-0 .post-content .justify-me,
  .content.gtc2-1 .post-content .g,
  .content.gtc1-0 .post-content .g {
    max-width: calc(100vw - 40px);
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .content.gtc2-1 .post-content figure iframe[src*="google.com/maps"],
  .content.gtc1-0 .post-content figure iframe[src*="google.com/maps"] {
    max-width: calc(100vw - 40px);
  }
  .content.gtc2-1 .post-sidebar,
  .content.gtc1-0 .post-sidebar {
    padding: 0 0 40px 0;
    max-width: 100vw;
  }
  .content.gtc2-1 .post-sidebar .contact-us,
  .content.gtc1-0 .post-sidebar .contact-us,
  .content.gtc2-1 .post-sidebar .read-also,
  .content.gtc1-0 .post-sidebar .read-also,
  .content.gtc2-1 .post-sidebar .side-search-bar,
  .content.gtc1-0 .post-sidebar .side-search-bar {
    padding: 20px;
  }
  .content.gtc2-1 .post-sidebar .read-also .photo-container.inline a,
  .content.gtc1-0 .post-sidebar .read-also .photo-container.inline a {
    font-size: 16px;
  }
  .content .news-container {
    width: 100vw;
  }
  .content .news-container h2 {
    padding: 0 10px;
    font-size: 30px;
  }
  .content .news-container > ul {
    padding: 0 10px;
    align-items: flex-end;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100vw;
  }
  .content .news-container > ul li a {
    padding: 5px 10px;
  }
  .content .news-container section {
    padding: 0 10px;
  }
  .content .news-container section .news {
    gap: 5px;
    grid-template-columns: 2fr 3fr;
  }
  .content .news-container section .news .photo-container .popup {
    font-size: 10px;
  }
  .content .news-container section .news .news-content {
    padding: 0 12px;
  }
  .content .news-container section .news .news-content h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .content .news-container section .news .news-content p {
    font-size: 16px;
    line-height: 16px;
  }
  .post-header > h1 {
    font-size: 36px;
  }
  footer {
    grid-template-columns: 1fr;
  }
}
.pagination {
  display: flex;
  font-size: 18px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 20px;
}
.pagination:first-of-type {
  padding: 0;
  gap: 0;
  justify-content: flex-end;
}
.pagination:first-of-type .nav-links {
  padding: 20px;
  margin: 0;
}
.pagination .nav-links {
  display: flex;
  font-size: 18px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 20px;
}
.pagination .nav-links a {
  color: #000;
  transition: color 0.2s linear;
  text-decoration: none;
}
.pagination .nav-links a:hover {
  color: #f00;
}
.pagination .nav-links span {
  color: red;
}
.post-nav-links {
  display: flex;
  font-size: 18px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 20px;
}
.post-nav-links a.post-page-numbers {
  color: #000;
  transition: color 0.2s linear;
  text-decoration: none;
}
.post-nav-links a.post-page-numbers:hover {
  color: #f00;
}
.post-nav-links span.post-page-numbers {
  color: red;
}
.popup {
  font-family: 'Barlow Semi Condensed';
  display: inline-block;
  padding: 0.15em 0.4em 0.25em 0.4em;
  border-radius: 999px;
  position: relative;
  font-weight: 100;
  color: var(--popup-text) !important;
  background: var(--popup-background) !important;
  font-smooth: never;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 999;
}
.popup:hover {
  filter: drop-shadow(0px 0px 1px white) brightness(1.05);
}
.popup::after {
  content: '';
  display: block;
  position: absolute;
  width: 1.8em;
  height: 1.65em;
  border-radius: 999px;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(0deg, var(--popup-highlight) 50%, var(--popup-background) 50%);
}
.popup::before {
  content: '';
  display: block;
  position: absolute;
  background-image: -webkit-linear-gradient(45deg, var(--popup-highlight) 50%, var(--popup-background) 50%);
  width: 1em;
  height: 1em;
  transform: rotate(40deg) rotateX(25deg) rotateY(25deg);
  top: 0.95em;
  left: 0.4em;
}
.popup span {
  font-smooth: always;
  position: relative;
  z-index: 999;
  min-width: 0.75em;
  display: inline-table;
  margin-left: 0.15em;
  text-align: center;
  vertical-align: baseline;
  line-height: 1.2;
}
.adsbygoogle[data-ad-status="unfilled"] {
  visibility: hidden;
  display: none !important;
}
