@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&family=Vollkorn:ital,wght@0,400..900;1,400..900&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 div,
#slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
  max-height: 68vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#slideshow.footer_slideshow_hp img,
#slideshow.footer_slideshow_hp .nivoSlider,
#slideshow.footer_slideshow_hp .nivo-slice {
  max-height: 45vw;
}
#wrapper-index {
  overflow: hidden;
}
#slideshow {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
/* video */
.en-widescreen-video,
.en-widescreen-video video {
  max-height: 630px;
  height: 100%;
  background: #000;
}
.en-widescreen-video button {
  cursor: pointer;
  background: #090959;
  color: #fff;
  border: none;
  z-index: 1;
}

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

.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(320px, 60vw, 630px);
  }
  #index-top #slideshow::after,
  #index-top::before {
    content: none;
  }
}

@media only screen and (min-width: 992px) {
  .en-widescreen-video,
  .en-widescreen-video video {
    min-height: 630px;
  }
  #index-top::after {
    content: "";
    position: absolute;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0) 57%,
      rgba(0, 0, 0, 0) 58%,
      rgba(0, 0, 0, 0.02) 61%,
      rgba(0, 0, 0, 0.17) 73%,
      rgba(0, 0, 0, 0.59) 100%
    );
    width: 100%;
    height: 100%;
    max-height: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
}

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

.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  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: #e6e6ee;
}
#first-row div {
  position: relative;
  box-sizing: border-box;
}
#firstrow_top::before {
  content: "";
  position: absolute;
  background: url(/pics/firstrow_bg.png) no-repeat left top;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#firstrow_top .firstrow_left {
  max-width: 45%;
  left: 40px;
}
#firstrow_top .firstrow_right {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 0 auto;
}
#firstrow_top {
  background: #020066;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 79px;
  padding: 55px 50px 51px 50px;
  margin-top: -30px;
  align-items: flex-start;
}
#firstrow_bottom .firstrow_left h2 {
  display: none;
}
#firstrow_bottom .firstrow_left {
  max-width: 610px;
}
#firstrow_top .firstrow_right a {
  position: relative;
  max-width: 240px;
  min-height: 98px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #090959;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.28s all ease;
  font-family: "SUSE", sans-serif;
  font-size: clamp(17px, 2.1vw, 23px);
  line-height: 24px;
  font-weight: 600;
  padding: 23px 10px 23px 10px;
  letter-spacing: 0.6px;
  text-align: center;
}
#firstrow_top h1 {
  font-family: "Vollkorn", serif;
  position: relative;
  font-size: clamp(38px, 5.3vw, 61.55px);
  line-height: clamp(40px, 5.3vw, 61.55px);
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 17.5px;
  top: -2.5px;
  letter-spacing: 0.35px;
}
#firstrow_top p {
  font-family: "SUSE", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin: 8.5px 0 0;
  padding: 0;
  letter-spacing: 0.86px;
  left: 20px;
}
#firstrow_top .firstrow_right a:is(:hover, :focus) {
  background: linear-gradient(
    to bottom,
    rgba(242, 130, 48, 1) 0%,
    rgba(242, 130, 48, 1) 97%,
    rgba(255, 255, 255, 1) 98%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #0c0c0c;
}
#firstrow_bottom .firstrow_right {
  max-width: 631px;
  margin: 0 0 0 auto;
  padding: 67.5px 50px 65px 0;
}
#firstrow_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#firstrow_bottom .firstrow_right p {
  font-family: "SUSE", sans-serif;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 33px;
  color: #0c0c0c;
  font-weight: 500;
  padding: 0;
  margin: 31.5px 0 0;
  position: relative;
  letter-spacing: 0.94px;
  left: 0.5px;
}
#firstrow_bottom .firstrow_right h2 {
  font-family: "SUSE", sans-serif;
  font-size: clamp(24px, 2.9vw, 38px);
  line-height: clamp(34px, 2.9vw, 38px);
  color: #0c0c0c;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 17px;
  padding: 0;
  letter-spacing: 0.4px;
}
#firstrow_bottom .firstrow_right h2 span {
  font-weight: 800;
  position: relative;
  text-transform: capitalize;
  font-size: clamp(32px, 4vw, 46px);
  left: -1px;
}
#firstrow_bottom .firstrow_right > span {
  font-family: "Vollkorn", serif;
  font-size: clamp(22px, 2.3vw, 24px);
  line-height: clamp(22px, 2.3vw, 24px);
  color: #090959;
  font-weight: 400;
  font-style: italic;
  position: relative;
  letter-spacing: 0.5px;
}
#firstrow_bottom .firstrow_right a {
  font-family: "SUSE", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: inline-grid;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s all ease;
  background: #fff;
  border: 2px solid #e6e6ee;
  box-sizing: border-box;
  padding: 10px 17.65px 11px 19.65px;
  letter-spacing: 2.1px;
  position: absolute;
  margin: 0;
  right: 50px;
  bottom: -19px;
  z-index: 1;
}
#firstrow_bottom .firstrow_right a:is(:hover, :focus) {
  color: #0c0c0c;
  background: #f28130;
  border-color: #cc6d29;
}
#firstrow_bottom .firstrow_left .videoTitle {
  display: none;
}
#first-row-inner {
  padding-inline: 0 !important;
}

