@charset "UTF-8";
:root {
  --swiper-navigation-color: $white;
  --swiper-pagination-bullet-width: 14px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-color: #C0151B;
}

body {
  background: #F3F4F4;
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", Arial, sans-serif;
}

.emphasize {
  text-align: center;
  line-height: 1;
  font-family: "Archivo Narrow", Arial, sans-serif;
}
.emphasize .number {
  color: #92278F;
  font-size: 132px;
  line-height: 1;
  letter-spacing: -0.25rem;
}
@media (min-width: 1175px) {
  .emphasize .number {
    margin: -30px 0 36px;
    font-size: 225px;
  }
}
.emphasize .subheader {
  font-size: 34px;
  max-width: 660px;
  margin: 16px auto;
}
@media (min-width: 1175px) {
  .emphasize .subheader {
    font-size: 54px;
  }
}

.copy a {
  color: #DAF3F6;
}

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

body {
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
.container.unset {
  max-width: unset;
}

.page-layout {
  position: relative;
  top: 54px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 54px);
}
.page-layout article {
  flex: 1;
}

#ExitButton {
  position: fixed;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  z-index: 100000;
  right: 0;
  top: 60px;
  width: 80px;
  height: 64px;
  background: #C0151B;
  color: #F3F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1175px) {
  #ExitButton {
    top: 91px;
    width: 134px;
    height: 110px;
    padding: 0.75rem 2rem;
    border-radius: 1rem 0 0 1rem;
  }
}
#ExitButton svg {
  max-width: 25px;
  width: 100%;
  margin: 10px 0 4px;
}
@media (min-width: 1175px) {
  #ExitButton svg {
    max-width: unset;
  }
}
#ExitButton span {
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 1175px) {
  #ExitButton span {
    font-size: 20px;
  }
}
#ExitButton:hover {
  background-color: #921015;
}

.bg-1,
.bg-2,
.bg-3,
.bg-4 {
  line-height: 30.5px;
}
.bg-1 a,
.bg-2 a,
.bg-3 a,
.bg-4 a {
  color: #444444;
}
.bg-1 a:hover,
.bg-2 a:hover,
.bg-3 a:hover,
.bg-4 a:hover {
  text-decoration: none;
}
.bg-1 h4,
.bg-2 h4,
.bg-3 h4,
.bg-4 h4 {
  margin-bottom: 0;
}

.bg-1 {
  background: #019a9a;
}
.bg-1 .headline:after {
  border-bottom-color: #F3F4F4;
}

.bg-2 {
  background: #48c3d4;
}

.bg-3 {
  background-color: #DAF4F8;
  color: #444444;
}
.bg-3 strong {
  color: #92278F;
}
.bg-3 .headline:after {
  border-bottom-color: #92278F;
}

.bg-4 {
  background-color: #F3F4F4;
}
.bg-4 .headline:after {
  border-bottom-color: #92278F;
}

.bg-1,
.bg-2 {
  color: #F3F4F4;
}
section .bg-1.content ul li, .bg-1section.content ul li,
section .bg-2.content ul li,
.bg-2section.content ul li {
  background-image: url(/ui/bullet-white@2x.png);
}

.bg-3 strong,
.bg-4 strong {
  color: #92278F;
}
section .bg-3.content ul li, .bg-3section.content ul li,
section .bg-4.content ul li,
.bg-4section.content ul li {
  background-image: url(/ui/bullet@2x.png);
}

section + .action-bar {
  text-align: center;
}
section + .action-bar .content:first-of-type {
  padding-top: 0;
}

.video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: 2rem 0 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#scroll-top {
  display: none;
  height: 40px;
  width: 40px;
  background-color: rgba(68, 68, 68, 0.5);
  float: right;
  position: sticky;
}
@media (min-width: 1175px) {
  #scroll-top {
    left: 100%;
    right: auto;
    top: 40%;
    height: 82px;
    width: 82px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
  }
}

hr.divider {
  height: 8px;
  background-color: #48c3d4;
  padding: 0;
  margin: 0;
  border: none;
}

