@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Red+Rose:wght@300..700&display=swap");

:root {
  --en-website-width: 1200px;
}

/* General */
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.DB_mask {
  z-index: 9999999999 !important;
}
.DB_dialog {
  z-index: 99999999999 !important;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

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

/* imdex */
#index-top {
  position: relative;
  background: #000;
}
#slideshow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
  max-height: 68vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#wrapper-index {
  overflow: hidden;
}

/* Sidelinks */
.en-sidelinks-module {
  gap: 8px;
  top: 282px;
  transform: none;
  z-index: 5;
}
#index-top .en-sidelinks-module a {
  width: 157px;
  background: #fff;
  color: #0a2b70;
  font-size: 16px;
  line-height: 15px;
  font-family: "Red Rose", system-ui;
  font-weight: 500;
  z-index: 1;
  padding: 9px 10px 7px 14px;
  position: relative;
  margin: 0;
  letter-spacing: 0.4px;
  box-sizing: border-box;
  min-height: 60px;
  transition: 0.4s all ease;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-top .en-sidelinks-module a:is(:hover, :focus) {
  transform: none;
  color: #fff;
  background: #0a2b70;
  width: 167px;
  padding: 9px 32px 10px 17px;
}

#index-top .en-sidelinks-module a::before {
  content: none;
}

#index-top .en-sidelinks-module a::after {
  content: "";
  position: absolute;
  background: url(/pics/sidelink_icon.png) no-repeat right center;
  width: 0;
  height: 100%;
  right: 0;
  margin: 0;
  top: 0;
  transform: none;
  z-index: -1;
  transition: 0.4s all ease;
  opacity: 0;
}
#index-top .en-sidelinks-module a:is(:hover, :focus)::after {
  width: 26px;
  opacity: 1;
}

@media only screen and (max-width: 1550px) {
  .en-sidelinks-module {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .en-sidelinks-module {
    display: flex;
    align-items: stretch;
    padding: 50px 8px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    transform: none;
    position: relative;
    gap: 20px;
    margin: 0;
    z-index: 0;
    background: #fff;
  }
  #index-top .en-sidelinks-module a {
    max-height: unset;
    text-align: center;
    justify-content: center;
    padding: 8px 20px 8px !important;
    width: 150px !important;
  }
  #index-top::after {
    content: none;
  }
}
@media only screen and (max-width: 510px) {
  #index-top .en-sidelinks-module a {
    width: 46% !important;
  }
}

/* video */
.en-widescreen-video,
.en-widescreen-video video {
  max-height: 694px;
  height: 100%;
  background: #000;
}
.en-widescreen-video button {
  z-index: 2;
  cursor: pointer;
  background: #0a2b70;
  color: #fff;
  border: none;
}

.en-widescreen-video button:hover {
  background: #000;
  color: #fff;
}

.en-widescreen-video .en-video-controls {
  left: 20px;
  bottom: 20px !important;
}

@media only screen and (max-width: 991px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    height: clamp(275px, 60vw, 694px);
  }
}

@media only screen and (min-width: 992px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    min-height: 694px;
  }
}

/*-----------index rows----------*/

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  height: auto;
}
.rows {
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 1250px) {
  .rows-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*------------first-row---------*/
#first-row {
  background: url(/pics/first-row-bg.png) no-repeat center top #f5f5f5;
}

#first-row-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
  padding: 89px 0 64px;
  align-items: flex-start;
  z-index: 1;
}
#first-row::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 92px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
#first_row_right {
  background: #0a2b70;
  max-width: 643px;
  color: #fff;
  left: -1px;
  padding: 58px 78px 56px 60px;
}
#first-row-inner div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#first_row_left {
  max-width: 480px;
  margin: -25px 0 0;
  left: -1px;
}
#first_row_left h1 {
  font-family: "Red Rose", system-ui;
  font-size: clamp(35px, 6vw, 71.5px);
  line-height: clamp(40px, 9vw, 68px);
  color: #0a2b70;
  font-weight: 600;
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0.9px;
}
#first_row_left h1::first-letter {
  color: #000;
  font-size: clamp(40px, 7.5vw, 83.5px);
}
#first_row_right p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 23px);
  line-height: 36px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.23px;
}
#first_row_left h1:nth-child(2),
#first_row_left h1:nth-child(3) {
  left: -1px;
}
#first_row_left h1:nth-child(4) {
  left: -3.5px;
}
#first_row_left h1:nth-child(5) {
  left: 2px;
  top: 0.5px;
}