@media only screen and (max-width: 1560px) {
  .en-widescreen-video .en-video-controls {
    bottom: 40px !important;
  }
}

@media only screen and (max-width: 1350px) {
  #firstrow_top p,
  #firstrow_top h1,
  #firstrow_top .firstrow_left {
    left: 0;
    top: 0;
  }
  #first-row-inner {
    max-width: 97%;
  }
  #firstrow_top {
    padding-inline: 20px;
  }
  #firstrow_top .firstrow_left {
    max-width: 43%;
  }
  #video-sec .video_player,
  #video-sec .video_player video,
  #video-sec .videowrapper,
  #video-sec {
    width: 100% !important;
  }
  #firstrow_bottom > div {
    max-width: 48% !important;
  }
  #firstrow_bottom .firstrow_right {
    padding: 67.5px 15px 65px 0;
  }
  #firstrow_bottom {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1099px) {
  #firstrow_top {
    gap: 35px 35px;
  }
  #firstrow_top .firstrow_left {
    max-width: 41%;
  }
  #firstrow_bottom > div {
    max-width: 47% !important;
  }
}

@media only screen and (max-width: 991px) {
  #firstrow_top {
    margin-top: 0;
  }
  #first-row-inner {
    max-width: 100%;
  }
  .en-widescreen-video .en-video-controls {
    bottom: 20px !important;
  }
  #firstrow_top .firstrow_right {
    max-width: 50%;
  }
  #firstrow_top .firstrow_right a {
    max-width: 47%;
  }
}

@media only screen and (max-width: 768px) {
  #firstrow_bottom > div,
  #firstrow_top .firstrow_left {
    max-width: 100% !important;
  }
  #firstrow_top .firstrow_right {
    max-width: 500px;
    margin: 0 auto;
    gap: 10px;
  }
  #firstrow_bottom .firstrow_right {
    padding: 65px 20px;
    text-align: center;
  }
  #firstrow_bottom .firstrow_right a {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 130px;
  }
  #firstrow_bottom .firstrow_right h2 span {
    left: 0;
  }
  #firstrow_top .firstrow_right a {
    max-width: 48%;
  }
}

