@import url("https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap");
/* Red Color */
/* Grey Color */
/* Heading Text Color */
/* Body Text Color */
/* Border Text Color */
.center {
  text-align: center; }

.button-link {
  color: #fff;
  padding: 16px 38px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  text-transform: uppercase;
  background-color: #b50000; }
  .button-link:hover, .button-link:focus {
    color: #fff;
    background-color: #000; }

.text-link {
  color: #b50000;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: .01em;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px; }

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input {
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #ebebeb; }
  input:focus {
    border-color: #ebebeb; }

label, textarea {
  font-weight: 500;
  color: #191919;
  font-size: 16px;
  display: block;
  margin-bottom: 12px; }

.container, .container-wrap {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px; }

.container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container-wrap.column-align {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.col-2 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 740px) {
    .col-2 {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.col-3 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 740px) {
    .col-3 {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.col-4 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1180px) {
    .col-4 {
      width: 50%; } }
  @media screen and (max-width: 740px) {
    .col-4 {
      width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  color: #191919;
  font-weight: 600;
  line-height: 1em !important;
  letter-spacing: -.02em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #191919; }

h1 {
  font-size: 64px;
  font-size: 4rem; }

h2 {
  font-size: 48px;
  font-size: 3rem; }

h3 {
  font-size: 38px;
  font-size: 2.375rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

p {
  line-height: 1.3em;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal; }
  p a {
    color: #b50000;
    text-decoration: underline;
    display: inline-block; }
    p a:hover, p a:focus {
      color: #000;
      border-color: #000; }

@media screen and (max-width: 799px) {
  h1 {
    font-size: 46px;
    font-size: 2.875rem; }

  h2 {
    font-size: 40px;
    font-size: 2.5rem; }

  h3 {
    font-size: 34px;
    font-size: 2.125rem; }

  h4 {
    font-size: 30px;
    font-size: 1.875rem; }

  p {
    font-size: 20px;
    font-size: 1.25rem; } }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  margin: 0 auto;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  cursor: pointer;
  text-decoration: none; }

address {
  font-style: normal; }

body {
  color: #191919;
  font-family: "Agdasima", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  background-color: #ffffff; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  border: none; }

input {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"] {
  -webkit-appearance: none; }

ol, ul {
  padding-left: 0; }

p {
  color: #4C4747; }

#navigation {
  min-height: 68px;
  background-image: linear-gradient(90deg, #b50000 0%, #000 43%);
  position: relative; }
  #navigation #logo {
    width: 160px;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 8px 0; }
    #navigation #logo img {
      width: 100%;
      height: auto; }
  #navigation #navigation-links {
    margin: 0;
    position: relative;
    padding: 0 0 0 20px; }
    #navigation #navigation-links li {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: .04em;
      font-family: "Agdasima", sans-serif;
      list-style: none;
      line-height: 68px;
      display: inline-block;
      position: relative; }
      #navigation #navigation-links li a {
        font-family: "Agdasima", sans-serif;
        color: #fff;
        text-transform: capitalize;
        display: block;
        padding: 0 30px; }
  @media screen and (min-width: 900px) {
    #navigation #navigation-links {
      width: calc(100% - 200px);
      text-align: right;
      display: block !important; }
    #navigation #navigation-links > li {
      margin-left: -4px; }
      #navigation #navigation-links > li:hover > a, #navigation #navigation-links > li:focus > a {
        background-color: #171717;
        transition: all 0.2s; }
        #navigation #navigation-links > li:hover > a:after, #navigation #navigation-links > li:focus > a:after {
          content: "";
          width: 200%;
          height: 14px;
          display: block;
          position: absolute;
          top: 80px;
          left: 0;
          z-index: 10; }
      #navigation #navigation-links > li:hover > ul, #navigation #navigation-links > li:focus > ul {
        opacity: 1;
        text-align: left;
        pointer-events: all;
        transition: all .4s;
        border-top: 5px solid #ebebeb;
        box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.22);
        top: 68px; }
        #navigation #navigation-links > li:hover > ul li, #navigation #navigation-links > li:focus > ul li {
          margin-left: 0 !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          #navigation #navigation-links > li:hover > ul li a, #navigation #navigation-links > li:focus > ul li a {
            letter-spacing: .05em;
            font-size: 20px;
            font-size: 1.25rem;
            padding: 12px 20px; }
            #navigation #navigation-links > li:hover > ul li a:focus, #navigation #navigation-links > li:hover > ul li a:hover, #navigation #navigation-links > li:focus > ul li a:focus, #navigation #navigation-links > li:focus > ul li a:hover {
              color: #fff;
              background-color: #b50000; }
        #navigation #navigation-links > li:hover > ul > li, #navigation #navigation-links > li:focus > ul > li {
          margin-left: -4px; }
          #navigation #navigation-links > li:hover > ul > li:hover > a, #navigation #navigation-links > li:hover > ul > li:focus > a, #navigation #navigation-links > li:focus > ul > li:hover > a, #navigation #navigation-links > li:focus > ul > li:focus > a {
            background-color: #b50000;
            transition: all 0.2s; }
            #navigation #navigation-links > li:hover > ul > li:hover > a:after, #navigation #navigation-links > li:hover > ul > li:focus > a:after, #navigation #navigation-links > li:focus > ul > li:hover > a:after, #navigation #navigation-links > li:focus > ul > li:focus > a:after {
              content: "";
              width: 200%;
              height: 14px;
              display: block;
              position: absolute;
              top: 80px;
              left: 0;
              z-index: 10; }
          #navigation #navigation-links > li:hover > ul > li:hover ul, #navigation #navigation-links > li:hover > ul > li:focus ul, #navigation #navigation-links > li:focus > ul > li:hover ul, #navigation #navigation-links > li:focus > ul > li:focus ul {
            opacity: 1;
            text-align: left;
            pointer-events: all;
            transition: all .4s;
            border-top: 5px solid #ebebeb;
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.22);
            top: -5px;
            left: 220px; }
            #navigation #navigation-links > li:hover > ul > li:hover ul li, #navigation #navigation-links > li:hover > ul > li:focus ul li, #navigation #navigation-links > li:focus > ul > li:hover ul li, #navigation #navigation-links > li:focus > ul > li:focus ul li {
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
              #navigation #navigation-links > li:hover > ul > li:hover ul li a, #navigation #navigation-links > li:hover > ul > li:focus ul li a, #navigation #navigation-links > li:focus > ul > li:hover ul li a, #navigation #navigation-links > li:focus > ul > li:focus ul li a {
                letter-spacing: .05em;
                font-size: 20px;
                font-size: 1.25rem;
                padding: 12px 20px; }
                #navigation #navigation-links > li:hover > ul > li:hover ul li a:focus, #navigation #navigation-links > li:hover > ul > li:hover ul li a:hover, #navigation #navigation-links > li:hover > ul > li:focus ul li a:focus, #navigation #navigation-links > li:hover > ul > li:focus ul li a:hover, #navigation #navigation-links > li:focus > ul > li:hover ul li a:focus, #navigation #navigation-links > li:focus > ul > li:hover ul li a:hover, #navigation #navigation-links > li:focus > ul > li:focus ul li a:focus, #navigation #navigation-links > li:focus > ul > li:focus ul li a:hover {
                  color: #fff;
                  background-color: #b50000; }
          #navigation #navigation-links > li:hover > ul > li ul, #navigation #navigation-links > li:focus > ul > li ul {
            top: -5px;
            left: 220px; }
    #navigation #navigation-links li ul {
      width: 220px;
      opacity: 0;
      pointer-events: none;
      display: block !important;
      background-color: #b50000;
      position: absolute;
      top: 98px;
      left: 0;
      z-index: 110; }
      #navigation #navigation-links li ul li {
        display: block;
        line-height: 1.3em; }
        #navigation #navigation-links li ul li:last-of-type {
          border-bottom: none; }
        #navigation #navigation-links li ul li a {
          font-size: 14px;
          font-size: 0.875rem;
          display: block;
          padding: 20px; } }
  @media screen and (max-width: 899px) {
    #navigation #logo {
      width: 160px;
      height: 68px;
      padding: 9px 0px;
      margin-left: 20px;
      position: relative;
      top: 11px; } }
  @media screen and (max-width: 899px) and (max-width: 399px) {
    #navigation #logo {
      width: 130px;
      padding: 9px 0px; } }
  @media screen and (max-width: 899px) {
    #navigation > .container-wrap {
      padding: 0; }
    #navigation #navigation-links {
      display: none; }
    #navigation #navigation-links {
      width: 100%;
      padding: 0;
      background-color: #fff; }
      #navigation #navigation-links > li:hover > a, #navigation #navigation-links > li:focus > a {
        color: #fff;
        background-color: #b50000; }
      #navigation #navigation-links li {
        display: block;
        line-height: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        #navigation #navigation-links li:last-of-type {
          border-bottom: none; }
        #navigation #navigation-links li a {
          color: #000;
          padding: 20px;
          transition: all 0.2s; }
        #navigation #navigation-links li ul {
          display: none;
          background-color: #000; }
          #navigation #navigation-links li ul li {
            border-bottom: 1px solid #8e9c9b; }
            #navigation #navigation-links li ul li:last-of-type {
              border-bottom: none; }
            #navigation #navigation-links li ul li a {
              color: #fff;
              padding-left: 40px; }
              #navigation #navigation-links li ul li a:hover, #navigation #navigation-links li ul li a:focus {
                color: #fff;
                background-color: black; }
            #navigation #navigation-links li ul li ul {
              background-color: #b50000; }
              #navigation #navigation-links li ul li ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
                #navigation #navigation-links li ul li ul li a {
                  color: #fff;
                  padding-left: 60px; }
                  #navigation #navigation-links li ul li ul li a:hover, #navigation #navigation-links li ul li ul li a:focus {
                    color: #fff;
                    background-color: #820000; }
        #navigation #navigation-links li .plus {
          width: 65px;
          height: 64px;
          line-height: 64px;
          pointer-events: none;
          transition: all 0.2s;
          position: absolute;
          right: 0;
          top: 0; }
          #navigation #navigation-links li .plus .icon {
            width: 100%;
            height: 100%;
            transition: all 0.2s;
            display: inline-block;
            background-size: 11%;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("/wp-content/themes/visit-wabash-county/styles/img/arrow.svg");
            position: absolute;
            top: 0;
            left: 0; }
          #navigation #navigation-links li .plus.open .icon {
            transform: rotate(90deg); }
          #navigation #navigation-links li .plus.open + .sub-menu {
            display: block; }
          #navigation #navigation-links li .plus + a {
            padding-right: 100px; } }