#MobileNav {
  display: none;
  box-sizing: border-box;
  z-index: 1000000;
  width: 90vw;
  max-width: 310px;
  height: 100vh;
  padding: 1.5rem;
  background-color: #3C3C3C;
  color: #F3F4F4;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 12px 0 24px 0 rgba(0, 0, 0, 0.7);
}
#MobileNav .mobile-nav {
  position: relative;
  z-index: 5;
}
#MobileNav:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
#MobileNav.showing {
  display: block;
}
#MobileNav .close-nav {
  margin: 3rem 0;
}
#MobileNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#MobileNav nav > ul > li.menu {
  position: relative;
}
#MobileNav nav > ul > li.menu:after {
  content: "+";
  position: absolute;
  top: 0.5rem;
  right: 0;
  bottom: 0;
  font-weight: bold;
}
#MobileNav nav > ul > li.menu.showing:after {
  content: "–";
}
#MobileNav nav > ul > li.menu.showing .sub-menu {
  display: block;
}
#MobileNav nav > ul > li.menu ul {
  display: none;
}
#MobileNav nav > ul > li.menu li {
  list-style: none;
}
#MobileNav nav > ul > li.menu li > a {
  padding-left: 1rem;
  color: #B9B9B9;
  text-transform: none;
  font-size: 14px;
}
#MobileNav nav > ul a {
  box-sizing: border-box;
  display: block;
  padding: 0.5rem 0 0.5rem 0;
  color: #F3F4F4;
  font-family: "Archivo Narrow", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #787878;
}

.eyebrow {
  background: black;
  width: 100%;
  font-size: 16px;
  position: fixed;
  z-index: 1000;
}
.eyebrow .menu-btn {
  border: none;
  background: transparent;
  padding: 2px;
  margin-left: 16px;
}
@media (min-width: 1175px) {
  .eyebrow .menu-btn {
    display: none;
  }
}
.eyebrow > .container {
  display: flex;
  padding: 0;
  height: 54px;
  align-items: center;
  justify-content: space-between;
}
.eyebrow > .container nav {
  position: relative;
  width: 770px;
  margin-left: auto;
}
@media (min-width: 1175px) {
  .eyebrow > .container nav {
    display: flex;
  }
}
.eyebrow > .container nav .eyebrow-links {
  display: none;
}
@media (min-width: 1175px) {
  .eyebrow > .container nav .eyebrow-links {
    display: flex;
    align-items: center;
  }
}
.eyebrow > .container nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 3.5rem;
  padding: 0.5rem 0;
  display: block;
  font-family: "Archivo Narrow", Arial, sans-serif;
}
.eyebrow > .container nav a:first-child {
  padding-left: 0;
}
.eyebrow > .container nav a:last-child {
  margin-right: 0;
}
.eyebrow > .container nav a:hover {
  text-decoration: none;
  color: #c1ebf0;
}
.eyebrow > .container nav .donate-btn {
  background-color: #92278F;
  margin-left: auto;
  padding: 1rem 2.5rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 130px;
  font-family: "Archivo Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1175px) {
  .eyebrow > .container nav .donate-btn {
    display: block;
  }
}
.eyebrow > .container nav .donate-btn:hover {
  text-decoration: none;
  background-color: rgba(146, 39, 143, 0.85);
}