/*---------first-row-end--------*/
/*------------second-row---------*/
#second-row-inner {
  padding: 110px 0 70px;
  align-items: flex-start;
  grid-template-columns: 160px auto;
}
/* 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;
}
#hp-news {
  position: relative;
  max-width: 915px;
  margin: 0 auto;
  height: 100%;
  width: 915px;
  left: 62.5px;
}
#hp-news > div.en-news-slider {
  --min-card-gap: 20px;
  --image-width: 285px;
  --image-height: 285px;
  --line-height: 1.35;
  --font-size: 19px;
  --max-lines-subject: auto;
  --max-lines-summary: auto;
}
#second-row-inner h2.en-news-section-title {
  display: none;
}
#second-row-inner h2 {
  position: relative;
  margin: -10.5px 0 0;
  left: 47px;
}
#second-row-inner .en-page-comp-title {
  font-family: "SUSE", sans-serif;
  font-size: clamp(22px, 4vw, 32px);
  line-height: clamp(34px, 4vw, 45px);
  color: #090959;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  display: inline-grid;
  letter-spacing: 1.6px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  left: 0;
  width: min-content;
}
#second-row-inner .en-page-comp-title span {
  font-weight: 800;
  position: relative;
  font-size: clamp(43px, 5.6vw, 62px);
  text-transform: capitalize;
  letter-spacing: 0.6px;
}
#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: "SUSE", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #0d0d0b;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: clamp(19px, 1.7vw, 20px);
  line-height: clamp(24px, 2.5vw, 26px);
  padding: 23.5px 50px 3px 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}
#hp-news .en-acc-readable-item:is(:hover, :focus) .en-news-slider-title {
  color: #aa5b22;
}
#hp-news .en-news-slider-summary {
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #404040;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  padding: 6.5px 15px 3px 23px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  position: relative;
}
.en-news-slider-image-container {
  position: relative;
  background: #fff !important;
  height: 285px;
}
.en-news-slider-image-container::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.en-news-slider-image-container img {
  max-height: 285px;
  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;
  left: -142px;
  top: 238px;
}
#hp-news div.en-news-show-all a {
  font-family: "SUSE", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s all ease;
  background: #fff;
  border: 2px solid #e6e6ee;
  box-sizing: border-box;
  padding: 10px 21px 11px 19.65px;
  letter-spacing: 2.1px;
  position: relative;
  gap: 4px;
  color: #090959;
}
#hp-news div.en-news-show-all a::after {
  content: "News";
}
#hp-news div.en-news-slider-buttons {
  position: absolute;
  width: 1089px;
  top: 114px;
  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;
  background-repeat: no-repeat !important;
}
#hp-news div.en-news-slider-buttons button.en-news-prev {
  padding: 0;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url("/pics/leftArrow.png");
  left: 1px;
  background-position: -2px -3px;
}
#hp-news div.en-news-slider-buttons button.en-news-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 0;
  background-position: -2px -3px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:hover {
  background-position: -67px -3px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:hover {
  background-position: -67px -3px;
}
#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: 66px;
  height: 66px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
  background-position: -128px 1px;
  left: -3px;
  top: -4px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus {
  background-position: -128px 1px;
  right: -4px;
  top: -4px;
}
#hp-news div.en-news-show-all a:is(:hover, :focus) {
  color: #0c0c0c;
  background: #f28130;
  border-color: #cc6d29;
}
#hp-events .en-card-slider-inner-container {
  min-height: 150px;
}

@media only screen and (min-width: 1100px) and (max-width: 1380px) {
  #hp-news {
    width: 865px;
    max-width: 865px;
  }
  #hp-news > div.en-news-slider {
    --image-width: 275px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 1015px;
  }
  #second-row-inner h2 {
    left: -10px;
  }
  #second-row-inner > a {
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 282px;
  }
  #second-row-inner {
    max-width: 100%;
    padding-inline: 15px !important;
  }
  #second-row-inner h2 {
    left: 0;
  }
  .en-news-slider-image-container {
    height: 275px;
  }
  #second-row-inner .en-page-comp-title::after {
    content: "Show all news";
    position: absolute;
    left: 0;
    top: 250px;
    font-family: "SUSE", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s all ease;
    background: #fff;
    border: 2px solid #e6e6ee;
    box-sizing: border-box;
    padding: 10px 21px 11px 19.65px;
    letter-spacing: 2.1px;
    color: #090959;
    width: 185px;
  }
  #second-row-inner .en-page-comp-title:is(:hover, :focus):after {
    color: #0c0c0c;
    background: #f28130;
    border-color: #cc6d29;
  }
  #hp-news div.en-news-show-all {
    display: none;
  }
  #second-row-inner .en-page-comp-title:focus::after {
    outline: 2px dotted #3091ff !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1310px) {
  #hp-news > div.en-news-slider {
    --image-width: 230px;
  }
  .en-news-slider-image-container {
    height: 275px;
  }
  #hp-news {
    width: 730px;
    left: 0;
    margin: 0 60px 0 auto;
  }
  #hp-news div.en-news-slider-buttons {
    width: 860px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1125px) {
  #second-row-inner h2 {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 1099px) {
  #hp-news {
    left: 0;
  }
  #second-row-inner {
    padding: 52px 0 125px;
    grid-template-columns: auto;
  }
  #hp-news > div.en-news-slider {
    --image-width: 280px;
  }
  .en-news-slider-image-container {
    height: 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: -74px;
  }
  #second-row-inner h2 {
    margin: 0 0 40px;
    left: 0;
    text-align: center;
  }
  #second-row-inner .en-page-comp-title {
    width: auto;
  }
  div.en-news-slider > div.en-news-slider-footer {
    top: auto;
    width: 890px;
    bottom: -10px;
  }
  #hp-news div.en-news-slider-buttons {
    width: 890px;
    top: auto;
    bottom: -22px;
  }
  #hp-news div.en-news-show-all a {
    padding-inline: 15px;
    font-size: 13px;
  }
}

@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;
  }
}

@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;
  }
}

@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 h1 {
  font-family: "SUSE", sans-serif;
  font-size: clamp(24px, 5.6vw, 62px);
  line-height: clamp(36px, 5.6vw, 62px);
  color: #090959;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  display: block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
  left: 0;
  background: #fff;
  text-align: center;
  padding: 14.5px 20px 40.5px;
}
#third-row h1 span {
  font-weight: 800;
  position: relative;
  font-size: clamp(38px, 6vw, 72px);
  text-transform: capitalize;
  letter-spacing: 0.6px;
}
#third-row-inner {
  background: #020066;
  max-width: 100%;
}
#our_pillars {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#our_pillars > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  width: 375px;
  height: 375px;
  transition: 0.4s all ease;
  color: #fff;
  box-sizing: border-box;
  padding: 0;
  z-index: 1;
}
#our_pillars > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
  transition: 0.4s all ease;
}
#pillar1::before {
  background: url(/pics/pillar1.jpg) no-repeat center top;
}
#pillar2::before {
  background: url(/pics/pillar2.jpg) no-repeat center top;
}
#pillar3::before {
  background: url(/pics/pillar3.jpg) no-repeat center top;
}
#pillar4::before {
  background: url(/pics/pillar4.jpg) no-repeat center top;
}
#our_pillars > div::after {
  content: "";
  position: absolute;
  background: rgba(2, 0, 102, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
  transition: 0.25s all ease;
}
#our_pillars > div:is(:hover, :focus)::after {
  background: rgba(242, 129, 48, 0.88);
}
#our_pillars > div:is(:hover, :focus) {
  color: #0d0d0b;
}
#our_pillars :where(h2, p) {
  font-family: "SUSE", sans-serif;
}
#our_pillars h2 {
  font-size: clamp(19px, 1.2vw, 23px);
  line-height: clamp(24px, 2vw, 31px);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 30px;
  letter-spacing: 2.3px;
  text-align: center;
  position: relative;
  left: 2px;
}
#our_pillars p {
  font-size: 19px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: -0.05px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.01);
}
#our_pillars > div:is(:hover, :focus)::before {
  height: 385px;
}
#our_pillars > div:is(:hover, :focus) p {
  height: auto;
  opacity: 1;
}
#our_pillars > div:is(:hover, :focus) h2 {
  background-color: rgba(0, 0, 0, 0.01);
}
.pillars_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 110px 45px 11.5px;
  box-sizing: border-box;
  text-align: center;
}
.pillars_inner::before {
  content: "";
  position: absolute;
  width: 107px;
  height: 100px;
  left: 2px;
  right: 0;
  margin: 0 auto;
  top: 36px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
#our_pillars > div:is(:hover, :focus) .pillars_inner::before {
  background-position: center bottom !important;
}
#pillar1 .pillars_inner::before {
  background: url(/pics/pillar1_icon.png);
}
#pillar2 .pillars_inner::before {
  top: 37px;
  left: 0;
  background: url(/pics/pillar2_icon.png);
}
#pillar3 .pillars_inner::before {
  left: 4px;
  background: url(/pics/pillar3_icon.png);
}
#pillar4 .pillars_inner::before {
  background: url(/pics/pillar4_icon.png);
}
#our_pillars > div:is(:hover, :focus) .pillars_inner {
  padding-bottom: 23.5px;
}
.pillars_inner::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(242, 129, 48, 0.88) 0%,
    rgba(242, 129, 48, 0.88) 67%,
    rgb(255, 255, 255) 78%,
    rgb(255, 255, 255) 100%
  );
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  bottom: -10px;
  transition: 0.25s all ease;
}
#our_pillars > div:is(:hover, :focus) .pillars_inner:after {
  opacity: 1;
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1500px) {
  #third-row-inner {
    padding-inline: 0 !important;
  }
  #our_pillars > div {
    width: 25%;
  }
  #our_pillars h2 {
    margin: 0;
    padding: 0 45px;
  }
  .pillars_inner::before {
    top: 25px;
  }
  .pillars_inner {
    padding: 110px 15px 11.5px;
  }
}
@media only screen and (max-width: 1099px) {
  #our_pillars h2 {
    padding: 0 10px;
  }
  .pillars_inner {
    padding-inline: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #our_pillars > div::before {
    background-size: cover;
  }
  #our_pillars > div {
    width: 50%;
  }
  .pillars_inner::after {
    bottom: 0;
  }
  #our_pillars h2 {
    padding: 0;
  }
  #our_pillars > div:is(:hover, :focus)::before {
    height: 100%;
  }
  #our_pillars > div:is(:hover, :focus) p {
    max-height: unset;
    overflow: unset;
  }
  #our_pillars > div {
    height: auto;
    min-height: 375px;
  }
  .pillars_inner {
    padding: 135px 20px 11.5px;
  }
}
@media only screen and (max-width: 700px) {
  #our_pillars {
    flex-direction: column;
    align-items: center;
  }
  #our_pillars > div {
    width: 100%;
    max-width: 375px;
  }
  #third-row h1 {
    padding: 15px 20px 25px;
  }
  #our_pillars > div:is(:hover, :focus) h2,
  #our_pillars > div:is(:hover, :focus) p {
    animation: reveal 0.2s ease-out forwards;
  }
}

@media only screen and (max-width: 450px) {
  #our_pillars > div {
    max-width: 100%;
  }
}

/*---------Third-row-end--------*/