.search-form {
  padding: 16px 20px;
  text-align: center;
  background-color: #b50000;
  display: none; }
  .search-form label, .search-form input {
    margin: 0;
    border: none;
    font-family: "Agdasima", sans-serif;
    display: inline-block; }
  .search-form input[type=search] {
    width: 550px;
    height: 44px;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Agdasima", sans-serif; }
  .search-form input[type=submit] {
    height: 44px;
    cursor: pointer;
    padding: 0 18px 0 14px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: "Agdasima", sans-serif;
    color: #fff;
    background-color: #000;
    margin-left: -5px;
    transition: all .2s; }
    .search-form input[type=submit]:hover, .search-form input[type=submit]:focus {
      background-color: #b50000; }
  @media screen and (min-width: 900px) {
    .search-form {
      position: relative;
      z-index: 100; } }
  @media screen and (max-width: 899px) {
    .search-form {
      width: 100%;
      padding: 0;
      display: block;
      text-align: left;
      display: none;
      background: #fff !important;
      border-bottom: 1px solid #ebebeb; }
      .search-form input[type=search] {
        width: 100%;
        height: 69px;
        color: #4C4747;
        border-radius: 0;
        padding: 20px;
        background-color: #fff !important; }
      .search-form input[type=search]::placeholder {
        color: #4C4747;
        opacity: 1; }
      .search-form input[type=search]:-ms-input-placeholder {
        color: #4C4747;
        opacity: 1; }
      .search-form input[type=search]::-ms-input-placeholder {
        color: #4C4747;
        opacity: 1; }
      .search-form input[type=submit] {
        display: none; } }

.search-mobile {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 77px; }
  .search-mobile:hover img, .search-mobile:focus img {
    opacity: .5; }
  .search-mobile.open img {
    opacity: .5; }
  .search-mobile img {
    width: 29px;
    height: auto;
    padding: 22px 0;
    transition: all 0.2s; }
  @media screen and (min-width: 900px) {
    .search-mobile {
      display: none !important; } }

@media screen and (min-width: 900px) {
  .plus {
    display: none !important; } }

#mobile-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  border: none;
  background: none; }
  @media screen and (min-width: 900px) {
    #mobile-button {
      display: none !important; } }
  @media screen and (max-width: 899px) {
    #mobile-button {
      position: absolute;
      right: 20px;
      top: 22px;
      z-index: 99; } }
  #mobile-button .icon-bar {
    width: 28px;
    height: 3px;
    opacity: 1;
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    top: 0; }
  #mobile-button .icon-bar + .icon-bar {
    margin-top: 6px; }

