/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*!
 * Main Stylesheet
 * Compiled from SCSS with Webpack
 */
h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px) {
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 85px;
    line-height: 96px;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 768px) {
  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 768px) {
  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
  }
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}

h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}

h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  background: #08090a;
  color: #eaeefe;
}

.container {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}

a {
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.button_container {
  display: flex;
}
.button_container a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  white-space: nowrap;
  padding: 10px 25px;
  border-radius: 100px;
}
.button_container a .icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.button_container.theme_dark a {
  background: #08090a;
  color: #fff;
}
.button_container.theme_dark a:hover {
  color: #e3131a;
}
.button_container.theme_dark a:hover svg path {
  fill: #e3131a;
}

.site_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: all 0.2s ease-in-out;
  background: #eaeefe;
}
.site_header .container {
  padding: 0;
}
.site_header .main_navigation {
  padding: 16px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .site_header .main_navigation {
    display: flex;
    align-items: center;
  }
}
.site_header .header_left {
  display: flex;
  align-items: center;
}
.site_header .site_logo {
  max-width: 70px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .site_header .site_logo {
    max-width: 143px;
  }
}
.site_header .site_logo a {
  display: flex;
}
.site_header .mobile_nav_open {
  margin-left: auto;
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .site_header .mobile_nav_open {
    display: none;
  }
}
.site_header .mobile_nav_open .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: #eaeefe;
  flex-direction: column;
  display: none;
}
@media (min-width: 768px) {
  .site_header .header_menu {
    display: flex;
    position: relative;
    min-height: unset;
    width: unset;
    margin-left: auto;
  }
}
.site_header .header_menu .mobile_header {
  display: flex;
  padding: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .site_header .header_menu .mobile_header {
    display: none;
  }
}
.site_header .header_menu .mobile_nav_close {
  margin-left: auto;
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_menu .mobile_nav_close .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .menu_wrapper {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.site_header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .site_header .primary-navigation ul {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 24px;
  }
}
.site_header .primary-navigation li {
  list-style: none;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .site_header .primary-navigation li {
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 0;
  }
}
.site_header .primary-navigation .button a {
  background: #08090a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 100px;
}
.site_header .primary-navigation a {
  color: #08090a;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site_header .primary-navigation a {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
  }
}
.site_header .primary-navigation a:hover {
  color: #e3131a;
}

.frm_form_fields {
  position: relative;
}
.frm_form_fields fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.frm_form_fields .frm_screen_reader {
  display: none;
}
.frm_form_fields .frm_none_container .frm_primary_label {
  display: none;
}
.frm_form_fields .frm_form_field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.frm_form_fields label {
  color: #94a3b8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.frm_form_fields input,
.frm_form_fields textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 12px 15px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: none;
  box-shadow: none;
  outline: none;
}
.frm_form_fields .frm_submit {
  display: flex;
}
.frm_form_fields .frm_submit button {
  width: 100%;
  background: #e3131a;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 25px;
}
.frm_form_fields .frm_error {
  color: #e3131a;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
}

.site_footer {
  background: #08090a;
  border-top: 1px solid #c7363b;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .site_footer {
    padding: 60px 0;
  }
}
.site_footer .footer_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site_footer .footer_top {
    flex-direction: row;
  }
}
.site_footer .col {
  width: 100%;
}
.site_footer .site_logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site_footer .site_logo {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.site_footer .site_logo svg {
  max-width: 120px;
}
@media (min-width: 768px) {
  .site_footer .site_logo svg {
    max-width: 180px;
  }
}
.site_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site_footer ul {
    margin-bottom: 0;
    gap: 32px;
  }
}
.site_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_footer li a {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site_footer li a {
    font-size: 16px;
    font-weight: 500;
  }
}
.site_footer li a:hover {
  color: #e3131a;
}
.site_footer .col_right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .site_footer .col_right {
    justify-content: flex-end;
  }
}
.site_footer .col_right a {
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_footer .footer_bottom {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .site_footer .footer_bottom {
    margin-top: 40px;
  }
}

.spacer {
  width: 100%;
  position: relative;
  z-index: -2;
}
@media (min-width: 768px) {
  .spacer .mobile {
    display: none;
  }
}
.spacer .desktop {
  display: none;
}
@media (min-width: 992px) {
  .spacer .desktop {
    display: block;
  }
}
.spacer.theme_black {
  background: #08090a;
}
.spacer.theme_red {
  background: #e3131a;
}
.spacer.theme_white {
  background: #fff;
}

.page_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page_banner.banner_full {
  height: 100vh;
}
.page_banner .video_bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  z-index: 1;
}
.page_banner .video_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_banner .banner_overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}
.page_banner h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
.page_banner p {
  line-height: 150%;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .page_banner p {
    font-size: 23px;
    line-height: 33px;
  }
}
.page_banner .button_container {
  margin-top: 24px;
}