/*---------fourth-row--------*/
/*--#fourth-row {
  background: url(/pics/parallax.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: clamp(285px, 45.2vw, 450px);
}-*/

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

/*---------fifth-row--------*/
#fifth-row-inner {
  background: #e6e6ee;
  box-sizing: border-box;
  padding: 58.5px 75px 45.3px !important;
}
#fifth-row {
  background: transparent;
  margin: -50px 0 0;
  z-index: 2;
}
#fifth-row-inner h2 a {
  font-family: "SUSE", sans-serif;
  font-size: clamp(28px, 4.6vw, 42px);
  line-height: clamp(31px, 4.6vw, 42px);
  color: #090959;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
#fifth-row-inner h2 {
  position: relative;
  margin: 0 0 50.5px 13px;
}
#fifth-row-inner h2 a span {
  font-weight: 800;
  position: relative;
  font-size: clamp(36px, 5.6vw, 52px);
  text-transform: capitalize;
  letter-spacing: 0.6px;
}

/* events */
#hp-events {
  position: relative;
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
#hp-events .en-events-slider {
  --min-card-gap: 0;
  --card-width: 350px;
  --card-height: auto;
  color: #262621;
}
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: 135px auto;
  padding: 0;
  box-sizing: border-box;
}
#hp-events .en-events-slider-date-month {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  line-height: 22px;
  color: #090959;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 10.5px 0 0;
  padding: 0;
  font-weight: 500;
  position: relative;
  font-style: italic;
  left: -1px;
}
#hp-events .en-events-slider-date-day {
  font-family: "Vollkorn", serif;
  font-size: 58px;
  line-height: 58px;
  color: #090959;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  position: relative;
  top: -5.5px;
  font-style: italic;
  left: -2px;
}
#hp-events .en-events-slider-date {
  width: 100%;
  height: 100%;
  background: url(/pics/date_bg.png) no-repeat center top #e6e6ee;
  margin: 0;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px 40px;
  max-width: 160px;
}
#hp-events .en-event-slider-li-title a {
  font-family: "SUSE", sans-serif;
  color: #0d0d0b;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: 0.4s all ease;
  left: 0;
}
#hp-events .en-event-slider-li-title a:is(:hover, :focus) {
  text-decoration: underline;
  color: #954F1D;
}
#hp-events .en-events-slider-detail {
  padding: 0 15px 20px;
  margin: 16.5px 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 15px;
}
#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 9px -1px;
}
#hp-events .en-event-slider-li-time span,
#hp-events .en-event-slider-li-location {
  font-family: "SUSE", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #262621;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
