body {
  font-family: Manrope;
  background: #ffffff;
  color: #000000;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.elevation1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.elevation2 {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
}

.elevation3 {
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.07);
}

.elevation4 {
  box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.09);
}

/* h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-top: 0px;
    color: #202126;
    font-weight: 700;
    font-family: Roboto;
  }
  
  h1, .h1 {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 991px) {
    h1, .h1 {
      font-size: 44px;
          line-height: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 44px;
        line-height: 100%;
    }
  }
  
  h2, .h2 {
    font-size: 44px;
        line-height: 100%;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 32px;
         line-height: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 32px;
        line-height: 100%;
    }
  }
  
  h3, .h3 {
    font-size: 36px;
        line-height: 100%;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 991px) {
    h3, .h3 {
      font-size: 28px;
         line-height: 100%;
      margin-bottom: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 28px;
          line-height: 100%;
      margin-bottom: 12px;
    }
  }
  
  h4, .h4 {
    font-size: 28px;
       line-height: 100%;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 991px) {
    h4, .h4 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 12px;
    }
  }
  @media screen and (max-width: 767px) {
    h4, .h4 {
      font-size: 22px;
         line-height: 100%;
      margin-bottom: 12px;
    }
  }
  
  h5, .h5 {
    font-size: 22px;
        line-height: 100%;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 991px) {
    h5, .h5 {
      font-size: 18px;
          line-height: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    h5, .h5 {
      font-size: 18px;
         line-height: 100%;
    }
  }
  

  p, p.md {
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 26px;
    margin-top: 0px;
    color: #3a3e46;
  }
  @media screen and (max-width: 991px) {
    p, p.md {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    p, p.md {
      margin-bottom: 20px;
    }
  }
  
  p.sm {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    margin-top: 0px;
    font-weight: 300;
  }
  
  p.lg {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 0px;
  } */

.mediaFluid {
  background-color: #181818;
}

.mediaFullImage {
  background-size: cover;
  background-position: center;
}

.mediaFluidInner {
  margin-left: auto;
  max-width: 775px;
  padding: 0px 40px;
}

.mediaRight .mediaFluidInner {
  margin-left: initial;
}

.mediaFullBottom {
  margin-top: -80px;
}

.maincopy.dark {
  color: white;

  h2, h3, h4, h5, h6, p, li, ol {
    color: white;
  }
}