@media only screen and (max-width: 1240px) {
  #first_row_left {
    max-width: 40%;
  }
  #first-row-inner div {
    left: 0 !important;
  }
  #first_row_right {
    max-width: 53%;
  }
  #first-row-inner {
    gap: 70px;
  }
  #first-row {
    background-position: left top;
  }
}

@media only screen and (max-width: 1160px) {
  #first-row::after {
    height: 24%;
  }
}

@media only screen and (max-width: 1099px) {
  #first-row-inner {
    gap: 45px;
  }
  #first_row_right {
    max-width: 55%;
  }
}

@media only screen and (max-width: 991px) {
  #first_row_right {
    padding: 50px 20px;
  }
  #first_row_left {
    margin: 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  #first-row-inner div {
    max-width: 100%;
  }
  #first_row_right p {
    text-align: center;
  }
  #first_row_left h1 {
    margin: 0 auto;
    max-width: 290px;
    left: 0 !important;
    top: 0 !important;
  }
  #first-row-inner {
    padding: 50px 0 0 !important;
  }
  #first-row {
    margin: 0 0 50px;
  }
  #first_row_left {
    padding-inline: 15px;
  }
  #first_row_left h1 {
    line-height: clamp(40px, 5.5vw, 68px);
  }
  #first-row::after {
    content: none;
  }
}

@media only screen and (max-width: 625px) {
  #first_row_left h1 {
    max-width: 225px;
  }
}

/*---------first-row-end--------*/

/*------------second-row---------*/
#second-row-inner {
  padding: 0 0 94px;
}

/* news row */
#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.01) !important;
}
.en-card-slider-outer-container {
  position: relative;
  left: -24px;
}
#hp-news {
  position: relative;
  max-width: 1245px;
  margin: 0 auto;
  height: 100%;
  width: 1245px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));
}
#hp-news > div.en-news-slider {
  --min-card-gap: 20px;
  --image-width: 383px;
  --image-height: 274px;
  --line-height: 1.35;
  --font-size: 19px;
  --max-lines-subject: auto;
  --max-lines-summary: auto;
}
#hp-news h2.en-news-section-title {
  display: none;
}
#hp-news h2 {
  position: relative;
  margin: 0 0 25px -2px;
}
#hp-news .en-page-comp-title {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 4.5vw, 34px);
  line-height: clamp(30px, 4.8vw, 36px);
  color: #000;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  display: inline-grid;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
#hp-news .en-acc-readable-item {
  border: 0 !important;
  position: relative;
  padding: 0;
  z-index: 1;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.25s all ease;
}
#hp-news .en-news-slider-title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: clamp(18px, 1.5vw, 19px);
  line-height: clamp(21px, 2.5vw, 24px);
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}
#hp-news .news-info-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 15px 30px 14px 23px;
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  width: 100%;
  background: #fff;
  max-width: 83.6%;
  min-height: 84px;
  justify-content: center;
  right: 0;
}
#hp-news .en-acc-readable-item:is(:hover, :focus) .news-info-wrapper {
  background: #f5f5f5;
  padding: 22.5px 30px 18px 24px;
  animation: fadeInUp 0.45s forwards ease;
}
#hp-news .en-news-slider-summary {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 3px;
  letter-spacing: 0.15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  position: absolute;
  text-indent: -999em;
  bottom: 0;
  height: 0;
}
#hp-news .en-acc-readable-item:is(:hover, :focus) .en-news-slider-summary {
  text-indent: unset;
  position: relative;
  height: auto;
}

.en-news-slider-image-container {
  position: relative;
  background: #4b9cd3 !important;
  height: 274px;
}

.en-news-slider-image-container img {
  max-height: 274px;
  height: 100% !important;
}
div.en-news-slider > div.en-news-slider-footer {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  right: 0;
}
#hp-news div.en-news-show-all {
  border: 0;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 4px;
}
#hp-news div.en-news-show-all a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.35px;
  position: relative;
  text-decoration: none;
  font-family: "Red Rose", system-ui;
  padding: 4px 22px 3px 21px;
  transition: 0.4s all ease;
  color: #000;
  margin: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
}
#hp-news div.en-news-show-all a::after {
  content: "News";
  margin: 0 0 0 4.5px;
}
#hp-news div.en-news-slider-buttons {
  position: absolute;
  width: 1350px;
  top: 171px;
  right: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