#hp-events .en-event-slider-li-location {
  letter-spacing: 0.1px;
  left: -1.5px;
}
#hp-events .en-events-show-all-calendar a {
  font-family: "SUSE", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s all ease;
  background: #fff;
  border: 2px solid #dadae0;
  box-sizing: border-box;
  padding: 10px 18.6px 11px 19.65px;
  letter-spacing: 2.1px;
  position: relative;
  color: #090959;
}
#hp-events .en-events-show-calendar {
  padding: 10px 19.5px 11px 20.6px !important;
}
#hp-events .en-events-show-all-calendar a:is(:hover, :focus) {
  color: #0c0c0c;
  background: #f28130;
  border-color: #cc6d29;
}
.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;
  background-color: rgba(0, 0, 0, 0.01) !important;
}
#hp-events .en-events-next {
  border-radius: 0;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url("/pics/rightArrow.png");
  padding: 0;
  right: 0;
  background-position: -2px -3px;
}
#hp-events .en-events-prev {
  padding: 0;
  text-indent: -9999px;
  width: 58px;
  height: 58px;
  background: url("/pics/leftArrow.png");
  left: 1px;
  background-position: -2px -3px;
}
#hp-events .en-events-next:is(:hover) {
  background-position: -67px -3px;
}
#hp-events .en-events-prev:is(:hover) {
  background-position: -67px -3px;
}
#hp-events .en-events-next:focus {
  background-position: -128px 1px;
  right: -4px;
  top: -4px;
}
#hp-events .en-events-prev:focus {
  background-position: -128px 1px;
  left: -3px;
  top: -4px;
}
#hp-events .en-events-prev:focus,
#hp-events .en-events-next:focus {
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
}
#hp-events .en-events-slider-footer {
  margin: 0;
  padding: 0;
}
#hp-events .en-events-slider-buttons {
  position: absolute;
  width: 1358px;
  right: 0;
  top: 82px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}
#hp-events button {
  position: absolute;
  cursor: pointer;
  border: 0;
  color: #000;
}
#hp-events .en-events-show-all-calendar {
  position: absolute;
  top: -95px;
  gap: 10px;
  flex-wrap: wrap;
  right: -1px;
  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: inline-grid;
}

@media only screen and (max-width: 1365px) {
  #fifth-row-inner {
    max-width: 1150px;
  }
  #hp-events .en-events-slider {
    --card-width: 315px;
  }
  #hp-events {
    max-width: 985px;
  }
  #hp-events .en-events-slider-buttons {
    width: 1200px;
  }
}

@media only screen and (max-width: 1199px) {
  #fifth-row-inner {
    max-width: 1030px;
  }
  #fifth-row-inner {
    padding-inline: 20px !important;
  }
  #hp-events .en-events-slider-buttons {
    width: 1085px;
  }
  #hp-events {
    max-width: 970px;
  }
}

@media only screen and (max-width: 1099px) {
  #fifth-row-inner h2 {
    margin: 0 0 50px 0;
    text-align: center;
  }
  #hp-events .en-events-show-all-calendar {
    top: auto;
    bottom: -85px;
    right: 0;
    justify-content: center;
    left: 0;
    margin: 0 auto;
  }
  #hp-events .en-events-slider-buttons {
    width: 970px;
    top: auto;
    bottom: -33px;
  }
  #fifth-row-inner {
    max-width: 95%;
    padding: 60px 10px 140px !important;
  }
}

@media only screen and (max-width: 1055px) {
  #hp-events .en-events-slider {
    --card-width: 280px;
  }
  #hp-events {
    max-width: 880px;
  }
  #hp-events .en-events-slider-buttons {
    width: 880px;
  }
}

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

@media only screen and (max-width: 650px) {
  #fifth-row-inner {
    max-width: 92%;
    padding: 60px 10px 185px !important;
  }
  #hp-events {
    max-width: 300px;
  }
  #hp-events .en-events-slider-buttons {
    width: 300px;
  }
  #fifth-row-inner h2 {
    margin: 0 0 35px 0;
  }
  #hp-events .en-events-show-all-calendar a {
    font-size: 13px;
  }
  #hp-events .en-events-show-all-calendar a {
    padding-inline: 13px !important;
    width: 100%;
    max-width: 170px;
    text-align: center;
  }
  #hp-events .en-events-show-all-calendar {
    flex-direction: column-reverse;
    align-items: center;
  }
  #hp-events .en-events-show-all-calendar {
    gap: 5px;
    bottom: -130px;
  }
  #hp-events .en-events-slider-buttons {
    bottom: -52px;
  }
}