.maincopy {
  h2, .h2 {
    color: #303030;

    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    /* 56.64px */
  }

  h3, .h3 {
    color: #323232;
    font-family: Manrope;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  h4, .h4 {
    color: #323232;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  p {
    color: #282828;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -0.32px;
  }

  .eyebrow {
    color: #282828;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .maincopy h2, .maincopy .h2 {
    font-size: 36px;
  }

  .maincopy h3, .maincopy .h3 {
    font-size: 28px;
  }

  .maincopy h4, .maincopy .h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .maincopy h2, .maincopy .h2 {
    font-size: 30px;
  }

  .maincopy h3, .maincopy .h3 {
    font-size: 24px;
  }

  .maincopy h4, .maincopy .h4 {
    font-size: 18px;
  }
}

.links {
  color: #D92A1C;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.maincopy a {
  color: #D92A1C;
  text-decoration: none;
}

.wysiwygOption1 {
  text-align: center;
  justify-content: center;
}

.wysiwyg .buttonPrim {
  margin-right: 20px;
  box-shadow: 0 0 30px 0 rgba(217, 42, 28, 0.50);
}

.maincopy ol {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.maincopy ol li {
  color: #3a3e46;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  font-weight: 300;
}

.maincopy ul {
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.maincopy ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.maincopy ul li::before {
  content: "\f00c";
  /* Add backslash before the code */
  color: #333;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: 0px;
  position: absolute;
  left: 0;
  font-size: 24px;
  font-family: "Font Awesome 5 Pro";
}

.mediaFluidInner .maincopy ul li::before {
  color: white;
}

.maincopy ul.sm li {
  line-height: 22px;
  font-size: 15px;
}

.maincopy ul.lg li {
  font-size: 20px;
  line-height: 30px;
}

button {
  border: none;
  background: transparent;
}

/* Imagify and picture tags */
picture img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* HoneyPot */
.gfield--type-honeypot {
  display: none;
}

/* Grid Bleed */
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

/* Pagination Navigation */
.navigation {
  text-align: center;
}

.navigation ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navigation ul li {
  display: inline-block;
  padding: 0px 3px;
}

.navigation ul .active a {
  color: #D92A1C;
  background-color: transparent;
}

.navigation ul a {
  background-color: #D92A1C;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}

.pagination {
  text-align: center;
  padding-top: 40px;
}

.pagination a {
  background-color: #D92A1C;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  margin: 0px 3px;
}

.pagination .current {
  background-color: transparent;
  color: #D92A1C;
  font-weight: 600;
  margin: 0px 3px;
}

/* Responsive Embed Container */
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Alternative aspect ratios */
.responsive-embed--4by3 {
  padding-bottom: 75%;
  /* 4:3 aspect ratio */
}

.responsive-embed--1by1 {
  padding-bottom: 100%;
  /* 1:1 aspect ratio */
}

.responsive-embed--21by9 {
  padding-bottom: 42.857%;
  /* 21:9 aspect ratio */
}

.eyebrow {
  font-size: 15px;
  margin-bottom: 16px !important;
  line-height: 22px;
  margin-top: 0px !important;
}

/*!*************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/_block-global.scss ***!
    \*************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

/* Fonts */
/* Gradients */
/* Focus States */
.blocksIntro {
  padding-bottom: 12px;
}

.blocksIntro.center {
  text-align: center;
  max-width: 850px;
  margin: 0px auto;
}

.featured-news-title-link {
  color: #202126 !important;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.featured-news-title-link:hover {
  color: #202126;
  text-decoration: underline;
}

.featured-news-title-link h2:hover {
  color: #202126;
  text-decoration: underline;
}

.mediaLeft {
  padding-right: 32px;
}

.mediaFluidInner .h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .mediaLeft {
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mediaLeft {
    padding-right: 8px;
  }
}

.mediaRight {
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .mediaRight {
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mediaRight {
    padding-left: 8px;
  }
}

/* Images Alignment - Flexbox ordering for desktop */
div[data-images-right="true"] .grid {
  display: flex;
  flex-wrap: wrap;
}

div[data-images-right="true"] .mediaLeft {
  order: 2;
}

div[data-images-right="true"] .mediaRight {
  order: 1;
}

/* Reset order on mobile */
@media screen and (max-width: 767px) {
  div[data-images-right="true"] .mediaLeft {
    order: 0;
    padding-right: 8px;
  }

  div[data-images-right="true"] .mediaRight {
    order: 0;
    padding-left: 8px;
  }
}

.columnCenter {
  margin: 0px auto;
}

.centerClass {
  text-align: center;
  margin: 0px auto;
}

.centerClass .links {
  margin: 0px auto;
  display: table;
}

.bottomRight {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* Block settings */
.blockGlobal {
  position: relative;
  overflow: hidden;
}

.calloutBannerFluid {
  text-align: center;
}

.calloutBannerWrapper .blockGlobal {
  border-radius: 8px;
}

.overlay {
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
}

.topGradient {
  background: linear-gradient(to bottom, #c6c8cf, #ffffff);
}

.bottomGradient {
  background: linear-gradient(to bottom, #ffffff, #c6c8cf);
}

.socialWrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}

/* Extra Small */
.paddingTopXS {
  padding-top: 48px;
}

@media screen and (max-width: 991px) {
  .paddingTopXS {
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTopXS {
    padding-top: 24px;
  }
}

.paddingBottomXS {
  padding-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .paddingBottomXS {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottomXS {
    padding-bottom: 24px;
  }
}

/* Small */
.paddingTopSM {
  padding-top: 64px;
}

@media screen and (max-width: 991px) {
  .paddingTopSM {
    padding-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTopSM {
    padding-top: 32px;
  }
}

.paddingBottomSM {
  padding-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .paddingBottomSM {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottomSM {
    padding-bottom: 32px;
  }
}

/* Medium */
.paddingTopMD {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .paddingTopMD {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTopMD {
    padding-top: 40px;
  }
}

.paddingBottomMD {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .paddingBottomMD {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottomMD {
    padding-bottom: 40px;
  }
}

/* Large */
.paddingTopLG {
  padding-top: 96px;
}

@media screen and (max-width: 991px) {
  .paddingTopLG {
    padding-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTopLG {
    padding-top: 48px;
  }
}

.paddingBottomLG {
  padding-bottom: 96px;
}

@media screen and (max-width: 991px) {
  .paddingBottomLG {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottomLG {
    padding-bottom: 48px;
  }
}

/* Extra Large */
.paddingTopXL {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .paddingTopXL {
    padding-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTopXL {
    padding-top: 64px;
  }
}

.paddingBottomXL {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .paddingBottomXL {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottomXL {
    padding-bottom: 64px;
  }
}

/* 2XL */
.paddingTop2XL {
  padding-top: 144px;
}

@media screen and (max-width: 991px) {
  .paddingTop2XL {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTop2XL {
    padding-top: 80px;
  }
}

.paddingBottom2XL {
  padding-bottom: 144px;
}

@media screen and (max-width: 991px) {
  .paddingBottom2XL {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottom2XL {
    padding-bottom: 80px;
  }
}

/* 3XL */
.paddingTop3XL {
  padding-top: 180px;
}

@media screen and (max-width: 991px) {
  .paddingTop3XL {
    padding-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .paddingTop3XL {
    padding-top: 96px;
  }
}

.paddingBottom3XL {
  padding-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .paddingBottom3XL {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .paddingBottom3XL {
    padding-bottom: 96px;
  }
}

/* None */
.paddingTopNone {
  padding-top: 0;
}

.paddingBottomNone {
  padding-bottom: 0;
}

/*!******************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/templates/notfound.scss ***!
    \******************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

/* Fonts */
/* Gradients */
/* Focus States */
/* 404 Page */
.notFoundRight {
  background-color: #D92A1C;
  background-size: cover;
}

.notFoundLeft {
  padding: 40px;
  max-width: 700px;
  margin-left: auto;
  text-align: center;
}

.notFoundLeft p {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.notFoundLeft h1 {
  color: #D92A1C;
  font-size: 180px;
  line-height: 100%;
  font-weight: bold;
  margin: 0px !important;
}

.copyRight404 {
  padding: 80px 40px;
  max-width: 700px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .notFoundLeft {
    padding: 40px;
    max-width: 100%;
  }

  .notFoundLeft p {
    font-size: 20px;
  }

  .notFoundLeft h1 {
    font-size: 80px;
  }

  .copyRight404 {
    padding: 40px;
    max-width: 100%;
  }

  .copyRight404 p {
    font-size: 24px;
  }
}



/* Fonts */
/* Gradients */
/* Focus States */
/* Core Blocks and WP Styles */
.coreColumn {
  padding: 0px 15px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  text-align: left;
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.wp-caption img {
  border-radius: 4px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption-text {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 22px;
  color: #3a3e46;
}

/*!*****************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/templates/parking.scss ***!
    \*****************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */


.footerFluid {
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 55px;
  padding-bottom: 48px;
}

.footerFluid .mainLogoLink {
  display: block;
  max-width: 260px;
  margin: 0px auto;
}

.footerFluid .primaryButtonIcon {
  background-color: #ffffff;
  border-radius: 12px 12px 12px 0px;
  border: 1px solid;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.07);
  color: #D92A1C;
}

.footerFluid .primaryButtonIcon:hover {
  background-color: #d2e0fe;
}

.footerFluid .left p {
  color: #1D1D1D;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  max-width: 550px;
  line-height: 135%;
  /* 27px */
  margin-top: 0px;
}

.footerFluid .menuTitle {
  font-weight: 700;
  font-size: 22px;
  color: #202126;
  margin-top: 0px;
}

.footerFluid .copyRightText {
  text-align: center;
  color: #FFF;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}

.footerFluid .footerAddress {
  margin: 0px;
  line-height: 160%;
  color: #3a3e46;
}

.footerFluid .footerPhone {
  margin: 0px;
  color: #3a3e46;
  line-height: 160%;
}

.footerFluid .footerPhone a {
  color: #3a3e46;
}

.footerFluid .footerPhone a:hover, .footerFluid .footerPhone a:focus {
  color: #D92A1C;
}

.footerFluid .footerEmail {
  line-height: 160%;
}

.footerFluid .footerEmail a {
  color: #3a3e46;
}

.footerFluid .footerEmail a:hover, .footerFluid .footerEmail a:focus {
  color: #D92A1C;
}

.footerFluid .footerCopyFluid {
  background-color: #102f77;
  text-align: center;
}

.footerFluid .footerCopyFluid p {
  font-size: 14px;
  margin: 0px;
}

.footerFluid .FooterMenu {
  padding: 0px;
  list-style-type: none;
}

.footerFluid .FooterMenu li {
  margin-bottom: 15px;
}

.footerFluid .FooterMenu li a {
  font-weight: 500;
  color: #3a3e46;
  text-decoration: none;
}

.footerFluid .FooterMenu li a:hover, .footerFluid .FooterMenu li a:focus {
  text-decoration: underline;
  color: #b2221a;
}

/* Footer Copyright */
.footerCopyFluid {
  background: #272727;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footerCopyFluid .copyrightmenu {
  padding: 0px;
  list-style-type: none;
  margin: 10px 0px 0px 0px;
}

.footerLogo {
  height: 80px;
  width: auto;
  display: inline-block;
  margin-right: 14px;
}

.footerCopyFluid .copyRightText {
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.96px;
}

.footerLogoWrapper {
  margin-top: 24px;
}

.footerContact a {
  color: #D92A1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: table;
  margin: 0px auto;

  i {
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .footerFluid {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footerFluid .left p {
    max-width: 100%;
  }

  .socialFooter {
    margin-top: 10px;
  }

  .newsLetter {
    max-width: 100%;
  }

  .footerLogo {
    max-width: 150px;
  }
}


.hamBurger {
  cursor: pointer;
  margin-left: auto;
  display: table;
}

.hamBurger span {
  color: #3a3e46;
  font-size: 32px;
}

/*!***********************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/components/panel-mobile.scss ***!
    \***********************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

/* Fonts */
/* Gradients */
/* Focus States */
.panel .tabWrapper {
  place-self: baseline;
}

.panel .tabWrapper button {
  font-size: 12px;
  padding: 6px 7px;
}

.panel .tabContent-mobile-panel [class*=col-] {
  width: 100% !important;
  padding: 10px 0px;
}

.panel {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
  overflow: scroll;
}

.panel .header {
  border-bottom: 1px solid #c6c8cf;
  padding: 20px;
}

.panel .content {
  padding: 20px;
}

.panel.open {
  transform: translateX(0);
}

.close-btn {
  cursor: pointer;
  background: none;
  border: none;
  color: #3a3e46;
  margin-left: auto;
  display: table;
}

.close-btn span {
  font-size: 24px;
}

.html-lock-scroll {
  overflow: hidden;
}

.search-form-mobile {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.search-form-mobile .field-container {
  flex: 1;
}

.search-form-mobile .search-submit {
  width: inherit;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0px;
}

.mobile-menu .links {
  display: block;
  border-radius: 2px;
  padding: 12px 15px;
  margin-bottom: 8px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}

.mobile-menu .accordionStyle.ghost.is-open {
  border: none;
}

.mobile-menu .accordionStyle {
  margin-top: 0px;
  margin-bottom: 8px;
}

.mobile-menu .accordionStyle:hover {
  background-color: transparent !important;
}

.mobile-menu .accordionStyle .beefup__body {
  padding: 0px 20px;
}

/*!************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/components/header-tablet.scss ***!
    \************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

/* Fonts */
/* Gradients */
/* Focus States */
/* tablet and mobile */
.navTablet {
  display: none;
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mobilemenuwrapper {
  display: none;
}

/* Small Devices */
@media screen and (max-width: 1199px) {
  .navTablet {
    display: inherit;
  }

  .primaryLogo {
    max-width: 200px !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************!*\
    !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./assets/css/components/header-desktop.scss ***!
    \*************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

/* Fonts */
/* Gradients */
/* Focus States */
.mainLogoLink {
  position: relative;
  outline: none;
  display: inline-block;
}

.mainLogoLink:focus:after {
  position: absolute;
  top: -4px;
  right: -8px;
  bottom: -4px;
  left: -8px;
  content: "";
  display: block;
  border: 2px solid #35c1fe;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.headerRight {
  text-align: right;
}

.navDesktop {
  background: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.headerRightTop .headerLink {
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 10px;
}

.headerRightTop .headerPhone {
  color: #D92A1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px 20px 0px 10px;
}

.headerRightTop .primaryButtonIcon {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  margin: 0px 10px;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0px;
  gap: 20px;
}

.main-navigation:after {
  clear: both;
}

.main-navigation:after, .main-navigation:before {
  content: " ";
  display: table;
}

.main-navigation li {
  display: block;
  position: relative;
}

.main-navigation li a,
.main-navigation li button {
  display: inline-flex;
  align-items: center;
  position: relative;
  align-self: flex-start;
  color: #3a3e46;
  text-decoration: none !important;
  font-weight: 700;
  color: #3A3A3A;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 10px;
  cursor: pointer;
}

.main-navigation li a .fa-solid,
.main-navigation li button .fa-solid {
  margin-left: 8px;
  font-size: 15px;
}

.main-navigation li a:hover,
.main-navigation li button:hover {
  color: #b2221a;
}

/* .main-navigation li a:focus:after,
.main-navigation li button:focus:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: "";
  display: block;
  border: 2px solid #b2221a;
  border-radius: 4px;
} */

.parentActive a,
.parentActive button {
  color: #b2221a !important;
  text-decoration: underline !important;
}

.sub-menu {
  display: none;
  position: absolute;
  min-width: 275px;
  z-index: 10;
  margin: 0;
  padding: 8px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e6e9eb;
  border-radius: 4px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.sub-menu li a {
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  color: #3a3e46 !important;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none !important;
  font-weight: 500;
}

.sub-menu li a:hover, .sub-menu li a:focus {
  background-color: #d2e0fe;
  border-radius: 4px;
  text-decoration: none !important;
}

/* 3rd Tier Menu Support */
.sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 4px;
  z-index: 11;
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #e6e9eb;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
}

ul.sub-menu ul.sub-menu a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* Position 3rd tier menus to the left if they would go off-screen */
@media screen and (max-width: 1400px) {
  .sub-menu .sub-menu {
    left: -100%;
    margin-left: -4px;
  }
}

/* Ensure 3rd tier menu items have proper styling */
.sub-menu .sub-menu li a {
  width: 100%;
  padding: 10px 12px;
  background-color: #ffffff;
  color: #3a3e46 !important;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  font-weight: 500;
  display: block;
  text-align: left;
}

.sub-menu .sub-menu li a:hover,
.sub-menu .sub-menu li a:focus {
  background-color: #d2e0fe;
  border-radius: 4px;
  text-decoration: none !important;
}

/* Add visual indicator for 3rd tier menu items */
.sub-menu .menu-item-has-children>a {
  position: relative;
  padding-right: 30px !important;
}

.sub-menu .menu-item-has-children>a .fa-solid {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  font-size: 12px;
}

/* Ensure proper spacing for nested menus */
.sub-menu .menu-item-has-children {
  position: relative;
}

/* Dynamic positioning for 3rd tier menus */
.sub-menu .sub-menu.flyout-left {
  left: -100%;
  margin-left: -4px;
}

.headerSearch a {
  margin-top: 5px;
}

@media screen and (max-width: 1199px) {
  .navDesktop {
    display: none !important;
  }
}


.scrollText h2 {
  letter-spacing: 11.25px;
  text-transform: uppercase;
}


.fieldWrapper {
  position: relative;
}

.fieldWrapper::before {
  content: "\f007";
  /* Unicode for 'fa-user' or any icon you prefer */
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  /* Solid style */
  position: absolute;
  left: 16px;
  /* Adjust the position as needed */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  /* Adjust the size */
  color: #666;
  z-index: 2;
}

.fieldWrapper .field {
  padding: 12px 16px 12px 40px;
  border-radius: 4px;
  border: 1px solid #c6c8cf;
  background-color: #ffffff;
  min-height: 50px !important;
  width: 100%;
  color: #3a3e46;
}

.fieldWrapper .field:focus {
  outline: 2px solid #35c1fe;
  outline-offset: 2px;
  border-radius: 4px;
}

.field-container label {
  color: #3a3e46;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 8px;
  display: table;
  font-weight: 600;
}

#search-dialog {
  background: #ffffff;
  padding: 40px;
  max-width: 750px;
  margin: 40px auto;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

#search-dialog .mfp-close {
  border: 1px solid #616775;
  color: #616775;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 17px;
  opacity: 1;
  top: 10px;
  right: 10px;
}

#search-dialog .mfp-close:hover {
  color: #D92A1C;
  border: 1px solid #D92A1C;
}

#search-dialog .mfp-close:focus {
  color: #D92A1C;
  border: 1px solid #D92A1C;
  background: #d2e0fe;
}

.searchGrid [class*=col-] {
  padding: 7px;
}

.searchGrid .primaryButton {
  width: 100%;
}

.search-form {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.search-form .field-container {
  flex: 1;
}

.search-form .search-submit {
  width: inherit;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0px;
}

.search-submit {
  min-width: 100px !important;
}


.accordionStyle.boxed {
  border: 1px solid #e6e9eb;
  background-color: #ffffff;
}

.accordionStyle.boxed .beefup__head {
  padding: 20px 40px 20px 24px;
  font-family: Manrope;
}

.accordionStyle.boxed .beefup__head:after {
  right: 0px;
}

.accordionStyle.boxed.beefup:hover {
  border: 1px solid #D92A1C;
  background-color: #f0f4ff;
}

.accordionStyle.boxed.beefup:hover .beefup__head {
  color: #D92A1C;
}

.accordionStyle.boxed.is-open {
  border: 1px solid #D92A1C;
  background-color: #ffffff;
}

.accordionStyle.boxed.is-open .beefup__head {
  text-decoration: none;
  color: #D92A1C;
}

.accordionStyle.boxed.is-open .beefup__head:after {
  content: "\f146";
  font-weight: 600;
}

.accordionStyle.boxed .beefup__body {
  padding: 0px 24px 20px 24px;
}

.accordionStyle.boxed .beefup__body p:last-of-type {
  margin: 0px;
}

.accordionStyle.ghost {
  border: none;
  border-bottom: 1px solid #c6c8cf;
  border-radius: 0px;
}

.accordionStyle.ghost .beefup__head {
  padding: 20px 24px 20px 0px;
}

.accordionStyle.ghost .beefup__head:after {
  right: 12px;
}

.accordionStyle.ghost.beefup:hover {
  border-bottom: 1px solid #D92A1C;
}

.accordionStyle.ghost.beefup:hover .beefup__head {
  color: #D92A1C;
}

.accordionStyle.ghost.is-open {
  border-bottom: 1px solid #D92A1C;
}

.accordionStyle.ghost.is-open .beefup__head {
  text-decoration: none;
}

.accordionStyle.ghost.is-open .beefup__head:after {
  content: "\f146";
  font-weight: 600;
}

.accordionStyle.ghost .beefup__body {
  padding: 0px 0px 20px 0px;
}

.accordionStyle.ghost .beefup__body p:last-of-type {
  margin: 0px;
}

.accordionStyle {
  position: relative;
  overflow: hidden;
}

.accordionStyle:last-child {
  margin-bottom: 0 !important;
}

.accordionStyle .beefup__head {
  white-space: break-spaces;
  font-weight: 600;
  border: none;
  background: transparent;
  text-align: left;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: underline;
  position: relative;
  color: #D92A1C;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 15px !important;
}

.accordionStyle .beefup__head:focus {
  color: #D92A1C;
}

.accordionStyle .beefup__head:after {
  content: "\f0fe";
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  font-weight: 300;
  color: #D92A1C;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  position: relative;
  border: none;
  margin-top: 0px;
}


.footerBottom {
  padding-top: 20px;
  padding-bottom: 20px;
}




/* Search Page */
.searchHero {
  background-color: #3A3A3A;
}

.readMore {
  color: #d92a1c;
  font-weight: 600;

  span {
    margin-left: 6px;
  }
}

.search-form-page {
  position: relative;
}

.search-form-page input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #d92a1c;
}

.search-form-page input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-form-page button {
  bottom: 10px;
  font-size: 20px;
  position: absolute;
  right: 15px;
}

.formHeroWrap {
  background-color: #d92a1c;
  padding: 56px;
  border-radius: 4px;
  margin: 80px auto -120px auto;
  max-width: 85%;
  border: 1px solid #d92a1c;
}

.formHeroWrap p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.searchContainer {
  padding-top: 140px;
  padding-bottom: 40px;
}

.searchFor {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.searchBoxResults {
  border-bottom: 2px solid #d92a1c;
  padding: 30px 0px;
}

.searchBoxResults p {
  font-size: 18px;
  line-height: 140%;
  margin: 0px 0px 20px 0px;
}

.searchBoxResults h2 {
  margin-top: 0px;
  font-size: 24px !important;
}

.searchBoxResults h2 a {
  color: #d92a1c !important;
  text-decoration: none;
}

.searchBoxResults h2 a:hover,
.searchBoxResults h2 a:focus {
  text-decoration: underline;
}

@media screen and (max-width: #d92a1c) {
  .formHeroWrap {
    max-width: 100%;
    padding: 25px;
  }

  .searchFor {
    font-size: 28px;
  }
}

@media (max-width:1600px) {
  .main-navigation li a, .main-navigation li button {
    font-size: 14px;
  }

  .main-navigation {
    gap: 10px;
  }
}