#hp-news div.en-news-slider-buttons button {
  position: absolute;
  cursor: pointer;
  border: 0;
  color: #000;
}
#hp-news div.en-news-slider-buttons button.en-news-prev {
  padding: 0;
  text-indent: -9999px;
  width: 49px;
  height: 47px;
  background: url("/pics/leftArrow.png");
  left: -21px;
  background-position: 0 -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 49px;
  height: 47px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 25.5px;
  background-position: 0 -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:hover {
  background-position: -59px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:hover {
  background-position: -59px -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus,
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  width: 56px;
  height: 57px;
  background-repeat: no-repeat;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: -116px 2px;
  left: -24px;
  top: -6px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  background-position: -116px 2px;
  right: 21.5px;
  top: -6px;
}
#hp-news div.en-news-show-all a:is(:hover, :focus) {
  background: #4b9cd3;
}
#hp-events .en-card-slider-inner-container {
  min-height: 150px;
}

@media only screen and (max-width: 1360px) {
  .en-card-slider-outer-container {
    left: 0;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1360px) {
  #hp-news > div.en-news-slider {
    --image-width: 340px;
  }
  #hp-news {
    width: 1062px;
    max-width: 1062px;
  }
  div.en-news-slider > div.en-news-slider-footer {
    width: 1062px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 1200px;
  }
  #hp-news div.en-news-slider-buttons {
    left: 52%;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  #hp-news > div.en-news-slider {
    --image-width: 310px;
  }
  #hp-news {
    width: 970px;
    max-width: 970px;
  }
  div.en-news-slider > div.en-news-slider-footer {
    width: 970px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 1080px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next {
    right: 17.5px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next:focus {
    right: 13.5px;
  }
}

@media only screen and (max-width: 1099px) {
  #second-row-inner {
    padding: 0 0 140px;
  }
  #hp-news > div.en-news-slider {
    --image-width: 280px;
  }
  #hp-news {
    width: 890px;
    max-width: 890px;
  }
  #hp-news div.en-news-show-all {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -57px;
  }
  #hp-news h2 {
    margin: 0 0 25px 0;
    text-align: center;
  }
  div.en-news-slider > div.en-news-slider-footer {
    top: auto;
    width: 890px;
    bottom: -23px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 890px;
    top: auto;
    bottom: -22px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev {
    left: 0;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next {
    right: 0;
  }
  #hp-news div.en-news-slider-buttons button.en-news-next:focus {
    right: -4px;
  }
  #hp-news div.en-news-slider-buttons button.en-news-prev:focus {
    left: -3px;
  }
}

@media only screen and (max-width: 990px) {
  #hp-news {
    width: 585px;
    max-width: 585px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 585px;
  }
  div.en-news-slider > div.en-news-slider-footer {
    width: 585px;
  }
  #third-row {
    background-position: center !important;
  }
}

@media only screen and (max-width: 660px) {
  #hp-news {
    width: 300px;
    max-width: 300px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 300px;
  }
  div.en-news-slider > div.en-news-slider-footer {
    width: 300px;
  }
  #hp-news > div.en-news-slider {
    --image-width: 300px;
  }
}

@media only screen and (max-width: 355px) {
  #hp-news > div.en-news-slider {
    --image-width: 280px;
  }
  #hp-news {
    width: 280px;
    max-width: 280px;
  }
}

/*---------second-row-end--------*/

/*---------Third-row--------*/
#third-row {
  height: 100%;
  margin: 0 auto;
  padding: 92px 0 91px;
  position: relative;
  background: url(/pics/parallax.jpg) no-repeat center #000;
  background-size: cover;
}
#third-row-inner h2 a {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 4.5vw, 34px);
  line-height: clamp(30px, 4.8vw, 36px);
  color: #000;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  display: inline-grid;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