.our_stations {
  background: #08090a;
}
.our_stations h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .our_stations h2 {
    margin-bottom: 80px;
  }
}
.our_stations .stations {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our_stations .stations {
    flex-wrap: nowrap;
  }
}
.our_stations .station {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .our_stations .station {
    aspect-ratio: 300/200;
    width: 100%;
    max-width: calc(33.333% - 40px);
  }
}
.our_stations .featured_stations {
  margin-bottom: 40px;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 960px;
}
.our_stations .featured_stations .station {
  width: auto;
}
@media (max-width: 767.98px) {
  .our_stations .featured_stations .station {
    max-width: calc(50% - 24px);
    width: 100%;
  }
}
.our_stations .featured_stations img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .our_stations .station--vouch {
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  .our_stations .station--vouch img {
    min-height: 60px;
  }
}
.our_stations .regular_stations {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  gap: 40px;
}
.our_stations .regular_stations img {
  max-width: 100px;
}

.our_services {
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
}
.our_services .col {
  width: 100%;
}
@media (min-width: 768px) {
  .our_services .col {
    width: 50%;
  }
}
.our_services .col_left {
  background-image: url(../b3196747fbf6be372447.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our_services .col_left .inner_container {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .our_services .col_right {
    background-image: url(../367526d089a4e85f7fcd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.our_services .section_title {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .our_services .section_title {
    margin-bottom: 80px;
  }
}
.our_services .section_title h3 {
  color: #fff;
  margin-bottom: 16px;
}
.our_services .section_title p {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}
.our_services .accordion_item {
  margin-bottom: 16px;
}
.our_services .accordion_item.active {
  background: #08090a;
  border-radius: 10px;
}
.our_services .accordion_item.active .accordion_title .icon {
  transform: rotate(90deg);
}
.our_services .accordion_item.active .accordion_body {
  display: block;
}
.our_services .accordion_title {
  display: flex;
  padding: 5px 5px 5px 15px;
  color: #fff;
  align-items: center;
  background: #08090a;
  border-radius: 100px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .our_services .accordion_title {
    padding: 15px;
  }
}
.our_services .accordion_title .icon {
  width: 100%;
  max-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
@media (min-width: 768px) {
  .our_services .accordion_title .icon {
    max-width: 40px;
    height: 40px;
  }
}
.our_services .accordion_body {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 150%;
  display: none;
}
.our_services .accordion_body p {
  margin-bottom: 10px;
}

.contact_us_block .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact_us_block .container {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .contact_us_block .container {
    gap: 120px;
  }
}
.contact_us_block .sub_title {
  color: #e3131a;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.contact_us_block h1 {
  color: #fff;
}
.contact_us_block h1 span {
  color: #e3131a;
}
.contact_us_block .frm_forms {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact_us_block .frm_forms {
    max-width: 550px;
    margin-top: 0;
  }
}
.contact_us_block .col {
  width: 100%;
}
.contact_us_block .col_left {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact_us_block .col_left {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .contact_us_block .col_right {
    max-width: 35%;
  }
}
.contact_us_block .location .small_title {
  font-weight: 700;
  text-transform: uppercase;
  color: #e3131a;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.contact_us_block .location .small_title .icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.contact_us_block .location h1 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact_us_block .location .contact {
  color: #e5e7eb;
  opacity: 0.8;
}
.contact_us_block .sa_image {
  margin-top: 60px;
  opacity: 0.2;
}
.contact_us_block .sa_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  border-radius: 8px;
}

.page_title {
  position: relative;
}
.page_title:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  background-color: rgba(236, 19, 19, 0.2);
  filter: blur(120px);
  z-index: 1;
}
.page_title .title_area {
  position: relative;
  z-index: 2;
}
.page_title .title_area h1 {
  margin-bottom: 40px;
}
.page_title .title_area h1 span {
  color: #e3131a;
}
.page_title .title_area .page_title_body {
  color: #94a3b8;
  width: 100%;
  margin: 0 auto;
}
.page_title .title_area .page_title_body strong {
  color: #fff;
}
.page_title .title_area .page_title_body a {
  color: #e3131a;
  text-decoration: underline;
}
.page_title .title_area .page_title_body p {
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}

.leadership h3 {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.leadership h3 span {
  color: #e3131a;
}
.leadership h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  max-width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ec1313 0%, transparent 100%);
}
.leadership .leadership_blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .leadership .leadership_blocks {
    flex-direction: column;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
.leadership .leadership_card {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .leadership .leadership_card {
    max-width: calc(50% - 30px);
    margin: 0 0px 136px;
  }
}
@media (min-width: 768px) {
  .leadership .leadership_card:nth-child(2) {
    margin-bottom: -20%;
  }
}
@media (min-width: 768px) {
  .leadership .leadership_card:nth-child(4) {
    margin-bottom: -20%;
  }
}
@media (min-width: 768px) {
  .leadership .leadership_card:nth-child(6) {
    margin-bottom: -20%;
  }
}
.leadership .card_image {
  width: 100%;
  max-width: 40%;
}
.leadership .card_body {
  width: 100%;
  max-width: 60%;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.leadership .card_body h6 {
  margin-bottom: 5px;
}
.leadership .card_body .position {
  font-size: 14px;
  color: #94a3b8;
  width: 100%;
}
.leadership .card_body a {
  margin-top: auto;
  color: #e3131a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: flex;
  background: #000;
  border-radius: 100px;
  align-items: center;
  padding: 10px 15px;
}
.leadership .card_body a:hover {
  opacity: 0.8;
}
.leadership .card_body a .icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.leadership-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.leadership-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.leadership-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.leadership-modal .modal-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  background: #08090a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  z-index: 1;
  overflow-y: auto;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}
.leadership-modal .modal-container::-webkit-scrollbar {
  width: 8px;
}
.leadership-modal .modal-container::-webkit-scrollbar-track {
  background: transparent;
}
.leadership-modal .modal-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .leadership-modal .modal-container {
    padding: 30px 20px;
  }
}
.leadership-modal.is-active .modal-container {
  transform: translateY(0);
}
.leadership-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.leadership-modal .modal-close:hover {
  transform: rotate(90deg);
  color: #e3131a;
}
.leadership-modal .modal-header {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .leadership-modal .modal-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 20px;
  }
}
.leadership-modal .modal-image {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
.leadership-modal .modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership-modal .modal-info {
  text-align: left;
}
.leadership-modal .modal-info h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.leadership-modal .modal-info h3:after {
  display: none;
}
.leadership-modal .modal-info .position {
  font-size: 18px;
  color: #e3131a;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 575.98px) {
  .leadership-modal .modal-info h3 {
    font-size: 24px;
  }
}
.leadership-modal .modal-body {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
}
.leadership-modal .modal-body a {
  color: #e3131a;
  text-decoration: underline;
}
.leadership-modal .modal-body p {
  margin-bottom: 1.5rem;
}
.leadership-modal .modal-body ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.leadership-modal .modal-body ul li {
  margin-bottom: 0.5rem;
}

body.modal-open {
  overflow: hidden;
}

.ethos_and_pillars {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px 0;
}
.ethos_and_pillars .etho_pillar {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ethos_and_pillars .etho_pillar {
    align-items: center;
  }
}
.ethos_and_pillars .etho_pillar:last-child {
  border-bottom: none;
}
.ethos_and_pillars .image {
  width: 100%;
  max-width: 50px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .ethos_and_pillars .image {
    max-width: 120px;
  }
}
.ethos_and_pillars .body h6 {
  margin-bottom: 12px;
}
.ethos_and_pillars .body p {
  font-size: 14px;
  color: #94a3b8;
}
@media (min-width: 768px) {
  .ethos_and_pillars .body p {
    font-size: 16px;
  }
}

.two_column_text .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.two_column_text .content_block {
  width: 100%;
}
@media (min-width: 768px) {
  .two_column_text .content_block {
    max-width: calc(50% - 40px);
  }
}
.two_column_text h4 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.two_column_text h4 span {
  color: #e3131a;
}
.two_column_text h4:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  max-width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ec1313 0%, transparent 100%);
}
.two_column_text p {
  color: #94a3b8;
  margin-bottom: 12px;
}

.our_services_page_list .our_services_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0;
}
.our_services_page_list .our_services_row:nth-child(2n) {
  background: rgba(255, 255, 255, 0.05);
}
@media (min-width: 768px) {
  .our_services_page_list .our_services_row:nth-child(2n) .col_left {
    order: 1;
  }
}
@media (min-width: 768px) {
  .our_services_page_list .our_services_row:nth-child(2n) .col_right {
    order: 2;
  }
}
.our_services_page_list .our_services_row .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .our_services_page_list .our_services_row .container {
    flex-direction: row;
    align-items: center;
    min-height: 60vh;
    height: 100%;
    gap: 60px;
  }
}
.our_services_page_list .col {
  width: 100%;
}
@media (min-width: 768px) {
  .our_services_page_list .col {
    max-width: 50%;
  }
}
.our_services_page_list .col_left {
  order: 2;
}
@media (min-width: 768px) {
  .our_services_page_list .col_left {
    max-width: 45%;
  }
}
.our_services_page_list h2 {
  margin-bottom: 24px;
  text-transform: none;
}
.our_services_page_list .sub_desc {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 600;
  font-style: italic;
}
.our_services_page_list .sub_desc span {
  color: #e3131a;
}
.our_services_page_list p {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 16px;
}
.our_services_page_list a {
  font-size: 14px;
  color: #e3131a;
  text-decoration: underline;
}
.our_services_page_list .col_right {
  display: flex;
  align-items: center;
  order: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .our_services_page_list .col_right {
    justify-content: center;
  }
}
.our_services_page_list .col_right .icon {
  width: 100%;
  max-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7363b;
  border-radius: 100%;
  padding: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 100px rgba(236, 19, 19, 0.6);
}
@media (min-width: 768px) {
  .our_services_page_list .col_right .icon {
    max-width: 250px;
    height: 250px;
  }
}
.our_services_page_list .col_right img {
  max-width: 100px;
}

