/*───────────────────────────────────────────────────────────*/
/*─                         base
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    CORE
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
html {
  scroll-behavior: smooth;
}
body {
  color: var(--color__text);
  background: var(--color__background);
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    GRID
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#grid-cta {
    display: none;
}
#grid-cta {
  z-index: 20;
  position: fixed;
  bottom: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
  background: red;
}
#grid-cta:hover {
  opacity: 0.5;
}
#grid {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.grid-w {
  display: flex;
  margin: 0 10px;
  height: 100%;
}
.grid-item {
  background-color: red;
  opacity: 0.1;
  transition: opacity 0.25s ease-in-out;
  flex-basis: calc(100% / 8 - var(--padding__medium));
  margin: 0 var(--padding__small);
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    LOADER
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#loader {
  display: none !important;
}
#loader {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color__background);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: opacity;
}
#loader-txt {
  font-size: var(--font__size_large);
  color: var(--color__text);
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      SAIL
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
#sail {
  top: 225px;
  left: 0;
  width: 100%;
  height: 100%;
}
#sail {
  z-index: 20;
  position: fixed;
  background: var(--color__background);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms;
}
/*───────────────────────────────────────────────────────────*/
/*─                         common
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     FOOTER
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.footer {
  padding-top: 100px;
}
.footer #scroll-top {
  position: fixed;
  bottom: var(--padding__small);
  right: var(--padding__medium);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  mix-blend-mode: difference;
  color: #f1f1f1;
}
.footer #scroll-top:hover {
  cursor: pointer;
  font-weight: bold;
}
.footer #color-scheme {
  z-index: 20;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.25s ease-out;
  background: var(--color__text);
}
.footer #color-scheme:hover {
  opacity: 0.5;
}
/*
* MEDIA QUERY – HOVER NONE
*/
/*
* MEDIA QUERY – MAX-WIDTH: 780 PX
*/
/*
* MEDIA QUERY – MIN-WIDTH: 781 PX
*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     LISTS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-post-content ul {
  list-style-type: square;
  padding-bottom: var(--padding__medium);
}
.wp-block-post-content ol {
  list-style-type: decimal;
  padding-bottom: var(--padding__medium);
}
.wp-block-post-content ul li {
  margin-left: var(--padding__medium);
}
.wp-block-post-content ol li {
  margin-left: 27.5px;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    TYPO
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-post-content a {
  text-decoration: underline;
  transition: all 0.25s ease-out;
}
.wp-block-post-content a:hover {
  opacity: 0.5;
  font-weight: 300;
}
.wp-block-post-content p {
  padding-bottom: var(--padding__medium);
  -webkit-hyphens: auto;
          hyphens: auto;
}
h1.site-title,
h1.wp-block-heading {
  font-size: var(--font__size_large);
  font-weight: bold;
  line-height: 1.1;
}
h2.wp-block-heading,
h2.wp-block-post-title {
  font-size: var(--font__size_large);
  font-weight: bold;
  line-height: 1.1;
}
h3.wp-block-heading {
  font-size: var(--font__size_medium);
  font-weight: bold;
  padding-bottom: var(--padding__medium);
}
h4.wp-block-heading {
  font-weight: bold;
  padding-bottom: var(--padding__medium);
  -webkit-hyphens: auto;
          hyphens: auto;
}
p ~ h4.wp-block-heading {
  padding-bottom: 0;
}
/*
* MEDIA QUERY – HOVER NONE
*/
/*───────────────────────────────────────────────────────────*/
/*─                         gutenberg
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      COLUMNS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-column {
  position: relative;
  min-width: 0;
}
.wp-block-columns {
  display: flex;
}
.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-template.columns-2 > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wp-block-post-template.columns-2 li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.wp-block-post-template.columns-2 li img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-column.column-content {
  flex-basis: calc(75% + 10px) !important;
}
.wp-block-column.column-nav {
  flex-basis: calc(25% - 10px) !important;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      EMBEDS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-embed {
  padding-bottom: var(--padding__medium);
}
.wp-block-embed__wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     IMAGES
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-image {
  margin: 0;
  padding-bottom: var(--padding__medium);
}
.wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
}
.wp-block-post-featured-image img {
  transition: transform 0.25s ease-out;
}
.wp-block-post-featured-image img:hover {
  transform: scale(1.025);
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                     NAVIGATION
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.nav {
  position: absolute;
  top: 25px;
  left: 27.5px;
  right: 27.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.wp-block-navigation {
  display: flex;
  flex-direction: column;
}
.nav-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}
.nav-title a:hover {
  background-color: var(--color__secondary);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-navigation .wp-block-navigation__container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.wp-block-navigation .wp-block-navigation__container a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}
.wp-block-navigation__container .current-menu-item a {
  background-color: var(--color__secondary);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-navigation__container a:hover {
  background-color: var(--color__secondary);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.nav-desc {
  width: 100%;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 10px;
}
.nav-sm.has-visible-labels svg {
  display: none;  
}
.nav-sm a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}
.nav-sm a:hover {
  background-color: var(--color__secondary);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
/*
* MEDIA QUERY – MAX-WIDTH: 360 PX
*/
/*
* MEDIA QUERY – MAX-WIDTH: 550 PX
*/
/*
* MEDIA QUERY – MAX-WIDTH: 780 PX
*/
/*
* MEDIA QUERY – MIN-WIDTH: 781 PX
*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      QUOTES
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
blockquote {
  margin: 0;
}
blockquote cite {
  display: block;
  font-weight: normal;
}
blockquote cite:before {
  content: "– ";
}
.wp-block-pullquote {
  margin-top: var(--padding__small);
  margin-bottom: var(--padding__medium);
  padding: var(--padding__medium) 0;
  font-size: var(--font__size_medium);
  font-weight: bold;
  font-style: normal;
  border-top: 1px solid var(--color__text);
  border-bottom: 1px solid var(--color__text);
}
.wp-block-pullquote p {
  padding-bottom: 0;
}
.wp-block-pullquote p + cite {
  padding-top: var(--padding__small);
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                      SEPARATOR
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
hr {
  margin: var(--padding__medium) 0;
}
.wp-block-separator {
  border-top: 1px solid var(--color__text);
}
/*───────────────────────────────────────────────────────────*/
/*─                         page
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    ABOUT
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─																					 HOME
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.home .wp-site-blocks {
  position: fixed;
  width: 100%;
  height: 100%;
}
main.home {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  height: calc(100% - 25px);
}
main.home .section {
  z-index: 10;
  position: absolute;
  top: 250px;
  height: calc(100% - 300px);
  overflow: hidden;
  width: calc(100% - 125px);
  padding: 25px 50px 0px 25px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}
main.home .section:hover {
  cursor: pointer;
}
main.home .section.open:hover {
  cursor: default;
}
main.home .section:not(.open)>* {
  pointer-events: none;
}
main.home .home-section {
  position: relative;
  height: 100%;
}
main.home .wp-block-post-template {
  position: relative;
  height: calc(100% + 25px);
  display: block;
  overflow-y: scroll;
}
main.home .wp-block-post {
  padding: 0px 0px 25px 0px;
}
main.home .wp-block-post-title {
  /* z-index: 1;
  position: sticky;
  top: 0px; */
  display: inline-flex;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}