#third-row-inner h2 {
  margin: 0 0 30px 48px;
}
#third-row-inner {
  max-width: 1198px;
  padding: 65px 0 84.5px;
  background: rgba(255, 255, 255, 0.93);
}
/* events */
#hp-events {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  left: -1px;
}
#hp-events .en-events-slider {
  --min-card-gap: 0;
  --card-width: 280px;
  --card-height: auto;
  color: #fff;
}
div.en-events-slider > div.en-card-slider-inner-container {
  min-height: auto !important;
}
#events_title a {
  font-family: "Oswald", sans-serif;
  font-size: clamp(33px, 3.8vw, 42px);
  line-height: 46px;
  color: #043f88;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  letter-spacing: 0.45px;
  display: inline-grid;
}
#events_title {
  position: absolute;
  text-align: left;
  margin: 0;
  padding: 0;
  left: -1px;
  top: 127px;
}
#hp-events .en-events-slider-day {
  background: transparent;
  border: none;
  position: relative;
  height: auto;
  grid-template-rows: 54px auto;
  padding: 0;
  box-sizing: border-box;
}
#hp-events .en-events-slider-date-month {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  left: 0;
  position: relative;
  top: -0.5px;
}
#hp-events .en-events-slider-date-day {
  font-family: "Red Rose", system-ui;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  position: relative;
  top: 0;
  left: -1px;
}
#hp-events .en-events-slider-date {
  width: 100%;
  height: 100%;
  background: url(/pics/date_bg.png) no-repeat center #0a2b70;
  margin: 0;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px 13px 10px 18px;
  max-width: 149px;
  left: 0.5px;
}
#hp-events .en-event-slider-li-title a {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 400;
  transition: 0.4s all ease;
  left: 0;
}
#hp-events .en-event-slider-li-title a:is(:hover, :focus) {
  text-decoration: underline;
  color: #2b7bb1;
}
#hp-events .en-events-slider-detail {
  padding: 0 25px;
  margin: 18px 0 0;
  overflow: unset;
  width: 100%;
  box-sizing: border-box;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li {
  margin: 0 0 25px;
}
#hp-events
  .en-events-slider-detail
  .en-events-slider-detail-li.en-event-slider-li:last-child {
  margin: 0;
}
#hp-events .en-event-slider-li-title {
  margin: 0 0 4.5px 1px;
}
#hp-events .en-event-slider-li-time span,
#hp-events .en-event-slider-li-location {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
#hp-events .en-event-slider-li-location {
  font-size: 17px;
  left: 1px;
  top: -0.5px;
  letter-spacing: 0.2px;
}
#hp-events .en-events-show-all-calendar a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.35px;
  position: relative;
  text-decoration: none;
  font-family: "Red Rose", system-ui;
  padding: 4px 22px 3px 21px;
  transition: 0.4s all ease;
  color: #000;
  margin: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
}
#wrapper-index #hp-events .en-events-show-calendar {
  letter-spacing: 0.5px;
}
#hp-events .en-events-show-all-calendar a:is(:hover, :focus) {
  background: #4b9cd3;
}
.en-event-slider-li-time {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
#hp-events .en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
#hp-events .en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 49px;
  height: 47px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 25.5px;
  background-position: 0 -4px;
}
#hp-events .en-events-prev {
  padding: 0;
  text-indent: -9999px;
  width: 49px;
  height: 47px;
  background: url("/pics/leftArrow.png");
  left: -21px;
  background-position: 0 -4px;
}
#hp-events .en-events-next:is(:hover) {
  background-position: -59px -4px;
}
#hp-events .en-events-prev:is(:hover) {
  background-position: -59px -4px;
}
#hp-events .en-events-next:focus {
  background-position: -116px 2px;
  right: 21.5px;
  top: -6px;
}
#hp-events .en-events-prev:focus {
  background-position: -116px 2px;
  left: -24px;
  top: -6px;
}
#hp-events .en-events-prev:focus,
#hp-events .en-events-next:focus {
  width: 56px;
  height: 57px;
  background-repeat: no-repeat;
}
#hp-events .en-events-slider-footer {
  margin: 0;
}
#hp-events .en-events-slider-buttons {
  position: absolute;
  width: 128px;
  right: 0;
  top: auto;
  left: 42.5px;
  margin: 0 auto;
  bottom: -20.2px;
}
#hp-events button {
  position: absolute;
  cursor: pointer;
  border: 0;
  color: #fff;
}
#hp-events .en-events-show-all-calendar {
  position: absolute;
  top: -64px;
  gap: 8px;
  flex-wrap: wrap;
  right: 51px;
  flex-direction: row;
  justify-content: flex-end;
}
#hp-events .en-events-section-title {
  display: none;
}
#hp-events .events-thumbnail img {
  object-fit: contain;
  width: 100%;
}
#hp-events .events-thumbnail {
  margin: 15px auto 0;
}
#hp-events .events-thumbnail a {
  display: block;
}

@media only screen and (max-width: 1250px) {
  #third-row {
    padding-inline: 20px;
  }
  #third-row-inner h2 {
    margin: 0 0 30px 45px;
  }
  #hp-events .en-events-show-all-calendar {
    right: 45px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  #hp-events .en-events-slider {
    --card-width: 240px;
  }
  #hp-events {
    max-width: 1020px;
  }
}