.content_block h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content_block h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  .content_block h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 85px;
    line-height: 96px;
  }
}
.content_block h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content_block h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .content_block h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
  }
}
.content_block h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content_block h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .content_block h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
  }
}
.content_block h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content_block h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .content_block h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
}
.content_block h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content_block h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .content_block h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.content_block h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .content_block h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .content_block h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
}
.content_block p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content_block p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .content_block p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
}
.content_block p:last-child {
  margin-bottom: 0;
}
.content_block ul,
.content_block ol {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .content_block ul,
  .content_block ol {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .content_block ul,
  .content_block ol {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
}
.content_block ul {
  list-style-type: disc;
}
.content_block ol {
  list-style-type: decimal;
}
.content_block li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .content_block li {
    margin-bottom: 12px;
  }
}
.content_block li:last-child {
  margin-bottom: 0;
}
.content_block a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
  color: #e3131a;
}
.content_block a:hover {
  opacity: 0.7;
}
.content_block blockquote {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 24px;
  border-left: 4px solid currentColor;
  margin-bottom: 24px;
  font-style: italic;
}
@media (min-width: 768px) {
  .content_block blockquote {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .content_block blockquote {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
  }
}
.content_block strong,
.content_block b {
  font-weight: 700;
}
.content_block em,
.content_block i {
  font-style: italic;
}
.content_block hr {
  border: none;
  border-top: 1px solid currentColor;
  margin: 32px 0;
  opacity: 0.2;
}
.content_block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.content_block * + h1,
.content_block * + h2,
.content_block * + h3,
.content_block * + h4,
.content_block * + h5,
.content_block * + h6 {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .content_block * + h1,
  .content_block * + h2,
  .content_block * + h3,
  .content_block * + h4,
  .content_block * + h5,
  .content_block * + h6 {
    margin-top: 48px;
  }
}
.content_block.content_center .container {
  text-align: center;
  max-width: 960px;
}

.two_column_image_text {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .two_column_image_text {
    padding: 100px 0;
  }
}
.two_column_image_text .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .two_column_image_text .container {
    gap: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.two_column_image_text .col {
  width: 100%;
}
@media (min-width: 768px) {
  .two_column_image_text .col_left {
    max-width: 40%;
  }
}
.two_column_image_text .col_left .icon {
  margin-bottom: 24px;
}
.two_column_image_text .col_left .icon img {
  max-width: 50%;
}
.two_column_image_text .col_left h2,
.two_column_image_text .col_left h3,
.two_column_image_text .col_left h4 {
  margin-bottom: 24px;
}
.two_column_image_text .col_left p {
  margin-bottom: 16px;
}
.two_column_image_text .col_left a {
  color: #fff;
}
@media (min-width: 768px) {
  .two_column_image_text .col_right {
    max-width: 40%;
  }
}
.two_column_image_text .col_right img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.two_column_image_text .col_right.mask_1 img, .two_column_image_text .col_right.mask_2 img, .two_column_image_text .col_right.mask_3 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.two_column_image_text .col_right.mask_1 img {
  mask-image: url(../3646028502ecd3846d27.svg);
  -webkit-mask-image: url(../3646028502ecd3846d27.svg);
}
.two_column_image_text .col_right.mask_2 img {
  mask-image: url(../296a40c8de47cf7553ce.svg);
  -webkit-mask-image: url(../296a40c8de47cf7553ce.svg);
}
.two_column_image_text .col_right.mask_3 img {
  mask-image: url(../3646028502ecd3846d27.svg);
  -webkit-mask-image: url(../3646028502ecd3846d27.svg);
}
@media (min-width: 768px) {
  .two_column_image_text.media_left .col_left {
    order: 2;
  }
}
@media (min-width: 768px) {
  .two_column_image_text.media_left .col_right {
    order: 1;
  }
}
.two_column_image_text.dark_text {
  color: #08090a;
}
.two_column_image_text.dark_text a {
  color: #08090a;
  text-decoration: underline;
}

.full_page_carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #e3131a;
  background: linear-gradient(0deg, rgb(227, 19, 26) 0%, rgb(8, 9, 10) 75%);
  padding: 60px 0;
}
@media (min-width: 768px) {
  .full_page_carousel {
    padding: 100px 0;
  }
}
.full_page_carousel .fpc_container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
}
.full_page_carousel h6 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.full_page_carousel h3 {
  text-align: center;
  margin-bottom: 24px;
}
.full_page_carousel h5 {
  text-align: center;
  color: #e3131a;
  margin-bottom: 24px;
}
.full_page_carousel p {
  text-align: center;
}
.full_page_carousel .fpc_navigation {
  position: relative;
  margin-top: 40px;
}
.full_page_carousel .swiper-button-prev {
  transform: rotate(180deg);
  background: #eaeefe;
  width: 34px;
  height: 34px;
  display: flex;
  align-content: inherit;
  justify-content: center;
  border-radius: 100px;
}
.full_page_carousel .swiper-button-prev:after {
  display: none;
}
.full_page_carousel .swiper-button-prev svg {
  max-width: 20px;
}
.full_page_carousel .swiper-button-prev svg path {
  fill: #08090a;
}
.full_page_carousel .swiper-button-next {
  background: #eaeefe;
  width: 34px;
  height: 34px;
  display: flex;
  align-content: inherit;
  justify-content: center;
  border-radius: 100px;
}
.full_page_carousel .swiper-button-next:after {
  display: none;
}
.full_page_carousel .swiper-button-next svg {
  max-width: 20px;
}
.full_page_carousel .swiper-button-next svg path {
  fill: #08090a;
}