#mobile-button.open .icon-bar {
  background-color: #fff; }
#mobile-button.open .icon-bar:nth-of-type(1) {
  opacity: 1 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 9px; }
#mobile-button.open .icon-bar:nth-of-type(2) {
  opacity: 0;
  position: relative;
  top: 3px; }
#mobile-button.open .icon-bar:nth-of-type(3) {
  opacity: 1 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px; }

#mobile-button:hover .icon-bar {
  opacity: .5; }

#mobile-button:focus {
  outline: none; }

footer {
  padding: 26px 0;
  text-align: center;
  background-color: #000; }
  footer p {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
    footer p a {
      color: #fff; }
      footer p a:hover, footer p a:focus {
        color: #b50000; }

.intro, .testimonial, .history, .history-audio-transcribe {
  padding: 80px 0; }

.page-banner {
  text-align: center;
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("/wp-content/uploads/2025/03/Westfield-Aerial-Ft-W-Taylor-St-Joslyn-look-NE-c1939.jpg"); }
  .page-banner h1 {
    font-size: 48px;
    font-size: 3rem;
    display: inline-block;
    padding: 14px 24px;
    border-radius: 10px;
    background-color: #b50000;
    color: #fff;
    font-weight: 500; }
    @media screen and (max-width: 799px) {
      .page-banner h1 {
        font-size: 40px;
        font-size: 2.5rem; } }

.image-wrapper {
  padding: 45%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }
  .image-wrapper .image-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .image-wrapper .image-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transition: all .4s;
      position: absolute;
      left: 0;
      top: 0;
      right: auto;
      bottom: auto; }

.hero {
  min-height: 600px;
  background-color: #aaa;
  height: calc(100vh - 68px) !important;
  padding-bottom: 60px;
  position: relative; }
  .hero:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) -40%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .hero .hero-content {
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
    .hero .hero-content .container {
      width: 100%; }
    .hero .hero-content h1, .hero .hero-content p {
      color: #fff;
      max-width: 800px;
      margin-left: 0; }
    .hero .hero-content h1 {
      margin-bottom: 30px; }
    .hero .hero-content p {
      font-size: 28px;
      font-size: 1.75rem; }
      @media screen and (max-width: 799px) {
        .hero .hero-content p {
          font-size: 26px;
          font-size: 1.625rem; } }
  .hero .image-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .hero .image-wrapper .image-container {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      .hero .image-wrapper .image-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto; }

.intro {
  overflow: hidden;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("/wp-content/uploads/2025/03/newspaper-bg.jpg");
  background-attachment: fixed;
  position: relative; }
  .intro:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #FFFFFF 30%, rgba(255, 255, 255, 0.3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .intro header, .intro .image-wide {
    position: relative;
    z-index: 10; }
  .intro header span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px; }
  .intro .intro-headline {
    width: 300px; }
    .intro .intro-headline h2 {
      color: #b50000; }
  .intro .intro-content {
    width: calc(100% - 300px); }
    .intro .intro-content p {
      margin-top: 22px;
      font-size: 22px;
      font-size: 1.375rem; }
      .intro .intro-content p:nth-of-type(1) {
        margin-top: 0 !important; }
  .intro .image-wide {
    margin-top: 60px; }
    .intro .image-wide .image-wrapper {
      min-height: 350px;
      padding: 20%; }
      .intro .image-wide .image-wrapper .image-container {
        border-radius: 10px; }
  .intro .image-overlay {
    width: 100%;
    text-align: right;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: -2px;
    z-index: 20; }
    .intro .image-overlay img {
      width: 65%;
      max-width: 500px;
      height: auto; }
  @media screen and (max-width: 799px) {
    .intro .intro-headline, .intro .intro-content {
      width: 100%; }
    .intro .intro-content {
      margin-top: 20px;
      padding-left: 0px; } }

.history {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/uploads/2025/03/bg-texture.jpg");
  background-attachment: fixed;
  position: relative; }
  .history:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #14140e 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .history .container-wrap {
    position: relative;
    z-index: 10; }
  .history .history-title {
    width: 100%; }
    .history .history-title h2, .history .history-title p {
      color: #fff; }
    .history .history-title p {
      margin-top: 20px; }
  .history .history-timeline {
    width: 100%;
    margin-top: 60px; }
    .history .history-timeline .container-wrap {
      padding: 0;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .history .history-timeline .history-block {
      margin-left: 0;
      margin-right: 0; }
      .history .history-timeline .history-block a .image-container img {
        transform: scale(1); }
      .history .history-timeline .history-block a .arrow-icon {
        opacity: 0;
        transition: all .4s; }
      .history .history-timeline .history-block a:hover .image-container img, .history .history-timeline .history-block a:focus .image-container img {
        transform: scale(1.1); }
      .history .history-timeline .history-block a:hover .arrow-icon, .history .history-timeline .history-block a:focus .arrow-icon {
        opacity: 1;
        right: 28px; }
      .history .history-timeline .history-block h3 {
        color: #fff;
        margin-top: 16px; }
      .history .history-timeline .history-block p {
        color: #c2c2c1;
        margin-top: 3px; }
      .history .history-timeline .history-block .image-container {
        border-radius: 10px; }
      .history .history-timeline .history-block .arrow-icon {
        width: 45px;
        height: auto;
        position: absolute;
        bottom: 28px;
        right: 50px; }
      @media screen and (min-width: 800px) {
        .history .history-timeline .history-block {
          width: 31%; }
          .history .history-timeline .history-block:nth-of-type(n+4) {
            margin-top: 40px; } }
      @media screen and (min-width: 500px) and (max-width: 799px) {
        .history .history-timeline .history-block {
          width: 48%; }
          .history .history-timeline .history-block .image-wrapper {
            padding: 55% 45%; }
          .history .history-timeline .history-block:nth-of-type(n+3) {
            margin-top: 40px; } }
      @media screen and (max-width: 499px) {
        .history .history-timeline .history-block {
          width: 100%; }
          .history .history-timeline .history-block:nth-of-type(n+2) {
            margin-top: 40px; } }

.testimonial {
  background-color: #b50000; }
  .testimonial header {
    width: 30%; }
    .testimonial header h3 {
      color: #fff; }
  .testimonial .testimonial-swiper {
    width: 70% !important; }
    .testimonial .testimonial-swiper .quote {
      color: #fff;
      font-size: 30px;
      font-size: 1.875rem; }
    .testimonial .testimonial-swiper figcaption {
      color: #fff;
      margin-top: 30px;
      font-weight: 300;
      letter-spacing: .01em;
      font-size: 18px;
      font-size: 1.125rem; }
  @media screen and (max-width: 629px) {
    .testimonial header, .testimonial .testimonial-swiper {
      width: 100% !important; }
    .testimonial .testimonial-swiper {
      margin-top: 40px; }
      .testimonial .testimonial-swiper .quote {
        font-size: 26px;
        font-size: 1.625rem; } }

.sponsors {
  padding: 60px 0;
  text-align: center; }
  .sponsors header span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px; }
  .sponsors header h2 {
    color: #b50000; }
  .sponsors .sponsor-logos {
    margin-top: 40px; }
    .sponsors .sponsor-logos .logo {
      width: 25%;
      padding: 0 20px; }
      .sponsors .sponsor-logos .logo img {
        width: 100%;
        max-width: 200px; }
    @media screen and (max-width: 599px) {
      .sponsors .sponsor-logos {
        max-width: 500px; }
        .sponsors .sponsor-logos .logo {
          width: 48%;
          margin: 4% 0; } }
    @media screen and (max-width: 379px) {
      .sponsors .sponsor-logos .logo {
        width: 100%;
        margin: 20px 0; }
        .sponsors .sponsor-logos .logo img {
          max-width: 200px; } }
  .sponsors .additional-funding {
    margin-top: 40px; }
    .sponsors .additional-funding p {
      font-size: 20px;
      font-size: 1.25rem; }

.cta {
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/uploads/2025/03/bricks-bw.jpg");
  position: relative; }
  .cta:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(52, 52, 52, 0.8) 0%, #000 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .cta h3, .cta p {
    color: #fff;
    position: relative;
    z-index: 10; }
  .cta p {
    max-width: 700px;
    margin-top: 20px;
    font-size: 24px;
    font-size: 1.5rem; }
  .cta .button-wrapper {
    margin-top: 20px;
    position: relative;
    z-index: 10; }
    .cta .button-wrapper .button-link {
      margin: 10px;
      color: #fff; }
      .cta .button-wrapper .button-link:hover, .cta .button-wrapper .button-link:focus {
        color: #b50000;
        background-color: #fff; }

.content-section {
  padding: 60px 0; }

.page-header {
  background: #000;
  padding: 60px 0; }
  .page-header h2, .page-header p {
    color: #fff; }
  .page-header h2 {
    font-size: 48px;
    font-size: 3rem;
    width: 300px; }
  .page-header .page-header-content {
    width: calc(100% - 300px); }
    .page-header .page-header-content p {
      margin-top: 22px;
      font-size: 22px;
      font-size: 1.375rem; }
      .page-header .page-header-content p:nth-of-type(1) {
        margin-top: 0 !important; }
    .page-header .page-header-content .button-link {
      margin-top: 30px; }
      .page-header .page-header-content .button-link:hover, .page-header .page-header-content .button-link:focus {
        color: #b50000;
        background-color: #fff; }
  @media screen and (max-width: 799px) {
    .page-header h2, .page-header .page-header-content {
      width: 100%; }
    .page-header .page-header-content {
      margin-top: 20px; } }

.history-audio-transcribe {
  padding-bottom: 60px; }
  .history-audio-transcribe .history-overview-audio {
    width: 400px; }
    .history-audio-transcribe .history-overview-audio h2 {
      color: #b50000; }
    .history-audio-transcribe .history-overview-audio p {
      font-size: 20px;
      font-size: 1.25rem;
      margin-top: 20px; }
    .history-audio-transcribe .history-overview-audio audio {
      width: 100%;
      margin-top: 30px; }
    @media screen and (min-width: 900px) {
      .history-audio-transcribe .history-overview-audio {
        align-self: flex-start;
        position: -webkit-sticky;
        position: sticky;
        top: 20px; } }
  .history-audio-transcribe .history-transcript {
    width: calc(100% - 400px);
    padding-left: 80px; }
    .history-audio-transcribe .history-transcript h3 {
      color: #b50000; }
    .history-audio-transcribe .history-transcript .button-link {
      margin-top: 20px;
      text-decoration: none !important; }
  @media screen and (max-width: 899px) {
    .history-audio-transcribe .history-overview-audio, .history-audio-transcribe .history-transcript {
      width: 100%; }
    .history-audio-transcribe .history-transcript {
      padding-left: 0;
      margin-top: 40px; } }

.pattern-border {
  width: 100%;
  height: 170px;
  display: block;
  opacity: .4;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url("/wp-content/themes/fort-wayne-urban-league-soundwalk/styles/img/soundwaves-dots.svg"); }

.wysiwyg {
  line-height: 1.6; }

.wysiwyg a {
  text-decoration: none; }

.wysiwyg a:hover {
  text-decoration: underline; }

.wysiwyg abbr {
  border-bottom: 1px dotted;
  cursor: help; }

.wysiwyg cite {
  font-style: italic; }

.wysiwyg hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.wysiwyg img {
  vertical-align: text-bottom; }

.wysiwyg ins {
  background-color: lime;
  text-decoration: none; }

.wysiwyg mark {
  background-color: #ff0; }

.wysiwyg small {
  font-size: 0.8em; }

.wysiwyg strong {
  font-weight: 700; }

.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.8em; }

.wysiwyg sub {
  vertical-align: sub; }

.wysiwyg sup {
  vertical-align: super; }

.wysiwyg p,
.wysiwyg dl,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg blockquote,
.wysiwyg pre,
.wysiwyg table {
  margin-bottom: 1.4em; }

.wysiwyg p:last-child,
.wysiwyg dl:last-child,
.wysiwyg ol:last-child,
.wysiwyg ul:last-child,
.wysiwyg blockquote:last-child,
.wysiwyg pre:last-child,
.wysiwyg table:last-child {
  margin-bottom: 0; }

.wysiwyg p:empty {
  display: none; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  line-height: 1.2; }

.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0; }

.wysiwyg h1 {
  margin-bottom: 0.58333em;
  margin-top: 0.58333em;
  line-height: 1; }

.wysiwyg h2 {
  margin-bottom: 0.875em;
  margin-top: 1.75em;
  line-height: 1.1; }

.wysiwyg h3 {
  margin-bottom: 1.07692em;
  margin-top: 1.07692em; }

.wysiwyg h4 {
  margin-bottom: 1.16667em;
  margin-top: 1.16667em; }

.wysiwyg h5 {
  margin-bottom: 1.27273em;
  margin-top: 1.27273em; }

.wysiwyg h6 {
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.wysiwyg dd {
  margin-left: 1.4em; }

.wysiwyg ol,
.wysiwyg ul {
  list-style-position: outside;
  margin-left: 1.4em; }

.wysiwyg ol {
  list-style-type: decimal; }

.wysiwyg ol ol {
  list-style-type: lower-alpha; }

.wysiwyg ol ol ol {
  list-style-type: lower-roman; }

.wysiwyg ol ol ol ol {
  list-style-type: lower-greek; }

.wysiwyg ol ol ol ol ol {
  list-style-type: decimal; }

.wysiwyg ol ol ol ol ol ol {
  list-style-type: lower-alpha; }

.wysiwyg ul {
  list-style-type: disc; }

.wysiwyg ul ul {
  list-style-type: circle; }

.wysiwyg ul ul ul {
  list-style-type: square; }

.wysiwyg ul ul ul ul {
  list-style-type: circle; }

.wysiwyg ul ul ul ul ul {
  list-style-type: disc; }

.wysiwyg ul ul ul ul ul ul {
  list-style-type: circle; }

.wysiwyg li {
  margin: 10px 0; }

.wysiwyg blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em; }

.wysiwyg blockquote p {
  margin-bottom: 0; }

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp,
.wysiwyg pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em; }

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline; }

.wysiwyg pre {
  overflow: auto;
  padding: 1em 1.2em; }

.wysiwyg pre code {
  background: none;
  font-size: 1em;
  line-height: 1em; }

.wysiwyg figure {
  margin-bottom: 2.8em;
  text-align: center; }

.wysiwyg figure:first-child {
  margin-top: 0; }

.wysiwyg figure:last-child {
  margin-bottom: 0; }

.wysiwyg figcaption {
  font-size: 0.8em;
  margin-top: 0.875em; }

.wysiwyg table {
  width: 100%; }

.wysiwyg table pre {
  white-space: pre-wrap; }

.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
  padding: 0.7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4; }

.wysiwyg thead tr,
.wysiwyg tfoot tr {
  background-color: #f5f5f5; }

.wysiwyg thead th,
.wysiwyg thead td,
.wysiwyg tfoot th,
.wysiwyg tfoot td {
  font-size: 0.9em;
  padding: 0.77778em; }

.wysiwyg thead th code,
.wysiwyg thead td code,
.wysiwyg tfoot th code,
.wysiwyg tfoot td code {
  background-color: #fff; }

.wysiwyg tbody tr {
  background-color: #fff; }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  position: relative; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.fancybox-bg {
  background-image: linear-gradient(180deg, #000000 10%, #000000 100%) !important; }

.fancybox-caption__body {
  font-size: 20px;
  margin-bottom: 30px; }

.screen-reader-text {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  margin-top: -50px;
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: 500;
  font-family: "Agdasima", sans-serif;
  background-color: #434343;
  text-align: center;
  padding: 0 10px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 200; }
  .screen-reader-text:focus {
    margin-top: 0 !important;
    outline: none !important; }

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