@media only screen and (max-width: 1099px) {
  #hp-events {
    max-width: 880px;
  }
  #third-row-inner h2 {
    margin: 0 0 30px 0;
    text-align: center;
  }
  #hp-events .en-events-show-all-calendar {
    top: auto;
    bottom: -70px;
    left: 0;
    margin: 0 auto;
  }
  #third-row-inner {
    padding: 60px 0 135px;
  }
  #hp-events .en-events-show-all-calendar {
    top: auto;
    bottom: -70px;
    left: 0;
    margin: 0 auto;
    justify-content: center;
  }
  #hp-events .en-events-slider-buttons {
    width: 470px;
    left: -45px;
    bottom: -35px;
  }
  #hp-events .en-events-prev {
    left: 0;
  }
  #hp-events .en-events-next {
    right: 0;
  }
  #hp-events .en-events-next:focus {
    right: -4px;
  }
  #hp-events .en-events-prev:focus {
    left: -3px;
  }
}

@media only screen and (max-width: 975px) {
  #hp-events {
    max-width: 580px;
  }
}

@media only screen and (max-width: 665px) {
  #hp-events {
    max-width: 280px;
  }
  #hp-events .en-events-show-all-calendar,
  #hp-events .en-events-slider-buttons {
    width: 280px;
  }
  #hp-events .en-events-show-all-calendar {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 3px;
    bottom: -71px;
  }
  #hp-events .en-events-slider-buttons {
    bottom: -20px;
    left: 0;
  }
  #third-row-inner {
    padding: 50px 0 120px;
  }
  #hp-events .en-events-show-all-calendar a {
    padding-inline: 10px;
  }
  #hp-events .en-events-slider-footer {
    padding: 0;
    margin: 20px 0 0;
  }
}
/*---------Third-row-end--------*/

/*---------fourth-row--------*/
#fourth-row-inner > h2 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  font-family: "Red Rose", system-ui;
  color: #0a2b70;
  font-size: clamp(60px, 12vw, 170px);
  line-height: clamp(70px, 12vw, 130px);
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  padding: 74px 0 112px;
  letter-spacing: 17px;
  left: 8.5px;
}
#glance_wrapper {
  position: relative;
  background: #0a2b70;
}
#fourth-row-inner > h2 span {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 5.5vw, 46px);
  line-height: clamp(25px, 5.5vw, 46px);
  position: relative;
  letter-spacing: 4.65px;
  font-weight: 900;
  left: -8.5px;
  top: -1.5px;
}
div.glance_card h2 {
  background: #fff;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -4px 0 0;
  padding: 10px 10px;
  letter-spacing: 0.15px;
  transition: 0.4s all ease;
}
div.glance_card img {
  filter: grayscale(100%);
  transition: 0.4s all ease;
  max-height: 211px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glance_card:is(:hover, :focus) h2 {
  background: #397db7;
}
.glance_card:is(:hover, :focus) img {
  filter: none;
}
#glance_wrapper .slider_controls {
  max-width: 117.5px;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
  left: -8px;
  position: relative;
  top: 7px;
  padding: 0 0 7px;
}
.glance_card {
  width: 238px;
  position: relative;
  transition: 0.4s all ease;
}
#glance_wrapper #cardSlider1 {
  max-width: 730px;
  position: relative;
  margin-top: -71px;
  left: 1px;
  overflow: hidden;
}
.slider_controls button {
  padding: 0;
  text-indent: -9999px;
  width: 49px;
  height: 47px;
  background-position: 0 -4px;
  position: relative;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.slider_controls .en-card-slider-button-disabled {
  opacity: 0.5;
  cursor: auto;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.01) !important;
}
.next_arrow {
  right: 0;
  left: auto;
  background: url("/pics/rightArrow2.png");
}
.prev_arrow {
  left: 0;
  background: url("/pics/leftArrow2.png");
}
#principal {
  position: relative;
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
  padding: 107px 158px 81.2px 7px;
}
#principal h2 {
  left: -2px;
}
#principal :where(a, p, h2) {
  color: #fff;
  position: relative;
  text-decoration: none;
}
#principal .read_more {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  font-family: "Red Rose", system-ui;
  padding: 4px 22px 3px 21px;
  transition: 0.4s all ease;
  margin: 11.5px 0 0;
  font-weight: 500;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  left: -22px;
}
#principal .read_more:is(:hover, :focus) {
  background: #397db7;
  color: #000;
}
#principal :where(a, p, h3) {
  font-family: "Lato", sans-serif;
}
#principal h2 a {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 4.5vw, 34px);
  line-height: clamp(30px, 4.8vw, 34px);
  font-weight: 900;
  position: relative;
  text-decoration: none;
  display: inline;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
