/*!
Theme Name: reiact
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reiact
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

reiact is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3 {
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

html::-webkit-scrollbar-thumb {
  scrollbar-color: red yellow;
}

body {
  background: #fff;
  font-size: 1.8rem;
}

@media (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section {
  overflow-x: hidden;
}

.site-footer {
  color: black;
}
.site-footer .site-info {
  font-size: 16px;
}

::selection {
  background: white;
  color: black;
}

.bg-black {
  background: black;
  color: white;
}

.bg-green {
  background: green;
  color: black;
}

.bg-pink {
  background: pink;
  color: black;
}

.bg-yellow {
  background: yellow;
  color: black;
}

.bg-purple {
  background: purple;
  color: black;
}

.bg-blue {
  background: blue;
  color: black;
}

.text-pink {
  color: pink;
}

.text-purple {
  color: purple;
}

.text-blue {
  color: blue;
}

.text-white {
  color: white;
}

.text-green {
  color: green;
}

.text-yellow {
  color: yellow;
}

.s-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn-primary-reiact {
  display: inline-block;
  background: #B30838;
  color: #ffffff;
  padding: 1.2rem 2.4rem;
  border-radius: 3rem;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background 0.2s ease;
}
.btn-primary-reiact:hover {
  background: #B30838;
  color: #ffffff;
}

.btn-outline-reiact {
  display: inline-block;
  background: transparent;
  color: #B30838;
  border: 2px solid #B30838;
  padding: 1rem 2rem;
  border-radius: 3rem;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline-reiact:hover {
  background: #B30838;
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Animation
--------------------------------------------- */
@media (prefers-reduced-motion) {
  hidden {
    transition: none;
  }
}
.slide-up.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-down.hidden {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-down.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-right.hidden {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-left.hidden {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 80px;
  height: 80px;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Image shapes
--------------------------------------------- */
.curve-top-right {
  border-radius: 1.2rem 30rem 1.2rem 1.2rem;
  overflow: hidden;
}

.curve-top-left {
  border-radius: 30rem 1.2rem 1.2rem 1.2rem;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.announcement-bar {
  background: #DC9995;
  color: black;
  padding: 1rem 0;
  font-size: 1.5rem;
}
.announcement-bar__text {
  flex: 0 1 auto;
}
.announcement-bar__btn {
  background: #ffffff;
  color: #B30838;
  border-radius: 2rem;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.announcement-bar__btn:hover {
  opacity: 0.85;
}

.home-hero {
  position: relative;
}
@media (max-width: 767px) {
  .home-hero {
    padding-bottom: 0;
  }
}
.home-hero #hero-carousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-hero #hero-carousel {
    overflow: visible;
  }
}
.home-hero .hero-left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: 80%;
  aspect-ratio: 311/739;
  background: url("../images/hero-left-overlay.svg") no-repeat center left;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .hero-left-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-hero .hero-left-shape {
    left: auto;
    right: -3.5rem;
    right: 0;
    top: 15rem;
    height: 10rem;
    background-position: center right;
    transform: scaleX(-1);
  }
}
.home-hero .carousel-inner {
  position: relative;
}
.home-hero .carousel-item {
  position: relative;
  isolation: isolate;
  min-height: 50rem;
}
@media (max-width: 767px) {
  .home-hero .carousel-item {
    min-height: 72rem;
  }
}
.home-hero .carousel-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1923/807;
  background: url("../images/hero-cloud-overlay.png") no-repeat bottom right;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-hero .carousel-item::after {
    left: 0;
    right: auto;
    width: 192.3rem;
    background-position: bottom left;
    max-width: none;
  }
}
.home-hero .hero-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 60rem;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .home-hero .hero-bg {
    height: 56rem;
  }
}
.home-hero .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6rem;
  z-index: 3;
}
@media (max-width: 575px) {
  .home-hero .hero-overlay {
    inset: 0 0 16rem 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
  }
}
.home-hero .hero-overlay .container {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-hero .hero-overlay .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 575px) {
  .home-hero .hero-overlay .container {
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
.home-hero .hero-overlay__box {
  position: relative;
  z-index: 3;
  background: #B30838;
  color: #ffffff;
  min-height: 29rem;
  padding: 6.8rem 3.5rem 3rem;
  border-radius: 2rem;
  max-width: 58rem;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 991px) {
  .home-hero .hero-overlay__box {
    max-width: 100%;
    margin-left: 0;
    border-radius: 2rem;
  }
}
@media (max-width: 575px) {
  .home-hero .hero-overlay__box {
    min-height: 30rem;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 3rem 2rem 2.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateY(35%);
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.14);
  }
}
.home-hero .hero-overlay__heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-hero .hero-overlay__heading {
    font-size: 2rem;
    line-height: 1.15;
  }
}
.home-hero .hero-overlay__eyebrow {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}
.home-hero .hero-overlay__body {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .home-hero .hero-overlay__body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.home-hero .hero-overlay .btn-outline-reiact {
  border-color: #ffffff;
  color: #ffffff;
}
.home-hero .hero-overlay .btn-outline-reiact:hover {
  background: #ffffff;
  color: #B30838;
}
.home-hero .hero-carousel-nav {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background: rgba(130, 0, 41, 0.55);
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  z-index: 4;
}
@media (max-width: 767px) {
  .home-hero .hero-carousel-nav {
    top: 1.6rem;
    right: 1.6rem;
    gap: 0.8rem;
    padding: 0.7rem 1.2rem;
  }
}
.home-hero .hero-carousel-nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.home-hero .hero-carousel-nav__arrow svg {
  display: block;
  width: 1.2rem;
  height: 1.95rem;
}
.home-hero .hero-carousel-nav__arrow--prev svg {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .home-hero .hero-carousel-nav__arrow {
    display: none;
  }
}
.home-hero .carousel-indicators {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
}
.home-hero .carousel-indicators [data-bs-target] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  border: 0.1rem solid #ffffff;
  opacity: 1;
}
.home-hero .carousel-indicators [data-bs-target].active {
  background: #ffffff;
}
@media (max-width: 767px) {
  .home-hero .carousel-indicators {
    gap: 0.8rem;
  }
  .home-hero .carousel-indicators [data-bs-target] {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.home-about-sections {
  background: linear-gradient(to bottom, #ffffff 0%, #f0e5e4 100%);
}

.home-why-choose {
  overflow: hidden;
  --why-choose-image-height: 62rem;
}
@media (min-width: 1200px) {
  .home-why-choose {
    --why-choose-image-height: 52rem;
  }
}
.home-why-choose .why-choose__desktop {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 4rem;
  align-items: start;
  overflow: visible;
}
.home-why-choose .why-choose__content {
  position: relative;
  padding-top: 1.2rem;
}
.home-why-choose .why-choose__heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.home-why-choose .why-choose__intro {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
.home-why-choose .why-choose__list-heading {
  color: #B30838;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.home-why-choose .why-choose__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.home-why-choose .why-choose__list li {
  position: relative;
  padding-left: 2.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(179, 8, 56, 0.25);
}
.home-why-choose .why-choose__list li:last-child {
  border-bottom: none;
}
.home-why-choose .why-choose__list li::before {
  content: "";
  position: absolute;
  top: calc(1rem + 0.5lh - 0.9rem);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.995' height='18.001' viewBox='0 0 17.995 18.001'%3E%3Cpath d='M18 8.958A15.622 15.622 0 0 1 8.959 0s0 0 0 .007 0 0 0-.007A15.622 15.622 0 0 1 0 9.036l.03 0-.03 0A15.622 15.622 0 0 1 9.036 18s0 0 0-.007 0 0 0 .007A15.622 15.622 0 0 1 18 8.965l-.03 0 .03 0m-7.555 2.38a.7.7 0 1 1 .7-.7.7.7 0 0 1-.7.7' fill='%23b30838'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.home-why-choose .why-choose__img-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% - 3.2rem));
}
.home-why-choose .why-choose__img-left img {
  width: auto;
  height: var(--why-choose-image-height);
  display: block;
}
.home-why-choose .why-choose__img-right {
  overflow: visible;
  transform: translateX(9rem);
}
.home-why-choose .why-choose__img-right img {
  width: auto;
  height: var(--why-choose-image-height);
  max-width: none;
  display: block;
}
.home-why-choose .why-choose__img-top {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
}
.home-why-choose .why-choose__img-bottom {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.6rem;
}

.home-advocacy {
  padding-bottom: 20rem;
}
.home-advocacy .advocacy__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .home-advocacy .advocacy__image img {
    margin-bottom: 3rem;
  }
}
.home-advocacy .advocacy__heading {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.home-advocacy .advocacy__body {
  font-size: 1.6rem;
  line-height: 1.7;
}

.home-photo-grid {
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
  margin-top: -15rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .home-photo-grid {
    padding: 0 2rem;
  }
}
.home-photo-grid .photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 767px) {
  .home-photo-grid .photo-grid {
    grid-template-columns: repeat(4, 55vw);
    gap: 1.2rem;
  }
}
.home-photo-grid .photo-grid__item {
  aspect-ratio: 4/3;
}
.home-photo-grid .photo-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 1.6rem;
}

.home-events {
  background: #ffffff;
  padding-top: 20rem !important;
}
.home-events .section-heading h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
.home-events .event-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e8e8e8;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s ease;
}
.home-events .event-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.home-events .event-card__image {
  position: relative;
  height: 22rem;
  background: #f0f0f0;
  overflow: hidden;
}
.home-events .event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-events .event-card__date {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: #B30838;
  color: #ffffff;
  text-align: center;
  padding: 0.6rem 1rem;
  min-width: 5rem;
  border-radius: 0.3rem;
}
.home-events .event-card__day {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.home-events .event-card__month {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.home-events .event-card__body {
  padding: 2rem;
}
.home-events .event-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.home-events .event-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  color: #666;
}
.home-events .event-card__meta-icon {
  margin-right: 0.4rem;
}
.home-events .event-card__tag {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
}
.home-events .event-card__tag--members {
  background: #f0f0f0;
  color: #444;
}
.home-events .event-card__tag--public {
  background: #e8f4e8;
  color: #2a6b2a;
}

.home-partners {
  background: #ffffff;
}
.home-partners .partners__heading {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.home-partners .partners__intro {
  font-size: 1.5rem;
  color: #666;
}
.home-partners .partners__featured-link {
  display: inline-block;
}
.home-partners .partners__featured-logo {
  max-height: 5rem;
  width: auto;
}
.home-partners .partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .home-partners .partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .home-partners .partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-partners .partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-partners .partners__item a {
  display: block;
}
.home-partners .partners__item img {
  max-height: 5rem;
  width: auto;
  max-width: 100%;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.home-partners .partners__item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

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