.page_take_over_video {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.page_take_over_video .container {
  max-width: 1120px;
}
.page_take_over_video .video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.page_take_over_video .video_wrapper .video_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page_take_over_video .video_wrapper .video_block iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.page_take_over_video .video_wrapper .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.page_take_over_video .video_wrapper .video_overlay .cover_image_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page_take_over_video .video_wrapper .video_overlay .cover_image_container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.page_take_over_video .video_wrapper .video_overlay .cover_image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 100%;
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page_take_over_video .video_wrapper .video_overlay .overlay_body h2 {
    font-size: 1.8rem;
  }
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 40px;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .page_take_over_video .video_wrapper .video_overlay .overlay_body p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body .play_button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .page_take_over_video .video_wrapper .video_overlay .overlay_body .play_button {
    width: 100px;
    height: 100px;
  }
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body .play_button:hover {
  transform: scale(1.1);
}
.page_take_over_video .video_wrapper .video_overlay .overlay_body .play_button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .page_take_over_video .video_wrapper .video_overlay .overlay_body .play_button svg {
    width: 20px;
    height: 20px;
  }
}
.page_take_over_video.is-playing .video_overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.image_carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image_carousel .image_caro {
  position: relative;
  padding-bottom: 50px;
}
.image_carousel .image_caro .image_item {
  width: 100%;
  overflow: hidden;
}
.image_carousel .image_caro .image_item img {
  aspect-ratio: 1/1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  mask-image: url(../51e5b87a71b6f991261e.svg);
  -webkit-mask-image: url(../51e5b87a71b6f991261e.svg);
}
.image_carousel .image_caro .swiper-pagination {
  bottom: 0;
}
.image_carousel .image_caro .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 6px;
}
.image_carousel .image_caro .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e3131a;
  transform: scale(1.2);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font end */
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

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