#principal h2 a:is(:hover, :focus) {
  text-decoration: underline;
}
#principal h3 {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 0 18px;
  padding: 0;
  letter-spacing: 0.5px;
}
#glance_wrapper .rows-inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
#principal::after {
  content: "";
  position: absolute;
  background: url(/pics/principal_img.png) no-repeat right bottom;
  width: 100%;
  height: 100%;
  right: -47px;
  bottom: 0;
  max-width: 265px;
  z-index: -1;
}
#glance_wrapper .rows-inner::after {
  content: "";
  position: absolute;
  background: url(/pics/principal_bg.png) no-repeat right top -63px;
  width: 100%;
  max-width: 880px;
  height: 100%;
  right: -358px;
  bottom: 0;
  mix-blend-mode: overlay;
}
#glance_wrapper .rows-inner > div {
  z-index: 1;
}
@media only screen and (min-width: 1100px) and (max-width: 1210px) {
  #principal {
    max-width: 29%;
    padding: 107px 145px 80.5px 7px;
  }
  #principal h2 a {
    font-size: clamp(25px, 2.5vw, 34px);
  }
  #principal::after {
    background-size: 82%;
  }
}

@media only screen and (max-width: 1099px) {
  #glance_wrapper #cardSlider1 {
    max-width: 484px;
    left: 0;
  }
  #fourth-row-inner > h2 {
    left: 0;
    padding-inline: 15px;
  }
}

@media only screen and (max-width: 991px) {
  #glance_wrapper .rows-inner {
    flex-direction: column;
    align-items: center;
  }
  #glance_wrapper #cardSlider1 {
    max-width: 730px;
  }

  #principal {
    max-width: 600px;
    padding: 107px 195px 80.5px 0;
  }
  #glance_wrapper .rows-inner::after {
    background-size: cover;
  }
  #glance_wrapper .slider_controls {
    min-height: 57px;
    left: 0;
    top: 0;
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  #glance_wrapper #cardSlider1 {
    max-width: 484px;
  }
  #glance_wrapper .rows-inner::after {
    right: 0;
  }
  #principal {
    padding: 35px 175px 80.5px 0;
  }
  #principal::after {
    background-size: 85%;
  }
  #glance_wrapper .slider_controls {
    left: 0;
    max-width: 238px;
  }
  #principal .read_more {
    left: -12px;
    padding-inline: 12px;
  }
  #fourth-row-inner > h2 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 510px) {
  #glance_wrapper #cardSlider1 {
    max-width: 238px;
  }
}

@media only screen and (max-width: 358px) {
  #principal::after {
    background-size: 70%;
  }
  #hp-events .en-events-slider {
    --card-width: 240px;
  }
  #hp-events .en-events-show-all-calendar,
  #hp-events .en-events-slider-buttons {
    width: 240px;
  }
  #hp-events .en-events-show-all-calendar a {
    padding-inline: 8px;
    font-size: 13px;
  }
}

/*---------fourth-row-end--------*/

/*---------fifth-row--------*/
#fifth-row-inner {
  max-width: 865px;
  padding: 81px 0 80px;
}
#fifth-row {
  background: url(/pics/links_bg.png) no-repeat center top;
}

/* links */
#fifth-row-inner section#links {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  left: 2.5px;
  gap: 30px;
}
#fifth-row-inner h2 a {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 4.5vw, 34px);
  line-height: clamp(30px, 4.8vw, 36px);
  color: #000;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  display: inline-grid;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-align: center;
}
#fifth-row-inner h2 {
  margin: 43px 0 0 0;
  position: relative;
  left: -5px;
}
#links .HPLinks tbody {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px 15px;
  max-width: 585px;
  margin: 0;
  align-items: center;
}
#wrapper-index table.HPLinks tr {
  width: 185px;
  box-sizing: border-box;
  margin: 0;
}
#wrapper-index table.HPLinks #l,
#wrapper-index table.HPLinks .tableLeft {
  display: none;
}
#wrapper-index table.HPLinks #r,
#wrapper-index table.HPLinks .tableRight {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  min-height: 95px;
}
#wrapper-index section table.HPLinks a {
  position: relative;
  z-index: 9;
  color: #0a2b70;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px 24.5px 35px;
  box-sizing: border-box;
  transition: 0.3s all ease;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  min-height: 95px;
  background: #fff;
}
#wrapper-index section table.HPLinks a:is(:hover, :focus) {
  color: #fff;
  background: #0a2b70;
}
#wrapper-index table.HPLinks #showAll-hplinks {
  width: fit-content;
  min-height: auto;
  position: absolute;
  right: 44px;
  margin: 0;
  top: 134px;
}
#showAll-hplinks .tableRight {
  min-height: auto !important;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.35px;
  position: relative;
  text-decoration: none;
  font-family: "Red Rose", system-ui;
  padding: 4px 22px 3px 21px;
  transition: 0.4s all ease;
  color: #000;
  margin: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  min-height: auto;
  background: none;
}
#wrapper-index
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:is(:hover, :focus) {
  background: #4b9cd3;
}
#wrapper-index table.HPLinks {
  width: 100%;
  padding: 0;
  margin: 0;
}
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::after,
#wrapper-index section table.HPLinks #showAll-hplinks .tableRight a::before {
  content: none;
}

