/*
Theme Name: The Reset Custom Theme
Theme URI: https://example.com/the-reset
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch with modern best practices.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-reset
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 with others.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  font-size: 100%;
}

body {
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #111827;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

a {
  color: #B72126;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #8f1a1e;
}
a:focus-visible {
  outline: 2px solid #B72126;
  outline-offset: 2px;
  border-radius: 0.25rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}
li:last-child {
  margin-bottom: 0;
}

blockquote {
  border-left: 4px solid #B72126;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #4b5563;
}

code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875em;
  background-color: #f5f5f5;
  padding: 0.125em 0.375em;
  border-radius: 0.25rem;
}

pre {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.875rem;
  background-color: #111827;
  color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  background: none;
  padding: 0;
}

/* Alignment */
.alignnone {
  margin: 1rem 1.25rem 1.25rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 1rem auto;
}

.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}

.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}

a img.alignright {
  float: right;
  margin: 0.25rem 0 1rem 1rem;
}

a img.alignnone {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.25rem 1rem 1rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Captions */
.wp-caption {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.375rem;
}

.wp-caption.alignnone {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.25rem 1rem 1rem 0;
}

.wp-caption.alignright {
  margin: 0.25rem 0 1rem 1rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  padding: 0;
  color: #4b5563;
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gallery-item {
  margin: 0;
}

.gallery-icon img {
  border-radius: 0.375rem;
}

/* Screen Reader Text */
.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: #f5f5f5;
  border-radius: 0.25rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #111827;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.25rem;
  line-height: normal;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  top: 0.25rem;
  width: auto;
  z-index: 100000;
}

/* Sticky posts */
.sticky {
  display: block;
}

/* Posts pagination */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #374151;
  transition: all 150ms ease;
}

.page-numbers:hover {
  background-color: #f5f5f5;
  border-color: #939598;
}

.page-numbers.current {
  background-color: #B72126;
  border-color: #B72126;
  color: #FFFFFF;
}

.site-header {
  position: relative;
  max-width: 1338px;
  margin: 0 auto;
  padding: 30px 80px;
}
@media (max-width: 768px) {
  .site-header {
    padding: 30px 30px;
  }
}

.navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.navbar-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.site-branding {
  flex-shrink: 0;
}
.site-branding .site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-branding .site-logo img {
  height: 71px;
  width: auto;
}
@media (max-width: 768px) {
  .site-branding .site-logo img {
    height: 48px;
  }
}
.site-branding .site-logo.site-logo-text {
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #000000;
  letter-spacing: -0.02em;
}
.site-branding .site-logo.site-logo-text .logo-text {
  color: #000000;
}
.site-branding .site-logo.site-logo-text .logo-dot {
  color: #B72126;
}
.site-branding .site-logo.site-logo-text:hover .logo-text {
  color: #000000;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu-toggle .hamburger-line {
  width: 32px;
  height: 3px;
  background-color: #000000;
  transition: all 150ms ease;
}
.menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

.main-navigation {
  display: block;
  align-self: flex-end;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation.is-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 1rem 1.5rem;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .primary-menu {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
  }
}
.primary-menu li {
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .primary-menu li {
    width: 100%;
  }
}
.primary-menu a {
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: color 150ms ease;
  padding: 0;
  display: inline-block;
}
.primary-menu a:hover {
  color: #B72126;
}
@media (max-width: 768px) {
  .primary-menu a {
    font-size: 16px;
    padding: 0.5rem 0;
    display: block;
    width: 100%;
  }
}
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
  color: #B72126;
}
.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
@media (max-width: 768px) {
  .primary-menu .sub-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding-left: 1rem;
    width: 100%;
  }
}

.primary-menu li:hover > .sub-menu {
  display: block;
}

.post-navigation {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #6b7280;
}

.nav-title {
  font-weight: 600;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 500;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  clip: auto;
  width: auto;
  height: auto;
}