header.site {
  padding-top: 80px;
}
@media (min-width: 1175px) {
  header.site {
    padding-top: unset;
  }
}
header.site > .container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
}
@media (min-width: 1175px) {
  header.site > .container {
    text-align: unset;
  }
}
header.site .logo {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 8px 0 16px 0;
}
@media (min-width: 1175px) {
  header.site .logo {
    max-width: 330px;
    position: absolute;
    left: 55px;
    bottom: 30px;
    padding-bottom: 0;
  }
}
header.site .logo > a {
  display: block;
}
header.site .logo img {
  width: 100%;
  height: auto;
}
header.site nav {
  margin-left: auto;
  display: none;
  box-sizing: border-box;
}
@media (min-width: 1175px) {
  header.site nav {
    display: flex;
    height: 180px;
    margin-right: 110px;
    margin-left: auto;
    align-items: flex-end;
    padding-bottom: 25px;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
header.site nav a {
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  margin-right: 86px;
  font-size: 32px;
  font-family: "Archivo Narrow", Arial, sans-serif;
  white-space: nowrap;
}
header.site nav a:hover {
  text-decoration: none;
  color: #019a9a;
}

.dropdown {
  position: relative;
  z-index: 500;
  display: inline-block;
  cursor: pointer;
}
.dropdown:hover > a {
  color: #019a9a;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: "Archivo Narrow", Arial, sans-serif;
}
.dropdown-content .dropdown-list {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.dropdown-content .dropdown-list > a {
  display: block;
  margin: 0;
  padding: 0.15rem 0.5rem;
  font-size: 17px;
  color: #F3F4F4;
  background-color: rgba(1, 154, 154, 0.8);
  border-top: 1px solid #F3F4F4;
  border-left: 1px solid #F3F4F4;
  border-right: 1px solid #F3F4F4;
}
.dropdown-content .dropdown-list > a:hover {
  color: #fff;
  background-color: #48c3d4;
  text-decoration: none;
}
.dropdown-content .dropdown-list > a:last-child {
  border-bottom: 1px solid #F3F4F4;
}

.button-bar {
  text-align: center;
  margin: 3rem 0 2rem 0;
}

a.btn,
button.btn {
  background-color: #019a9a;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  border: 7px solid #019a9a;
  position: relative;
  z-index: 2;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
a.btn:not(.pill):after,
button.btn:not(.pill):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #F3F4F4;
}
a.btn.pill,
button.btn.pill {
  border-radius: 50px;
  padding: 0.5rem 2rem;
}
a.btn:hover, a.btn.active,
button.btn:hover,
button.btn.active {
  background-color: #48c3d4;
  border-color: #48c3d4;
}
a.btn.btn-1,
button.btn.btn-1 {
  background-color: #92278F;
  border-color: #92278F;
}
a.btn.btn-2,
button.btn.btn-2 {
  background-color: #5A1871;
  border-color: #5A1871;
}
a.btn.btn-3,
button.btn.btn-3 {
  background-color: #C0151B;
  border-color: #C0151B;
}
a.btn.btn-4,
button.btn.btn-4 {
  background-color: #48c3d4;
  border-color: #48c3d4;
}
a.btn.btn-5,
button.btn.btn-5 {
  background-color: #48c3d4;
  border-color: #48c3d4;
}

footer {
  background: #444444;
  color: #F3F4F4;
  font-family: "Archivo Narrow", Arial, sans-serif;
}
footer .layout {
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem 0;
}
@media (min-width: 1175px) {
  footer .layout {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding: 3rem 0 6rem;
    grid-template-columns: minmax(300px, 40%) max-content;
  }
}
footer .footer-copy {
  max-width: 365px;
}
footer .nav-columns {
  display: none;
}
@media (min-width: 1175px) {
  footer .nav-columns {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) max-content;
  }
}
footer .nav-columns h6 {
  margin: 0;
  font-size: 18px;
  color: #F3F4F4;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
footer .nav-columns a {
  color: #B9B9B9;
  text-decoration: none;
  font-size: 16px;
}
footer .nav-columns a:hover {
  color: #F3F4F4;
  text-decoration: none;
}
footer .nav-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .nav-columns ul li {
  margin-bottom: 0.5rem;
}
footer .nav-columns > section {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
footer .nav-columns > section.social {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (min-width: 1175px) {
  footer .nav-columns > section.social {
    flex-direction: column;
  }
}
footer .nav-columns > section.social a {
  display: block;
}
footer .page-controls {
  text-align: right;
}

.top-link {
  margin: auto 0 2rem 0;
}
.top-link > a {
  color: #F3F4F4;
  text-decoration: none;
}

body.popup {
  overflow: hidden;
}

#Popup {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#Popup.reveal {
  display: flex;
}
#Popup .pop-wrap {
  background-color: #92278F;
  padding: 0.5rem;
  width: 500px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Archivo Narrow", Arial, sans-serif;
  color: #F3F4F4;
}
#Popup .pop-main {
  border: 1px solid #F3F4F4;
  padding: 1rem;
}
#Popup .pop-main .headline {
  font-size: 28px;
  font-weight: bold;
}
#Popup .pop-main .btn {
  font-size: 16px;
  min-width: 120px;
  background-color: #5A1871;
  border-color: #5A1871;
  text-transform: uppercase;
}