@media only screen and (max-width: 355px) {
  #fifth-row-inner {
    max-width: 100%;
  }
}

/*---------fifth-row-end--------*/

/*---------sixth-row--------*/
#sixth-row-inner {
  padding: 100px 0 161px;
padding: 100px 0 0;
}
#sixthrow_top {
  position: relative;
  max-width: 1250px;
  margin: 0 0 0 auto;
  padding: 0 21.5px 60px 0;
  z-index: 1;
}
#sixthrow_top::after {
  content: "";
  position: absolute;
  background: #e6e6ee;
  width: 350px;
  height: 406px;
  right: 0;
  top: 139px;
  z-index: -1;
}
#sixthrow_top h1 {
  font-family: "SUSE", sans-serif;
  font-size: clamp(25px, 4.6vw, 52px);
  line-height: clamp(36px, 5.3vw, 56px);
  color: #090959;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  margin: -9px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  float: right;
  left: -25px;
}
#sixthrow_top h1 span {
  font-weight: 800;
  position: relative;
  font-size: clamp(36px, 5.3vw, 68px);
  text-transform: capitalize;
  letter-spacing: 0.6px;
  left: -1px;
}
#stats h2 {
  font-family: "Vollkorn", serif;
  color: #090959;
  font-size: clamp(42px, 5.3vw, 62px);
  line-height: clamp(37px, 5.5vw, 59.4px);
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6.5px 11px;
}
#stats h2 span {
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(19px, 1.9vw, 25.65px);
  line-height: 35px;
  color: #0d0d0d;
  position: relative;
  letter-spacing: 0.65px;
  top: -0.5px;
}
#stats #stat2 span {
  font-size: clamp(18px, 1.8vw, 20.21px);
  line-height: clamp(22px, 2.3vw, 27.65px);
}
#stats > div {
  position: relative;
  box-sizing: border-box;
  min-height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 50px;
  background: #fff;
  flex-wrap: wrap;
  padding: 15px 15px 22.5px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
}
#stats {
  position: relative;
  max-width: 1010px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  padding: 31px 0 0;
}
#stat1 {
  width: 250px;
}
#stat2 {
  width: 650px;
}
#stat3 {
  width: 323px;
}
#stat4 {
  width: 313px;
}
#stat5 {
  width: 314px;
}
#stats::before {
  content: "";
  position: absolute;
  background: #e4e4ec;
  width: 1040px;
  height: 2px;
  left: 0;
  top: 0;
}
#stat2 h2::after {
  content: "";
  position: absolute;
  background: #eaeaf0;
  width: 2.5px;
  height: 54.2%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#stat2 h2:last-child::after {
  content: none;
}
#stat3 h2,
#stat4 h2,
#stat5 h2 {
  font-size: clamp(35px, 4vw, 51px);
  top: 3.5px;
  letter-spacing: 1px;
}
#stat4 h2 {
  left: 1px;
}
#stat4 h2 span {
  top: -3px;
  left: -0.5px;
}
#stat5 h2 {
  top: 4.5px;
  left: 2px;
}
#stat5 h2 span {
  top: -2.5px;
  left: -2px;
}
#stat3 h2 span {
  top: -2.5px;
  left: 0.5px;
}
#stat2 h2 {
  font-size: clamp(48px, 5.3vw, 72.32px);
  width: 170px;
  padding: 0 20px;
  box-sizing: border-box;
  row-gap: 20px;
  top: 3px;
}
#stat2 h2 span {
  letter-spacing: 0.5px;
}
#stat2 h2:nth-child(1) {
  left: 10.5px;
}
#stat2 h2:nth-child(2) {
  left: -10.5px;
}
#stat2 h2:nth-child(3) {
  left: -26px;
}
#stat2 h2:nth-child(1)::after {
  right: -11px;
}
#stat2 h2:nth-child(2)::after {
  right: -6.5px;
}