.site-footer {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer-divider {
  height: 1px;
  background-color: #000000;
  margin-bottom: 3rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer-branding .footer-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1rem;
}
.footer-branding .footer-logo img {
  height: 71px;
  width: auto;
}
@media (max-width: 768px) {
  .footer-branding .footer-logo img {
    height: 48px;
  }
}
.footer-branding .footer-logo-text {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1rem;
  font-family: "Libre Franklin", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #000000;
  letter-spacing: -0.02em;
}
.footer-branding .footer-logo-text .logo-text {
  color: #000000;
}
.footer-branding .footer-logo-text .logo-dot {
  color: #B72126;
}
.footer-branding .footer-logo-text:hover .logo-text {
  color: #000000;
}
.footer-branding .footer-tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  color: #000000;
  margin: 0;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.site-info {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.site-info p {
  margin: 0;
  color: #000000;
}

.footer-contact {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-transform: capitalize;
}
.footer-contact a {
  color: #000000;
  text-decoration: underline;
}
.footer-contact a:hover {
  color: #B72126;
}
.footer-contact .separator {
  margin: 0 1rem;
  color: #000000;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-widget-area .widget-title {
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.footer-widget-area a {
  color: #4b5563;
}
.footer-widget-area a:hover {
  color: #B72126;
}

.footer-navigation .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.375rem;
  transition: all 150ms ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background-color: #B72126;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #8f1a1e;
  color: #FFFFFF;
}

.btn-secondary {
  background-color: #f5f5f5;
  color: #111827;
}
.btn-secondary:hover {
  background-color: #e5e5e5;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #374151;
}
.btn-outline:hover {
  background-color: #fafafa;
  border-color: #939598;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000000;
  border-radius: 49px;
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1338px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .hero-banner {
    border-radius: 40px;
    width: calc(100% - 32px);
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    border-radius: 32px;
    width: calc(100% - 32px);
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .hero-banner {
    border-radius: 24px;
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}

.hero-banner-video,
.hero-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.hero-banner-bg {
  background-size: cover;
  background-position: center;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  z-index: 1;
}

.hero-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 70px 60px 70px 70px;
}
@media (max-width: 1024px) {
  .hero-banner-content {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .hero-banner-content {
    padding-left: 32px;
    padding-right: 24px;
  }
}
@media (max-width: 480px) {
  .hero-banner-content {
    padding-left: 24px;
    padding-right: 20px;
  }
}

.hero-banner-headline {
  font-size: 3rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .hero-banner-headline {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-banner-headline {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .hero-banner-headline {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}

.hero-banner-subtext {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .hero-banner-subtext {
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 3rem;
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .hero-banner-subtext {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .hero-banner-subtext {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 280px;
  }
}

.hero-banner .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 57px;
  padding: 0 60px !important;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 2.5rem;
  align-self: flex-start;
}
.hero-banner .btn-white:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .hero-banner .btn-white {
    min-width: 130px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero-banner .btn-white {
    min-width: 120px;
    height: 46px;
    font-size: 15px;
    border-radius: 23px;
  }
}

body.home section:not(.hero-banner) {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.home section:not(.hero-banner) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  body.home section:not(.hero-banner) {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.home .hero-banner-headline {
  max-width: 600px;
}
@media (max-width: 1024px) {
  body.home .hero-banner-headline {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  body.home .hero-banner-headline {
    max-width: 100%;
  }
}
body.home .hero-banner-content {
  padding: 140px 60px 140px 70px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  body.home .hero-banner-content {
    padding: 100px 50px;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  body.home .hero-banner-content {
    padding: 60px 32px;
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  body.home .hero-banner-content {
    padding: 40px 24px;
    min-height: 350px;
  }
}
body.home .section-2 {
  margin: 91px auto 80px auto;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  body.home .section-2 {
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  body.home .section-2 {
    margin: 40px auto;
  }
}
body.home .section-2-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  body.home .section-2-grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.home .section-2-grid {
    gap: 40px;
  }
}
body.home .section-2-headline h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  max-width: 700px;
  margin-left: 110px;
}
body.home .section-2-headline h2 .text-primary {
  color: #000000;
}
@media (max-width: 768px) {
  body.home .section-2-headline h2 {
    font-size: 1.625rem;
    line-height: 1.38;
    margin-left: 40px;
  }
}
@media (max-width: 640px) {
  body.home .section-2-headline h2 {
    margin-left: 0;
  }
}
body.home .section-2-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-left: 200px;
  padding-right: 40px;
}
@media (max-width: 1100px) {
  body.home .section-2-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-left: 110px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  body.home .section-2-columns {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-left: 80px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  body.home .section-2-columns {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body.home .section-2-columns {
    margin-left: 0;
    padding-right: 0;
  }
}
body.home .section-2-col p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  body.home .section-2-col p {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
}
body.home .section-2-col:nth-child(3) p {
  font-weight: 500;
}
body.home .section-2-col strong {
  font-weight: 700;
}
body.home .section-3 {
  background-color: #E8E8E8;
  width: 100%;
  padding: 80px 0;
  max-width: unset !important;
}
@media (max-width: 1024px) {
  body.home .section-3 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  body.home .section-3 {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  body.home .section-3 {
    padding: 40px 0;
  }
}
body.home .section-3-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  body.home .section-3-container {
    padding: 0;
  }
}
body.home .section-3-header {
  margin-bottom: 60px;
  text-align: left;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  body.home .section-3-header {
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  body.home .section-3-header {
    margin-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.home .section-3-header {
    padding-left: 0;
  }
}
body.home .section-3-header h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #000000;
}
body.home .section-3-header h2 .text-accent {
  color: #B72126;
}
@media (max-width: 1024px) {
  body.home .section-3-header h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body.home .section-3-header h2 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
body.home .section-3-intro {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.75;
}
body.home .section-3-intro p {
  margin: 0 0 4px;
}
body.home .section-3-intro .text-accent {
  color: #B72126;
}
body.home .section-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  body.home .section-3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body.home .section-3-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 640px) {
  body.home .section-3-grid {
    gap: 32px;
  }
}
body.home .section-3-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.home .section-3-card .card-image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 0px;
}
body.home .section-3-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .section-3-card .card-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #000000;
}
body.home .section-3-card .card-content h3 .card-title-main {
  display: block;
}
body.home .section-3-card .card-content h3 .card-title-main p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 28px;
}
body.home .section-3-card .card-content h3 .card-title-accent {
  display: block;
  color: #B72126;
  font-weight: 700;
}
body.home .section-3-card .card-content p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}
body.home .homepage .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 9999px;
  transition: all 250ms ease;
  text-decoration: none;
}
body.home .homepage .btn-primary {
  background-color: #ffffff;
  color: #1a1a1a;
}
body.home .homepage .btn-primary:hover {
  background-color: #d9d9d9;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
body.home .homepage .btn-secondary {
  background-color: #1a1a1a;
  color: #ffffff;
  border: 2px solid #1a1a1a;
}
body.home .homepage .btn-secondary:hover {
  background-color: transparent;
  color: #1a1a1a;
}
body.home .homepage .btn-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}
body.home .section-4 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  body.home .section-4 {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  body.home .section-4 {
    margin-top: 50px;
  }
}
body.home .section-4-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  body.home .section-4-container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.home .section-4-container {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
}
body.home .section-4-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  body.home .section-4-left {
    padding-left: 80px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  body.home .section-4-left {
    padding-left: 40px;
    gap: 40px;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  body.home .section-4-left {
    padding-left: 0;
    gap: 32px;
  }
}
body.home .section-4-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  body.home .section-4-headline {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
body.home .section-4 .btn-outline-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 57px;
  padding: 0;
  background-color: transparent;
  color: #B72126;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  border: 1px solid #B72126;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 250ms ease;
}
body.home .section-4 .btn-outline-red:hover {
  background-color: #B72126;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.home .section-4 .btn-outline-red {
    width: 200px;
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
}
body.home .section-4-right {
  display: flex;
  flex-direction: column;
}
body.home .section-4-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  body.home .section-4-items {
    gap: 60px;
  }
}
body.home .section-4-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  body.home .section-4-content {
    gap: 12px;
  }
}
body.home .content-text {
  display: flex;
  flex-direction: column;
}
body.home .content-icon {
  flex-shrink: 0;
  width: 39px;
  height: 40px;
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}
body.home .content-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  body.home .content-icon {
    width: 32px;
    height: 36px;
  }
}
body.home .item-headline {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 0 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  body.home .item-headline {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
body.home .item-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
body.home section.section-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body.home section.section-5 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body.home section.section-5 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  body.home section.section-5 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home .section-5-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.home .section-5-container {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.home .section-5-container {
    gap: 0;
  }
}
body.home .section-5-left {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body.home .section-5-left {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  body.home .section-5-left {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  body.home .section-5-left {
    min-height: 350px;
  }
}
body.home .section-5-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .section-5-image-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #B72126;
}
body.home .section-5-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.home .section-5-text-overlay {
  position: relative;
  z-index: 2;
  padding: 82px 107px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #FFFFFF;
}
body.home .section-5-text-overlay p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 0 0;
  white-space: pre-wrap;
}
@media (max-width: 1024px) {
  body.home .section-5-text-overlay p {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  body.home .section-5-text-overlay p {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
@media (max-width: 640px) {
  body.home .section-5-text-overlay p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  body.home .section-5-text-overlay {
    padding: 60px 80px;
  }
}
@media (max-width: 768px) {
  body.home .section-5-text-overlay {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  body.home .section-5-text-overlay {
    padding: 40px 24px;
  }
}
body.home .section-5-right {
  background-color: #D9D9D9;
  display: flex;
  align-items: flex-start;
  padding: 80px 104px;
}
@media (max-width: 1024px) {
  body.home .section-5-right {
    padding: 60px 80px;
  }
}
@media (max-width: 768px) {
  body.home .section-5-right {
    height: auto;
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  body.home .section-5-right {
    padding: 40px 24px;
  }
}
body.home .section-5-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
}
@media (max-width: 768px) {
  body.home .section-5-content {
    gap: 40px;
  }
}
body.home .section-5-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  body.home .section-5-item {
    gap: 16px;
  }
}
body.home .section-5-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
body.home .section-5-right-box-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
body.home .section-5-right-box-text h3 {
  margin: 12px 0;
}
body.home .section-5-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 57px;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -0.36px;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 250ms ease;
  margin-top: auto;
}
body.home .section-5-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.home .section-5-button {
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 0;
  }
}
body.home .section-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body.home .section-6 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body.home .section-6 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body.home .section-6-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  body.home .section-6-container {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.home .section-6-container {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
}
body.home .section-6-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding-left: 110px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  body.home .section-6-left {
    padding-left: 80px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body.home .section-6-left {
    padding-left: 40px;
    gap: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  body.home .section-6-left {
    padding-left: 0;
  }
}
body.home .section-6-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  body.home .section-6-headline {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
body.home .section-6-left-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000000;
}
body.home .section-6-left-text p {
  margin: 0 0 4px;
  color: #000000;
}
body.home .section-6-left-text .text-accent {
  color: #B72126;
}
body.home .section-6-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding: 0;
  background-color: transparent;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  border: 1px solid #B72126;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 250ms ease;
  margin-top: auto;
  width: max-content;
}
body.home .section-6-button:hover {
  background-color: #B72126;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.home .section-6-button {
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 0;
  }
}
body.home .section-6-right {
  display: flex;
  flex-direction: column;
}
body.home .section-6-right-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
body.home .section-6-right-text p {
  margin: 0 0 18px 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
body.home .section-6-right-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.home .section-6-right-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  body.home .section-6-right-text p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
body.home .section-7 {
  background-color: #D9D9D9;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: unset !important;
  width: 100%;
  padding-left: 0;
}
@media (max-width: 1024px) {
  body.home .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body.home .section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  body.home .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.home .section-7-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  body.home .section-7-container {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.home .section-7-container {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
}
@media (max-width: 640px) {
  body.home .section-7-container {
    padding: 0;
  }
}
body.home .section-7-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding-left: 110px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  body.home .section-7-left {
    padding-left: 80px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body.home .section-7-left {
    padding-left: 40px;
    gap: 20px;
    justify-content: flex-start;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body.home .section-7-left {
    padding-left: 0;
  }
}
body.home .section-7-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  body.home .section-7-headline {
    font-size: 1.625rem;
    line-height: 1.3;
  }
}
body.home .section-7-subheading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  body.home .section-7-subheading {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
body.home .section-7-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}
body.home .section-7-text p {
  margin: 0 0 18px 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  color: #000000;
}
body.home .section-7-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.home .section-7-text {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
  body.home .section-7-text p {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
}
body.home .section-7-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 57px;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -0.36px;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 250ms ease;
  margin-top: auto;
}
body.home .section-7-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.home .section-7-button {
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 0;
  }
}
body.home .section-7-right {
  display: flex;
  flex-direction: column;
}
body.home .section-7-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 1024px) {
  body.home .section-7-image-wrapper {
    max-height: 600px;
  }
}
@media (max-width: 768px) {
  body.home .section-7-image-wrapper {
    max-height: 500px;
  }
}
@media (max-width: 640px) {
  body.home .section-7-image-wrapper {
    max-height: 400px;
  }
}
body.home .section-7-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  body.home .section-7-image {
    object-position: center;
  }
}
body.home .blog-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  body.home .blog-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body.home .blog-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body.home .blog-section-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  body.home .blog-section-container {
    padding: 0;
  }
}
body.home .blog-section-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  color: #000000;
  margin: 0 0 60px;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  body.home .blog-section-headline {
    font-size: 1.875rem;
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  body.home .blog-section-headline {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.home .blog-section-headline {
    padding-left: 0;
  }
}
body.home .blog-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  body.home .blog-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  body.home .blog-section-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  body.home .blog-section-grid {
    gap: 32px;
  }
}
body.home .blog-section-card {
  display: flex;
  flex-direction: column;
}
body.home .blog-card-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 24px;
}
body.home .blog-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
body.home .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}
body.home .blog-card-image:hover img {
  transform: scale(1.05);
}
body.home .blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.home .blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
body.home .blog-card-title a {
  color: #000000;
  text-decoration: none;
  transition: color 250ms ease;
}
body.home .blog-card-title a:hover {
  color: #B72126;
}
@media (max-width: 768px) {
  body.home .blog-card-title {
    font-size: 1.125rem;
  }
}
body.home .blog-card-excerpt {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000000;
}
body.home .blog-card-excerpt p {
  margin: 0;
}
body.home .blog-card-date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}
body.home .blog-section-button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

body.page-about-us .about-us-page .section-2 {
  margin: 91px auto 80px auto;
  background-color: #FFFFFF;
  max-width: 1338px;
  padding: 0;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .section-2 {
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .section-2 {
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .section-2 {
    padding: 0 24px;
  }
}
body.page-about-us .about-us-page .section-2-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .section-2-grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .section-2-grid {
    gap: 40px;
  }
}
body.page-about-us .about-us-page .section-2-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 0;
  color: #1a1a1a;
  padding-left: 110px;
  max-width: 60%;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .section-2-headline {
    font-size: 30px;
    padding-left: 80px;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .section-2-headline {
    font-size: 26px;
    padding-left: 40px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .section-2-headline {
    font-size: 24px;
    padding-left: 0;
  }
}
body.page-about-us .about-us-page .section-2-headline strong {
  color: #B72126;
}
body.page-about-us .about-us-page .section-2-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #1a1a1a;
  margin-left: 200px;
  padding-right: 10rem;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .section-2-content {
    margin-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .section-2-content {
    margin-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .section-2-content {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
body.page-about-us .about-us-page .section-2-content p {
  margin-bottom: 19px;
}
body.page-about-us .about-us-page .section-2-content p:last-child {
  margin-bottom: 0;
}
body.page-about-us .about-us-page .section-2-content strong {
  font-weight: 700;
}
body.page-about-us .about-us-page .two-column-section {
  margin-bottom: 30px;
}
body.page-about-us .about-us-page .two-column-container {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .two-column-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .two-column-container {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .layout-odd .value-block-column {
    order: 1;
  }
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .layout-odd .text-content-column {
    order: 2;
  }
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .layout-even .text-content-column {
    order: 2;
  }
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .layout-even .value-block-column {
    order: 1;
  }
}
body.page-about-us .about-us-page .value-block-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #B72126;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7rem;
  overflow: hidden;
}
body.page-about-us .about-us-page .value-block-box.has-background-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.page-about-us .about-us-page .value-block-box.has-background-image .value-block-title {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .value-block-box {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .value-block-box {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .value-block-box {
    padding: 2.5rem;
  }
}
body.page-about-us .about-us-page .value-block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  color: #FFFFFF;
  text-align: left;
  max-width: 393px;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .value-block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .value-block-title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .value-block-title {
    font-size: 24px;
    max-width: 100%;
  }
}
body.page-about-us .about-us-page .text-content-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .text-content-column {
    padding-top: 2.5rem;
  }
}
body.page-about-us .about-us-page .text-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #1a1a1a;
  padding: 7rem;
  margin: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .text-content {
    padding: 2.5rem 2.5rem 2.5rem 80px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .text-content {
    padding: 2.5rem 2.5rem 2.5rem 40px;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .text-content {
    padding: 2rem 2rem 2rem 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
body.page-about-us .about-us-page .text-content p {
  margin-bottom: 12px;
}
body.page-about-us .about-us-page .text-content p:last-child {
  margin-bottom: 0;
}
body.page-about-us .about-us-page .text-content strong {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .text-content strong {
    font-size: 18px;
  }
}
body.page-about-us .profiles {
  background-color: #d9d9d9;
  width: 100%;
  margin: 100px 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  body.page-about-us .profiles {
    margin: 70px 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .profiles {
    margin: 50px 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  body.page-about-us .profiles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-about-us .profiles-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 640px) {
  body.page-about-us .profiles-container {
    padding: 0 24px;
  }
}
body.page-about-us .about-us-page .profiles-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  color: #1a1a1a;
  margin-bottom: 60px;
  padding: 0 0 0 110px;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .profiles-headline {
    font-size: 30px;
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .profiles-headline {
    font-size: 26px;
    margin-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .profiles-headline {
    font-size: 24px;
    padding-left: 0;
  }
}
body.page-about-us .about-us-page .profiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .profiles-grid {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .profiles-grid {
    gap: 50px;
  }
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .profiles-grid {
    gap: 40px;
  }
}
body.page-about-us .about-us-page .team-member {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: start;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .team-member {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .team-member {
    gap: 24px;
  }
}
body.page-about-us .about-us-page .team-member-image {
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  body.page-about-us .about-us-page .team-member-image {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.page-about-us .about-us-page .team-member-image {
    height: auto;
  }
}
body.page-about-us .about-us-page .team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.page-about-us .about-us-page .team-member-name {
  font-size: 20px;
  font-weight: 700;
  color: #B72126;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
body.page-about-us .about-us-page .team-member-title-line-1 {
  font-size: 13px;
  font-weight: 300;
  color: #939598;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
body.page-about-us .about-us-page .team-member-title-line-2 {
  font-size: 13px;
  font-weight: 300;
  color: #939598;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
body.page-about-us .about-us-page .team-member-bio {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #1a1a1a;
  max-width: 710px;
  text-align: left;
}
@media (max-width: 640px) {
  body.page-about-us .about-us-page .team-member-bio {
    font-size: 15px;
    line-height: 1.86;
  }
}
body.page-about-us .about-us-page .team-member-bio p {
  margin-bottom: 17px;
}
body.page-about-us .about-us-page .team-member-bio p:last-child {
  margin-bottom: 0;
}

body.page-services .services-content-section {
  margin: 91px auto 80px auto;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  body.page-services .services-content-section {
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  body.page-services .services-content-section {
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  body.page-services .services-content-section {
    padding: 0 24px;
  }
}
body.page-services .services-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin: 0 auto;
  padding: 0 110px;
}
@media (max-width: 1024px) {
  body.page-services .services-content-container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  body.page-services .services-content-container {
    gap: 50px;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  body.page-services .services-content-container {
    gap: 40px;
    padding: 0;
  }
}
body.page-services .services-cta {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}
body.page-services .services-cta-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 1024px) {
  body.page-services .services-cta-headline {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body.page-services .services-cta-headline {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  body.page-services .services-cta-headline {
    font-size: 24px;
  }
}
body.page-services .services-cta-highlight {
  color: #B72126;
  display: inline;
}
body.page-services .services-page .section-2 {
  margin: 91px auto 80px auto;
  background-color: #FFFFFF;
  max-width: 1338px;
  padding: 0;
}
@media (max-width: 1024px) {
  body.page-services .services-page .section-2 {
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  body.page-services .services-page .section-2 {
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  body.page-services .services-page .section-2 {
    padding: 0 24px;
  }
}
body.page-services .services-page .section-2-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.page-services .services-page .section-2-grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.page-services .services-page .section-2-grid {
    gap: 40px;
  }
}
body.page-services .services-page .section-2-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 0;
  color: #1a1a1a;
  padding-left: 110px;
  max-width: 60%;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-services .services-page .section-2-headline {
    font-size: 30px;
    padding-left: 80px;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  body.page-services .services-page .section-2-headline {
    font-size: 26px;
    padding-left: 40px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body.page-services .services-page .section-2-headline {
    font-size: 24px;
    padding-left: 0;
  }
}
body.page-services .services-page .section-2-headline strong {
  color: #B72126;
}
body.page-services .services-page .section-2-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #1a1a1a;
  margin-left: 200px;
  padding-right: 10rem;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-services .services-page .section-2-content {
    margin-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  body.page-services .services-page .section-2-content {
    margin-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body.page-services .services-page .section-2-content {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
body.page-services .services-page .section-2-content p {
  margin-bottom: 19px;
}
body.page-services .services-page .section-2-content p:last-child {
  margin-bottom: 0;
}
body.page-services .services-page .section-2-content strong {
  font-weight: 700;
}
body.page-services .two-column-section {
  margin-bottom: 30px;
}
body.page-services .two-column-container {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  body.page-services .two-column-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 640px) {
  body.page-services .two-column-container {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  body.page-services .layout-odd .value-block-column {
    order: 1;
  }
}
@media (max-width: 1024px) {
  body.page-services .layout-odd .text-content-column {
    order: 2;
  }
}
@media (max-width: 1024px) {
  body.page-services .layout-even .text-content-column {
    order: 2;
  }
}
@media (max-width: 1024px) {
  body.page-services .layout-even .value-block-column {
    order: 1;
  }
}
body.page-services .value-block-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #B72126;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7rem;
  overflow: hidden;
}
body.page-services .value-block-box.has-background-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body.page-services .value-block-box.has-background-image .value-block-title {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.page-services .value-block-box {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  body.page-services .value-block-box {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  body.page-services .value-block-box {
    padding: 2.5rem;
  }
}
body.page-services .value-block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  color: #FFFFFF;
  text-align: left;
  max-width: 393px;
}
@media (max-width: 1024px) {
  body.page-services .value-block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body.page-services .value-block-title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  body.page-services .value-block-title {
    font-size: 24px;
    max-width: 100%;
  }
}
body.page-services .text-content-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-services .text-content-column {
    padding-top: 2.5rem;
  }
}
body.page-services .text-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #1a1a1a;
  padding: 7rem;
  margin: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  body.page-services .text-content {
    padding: 2.5rem 2.5rem 2.5rem 80px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  body.page-services .text-content {
    padding: 2.5rem 2.5rem 2.5rem 40px;
  }
}
@media (max-width: 640px) {
  body.page-services .text-content {
    padding: 2rem 2rem 2rem 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
body.page-services .text-content p {
  margin-bottom: 12px;
}
body.page-services .text-content p:last-child {
  margin-bottom: 0;
}
body.page-services .text-content strong {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 640px) {
  body.page-services .text-content strong {
    font-size: 18px;
  }
}

body.page-contact .contact-content-section {
  margin: 91px auto 80px auto;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  body.page-contact .contact-content-section {
    margin: 60px auto;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-content-section {
    margin: 40px auto;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-content-section {
    padding: 0 24px;
  }
}
body.page-contact .contact-content-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.page-contact .contact-content-grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-content-grid {
    gap: 40px;
  }
}
body.page-contact .contact-cta-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 0;
  color: #1a1a1a;
  padding: 0 0 0 110px;
  max-width: 800px;
}
@media (max-width: 1024px) {
  body.page-contact .contact-cta-headline {
    font-size: 30px;
    padding-left: 80px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-cta-headline {
    font-size: 26px;
    padding-left: 40px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-cta-headline {
    font-size: 24px;
    padding-left: 0;
  }
}
body.page-contact .contact-cta-highlight {
  color: #B72126;
}
body.page-contact .contact-cards {
  padding: 0 0 0 200px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body.page-contact .contact-cards {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-cards {
    padding-left: 40px;
    display: block;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-cards {
    padding-left: 0;
  }
}
body.page-contact .contact-card {
  display: block;
  flex: 0 0 auto;
  margin: 0 100px 0 0;
}
body.page-contact .contact-card:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  body.page-contact .contact-card:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-card:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-card:not(:last-child) {
    margin-bottom: 50px;
  }
}
body.page-contact .contact-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #B72126;
  margin: 0 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  body.page-contact .contact-name {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-name {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-name {
    font-size: 17px;
  }
}
body.page-contact .contact-role {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #939598;
  margin: 0 0 32px 0;
  text-transform: uppercase;
}
body.page-contact .contact-phone {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  color: #1a1a1a;
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  body.page-contact .contact-phone {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-phone {
    font-size: 16px;
  }
}
body.page-contact .contact-email {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 768px) {
  body.page-contact .contact-email {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-email {
    font-size: 16px;
  }
}
body.page-contact .contact-email a {
  color: #B72126;
  text-decoration: none;
  transition: color 150ms ease;
}
body.page-contact .contact-email a:hover {
  color: #B72126;
}
body.page-contact .contact-divider {
  width: 100%;
  max-width: 1338px;
  margin: 0 auto;
  padding: 0 110px;
  height: 1px;
  background-color: #D9D9D9;
  margin-top: 172px;
}
@media (max-width: 1024px) {
  body.page-contact .contact-divider {
    margin-top: 120px;
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  body.page-contact .contact-divider {
    margin-top: 80px;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  body.page-contact .contact-divider {
    margin-top: 60px;
    padding: 0;
  }
}

.blog-section {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .blog-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .blog-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .blog-section {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.blog-section-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 60px 0;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  .blog-section-headline {
    font-size: 1.875rem;
    padding-left: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog-section-headline {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .blog-section-headline {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.blog-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .blog-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog-section-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .blog-section-grid {
    gap: 30px;
  }
}

.blog-section-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 0;
}
.blog-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}
.blog-card-image:hover img {
  transform: scale(1.05);
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #000000;
}
.blog-card-title a {
  color: #000000;
  text-decoration: none;
  transition: color 250ms ease;
}
.blog-card-title a:hover {
  color: #B72126;
}
@media (max-width: 768px) {
  .blog-card-title {
    font-size: 1.25rem;
  }
}

.blog-card-excerpt {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 12px;
}
.blog-card-excerpt p {
  margin: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .blog-card-excerpt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.blog-card-date {
  font-size: 0.875rem;
  font-weight: 300;
  color: #939598;
  line-height: 1.5;
  margin-top: auto;
}
@media (max-width: 768px) {
  .blog-card-date {
    font-size: 0.8125rem;
  }
}

.blog-section-button-wrapper {
  display: flex;
  justify-content: center;
}

.blog-section-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 57px;
  padding: 0 30px;
  background-color: transparent;
  color: #B72126;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  border: 1px solid #B72126;
  border-radius: 28.5px;
  text-decoration: none;
  transition: all 250ms ease;
}
.blog-section-button:hover {
  background-color: #B72126;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .blog-section-button {
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    padding: 0 24px;
  }
}

.single-blog {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .single-blog {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .single-blog {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .single-blog {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.blog-post-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
@media (max-width: 768px) {
  .blog-post-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .blog-post-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.blog-post-image {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 0;
}
.blog-post-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .blog-post-image {
    margin-bottom: 40px;
  }
}

.blog-post-header {
  margin-bottom: 40px;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  .blog-post-header {
    padding-left: 80px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .blog-post-header {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .blog-post-header {
    padding-left: 0;
  }
}

.blog-post-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .blog-post-title {
    font-size: 2.25rem;
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .blog-post-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .blog-post-title {
    font-size: 1.75rem;
    margin-bottom: 18px;
  }
}

.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-post-date {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #939598;
  line-height: 1.5;
}

.blog-post-content {
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .blog-post-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .blog-post-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 640px) {
  .blog-post-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-post-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 24px;
}
.blog-post-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .blog-post-content h2 {
    font-size: 1.75rem;
    margin-top: 40px;
  }
}
.blog-post-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-post-content h3 {
    font-size: 1.25rem;
    margin-top: 32px;
  }
}
.blog-post-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 16px;
}
.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.blog-post-content ul li,
.blog-post-content ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 12px;
}
.blog-post-content a {
  color: #B72126;
  text-decoration: underline;
  transition: color 250ms ease;
}
.blog-post-content a:hover {
  color: #8f1a1e;
}
.blog-post-content blockquote {
  border-left: 4px solid #B72126;
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
  color: #374151;
}
.blog-post-content blockquote p {
  margin-bottom: 16px;
}
.blog-post-content img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
}
.blog-post-content .page-links {
  margin-top: 40px;
  padding-top: 24px;
  font-size: 0.9375rem;
  color: #939598;
}

.blog-related-posts {
  margin-top: 100px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .blog-related-posts {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .blog-related-posts {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .blog-related-posts {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.blog-related-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .blog-related-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .blog-related-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.blog-related-headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 60px 0;
  padding-left: 110px;
}
@media (max-width: 1024px) {
  .blog-related-headline {
    font-size: 1.875rem;
    padding-left: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .blog-related-headline {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .blog-related-headline {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.blog-post-footer {
  margin-top: 80px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .blog-post-footer {
    margin-top: 70px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .blog-post-footer {
    margin-top: 60px;
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .blog-post-footer {
    margin-top: 50px;
    padding-top: 35px;
  }
}

.blog-post-footer-container {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

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