@media only screen and (max-width: 991px) {
  #wrapper-index table.HPLinks tr {
    width: 29.5%;
  }
  #links .HPLinks tbody {
    margin: 0 auto;
  }
  #fifth-row-inner h2 {
    left: 0;
  }
  #wrapper-index section table.HPLinks a {
    padding-inline: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #fifth-row-inner h2 {
    text-align: center;
    margin: 0 auto;
  }
  #fifth-row-inner section#links {
    flex-direction: column;
  }
  #fifth-row-inner h2 a br {
    display: none;
  }
  #wrapper-index table.HPLinks #showAll-hplinks {
    top: auto;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #fifth-row-inner {
    padding: 60px 0 110px;
  }
  #wrapper-index table.HPLinks tr {
    width: 30.5%;
  }
}

@media only screen and (max-width: 525px) {
  #wrapper-index table.HPLinks tr {
    width: 47%;
  }
}
/*---------fifth-row-end--------*/

/*---------sixth-row--------*/
#sixth-row-inner {
  grid-template-columns: 50px auto;
  padding: 93px 0 51.3px;
  align-items: flex-start;
  z-index: 2;
  gap: 35px;
  max-width: 1100px;
}
#sixth-row-inner #media_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  align-items: flex-start;
  max-width: 986px;
  margin: 0;
  position: relative;
  left: 0;
}
#sixth-row {
  background: url(/pics/sixthrow_bg.jpg) no-repeat center #000;
  background-size: cover;
}
.next_arrow:is(:hover),
.prev_arrow:is(:hover) {
  background-position: -59px -4px;
}
.slider_controls button:is(:focus) {
  width: 56px;
  height: 57px;
}
.slider_controls button.next_arrow:focus {
  background-position: -116px 2px;
  right: -4px;
  top: -6px;
}
.slider_controls button.prev_arrow:focus {
  background-position: -116px 2px;
  left: -3px;
  top: -6px;
}
#sixth-row::before {
  content: "";
  position: absolute;
  background: rgba(10, 43, 112, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#sixth-row-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(25px, 4.5vw, 34px);
  line-height: clamp(30px, 4.8vw, 36px);
  color: #fff;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  display: inline-grid;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  left: 6.5px;
  top: -2.5px;
}
/* Featured Video */
.HPVideo {
  margin-bottom: 0px;
  position: relative;
}
#video-sec {
  z-index: 1;
  position: relative;
  max-width: 594px;
}
.HPVideo .videowrapper {
  position: relative;
  margin: 0;
}
.HPVideo p {
  position: relative;
  text-align: center;
  padding: 0;
  border-top: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HPVideo p a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  padding: 0;
  letter-spacing: 0.4px;
  top: 4px;
  left: 1px;
}
#video_player1 {
  position: relative;
  margin: 0 !important;
  box-sizing: border-box;
  background-color: #000;
}

.HPVideo {
  margin-bottom: 0;
  position: relative;
}

.HPVideo h2 {
  display: none !important;
}

/* Featured Photo Album */
#album-sec {
  position: relative;
  margin: 0;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
#album-sec h2 {
  display: none;
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin: 0;
  text-align: center;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
}
#album-sec .HPFeaturedAlbums ul li {
  margin: 0px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #000;
  overflow: visible;
  position: relative;
  left: 0;
  height: auto !important;
}
#album-sec .HPFeaturedAlbums ul li:not(:last-child) {
  margin: 0 0 85px;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  text-align: center;
  top: auto;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#album-sec .HPFeaturedAlbums ul li img {
  max-height: 341px;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  width: auto !important;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  letter-spacing: 0.4px;
}
#album-sec .HPFeaturedAlbums ul li h3,
.HPVideo p {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.HPVideo #video_player1 video {
  background: #000;
}

#album-sec .HPFeaturedAlbums ul li,
#album-sec .HPFeaturedAlbums ul li h3,
.HPVideo p {
  background: none;
}