/* Featured Photo Album */
#album-sec {
  position: relative;
  margin: 0;
  max-width: 520px;
  background: #f28130;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
}
#album-sec h2 {
  font-family: "SUSE", sans-serif;
  font-size: clamp(24px, 3.8vw, 30px);
  line-height: clamp(30px, 4.2vw, 37px);
  color: #090959;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 42.2px auto 0;
  position: relative;
  text-decoration: none;
  padding: 0 10px 0 13px;
  display: inline-block;
  height: auto;
  background: none;
  text-align: center;
  width: 100%;
  max-width: 190px;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  box-sizing: border-box;
}
#album-sec h2 span {
  position: relative;
  content: "Album";
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 0.55px;
  font-size: clamp(28px, 4.2vw, 40px);
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
  margin: 0;
  text-align: center;
  background: #f28130;
}
#album-sec .HPFeaturedAlbums ul li::after {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#album-sec .HPFeaturedAlbums ul li {
  margin: 0px;
  border: 0;
  box-shadow: none;
  background: #f28130;
  overflow: visible;
  position: unset;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  text-shadow: none;
  text-align: center;
  top: auto;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: absolute;
  bottom: 33.5px;
  max-width: 190px;
  margin: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 40px;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  width: auto !important;
  height: auto;
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  font-size: clamp(19px, 1.5vw, 22px);
  letter-spacing: 0.5px;
  color: #090959;
  margin: 0;
  text-decoration: none;
  line-height: 28px;
  position: relative;
  padding: 0;
  text-transform: capitalize;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#sixthrow_bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1210px;
  z-index: 1;
  gap: 50px 80px;
  margin: 0 0 0 auto;
  width: 100%;
}
#insta_main > div {
  width: 100%;
  max-width: 496px;
  position: relative;
}
#insta_main > h2 {
  max-width: 100px;
  position: relative;
  width: 100%;
  text-align: center;
}
#insta_main > h2 a span {
  writing-mode: vertical-lr;
  position: relative;
}
#insta_main > h2 a {
  font-family: "SUSE", sans-serif;
  color: #090959;
  font-size: clamp(25px, 3.8vw, 30px);
  line-height: clamp(26px, 3.8vw, 30px);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: inline-grid;
  transition: 0.4s all ease;
  padding: 43px 0 0 0;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  left: 3.5px;
  bottom: -8px;
  letter-spacing: 0.35px;
}
#insta_main > h2 a#feed_insta_link::before {
  content: "";
  position: absolute;
  background: url(/pics/insta_feed_icon.png) no-repeat center;
  width: 28px;
  height: 28px;
  left: -1.5px;
  top: 2.5px;
}
/*------insta-----*/
#insta_main {
  position: relative;
  max-width: 610px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#en-insta-feed-div {
  max-width: 496px;
  overflow: hidden;
}
#en-insta-feed-div ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 164px));
  gap: 2px;
  max-height: 330px;
  position: relative;
}
#en-insta-feed-div ul li a {
  max-height: 164px;
  display: inline-block;
  width: clamp(95px, 30vw, 164px);
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}
#en-insta-feed-div ul li {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 164px;
  height: 100%;
  margin: 0;
}
#en-insta-feed-div ul li a div img {
  position: relative !important;
  height: clamp(95px, 35vw, 164px) !important;
}
#en-insta-feed-div ul li a div {
  max-height: 164px;
}
#en-insta-feed-div ul li a div::after {
  padding-bottom: 0;
}
#en-insta-feed-div ul li a div .overlay {
  position: absolute !important;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black;
  margin: 0 !important;
}
#en-insta-feed-div ul li a div:hover .overlay {
  opacity: 1;
  background: url("/apps/pics/insta_icon.png") no-repeat 50% 50%
    rgba(9, 9, 89, 0.7);
  background-size: 25% auto;
  content: "";
  height: 100%;
  line-height: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
/*------insta-----*/
@media only screen and (max-width: 1320px) {
  #sixth-row-inner {
    padding-inline: 20px !important;
  }
}

@media only screen and (max-width: 1295px) {
  #stat2 {
    width: 62%;
    max-width: 650px;
  }
  #stat1 {
    width: 25%;
  }
  #stat3,
  #stat4,
  #stat5 {
    width: 30%;
    max-width: 325px;
  }
  #stats::before {
    width: 100%;
  }
  #stat2 h2 {
    width: 27.5%;
    padding: 0 10px;
  }
  #stats > div {
    gap: 40px;
  }
}

@media only screen and (max-width: 1250px) {
  #sixthrow_bottom {
    column-gap: 20px;
  }
  #insta_main {
    max-width: 49%;
  }
  #stat2 h2 {
    left: 0 !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  #en-insta-feed-div ul {
    justify-content: flex-end;
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(95px, 12.5vw, 160px))
    );
  }
  #en-insta-feed-div ul li a {
    width: clamp(95px, 12.5vw, 160px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  #en-insta-feed-div ul {
    justify-content: flex-end;
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(95px, 11vw, 160px))
    );
  }
  #en-insta-feed-div ul li a {
    width: clamp(95px, 11vw, 160px);
  }
  #album-sec {
    max-width: 480px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    max-width: 150px;
    padding-inline: 10px;
  }
  #album-sec h2 {
    font-size: clamp(25px, 2.3vw, 30px);
  }
  #album-sec h2 span {
    font-size: clamp(30px, 3.4vw, 40px);
  }
  #insta_main {
    max-width: 47%;
  }
  #stats > div {
    gap: 35px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #stats {
    gap: 20px;
  }
  #stat1 {
    width: 23%;
  }
  #sixthrow_top h1 {
    left: 0;
  }
  #stat2 {
    width: 70%;
  }
  #sixthrow_top::after {
    width: 28%;
  }
  #stats > div {
    gap: 32px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #album-sec .HPFeaturedAlbums ul li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  #album-sec .HPFeaturedAlbums ul li {
    width: 100% !important;
    height: 100% !important;
    max-height: 300px;
    min-height: 300px;
  }
  #album-sec h2 {
    font-size: clamp(20px, 2.1vw, 30px);
    line-height: clamp(30px, 3.2vw, 37px);
  }
  #album-sec h2 span {
    font-size: clamp(30px, 3.2vw, 40px);
  }
  #album-sec .HPFeaturedAlbums {
    grid-template-columns: 120px auto;
  }
  #album-sec .HPFeaturedAlbums ul li h3 span {
    font-size: 17px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    max-width: 120px;
    padding-inline: 10px;
  }
  #album-sec {
    max-width: 48%;
  }
  #en-insta-feed-div ul {
    max-height: 300px;
    justify-content: flex-end;
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(75px, 10.9vw, 160px))
    );
  }
  #en-insta-feed-div ul li a {
    width: clamp(75px, 10.9vw, 160px);
  }
  #en-insta-feed-div ul li a div img {
    height: clamp(75px, 35vw, 148px) !important;
  }
  #en-insta-feed-div ul li a div,
  #en-insta-feed-div ul li a,
  #en-insta-feed-div ul li {
    max-height: 148px;
  }
}