main.home .wp-block-post-title:hover {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
main.home .wp-block-post-title:hover {
  cursor: pointer
}
main.home .home-section-close {
  z-index: 10;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
main.home .home-section-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}
main.home .home-section-close:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
/*
* MEDIA QUERY – MAX-WIDTH: 780 PX
*/
/*
* MEDIA QUERY – MIN-WIDTH: 781 PX
*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    P 404
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.error404.wp-block-column.column-content > .wp-block-separator:first-of-type {
  margin-top: 0;
}
.error404 h1 a,
.error404 h2 a,
.error404 h3 a,
.error404 h4 a {
  text-decoration: underline;
  transition: opacity 0.25s ease-out;
}
.error404 h1 a:hover,
.error404 h2 a:hover,
.error404 h3 a:hover,
.error404 h4 a:hover {
  opacity: 0.5;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    PAGE
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
main.page {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  height: calc(100% - 25px);
}
main.page .page-content {
  position: absolute;
  top: 200px;
  height: calc(100% - 250px);
  width: calc(100% - 125px);
  padding: 25px 50px 0px 25px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}
/*───────────────────────────────────────────────────────────*/
/*─                         post
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    POST
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                         plugins
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    CAROUSEL
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.wp-block-rudr-carousel:hover {
  cursor: grab;
}
.wp-block-rudr-carousel:active {
  cursor: grabbing;
}
.wp-block-bicb-carousel,
.wp-block-rudr-carousel {
  position: relative;
  height: 350px;
  z-index: 0;
}
.wp-block-bicb-carousel .carousel {
  height: 350px !important;
}
.wp-block-rudr-carousel .swiper-wrapper {
  transition: transform 300ms ease-out;
}
.wp-block-rudr-carousel .swiper-button-prev,
.wp-block-rudr-carousel .swiper-button-next {
  color: var(--color__background);
  opacity: 0.75;
  transition: opacity 0.25s ease-out;
  mix-blend-mode: difference;
}
.wp-block-rudr-carousel .swiper-button-prev:hover,
.wp-block-rudr-carousel .swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--font__size_large) !important;
}
.wp-block-rudr-carousel .swiper-pagination {
  position: absolute;
  margin-top: 0;
  mix-blend-mode: difference;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
}
.wp-block-rudr-carousel .swiper-pagination-bullet {
  background-color: var(--color__background);
  opacity: 0.5;
  transition: opacity 0.25s ease-out;
  mix-blend-mode: difference;
}
.wp-block-rudr-carousel .swiper-pagination-bullet:hover {
  opacity: 1;
}
.wp-block-rudr-carousel .swiper-pagination-bullet-active {
  opacity: 1;
}
.wp-block-rudr-carousel figure {
  height: 100%;
}
.wp-block-rudr-carousel img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-rudr-slide .wp-block-group {
  height: 100%;
}
.wp-block-rudr-slide .wp-block-video video {
  height: 100%;width: 100%;
}
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                        CUSTOM QUERY HOME BLOCK
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
main.home .wp-block-post-content {
    position: relative;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    overflow-y: scroll;
}
main.home .wp-block-post.active .wp-block-post-content {
    overflow-y: auto; /* Enable vertical scrolling */
}
main.home .wp-block-post-content > p:first-child {
    padding-top: 25px;
}
@media only screen and (max-width: 780px) {
  #grid-cta {
    left: var(--padding__medium);
  }
  .grid-item {
    flex-basis: calc(100% / 2 - var(--padding__medium));
  }
  .footer #scroll-top {
    flex-basis: 100%;
  }
  .footer #color-scheme {
    opacity: 0;
    pointer-events: none;
  }
  .has-modal-open ~ .footer #scroll-top {
    opacity: 0;
  }
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-navigation__responsive-container-open {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.1s ease-in;
  }

  .wp-block-navigation__responsive-container-open:hover {
    background-color: var(--color__secondary);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  }

  .wp-block-navigation__responsive-container-close {
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 3;
    height: 40px;
    margin-top: 50px;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    box-shadow: -2.5px 2.5px 2.5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.1s ease-in;
  }

  .wp-block-navigation__responsive-container-close:hover {
    background-color: var(--color__secondary);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  }

  .wp-block-navigation__responsive-container {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s ease-in;
    background-color: var(--color__background);
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    overflow: auto;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.25s, opacity 0.25s ease-out;
    z-index: 30;
  }

  .wp-block-navigation__responsive-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }

  .wp-block-navigation__responsive-container-content {
    width: 100%;
    padding-top: 100px;
    opacity: 0;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    opacity: 1;
    transition: opacity 0.25s 0.15s ease-out;
  }

  .wp-block-navigation .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 50%;
    margin: 0 auto;
  }

  .wp-block-navigation .wp-block-navigation__container a {
    height: 80px;
    padding: 0 20px;
    border-radius: 40px;
    font-size: 2em;
  }

  .nav-sm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .wp-block-pullquote p {
    -webkit-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 1;
  }
  main.home .section {
    width: calc(100% - 100px);
    left: 0;
    padding: 25px 25px;
    overflow: visible;
  }

  main.home .home-section-close {
    position: absolute;
    top: -5px;
    width: 0px;
    height: 40px;
  }

  main.home .wp-block-post.active .wp-block-post-content {
    margin: 0;
  }
}
@media only screen and (min-width: 781px) {
  #grid-cta {
    right: 50px;
  }
  .footer #scroll-top {
    flex-basis: 100%;
    right: calc(25% - 35px);
  }
  .footer #color-scheme {
    opacity: 1;
    pointer-events: all;
  }
  .wp-block-column.column-content {
    padding-right: var(--padding__medium);
  }

  .wp-block-column.column-content
    .wp-block-columns
    .wp-block-column:nth-child(odd) {
    padding-right: var(--padding__medium);
  }

  .wp-block-post-template.columns-2 .wp-block-post-featured-image {
    flex: 1 0 auto;
  }
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
  
  .wp-block-navigation__responsive-container-close {
    display: none;
  }

  .nav-desc {
    width: 70%;
  }
  main.home .wp-block-post-template {
    height: 100%;
  }
  .wp-block-bicb-carousel,
  .wp-block-rudr-carousel {
    height: 50vw;
  }
  .wp-block-bicb-carousel .carousel {
    height: 50vw !important;
  }
}
@media (hover: none) {
  .footer #scroll-top:hover {
    font-weight: 300;
  }
  a:hover {
    font-weight: 300;
  }
}
@media only screen and (max-width: 781px) {
  h1.wp-block-heading,
  h2.wp-block-heading,
  h2.wp-block-post-title,
  h3.wp-block-heading {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media only screen and (max-width: 360px) {
  .wp-block-navigation .wp-block-navigation__container a {
    height: 40px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 550px) {
  .wp-block-navigation__responsive-container-close {
    width: 90%;
    margin: 100px 0 auto;
  }

  .wp-block-navigation .wp-block-navigation__container {
    gap: 25px;
    width: 90%;
  }

  .nav-sm {
    flex-direction: column;
    gap: 25px;
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-rudr-carousel {
    height: 45vw;
    max-height: 1000px;
  }

  .wp-block-bicb-carousel .carousel {
    height: 45vw !important;
    max-height: 1000px !important;
  }
}