header.page-intro {
  padding: 3rem 0;
}
header.page-intro h1 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
header.page-intro h1:after {
  content: "";
  display: block;
  width: 90px;
  margin: 1rem auto 1rem;
  text-align: center;
  border-bottom: 2px solid #F3F4F4;
}
header.page-intro .copy {
  max-width: 70vw;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
}
header.page-intro ul li {
  list-style-position: inside;
}

section .container {
  max-width: 1075px;
}
section.content,
section .content {
  padding: 100px 0 70px;
}
section.content.big-number,
section .content.big-number {
  padding-top: 110px;
}
section.content ul,
section .content ul {
  padding: 0;
}
section.content ul li,
section .content ul li {
  list-style: none;
  background: url(/ui/bullet@2x.png) 0 9px no-repeat;
  background-size: 6px 12px;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1rem;
}
section.content .image-block,
section .content .image-block {
  text-align: center;
  margin: 2rem 0 0;
}
section.content .image-block img,
section .content .image-block img {
  width: 100%;
  height: auto;
}
@media (min-width: 1175px) {
  section.content .image-block img,
section .content .image-block img {
    max-width: 70vw;
  }
}
section h2 {
  padding: 1.5rem 0;
}
section .headline {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 42px;
  margin: 0;
  line-height: 1;
}
@media (min-width: 1175px) {
  section .headline {
    font-size: 52px;
  }
}
section .headline:after {
  content: "";
  display: block;
  width: 70px;
  margin: 36px auto 14px;
  text-align: center;
  border-bottom: 2px solid #F3F4F4;
}

.grid {
  margin: 0 auto;
}
@media (min-width: 1175px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 90px;
  }
  .grid .circle-graphic {
    gap: 69px;
  }
  .grid.single {
    grid-template-columns: 1fr;
  }
  .grid.double {
    grid-template-columns: 1fr 1fr;
  }
  .grid.triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.headline-bar {
  box-sizing: border-box;
  min-height: 104px;
  display: flex;
  align-items: center;
}
.headline-bar .headline {
  margin: 0;
}
.headline-bar .headline:after {
  display: none;
}

.charts {
  margin: 0 auto;
}
@media (min-width: 1175px) {
  .charts {
    max-width: 70vw;
    margin: 2rem auto;
  }
}
.charts .bar-charts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.charts .chart-label {
  margin-bottom: 0.25rem;
}
.charts .chart {
  background-color: #a3ecf1;
}
.charts .bar {
  box-sizing: border-box;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  font-family: "Archivo Narrow", Arial, sans-serif;
  color: white;
}

.circle-chart {
  padding: 55px 0;
  max-width: 960px;
}