@media only screen and (max-width: 768px) {
  #sixthrow_top h1 {
    float: none;
    text-align: center;
    margin: 0 auto;
    left: 0;
    justify-content: center;
    align-items: center;
  }
  #sixth-row-inner {
    row-gap: 50px;
    padding: 60px 0 !important;
  }
  #sixthrow_bottom {
    gap: 50px 20px;
    padding-inline: 15px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  #sixthrow_top {
    padding: 0;
  }
  #album-sec .HPFeaturedAlbums {
    grid-template-columns: 100%;
  }
  #album-sec h2 {
    margin: 0 auto;
    padding: 15px 10px;
    width: 100%;
    max-width: 100%;
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    background: #f28130;
    padding: 15px 10px;
  }
  #album-sec .HPFeaturedAlbums ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto !important;
  }
  #sixthrow_bottom > div {
    max-width: 100%;
    margin: 0 auto;
  }
  #insta_main {
    flex-direction: column-reverse;
    align-items: center;
  }
  #insta_main > h2 a span {
    writing-mode: unset;
  }
  #insta_main > h2 a {
    left: 0;
    bottom: 0;
    padding: 0 0 0 40px;
  }
  #insta_main > h2 {
    max-width: 100%;
    margin: 0 0 25px;
  }
  #insta_main > h2 a#feed_insta_link::before {
    left: 0;
    top: auto;
  }
  #stats {
    padding-inline: 10px;
    justify-content: center;
  }
  #stat2 {
    width: 65%;
  }
  #stat3,
  #stat4,
  #stat5 {
    width: 28.5%;
  }
  #stats > div {
    gap: 35px 15px;
    justify-content: space-around;
  }
  #sixthrow_top h1 {
    padding: 0 15px;
    margin: 0 auto 27px;
  }
  #sixthrow_top::after {
    top: 200px;
  }
  #en-insta-feed-div ul {
    max-height: unset;
  }
}

@media only screen and (max-width: 660px) {
  #stat2 h2 {
    width: 30%;
  }
  #stats {
    gap: 15px;
  }
  #stat2 {
    width: 72%;
  }
  #stat3,
  #stat4,
  #stat5 {
    width: 31.5%;
  }
}

@media only screen and (max-width: 600px) {
  #stat2 {
    width: 97.5%;
  }
  #stat4,
  #stat3 {
    width: 47.5%;
  }
  #stats > div {
    padding-inline: 12px;
  }
  #stat2 h2 {
    padding: 0 5px;
  }
  #sixthrow_top::after {
    width: 35%;
    height: 72%;
  }
  #stat1,
  #stat5 {
    width: 97.5%;
    max-width: 97.5%;
  }
  #insta_main {
    padding-inline: 0;
  }
}

@media only screen and (max-width: 550px) {
  #en-insta-feed-div ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 32.8%));
  }
  #en-insta-feed-div ul li a,
  #en-insta-feed-div ul li a div,
  #en-insta-feed-div ul li a div .overlay {
    height: clamp(95px, 30vw, 164px);
  }
  #en-insta-feed-div ul {
    max-height: unset;
  }
}

@media only screen and (max-width: 400px) {
  #album-sec {
    width: 100%;
  }
  #album-sec .HPFeaturedAlbums ul li {
    width: 100% !important;
  }
  #album-sec .HPFeaturedAlbums ul li img {
    width: 100%;
    object-fit: cover;
  }
}

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


/* Seventh Row */
#seventh-row-inner {
    padding: 60px 0 160px;
}
.videos-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-items: center;
	row-gap: 10px;
}
.videos-container iframe{
	max-width: 533px;
	aspect-ratio: 16/9;
	width: 100%;
}
.videos-container .vertical {
    grid-row: 1/3;
    grid-column: 2;
    max-width: 338px;
    width: 100%;
}
@media (max-width: 768px){
	.videos-container{
		grid-template-columns: 100%;
	}
	.videos-container .vertical{
		grid-row: auto;
		grid-column: auto;
	}
}
/* END Seventh Row */

/* 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;
}

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

#insta_main > h2 a:is(:hover, :focus) {
  text-decoration: underline;
}
#insta_main > h2 a:is(:hover, :focus)::before {
  transform: rotate(360deg);
  transition: .4s all ease;
}


@media only screen and (min-width: 992px) and (max-width: 1099px) {
#our_pillars > div {
min-height: 375px;
  height: auto;
}
}