@media only screen and (max-width: 1230px) {
  #video-sec .video_player,
  #video-sec .video_player video {
    width: 100% !important;
  }
  #sixth-row-inner {
    gap: 20px;
  }
  #sixth-row-inner #media_inner {
    max-width: 100%;
  }
  #sixth-row-inner #media_inner {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1099px) {
  #sixth-row-inner #media_inner {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 925px) {
  #album-sec {
    margin: 0 auto;
    text-align: center;
  }
  #sixth-row-inner #media_inner {
    flex-wrap: wrap;
    row-gap: 55px;
  }
  .HPVideo h2 {
    text-align: center;
  }
  #sixth-row-inner {
    padding: 60px 0;
    grid-template-columns: 100%;
  }
  #sixth-row-inner h2 {
    top: 0;
    left: 0;
    transform: unset;
    writing-mode: unset;
  }
  #video-sec,
  .HPVideo,
  .HPVideo .videowrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #album-sec .HPFeaturedAlbums ul li img {
    width: clamp(275px, 88.5vw, 357px) !important;
    height: clamp(275px, 88.5vw, 357px) !important;
    object-fit: cover;
  }
  #album-sec .HPFeaturedAlbums ul li {
    width: clamp(275px, 88.5vw, 357px) !important;
    height: auto !important;
  }
}
/*---------sixth-row-end--------*/

/*---------sixth-row-end--------*/

/* bell schdules */

.bell-schedule .col3,
.bell-schedule .col2 {
  width: 27% !important;
  display: flex;
  justify-content: center;
}
.bell-schedule .col1 {
  width: 43%;
}
.bell-schedule {
  max-width: 100% !important;
}

#bell-schedule-print-link {
  margin: 0 0 0 auto !important;
}

#wrapper #albumsWrapper {
  width: auto !important;
}

#wrapper #albumsWrapper.noNav #album {
  min-height: 185px !important;
}
@media only screen and (max-width: 768px) {
  div.en-editable-block-wrapper div.img {
    height: auto !important;
    margin: 0 auto;
    text-align: center;
  }
  .bell-schedule {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .bell-schedule .col3,
  .bell-schedule .col2 {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .en-bell-schedules-data-header div {
    height: auto !important;
  }
  .en-bell-schedules-data {
    font-size: clamp(16px, 1.3vw, 19px) !important;
  }
}

.VIpgJd-yAWNEb-r4nke {
  color: #000;
}
.VIpgJd-yAWNEb-mrxPge,
#sd-arrow {
  background: #000;
}
#events-page #events.v1 .event span.location {
  color: #6b6b6b !important;
  position: relative;
  top: -1px;
}
.single-video #big-video #hd-link,
.single-video #big-video #sd-link {
  left: -4px;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 700px) {
  #wrapper #contactStaff #emailForm td {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .translated-ltr header.enh1 nav.en-nav,
  .translated-rtl header.enh1 nav.en-nav {
    height: calc(100% - 40px);
    margin-top: 40px;
  }
  #index_bottom .cursor {
    background-color: #000;
  }
}

#wrapper .top-video-info .top_title {
  line-height: 35px;
}
#wrapper .top-video-info {
  padding: 0 0 1em 0;
}
#wrapper .video-list-top .more-link {
  margin: 0.5px 0 0 8px;
}
#wrapper .video-list li {
  padding: 1.2em 0;
}
#wrapper .top-video-info .info-line2,
#wrapper .top-video-info .info-line2 a {
  color: #757575;
}
#change-dimensions-link {
  color: #5c5c5c !important;
}
.skiptranslate iframe {
  z-index: 99999999999;
}
#mobileapp-smart-banner .en-smartAppBanner-content {
  width: 100% !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate {
  z-index: 99999999999999999999999999999999;
}

#emailForm table tr table td:last-child iframe {
  margin: 0px 0 0 0px;
  height: 23px !important;
  width: 71px !important;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
}

/*--------------------------------------*/
#fifth-row {
  background: transparent;
}

#fifth-row::before {
  content: "";
  position: absolute;
  background: url(/pics/fifthgradient2.png) repeat-y center left,
    url(/pics/fifthgradient.png) repeat-y center top;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.02) 48%,
      rgba(255, 255, 255, 0.1) 51%,
      rgba(255, 255, 255, 0.23) 54%,
      rgba(255, 255, 255, 0.79) 64%,
      rgba(255, 255, 255, 0.93) 67%,
      rgb(255, 255, 255) 70%,
      rgb(255, 255, 255) 100%
    ),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.72) 100%
    );
}
#fifth-row::after {
  content: "";
  position: absolute;
  background: url(/pics/1parallax.jpg) no-repeat center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-size: cover;
  z-index: -1;
  filter: grayscale(85%);
}

@media only screen and (max-width: 768px) {
  #fifth-row::before {
    background: rgba(255, 255, 255, 0.85);
  }
}