.circle-graphic {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1175px) {
  .circle-graphic {
    max-width: 275px;
  }
}
.circle-graphic .stat {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.circle-graphic .stat > .number {
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin: 5px 0 0;
  line-height: 1;
}
.circle-graphic .stat > .text {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
}
.circle-graphic .graphic {
  padding: 10px;
  box-sizing: border-box;
}
.circle-graphic .graphic svg {
  width: 100%;
  height: 100%;
}
.circle-graphic .graphic svg .graph-path {
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@keyframes dash {
  to {
    stroke-dashoffset: 175;
  }
}
.tabs .tabs-nav {
  margin: 2rem 0;
  text-align: center;
}
.tabs .tabs-nav .btn {
  margin-right: 2rem;
}
.tabs .tabs-nav .btn:last-child {
  margin-right: 0;
}
.tabs .tabs-nav .btn.showing {
  border-color: #48c3d4;
  background-color: #48c3d4;
}
.tabs .tab-panels .panel {
  display: none;
}
.tabs .tab-panels .panel.showing {
  display: block;
}

section#Contact-Us {
  color: #444;
}

.contact-form {
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1175px) {
  .contact-form {
    max-width: 740px;
  }
}
.contact-form label {
  display: block;
  margin-bottom: 0.25rem;
}
.contact-form .contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1175px) {
  .contact-form .contact {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #DAF4F8;
  color: #444444;
  padding: 1rem;
  border: 1px solid #48c3d4;
}
.contact-form button.btn {
  width: 100%;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  color: #787878;
  font-size: 16px;
}
.contact-info span.divider {
  display: none;
}
@media (min-width: 1175px) {
  .contact-info {
    flex-direction: row;
  }
  .contact-info span.divider {
    display: inline;
  }
}
.contact-info a {
  color: #787878;
  text-decoration: none;
  font-weight: normal;
}
.contact-info a:hover {
  text-decoration: none;
}

.danger-msg {
  color: #C0151B;
  font-weight: bold;
  text-transform: uppercase;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #fff;
}

section .swiper-horizontal > .swiper-pagination-bullets,
section .swiper-pagination-bullets.swiper-pagination-horizontal,
section .swiper-pagination-custom,
section .swiper-pagination-fraction {
  bottom: 25px;
}
@media (min-width: 1175px) {
  section .swiper-horizontal > .swiper-pagination-bullets,
section .swiper-pagination-bullets.swiper-pagination-horizontal,
section .swiper-pagination-custom,
section .swiper-pagination-fraction {
    bottom: 45px;
  }
}
section .swiper-button-prev::after, section .swiper-rtl .swiper-button-next::after,
section .swiper-button-next::after, section .swiper-rtl .swiper-button-prev::after {
  display: none;
}
section .swiper-button-next,
section .swiper-button-prev {
  display: none;
}
@media (min-width: 1175px) {
  section .swiper-button-next,
section .swiper-button-prev {
    display: block;
  }
}
section .swiper-button-next {
  right: 32px;
}
section .swiper-button-prev {
  left: 32px;
}
section .swiper .swiper-slide {
  line-height: 0;
  background-image: no-repeat;
  background-position: center right;
  background-size: cover;
}
section .swiper .swiper-slide img {
  width: 100%;
  height: 400px;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide img {
    height: 600px;
  }
}
section .swiper .swiper-slide .slide-overlay {
  line-height: initial;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #F3F4F4;
  font-size: 1.5rem;
  left: 5vw;
  max-width: 90vw;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide .slide-overlay {
    left: 20%;
    max-width: 488px;
  }
}
section .swiper .swiper-slide .slide-overlay h1 {
  font-size: 34px;
  font-weight: 400;
  font-family: "Archivo Narrow", Arial, sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide .slide-overlay h1 {
    font-size: 52px;
  }
}
section .swiper .swiper-slide .slide-overlay h1:after {
  content: "";
  background: #F3F4F4;
  display: block;
  width: 100px;
  height: 2px;
  margin: 14px 0 0;
}
section .swiper .swiper-slide .slide-overlay h1 + p {
  margin-top: 20px;
  font-size: 18px;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide .slide-overlay h1 + p {
    font-size: unset;
  }
}
section .swiper .swiper-slide .slide-overlay .btn {
  margin-top: 1rem;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide .slide-overlay .btn {
    margin-top: 2rem;
  }
}
section .swiper .swiper-slide .slide-overlay .overlay-layout {
  padding: 15px 35px;
}
@media (min-width: 1175px) {
  section .swiper .swiper-slide .slide-overlay .overlay-layout {
    padding: 55px 35px;
  }
}
section .swiper .swiper-slide picture {
  visibility: hidden;
}

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