
html{
height: 100%;
}
:root {
    --en-website-width: 1200px;

    /* Global convenience variables below (samples). Add/update/delete for your own needs. */
    --red: #cc2929;
    --blue: #00b2ed;
    --gray: #f2f2f2;

}

/* General */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative !important;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.DB_mask {
  z-index: 99999 !important;
}

.DB_dialog {
  z-index: 99999 !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;
}

a:hover,
a:active {
  outline: 0;
  color: #b5131c;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* Normalization of fonts */
abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 16px;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



/*Video Banner*/
/*Video Banner*/
#index-top {
  background: #000;
  position: relative;
  overflow: hidden;
  margin: -125px 0 0;
}

#index-top .en-widescreen-video {
  position: relative;
}
.en-widescreen-video .en-video-controls {
  left: 20px !important;
    z-index: 1 !important;
}
.en-widescreen-video button {
  background-color: #fff !important;
  border: none;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}
.en-widescreen-video button:hover, 
.en-widescreen-video button:focus {
  background-color: #532380!important;
  color: #fff !important;
}
#index-top::before,#inner-top::before,#slideshow::before {
content: "";
  position: absolute;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 250px;
  top: 0;
  z-index: 1;
}
/*#index-top::after,#inner-top::after {
  content: "'";
  position: absolute;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
}*/
 #index-top .en-widescreen-video {
  position: relative;
  overflow: hidden;
}
@media (max-width:899px) {
  .en-widescreen-video video {
    position:static!important;
    margin:0!important;
    width:100%!important;
    height:auto!important
  }
}
@media (min-width:900px) {
   #index-top .en-widescreen-video {
    height: 100vh;
  }
.en-widescreen-video video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .en-widescreen-video .en-video-controls{
    right: 10px !important;
    bottom: clamp(10px,2.5vw,30px);
  }
.en-widescreen-video .en-video-controls {
z-index:0!important;
}
#index-top::before,#inner-top::before,#slideshow::before{
  content: unset;
}
#index-top::after,#inner-top::after  {
  content: unset;
}
} 


div#banner-text {
max-width: 1200px;
  text-align: center;
  position: absolute;
  top: 54px;
  z-index: 1;
  left: 48px;
  margin: 0 auto;
  right: 0;
  padding: 0;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: min(0.58vw,7px);
}

div#banner-text h2 {
text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.65px;
  transition: 0.5s all ease-in-out;
  font-size: clamp(25px,5.83vw,70px);
  line-height: clamp(24px,5.5vw,66px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  text-align: center;
  margin: 0 0 0 2px;

}

div#banner-text h2 span{
  font-weight: 500;
}
div#banner-text div {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}
/* div#banner-text div:first-of-type {

   animation: showup 3s infinite;
   animation-iteration-count: 1;
} */
div#banner-text div:last-of-type {
width: clamp(220px,26.41vw,317px);
  position: relative;
  left: 2px;
  animation: reveal 3s infinite;
  animation-iteration-count: 1;

}
/*div#banner-text div:last-of-type h2 {
margin-left:-317px;
  animation: slidein 1.5s infinite;
}*/

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

/*@keyframes slidein {
    0% { margin-left:-750px; }
    20% { margin-left:-750px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}*/

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:clamp(220px,26.41vw,317px);}
    80% {opacity:1;}
    100% {opacity:1;}
}

@media only screen and (max-width: 1230px) {
div#banner-text{
justify-content: center;
left: 0;
}
}
@media only screen and (max-width: 768px) {
    div#banner-text{
bottom: 0;
    left: 0px;
    margin: 0 auto;
    padding: 30px 0 25px;
    position: relative;
    right: 0;
    z-index: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
div#banner-text h2{
  color: #000;
  justify-content: center;
}
#index-top{
  background: #fff;
  margin: 0;
}
}
/********** Index Top **********/

/* Rows WRapper */

#rows-wrapper,
.rows {
  position: relative;
  width: 100%;
}
.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
}

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

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

}
/* First Row */
#first-row {
  background: url(/pics/pattern_bg.jpg)repeat #fffdf9;
}
#first-row::before {
 content: "";
  position: absolute;
  background: url(/pics/first-row-bg-new1.png)no-repeat center top,url(/pics/pattern_bg.jpg)repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover,auto;
  background-blend-mode: multiply;
}
#first-row h2 {
  font-size: clamp(35px,4.66vw,56px);
  line-height: clamp(33px,4.5vw,54px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 21px;
}
#first-row h2 span{
  font-weight: 500;
}
#first-row-inner p {
 font-family: "neue-haas-unica",sans-serif;
  font-size: clamp(17px, 1.66vw, 20px);
  line-height: clamp(22px, 2.16vw, 26px);
  font-weight: 400;
  color: #39323f;
  margin: 0 0 37px;
  padding: 0;
  position: relative;
}
#first-row-inner {
  z-index: 1;
  padding: clamp(50px,8.08vw,97px) 0 clamp(40px,7.24vw,87.5px);
}
#first-row-inner > div {
  margin: 0 auto 0 0;
  position: relative;
  max-width: min(49.41vw,593px);
}
#first-row-inner a {
  text-decoration: none;
  position: relative;
  letter-spacing: 0;
  float: left;
  display: block;
  padding: 12px 64px 13px 18px;
  font-size: clamp(16px,1.66vw,20px);
  line-height: clamp(16px,1.66vw,20px);
  text-transform: uppercase;
  color: #39323f;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  background: #e5c071;
  transition: 0.3s all ease-in-out;
}
#first-row-inner a::before {
  content: "";
  position: absolute;
  background: url(/pics/right-arrow.png)no-repeat right 14px top 14px rgba(243, 229, 200, 0.3);
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
}
#first-row-inner a:hover, #first-row-inner a:focus {
  padding: 12px 18px 13px 64px;
}
#first-row-inner a:hover::before,#first-row-inner a:focus::before {
  left: 0;
}
@media only screen and (min-width: 1750px) {
  #first-row::before {
    background: url(/pics/first-row-bg-new1.png)no-repeat center top,url(/pics/pattern_bg.jpg)repeat;
    background-size: cover,auto;
  background-blend-mode: multiply;
  }
}
@media only screen and (max-width: 900px) {
#first-row::before {
background: url(/pics/Prinicpal2-new.png) no-repeat center top;
width: 100%;
  height: clamp(270px,80.08vw,685px);
  right: 0;
  top: 0;
  background-size: cover;
  display: block;
  position: relative;
}
#first-row::after {
  content: "";
  position: absolute;
  background: rgba(255, 253, 249, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}
#first-row-inner > div{
  max-width: 100%;
}
#first-row-inner a{
  margin: 0 auto;
  float: none;
  width: fit-content;
}
#first-row-inner p,#first-row-inner h2{
  text-align: center;
}
}
/* Second Row */
#second-row {
  position: relative;
  background: #532380;
  }
  
  #second-row-inner {
  padding: clamp(45px,8.16vw,98px) 0 clamp(45px,12.5vw,150px);
  }
  .community-header{
  margin: 0 0px 48px 12px;
  padding: 0;
  text-align: center;
  font-size: clamp(35px,4.66vw,56px);
  line-height: clamp(33px,4.5vw,54px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.6px;
  }
  .community-header span{
    font-weight: 400;
  }
  #second-row-wrapper{
display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  }
  .community-box{
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 346px;
    background: #fffdf9;
    }
.community-box h2{
position: relative;
  margin: 0px auto clamp(5px,1.25vw,15px);
  word-break: break-word;
  font-size: clamp(25px,2.33vw,28px);
  line-height: clamp(33px,3vw,36px);
  text-transform: uppercase;
  color: #e5c071;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  text-align: center;
letter-spacing: 0.2px;
}
.community-box p{
font-weight: 400;
position: relative;
display: none;
  margin: 0 0 0;
  font-size: clamp(17px,1.66vw,20px);
  line-height: clamp(22px,2.166vw,26px);
  color: #ffffff;
  font-family: "neue-haas-unica",sans-serif;
  text-align: center;
}

.community-box:hover p,.community-box:focus p{
  display: block;
}


    .community-box {
    position: relative;
    padding: clamp(10px,1.58vw,19px) clamp(15px,2.83vw,34px) clamp(10px,1.5vw,18px) clamp(15px,2.91vw,35px);
    width: 100%;
    min-height:400px;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    }
    .west-box:hover,.west-box:focus{
  display: block;
}
    .box-1{
    background: url('/pics/box-1-bg.jpg') no-repeat center bottom,#000;
    }
    .box-2{
    background: url('/pics/box-2-bg.jpg') no-repeat center bottom,#000;
    }
    .box-3{
    background: url('/pics/box-3-bg.jpg') no-repeat center bottom,#000;
    }

    .community-box:hover,
    .community-box:focus{
      
      flex-direction: column;
      padding: clamp(10px,1.58vw,19px) clamp(15px,2.83vw,34px) clamp(10px,1.5vw,18px) clamp(15px,2.91vw,35px);
      /*! border-bottom: 6px solid #e5c071; */
    }

    .community-box::after{
   content: "";
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,0.8) 100%);
  z-index: -1;
   left: 0;
    }

  .community-box:hover::after,
    .community-box:focus::after{
    height: 100%;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),rgba(0,0,0,0.5);

    }
    .community-box:is(:hover, :focus) h2 {
  margin: 0 auto 5px;
}
    .community-box::before{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    left: 0;
    margin: 0 auto;
    right: 0;
    box-shadow: inset 0 -6px 0px 0px #e5c071;
    }
 .community-box:hover::before,
    .community-box:focus::before{
      width: 100%;
    }
    #second-row-inner a.read-more {
  text-decoration: none;
  position: relative;
  letter-spacing: 0;
  float: left;
  display: block;
  padding: 0px 27px 0px 0px;
  font-size: clamp(16px,1.66vw,20px);
  line-height: clamp(16px,1.66vw,20px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  transition: 0.3s all ease-in-out;
  margin: 54px auto 0;
}
#second-row-inner a.read-more::before {
 content: "";
  position: absolute;
  background: url(/pics/right-arrow.png)no-repeat center;
  width: 19px;
  height: 13px;
  right: 0;
  top: 3px;
  transition: 0.3s all ease-in-out;
}
#second-row-inner a.read-more:hover, #second-row-inner a.read-more:focus {
  padding: 0px 0px 0px 27px;
}
#second-row-inner a.read-more:hover::before,#second-row-inner a.read-more:focus::before {
  left: 0;
}
 @media only screen and (max-width: 1220px) {
  #second-row-inner{
max-width: 1000px !important;
  }
}
 @media only screen and (max-width: 1020px) {
  #second-row-inner{
max-width: 800px !important;
  }
}
 @media only screen and (max-width: 820px) {
  #second-row-inner{
max-width: 700px !important;
  }
}
 @media only screen and (max-width: 768px) {
   .community-box,.community-box:hover,.community-box:focus{
max-width: clamp(300px,52.08vw,400px);
    background-size: cover;
    min-height: 400px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 10px 20px;
   }

   .community-box:is(:hover, :focus) h2,.community-box h2 {
  margin: 0px auto 5px;
}
   .community-box:hover::after, .community-box:focus::after {
  height: 100%;
  box-shadow: 0px 0 10px #1a1a1a;
}
   #fourth-row-wrapper{
    gap: 10px;
   }
   .community-box::after,.community-box:hover::after, .community-box:focus::after {
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),rgba(0,0,0,0.4);
    height: 100%;
  }
.box-3:after,.box-3:is(:hover,:focus):after{
background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),rgba(0,0,0,0.6);
    height: 100%;
}
   .community-box h2,.community-box p{
    display: block;
   }
}
/* Third Row */
#third-row {
  background:   #ffffff;
}
#third-row::before {
 content: "";
  position: absolute;
  background: url(/pics/third-row-bg-new.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
}
#third-row h2 {
 font-size: clamp(35px,4.16vw,50px);
  line-height: clamp(35px,4.16vw,50px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
#third-row h2 span{
  font-weight: 500;
}
#third-row-inner p {
 font-family: "neue-haas-unica",sans-serif;
  font-size: clamp(17px, 1.66vw, 20px);
  line-height: clamp(22px, 2.16vw, 26px);
  font-weight: 400;
  color: #39323f;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
}
#third-row-inner {
  z-index: 1;
  padding: clamp(50px,8.58vw,103px) 0 clamp(40px,8.33vw,100px);
}
#third-row-inner p:last-of-type {
  font-style: italic;
  margin:0 0 clamp(30px,4.33vw,52px) 0;
}
#third-row-inner > div {
margin: 0 auto 0 0;
  position: relative;
  max-width: min(44.25vw,531px);
}
#third-row-inner a {
  text-decoration: none;
  position: relative;
  letter-spacing: 0;
  float: left;
  display: block;
  padding: 14px 64px 11px 18px;
  font-size: clamp(16px,1.66vw,20px);
  line-height: clamp(16px,1.66vw,20px);
  text-transform: uppercase;
  color: #39323f;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  background: #e5c071;
  transition: 0.3s all ease-in-out;
}
#third-row-inner a::before {
  content: "";
  position: absolute;
  background: url(/pics/right-arrow.png)no-repeat right 13px top 16px rgba(243, 229, 200, 0.3);
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
}
#third-row-inner a:hover, #third-row-inner a:focus {
  padding: 14px 18px 11px 64px;
}
#third-row-inner a:hover::before,#third-row-inner a:focus::before {
  left: 0;
}
@media only screen and (max-width: 900px) {
#third-row::before {
background: url(/pics/third-row-mobile-new.jpg) no-repeat center top;
width: 100%;
  height: clamp(300px,61.11vw,550px);
  right: 0;
  top: 0;
  background-size: cover;
  display: block;
  position: relative;
}
#third-row-inner > div{
  max-width: 100%;
}
#third-row-inner a{
  margin: 0 auto;
  float: none;
  width: fit-content;
}
#third-row-inner p,#third-row-inner h2{
  text-align: center;
}
#third-row::after {
  content: "";
  position: absolute;
  background: rgba(255, 253, 249, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}
}
/* Fourth Row */
#fourth-row {
background: url(/pics/fourth-row-bg-new.png) no-repeat center top,url(/pics/pattern_bg.jpg)repeat center;
  padding: clamp(50px,9.62vw,130px) 0 clamp(30px,5.85vw,79px);
  background-size: cover,auto;
}
#fourth-row-inner .glance-head {
  font-size: clamp(40px,6.33vw,76px);
  line-height: clamp(35px,5.5vw,66px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  position: relative;
  left: 0;
  top: 0;
  padding: clamp(50px,9.70vw,131px) 18px 50px clamp(30px,6vw,81px);
  letter-spacing: 0.6px;
}
#fourth-row-inner h2 span{
  font-weight: 400;
}
#fourth-row-inner {
 z-index: 1;
  padding: 0px 0 50px;
  grid-template-columns: clamp(250px,22.59vw,305px) auto;
  max-width: 1150px;
  left: -25px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #e5c071 100%, #e5c071 100%), linear-gradient(to bottom, #e5c071 100%, #e5c071 100%), linear-gradient(to right, #e5c071 100%, #e5c071 100%), linear-gradient(to bottom, #e5c071 100%, #e5c071 100%);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
animation: bg 3s cubic-bezier(0.19, 1, 0.22, 1) 1;
}
@keyframes bg {
    0% {
        background-size:    0 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }
    25% {
        background-size:    100% 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }
    50% {
        background-size:    100% 1px,
                            1px 100%,
                            0 1px,
                            1px 0;
    }
    75% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 0;
    }
    100% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 100%;
    }
}



#stats {
 position: relative;
  display: grid;
  grid-template-columns: min(20.74vw,280px) min(20.74vw,280px) min(20.74vw,280px);
  justify-content: center;
  gap: 0;
  margin: -50px -50px 50px auto;
}
#stats div:nth-child(2n){
  background: #e9cb8b;
}
#stats div {
 background: #e5c071;
  position: relative;
  width: 100%;
  min-height: clamp(180px,21.66vw,260px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: clamp(10px,2vw,24px) clamp(15px,3.58vw,43px) clamp(10px,2.16vw,26px);
}

#stats h3 {
  font-size: clamp(40px,5vw,60px);
line-height: clamp(40px,5vw,60px);
text-transform: uppercase;
color: #532380;
font-weight: 700;
font-family: "ff-good-web-pro-condensed",sans-serif;
  padding: 0;
  margin: 0 0 0 2px;
  text-align: center;
  position: relative;
}
#stats p {
  font-size: clamp(17px,1.66vw,20px);
line-height: clamp(19px,1.83vw,22px);
color: #39323f;
font-weight: 500;
font-family: "neue-haas-unica",sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 10px;
}
#stat3 h3 {
  top: -11px;
  left: -1px;
}
#stat3 p{
  top: -1px;
  left: 1px;
}
#stats div#stat4{
  padding: 12px clamp(15px,3.66vw,44px) clamp(10px,2.16vw,26px);
}
#stats div#stat5{
  padding: 9px clamp(15px,3.58vw,43px) 26px;
}
#stats div#stat5 p{
  top: 16px;
}
#stats div#stat6{
  padding: clamp(10px,2.66vw,32px) clamp(15px,3.33vw,40px) clamp(10px,2.16vw,26px);
}
#stats div#stat6 h3{
  margin: 0;
}
.slider-info {
width: clamp(280px,88.41vw,1085px);
  margin: 0 auto;
  position: relative;
  top: 0;
  background: url(/pics/slider-bg.jpg)no-repeat center top #fff;
  left: min(3.70vw,50px);
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
  background-size: cover;
  overflow-y: hidden;
  padding: min(4.07vw,55px) 0px 22px min(4.81vw,65px) !important;
}
#myCardSlider{
  max-width: 700px;
}
#myCardSlider > div.en-card-slider-inner-container{
  transition: all 0.5s ease-in-out;
}
#myCardSlider > div.en-card-slider-inner-container > div {
  max-width: 700px;
  display: flex;
  text-decoration: none;
  text-align: left;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}
#myCardSlider > div.en-card-slider-inner-container > div ul {
  padding: 0;
  font-size: clamp(13px,1.66vw,20px);
  line-height: clamp(19px,2.5vw,30px);
  color: #39323f;
  font-weight: 500;
  font-family: "neue-haas-unica",sans-serif;
  margin: 0;
  list-style-type: none;
}
#myCardSlider > div.en-card-slider-inner-container > div ul li {
  position: relative;
  padding: 0 0 0 11px;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
#myCardSlider > div.en-card-slider-inner-container > div ul li::before {
  content: "";
  position: absolute;
  background: #39323f;
  border-radius: 50%;
  left: 0;
  height: 6px;
  width: 6px;
margin-top: clamp(6px,1.16vw,14px);
}
#myCardSlider > div.en-card-slider-inner-container > div h2 {
  font-size: clamp(25px,3vw,36px);
  line-height: clamp(25px,3vw,36px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.3px;
  margin: 0 0 19px;
}
#myCardSlider > div.en-card-slider-inner-container > div div {
  display: grid;
  grid-template-columns: clamp(90px,17.03vw,230px) clamp(100px,17.03vw,230px) clamp(90px,17.03vw,230px);
}
#myCardSlider > div.en-card-slider-inner-container > div a:hover{
  color: #002a66;
}
#myCardSlider > div.en-card-slider-inner-container > div a:hover,
#myCardSlider > div.en-card-slider-inner-container > div a:focus{
  border: 1px solid #002a66;
}
#myCardSlider > div.en-card-slider-inner-container > div a:hover::after,
#myCardSlider > div.en-card-slider-inner-container > div a:focus::after
{
  background: #cc2a1f !important;
  }
#myCardSlider > div.en-card-slider-inner-container > div a::after
{
content: '';
position: absolute;
left: 39px;
top: 40px;
margin: 0 auto;
width: 13px;
height: 12px;
-webkit-transform: skew(-9deg);
-moz-transform: skew(-23deg);
-o-transform: skew(-9deg);
background: #d9d9d9;
}
#myCardSlider > div.control-buttons {
margin: 0px auto 0 -3px;
  display: flex;
  width: min-content;
  gap: 20px;
  position: relative;
  top: -7px;
}

.myslider-prev-button {
padding: 0;
  border-radius: 0;
  text-indent: -9999px;
  width: 53px;
  height: 47px;
  background: url('/pics/left-arrow.png') no-repeat center left;
  left: 0px;
  top: 0;
  border: none;
  position: relative;
}
.myslider-next-button {
border-radius: 0;
  text-indent: -9999px;
  width: 53px;
  height: 47px;
  background: url('/pics/left-arrow.png') no-repeat center left;
  left: 0px;
  top: -3px;
  border: none;
  transform: rotate(180deg);
  position: relative;
}
.myslider-prev-button:hover{
    background: url('/pics/left-arrow.png') no-repeat -58px center;
}
.myslider-next-button:hover{
   background:  url('/pics/left-arrow.png') no-repeat -58px center;
} 

#myCardSlider > div.control-buttons button.en-card-slider-button-disabled {
    opacity: 0.5;
    cursor: auto;
}
@media only screen and (max-width:1350px) {
#stats{
  margin: -50px 0px 50px auto;
}
#fourth-row-inner{
  left: 0;
}
}
@media only screen and (max-width:1260px) {
.slider-info {
  left: 0;
}
}
@media only screen and (max-width: 900px) {

    #myCardSlider {
      width: clamp(280px,58.33vw,700px);
    top: 20px;
    margin: 0 auto 0 0;
    }

}



@media only screen and (max-width: 765px) {
  #fourth-row-inner {
    grid-template-columns: auto;
  }
  #myCardSlider > div.control-buttons{
    margin: 0 auto;
  }
  #fourth-row-inner .glance-head{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  #stats{
    grid-template-columns: clamp(150px,20.74vw,280px) clamp(150px,20.74vw,280px);
  }
    #stats {
    margin: 0px auto 50px auto;
  }
  #stats div#stat5 img{
    width: 100%;
  }
  #fourth-row {
    background: url(/pics/fourth-row-bg-new.png) no-repeat left top #49246f;
    background-size: cover;
  }
  .slider-info{
    left: 0;
  }
}

/* Fifth Row */
#fifth-row {
  background:   #ffffff;
}
#fifth-row::before {
 content: "";
  position: absolute;
  background: url(/pics/fifth-row-bg.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
}
#fifth-row h2 {
font-size: clamp(35px,4.16vw,50px);
  line-height: clamp(35px,4.16vw,50px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
#fifth-row h2 span{
  font-weight: 500;
}
#fifth-row-inner p {
 font-family: "neue-haas-unica",sans-serif;
  font-size: clamp(17px, 1.66vw, 20px);
  line-height: clamp(22px, 2.16vw, 26px);
  font-weight: 400;
  color: #39323f;
  margin: 0 0 clamp(30px,3.83vw,46px) 0;
  padding: 0;
  position: relative;
}
#fifth-row-inner {
  z-index: 1;
  padding: clamp(50px,8.33vw,100px) 0 clamp(40px,8.33vw,100px);
}

#fifth-row-inner > div {
margin: 0 0 0 auto;
  position: relative;
  max-width: min(49.5vw,594px);
  left: -6px;
}
#fifth-row-inner a {
  text-decoration: none;
  position: relative;
  letter-spacing: 0;
  float: left;
  display: block;
  padding: 14px 65px 11px 18px;
  font-size: clamp(16px,1.66vw,20px);
  line-height: clamp(16px,1.66vw,20px);
  text-transform: uppercase;
  color: #39323f;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  background: #e5c071;
  transition: 0.3s all ease-in-out;
}
#fifth-row-inner a::before {
  content: "";
  position: absolute;
  background: url(/pics/right-arrow.png)no-repeat right 13px top 16px rgba(243, 229, 200, 0.3);
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
}
#fifth-row-inner a:hover, #fifth-row-inner a:focus {
  padding: 14px 18px 11px 65px;
}
#fifth-row-inner a:hover::before,#fifth-row-inner a:focus::before {
  left: 0;
}
@media only screen and (max-width: 900px) {
#fifth-row::before {
background: url(/pics/fifth-row-mobile.jpg) no-repeat center top;
width: 100%;
  height: clamp(300px,61.11vw,550px);
  right: 0;
  top: 0;
  background-size: cover;
  display: block;
  position: relative;
}
#fifth-row-inner > div{
  max-width: 100%;
}
#fifth-row-inner a{
  margin: 0 auto;
  float: none;
  width: fit-content;
}
#fifth-row-inner p,#fifth-row-inner h2{
  text-align: center;
}
#fifth-row::after {
  content: "";
  position: absolute;
  background: rgba(255, 253, 249, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}
}
/* Sixth Row */

#sixth-row {
 position: relative;
  top: 0;
  width: 100%;
  max-height: 450px;
  z-index: 0;
}
#sixth-row, #slideshow1 {
  width: 100%;
  max-height: 450px;
  position: relative;
}

#sixth-row #slideshow1 img, #sixth-row #slideshow1 .nivoSlider,#sixth-row #slideshow1 .nivo-slice {
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
  max-height: 31.85vw;
  z-index: 0;
}
/* seventh Row */
#seventh-row {
  background: url(/pics/pattern_bg.jpg)repeat center #fffdf9;
  overflow-x: hidden;
}
#seventh-row-inner {
  padding: 97px 0 85px;
  gap: clamp(20px,3.58vw,43px);
grid-template-columns: 48.42% auto;
grid-template-rows: auto;
justify-content: flex-start;
  display: grid;
  margin: 0 auto;
}
.left_block {
  position: relative;
  /*! display: flex; */
  /*! justify-content: flex-end; */
  /*! flex-direction: column; */
}
.right_block {
  width: 100%;
  z-index: 0;
  margin-left: -2px;
}
/* NEWS */
#news-block{
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.display_change{
  display: block !important;
}

.news_box{
  
  position: relative;
  z-index: 3;
}
#hp-news, #ath-news {
  margin: 0 auto;
  width: 602px;
}
#ath-news{
overflow:hidden;
}
#hp-news > div.en-news-slider, #ath-news > div.en-news-slider{
--min-card-gap: 10px;
  --image-width: 290px;
  --image-height: 280px;
  --line-height: 26px;
  --font-size: 18.5px;
  --max-lines-subject: auto;
  --max-lines-summary: auto;
  font-family: inherit;
  color: #333540;
}

#hp-news h2.en-news-section-title, #ath-news h2.en-news-section-title {
  display: none;
}
.news_heading{
  width: 100%;
  margin: 0px auto;
}
.news_box h2{
margin: 0px 0 60px 0px;
  overflow: hidden;
  padding: 0px 0 0 0;
  box-sizing: border-box;
  font-size: clamp(35px,3.66vw,44px);
  line-height: clamp(35px,3.66vw,44px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.45px;
}
.news_box h2 a{
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.news_box h2 span:last-child {
  letter-spacing: -1.8px;
  color: #fff;
}
.news_box h2 span {
  color: #f7d217;
}
#hp-news div.en-card-slider-inner-container, #ath-news div.en-card-slider-inner-container{
  min-height: 100px;
}

#hp-news div.en-card-slider-inner-container > a, #ath-news div.en-card-slider-inner-container > a{
border: none;
  position: relative;
  padding: 0 0 25px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.25s all ease;
  min-height: 495px;
}
div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container{
position: relative;
background: #fff !important;
}

#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title, 
#ath-news div.en-card-slider-inner-container > a > h3.en-news-slider-title {
text-align: left;
  justify-content: flex-start !important;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  max-width: 281px;
  letter-spacing: 0px;
  margin: 0;
  font-size: clamp(14px,1.58vw,19px);
  line-height: clamp(19px,2vw,24px);
  color: #532380;
  font-weight: 400;
  font-family: "neue-haas-unica",sans-serif!important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#hp-news div.en-card-slider-inner-container > a:is(:hover,:focus) > h3.en-news-slider-title,
#ath-news div.en-card-slider-inner-container > a:is(:hover,:focus) > h3.en-news-slider-title{
  font-weight: 500;
  color: #39323f;
}
#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title span,
#ath-news div.en-card-slider-inner-container > a > h3.en-news-slider-title span{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container img {
  width: 290px !important;
height: 280px !important;
object-fit: cover !important;
object-position: top;
margin-top: 4px;
}

#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary,
#ath-news div.en-card-slider-inner-container > a > div.en-news-slider-summary{
text-align: left;
  padding: 5px 30px 0px 30px;
  box-sizing: border-box;
  border-top: 0 !important;
  overflow: hidden !important;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  font-size: clamp(14px,1.5vw,18px);
  line-height: clamp(18px,1.91vw,23px);
  color: #39323f;
  font-family: "neue-haas-unica",sans-serif;
  font-weight: 400;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

#hp-news div.en-card-slider-inner-container > a:hover,
#hp-news div.en-card-slider-inner-container > a:focus,
#ath-news div.en-card-slider-inner-container > a:hover,
#ath-news div.en-card-slider-inner-container > a:focus{
  background: #f3e5c8;
}
#hp-news div.en-card-slider-inner-container > a:before,
#ath-news div.en-card-slider-inner-container > a:before{
  content: "";
  position: absolute;
  background: #532380;
  height: 4px;
  width: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s all ease-in-out;
}
#hp-news div.en-card-slider-inner-container > a:is(:hover,:focus):before,
#ath-news div.en-card-slider-inner-container > a:is(:hover,:focus):before{
  width: 100%;
}
#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary span,
#ath-news div.en-card-slider-inner-container > a > div.en-news-slider-summary span{
  overflow: hidden;
  -webkit-line-clamp: var(--max-lines-summary);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

div.en-news-slider > div.en-news-slider-footer {
}
#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled,
#ath-news div.en-news-slider-buttons button.en-card-slider-button-disabled{
  opacity: 0.5;
  cursor: auto;
}
#hp-news div.en-news-show-all{
border: 0;
  padding: 0;
  position: absolute;
  top: 57px;
  left: -2px;
}
#ath-news div.en-news-show-all {
  border: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
#hp-news div.en-news-show-all a:hover, #hp-news div.en-news-show-all a:focus,
#ath-news div.en-news-show-all a:hover, #hp-news div.en-news-show-all a:focus{
padding: 0 43px 0 0;
  color: #532380; 
}
#hp-news div.en-news-show-all a::after,
#ath-news div.en-news-show-all a::after{
content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  z-index: 0;
  right: -1px;
  background: url(/pics/showarrow.png)no-repeat right center;
  transition: 0.3s all ease-in-out;
  top: 3px;
}
#hp-news div.en-news-show-all a:hover::after,
#hp-news div.en-news-show-all a:focus::after,
#ath-news div.en-news-show-all a:hover::after,
#ath-news div.en-news-show-all a:focus::after
{
  background: url(/pics/show-hover.png)no-repeat center;
  left: unset;
  width: 34px
}
#hp-news div.en-news-show-all a,
#ath-news div.en-news-show-all a{
border-radius: 0;
  letter-spacing: 0;
  text-align: left;
  display: flex;
  padding: 0 27px 0 0;
  position: relative;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
  font-size: clamp(17px,1.66vw,20px);
  line-height: 20px;
  text-transform: uppercase;
  color: #39323f;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  justify-content: center;
  align-items: center;
}
/* News slider arrows */

#hp-news div.en-news-slider-buttons,
#ath-news div.en-news-slider-buttons{
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: min-content;
  padding: 7px 12px;
}

#hp-news div.en-news-slider-buttons button{
position: absolute;
  cursor: pointer;
  border: 0;
  right: 0;
  top: 33px;
}
#ath-news div.en-news-slider-buttons button {
  position: relative;
  cursor: pointer;
  border: 0;
  right: 0;
  top: 0;
}
#hp-news div.en-news-slider-buttons button.en-news-prev,#ath-news div.en-news-slider-buttons button.en-news-prev{
width: 60px;
  height: 50px;
  bottom: 0;
  right: 58px;
  border-radius: 0;
  text-indent: -9999px;
  background: transparent url(/pics/left-arrow.png) no-repeat 0px 0px;
  color: #000;
  
}
#ath-news div.en-news-slider-buttons button.en-news-prev{
top:8px!important;
bottom:unset!important;
right:10px!important;
}
#hp-news div.en-news-slider-buttons button.en-news-next,
#ath-news div.en-news-slider-buttons button.en-news-next{
width: 60px;
  height: 58px;
  top: 25px;
  bottom: 0;
  right: -8px;
  border-radius: 0;
  text-indent: -9999px;
  background: transparent url(/pics/left-arrow.png) no-repeat 0px 0px;
  transform: rotate(180deg);
  color: #000;
}
#ath-news div.en-news-slider-buttons button.en-news-next{
top:0px;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:hover,
#ath-news div.en-news-slider-buttons button.en-news-prev:hover{
  background:transparent url(/pics/left-arrow.png) no-repeat -58px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:hover,
#ath-news div.en-news-slider-buttons button.en-news-next:hover{
  background: transparent url(/pics/left-arrow.png) no-repeat -58px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev:focus,
#ath-news div.en-news-slider-buttons button.en-news-prev:focus{
background: transparent url(/pics/left-arrow.png) no-repeat -118px 0px !important;
  width: 60px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:focus,
#ath-news div.en-news-slider-buttons button.en-news-next:focus{
background: transparent url(/pics/left-arrow.png) no-repeat -118px 0px !important;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container{
background: #532380 !important;
  border: none;
  position: relative;
  max-width: 290px;
  height: 280px;
}

@media only screen and (max-width: 1260px) {

  #hp-news > div.en-news-slider, #ath-news > div.en-news-slider {
    --image-width: max(275px, 20.36vw);
    --image-height: max(275px, 20.36vw);
  }
  div.en-news-slider > div.en-card-slider-inner-container > a > .en-news-slider-image-container img{
    object-fit: cover !important;
  }
  #hp-news {
    width: 500px;
  }
#ath-news {
    width: 570px;
  }
}
@media only screen and (max-width: 1170px) {
   #hp-news {
    width: 300px;
  }
}
@media only screen and (max-width: 940px) {
#ath-news {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .news_heading {
    text-align: center;
    margin: 0 0 40px 0;
  }
#ath-news {
    width: 280px;
  }
  .news_box h2{
    margin: 0px 0 15px 0px;
    text-align: center;
  }
#hp-news div.en-news-show-all{
 border: 0;
    padding: 0;
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
}
 #hp-news div.en-news-slider-buttons button.en-news-next{
bottom: 35px;
    left: 0;
    top: unset;
    right: -65px;
    margin: 0px auto;
}
#hp-news div.en-news-slider-buttons button.en-news-prev{
bottom: 34px;
    left: -63px;
    top: unset;
    right: 0;
    margin: 0px auto;
}
#hp-news div.en-news-slider-buttons button.en-news-prev:focus{
bottom: 34px;
    left: -63px;
}
#hp-news div.en-news-slider-buttons button.en-news-next:focus{
bottom: 35px;
    right: -64px;
    left: 0;
    top: unset;
}
.news_box {
  display: block;
  padding: 0 0 100px 0;
}
}
/* Events */
section#events {
width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
section#events .container{
display: grid;
  width: 100%;
  margin: 0 auto 0 0;
  justify-content: flex-end;
}
#events-page section#events {
  width: 100%;
}
section#events #hp-events #events {
margin: 0 0 0px 0;
padding: 2px 15px 0px 0;
box-sizing: border-box;
}
#hp-events {
  padding: 0;
  overflow: unset!important;
}
section#events #hp-events #events .dayeventwrap
{
position: relative;
  display: grid;
  grid-template-columns: clamp(110px,11.42vw,144px) clamp(200px,33.33vw,400px);
  background-image: linear-gradient(90deg, rgba(253,253,253,0.7) 0%, rgba(254,254,254,0.7) 40%, rgba(255,255,255,0) 100%);
}
#events-page #events.v1 .event .location
{
  top: -2px;
  color: #000 !important;
  position: relative;
}
section#events #hp-events #events .dayeventwrap::before
{
  content: "";
  position: absolute;
  background: rgba(253, 253, 253, 0.7);
  width: 400%;
  height: 100%;
  left: -400%;
  top: 0;
}
section#events #hp-events #events .dayeventwrap:nth-child(2n)::before{
  content: unset;
}
section#events #hp-events #events .dayeventwrap:nth-child(2n){
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(254,254,254,0.7) 60%, rgba(253,253,253,0.7) 100%);
}
#hp-events #events ul li {
 margin: 0 0 0 0 !important;
  position: relative;
  top: 0;
  list-style: none;
  padding: 23px 0 10px 15px;
}
#hp-events #events ul li:nth-child(2),#hp-events #events ul li:nth-child(3){
  padding: 0px 0 15px 15px;
}
#hp-events .v3 ul li div.img{
  margin-bottom: 0;
}
#seventh-row .left_block h2
{
  margin: 0px 0 57px 0px;
}
#seventh-row .left_block h2 a {
text-align: left;
  text-decoration: none;
  margin: 0px 0 0 0px;
  display: inline-block;
  font-size: clamp(35px,3.66vw,44px);
  line-height: clamp(35px,3.66vw,44px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.45px;
}
#events #hp-events .v3 .dayInfoWrap {
display: flex;
  -moz-box-orient: vertical;
  margin: 0px 0 0 0px;
  border-radius: 0 !important;
  float: left;
  gap: 0;
  z-index: 1;
  align-items: center;
  gap: 9px;
  position: relative;
}
#events #hp-events .hpeventlinks div {
  margin: 0 !important;
}
#events  .v3 span.month {
margin: 4px 0 0 0px;
  letter-spacing: 0;
  background: #e5c071;
  min-width: 70px;
  height: 40px;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #39323f;
  font-weight: 700;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  text-align: center;
}
#events #hp-events .v3 span.day {
margin: 9px 0 0;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  font-size: 44px;
  line-height: 36px;
  text-transform: uppercase;
  color: #39323f;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
}
#events #hp-events .v3 ul {
margin-bottom: 0px;
  top: 0;
  position: relative;
  min-height: 120px !important;
  margin-top: 0;
  padding: 0;
}
#events #hp-events ul li.event div {
text-align: left;
  letter-spacing: 0px;
  font-size: clamp(14px,1.41vw,17px);
  line-height: clamp(20px,1.91vw,23px);
color: #39323f;
font-weight: 400;
font-family: "neue-haas-unica",sans-serif;
}
#events #hp-events ul li.event div a {
text-align: left;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  display: inline-block;
  margin: 0 0 0px 0;
  letter-spacing: 0px;
  font-size: clamp(16px,1.58vw,19px);
  line-height: clamp(20px,1.91vw,23px);
  color: #532380;
  font-weight: 500;
  font-family: "neue-haas-unica",sans-serif;
}
#events #hp-events ul li.event div a:hover,
#events #hp-events ul li.event div a :focus {
  text-decoration: underline;
}
#hp-events ul li.event div.title {
  margin-bottom: 0px !important;
}
#events-page #events.v1 .event .location {
  top: -2px;
}
/* #events-page #events .event .title a,
#events-page #events.v1 .event span.location {
  float: left;
} */
#events-page #events.v1 .dayeventwrap {
  padding: 0 0 0px;
}
#events-page #events .dayeventwrap:nth-child(3) {
  top: -4px;
}
#events #hp-events .hpeventlinks {
margin-left: -2px !important;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 29px;
  overflow: visible;
  top: 57px;
}
#events #hp-events .hpeventlinks div a {
text-align: center;
  position: relative;
  display: flex;
  letter-spacing: 0;
  overflow: visible;
  padding: 0 43px 0 0;
  text-decoration: none;
  border-radius: 13px;
  transition: 0.3s all ease-in-out;
font-size: clamp(17px,1.66vw,20px);
line-height: 20px;
text-transform: uppercase;
color: #39323f;
font-weight: 700;
font-family: "ff-good-web-pro-condensed",sans-serif;
justify-content: center;
align-items: center;
}
#events #hp-events .hpeventlinks div a::before {
content: "";
  position: absolute;
  width: 34px;
  height: 13px;
  z-index: 0;
  right: 14px;
  background: url(/pics/showarrow.png)no-repeat right center;
  transition: 0.3s all ease-in-out;
  top: 3px;
}
#events #hp-events .hpeventlinks div a:hover::before,
#events #hp-events .hpeventlinks div a:focus::before{
background: url(/pics/show-hover.png)no-repeat center;
  left: unset;
  right: 0;
}
#index-wrapper #events .hpeventlinks div a:hover,
#index-wrapper #events .hpeventlinks div a:focus {
  color: #532380;
}

#hp-events ul li.event div.time span:first-child, #hp-events ul li.event div.location span:first-child {
  display: none;
}
@media screen and (max-width:1250px) {
#seventh-row-inner{
   grid-template-columns: 50% min(39.68vw,500px);
    justify-content: center;

}
}

@media screen and (max-width:768px) {
  #news .homepage-news .news-wrap{
    width: 220px;
  }
 #events #hp-events .hpeventlinks{
flex-wrap: wrap;
    justify-content: center;
    bottom: -40px;
    margin: 0 auto !important;
    top: unset;
    position: relative;
}
section#events .container{
  justify-content: center;
  margin: 0 auto;
}
#news .homepage-news li{
  width: 300px!important;
}
  #seventh-row-inner {
   grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 50px 0 0px !important;
    row-gap: 45px;
  }
  .news-showAll-0{
    margin: 0px auto;
  margin-top: 0px;
left: 0;
right: 0;
width: fit-content;
  }
  #events h2,#events h2 a{
    text-align: center;
  }
  section#events{
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
  }
  #news-head, #news-head a{
    text-align: center;
  }
  .left_block{
    grid-column: 1;
    grid-row: 1;
  }
    .right_block{
   grid-column: 1;
    grid-row: 2;
    padding: 50px 0;
    margin: 0;
  }
}
/* Eigth Row */
#eigth-row { 
  position: relative;
 background: linear-gradient(to bottom, transparent 52.5%, #fff 0%),url(/pics/pattern_bg.jpg)repeat center;
}
#eigth-row-inner {
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 0px;
}
#eigth-row:before{
  content: "";
  position: absolute;
  background: url(/pics/eigth-row-bg.png)no-repeat center bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#eigth-block{
  display: grid;
  gap: min(4.91vw,59px);
  grid-template-columns: min(63.5vw,762px) auto;
  align-items: center;
}
#eigth-block .eigth-row-img
{
  position: absolute;
  bottom: 0;
  left: -11px;
 width: clamp(250px,32.5vw,390px);
  height: clamp(150px,19.83vw,238px);
  object-fit: contain;
}
.text_block{
width: min(30vw,360px);
position: relative;
margin: 0 0px 0 0;
box-sizing: border-box;
}
.text_block h2{
  font-size: clamp(40px,6.33vw,76px);
  line-height: clamp(35px,5.5vw,66px);
  text-transform: uppercase;
  color: #39323f;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  /*margin: min(4.91vw,59px) 0 0;*/
  letter-spacing: 0.6px;
}
.text_block h2 span
{
  font-weight: 400;
}
.video_block{
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0 auto 42px 0;
}
.HPVideo .videowrapper::before
{
  content: "";
  position: absolute;
  width: 93.7%;
  height: 100%;
  top: 0;
  left: min(4.16vw,50px);
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #8d5bbc 100%, #8d5bbc 100%), linear-gradient(to bottom, #8d5bbc 100%, #8d5bbc 100%), linear-gradient(to right, #8d5bbc 100%, #8d5bbc 100%), linear-gradient(to bottom, #8d5bbc 100%, #8d5bbc 100%);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
animation: bg 3s cubic-bezier(0.19, 1, 0.22, 1) 1;
}

/* Featured Video */
 .HPVideo h2 {
display: none;
}
 .HPVideo h2 a{
  text-decoration: none;
  color: #061a53;
}
.HPVideo .videowrapper {
  position: relative;
  margin: 0 0 0 0;
  padding: min(4.16vw,50px) min(4vw,48px) 80px 0px;
}
.HPVideo p {
position: absolute;
text-align: center;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
height: 73px;
left: 0;
right: 0px;
margin: 0 0 0 auto;
padding: 10px 10px 10px 99px;
border-top: none;
box-sizing: border-box;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
}
.HPVideo p a {
margin: 0;
text-decoration: none;
padding: 0;
position: relative;
top: 0px;
left: 0;
letter-spacing: 0;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
font-size: 22px;
line-height: 55px;
color: #39323f;
font-weight: 500;
font-family: "neue-haas-unica",sans-serif;
text-align: left;
}
#video_player1 {
  position: relative;
  margin: 0 !important;
  background: #000;
}
.HPVideo {
  margin-bottom: 8px;
  position: relative;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.25));
}

@media screen and (max-width: 1260px) {
  #eigth-row{
    overflow: hidden;
  }
    .HPVideo .video_player,
  .HPVideo .video_player video {
    width: 100% !important;
  }
 #eigth-block .eigth-row-img{
  left: -30px;
 }
 #eigth-block{
 grid-template-columns: 50% auto;
  justify-content: center;
}
}
@media screen and (max-width:1099px){
 
  .HPVideo .video_player,
  .HPVideo .video_player video {
    width: 100% !important;
    height: 300px !important;
  }

}

@media only screen and (max-width: 900px){
   #eigth-block {
   width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
#eigth-row::before
{
 content: unset;
}
.text_block {
  width: 100%;
}
.video_block{
  margin: 0px auto;
}
  #eigth-row-inner
{
    padding: 20px 0 50px !important;
  }
.text_block h2{
  text-align: center;
  margin: 0 0 35px;
  }
  #eigth-block .eigth-row-img{
    left: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
    display: block;
  }

}
@media only screen and (max-width: 768px){
#eigth-block .eigth-row-img.en-aos-init{
transition: none;
    transform: none;
    transform-style: unset;
}
}

/* ninth Row */
#ninth-row {
  background: #fff;
}

#ninth-row-inner {
padding: 90px 0 102px 0;
  box-sizing: border-box;
  max-width: 1400px;
}


/* Media section */
#instagram-block{
  width: 100%;
  margin:  0 0 0px;
  position: relative;
}
#en-insta-feed-div ul li a div:hover .overlay
{
  opacity: 1;
  background: url('/apps/pics/insta_icon.png') no-repeat 50% 50% rgba(61,63,82,.7);
    background-size: auto;
  background-size: 25% auto;
  content: "";
  height: 100%;
  line-height: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 2;
}
#instagram-block h2{
 text-align: left;
  padding: 0;
  margin: 0 0 28px min(8.66vw,104px);
  width: fit-content;
  max-width: 1194px;
font-size: clamp(35px,3.66vw,44px);
  line-height: clamp(30px,3.16vw,38px);
  text-transform: uppercase;
  color: #532380;
  font-weight: 800;
  font-family: "ff-good-web-pro-condensed",sans-serif;
  letter-spacing: 0.4px;
}
#instagram-block h2 a{
text-decoration: none;
  display: inline-block;
  color: inherit;
  margin: 0px 0 0 26px;
  position: relative;
  top: -1px;
  font-size: clamp(25px,2.5vw,30px);
  line-height: clamp(30px,3vw,36px);
  text-transform: uppercase;
  color: #39323f;
  font-weight: 800;
  letter-spacing: 0.3px;
}
#instagram-block h2 a span{
  font-weight: 500;
}
#instagram-block h2:hover a, #instagram-block h2:focus a{
  text-decoration: underline;
}

#instagram-box{
width: 100%;
  min-height: 280px;
  background: #fff;
  overflow: hidden;
  max-height: 280px;
}

 #social-list{
display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 5px;
  position: absolute;
  right: 100px;
  top: -10px;
}
 #social-list a{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#en-insta-feed-div ul li a div
{
  height: min(22vw,280px) !important;
}
 #social-list a img{
  width: 100%;
}
#en-insta-feed-div ul li a div .overlay
{
  margin-top: 0;
}
 #social-list a:hover,  #social-list a:focus{
 transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

#instagram-box #en-insta-feed-div ul {
 padding: 0px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 0;
}
#instagram-box #en-insta-feed-div ul li {
max-height: 280px;
  height: 100%;
  padding: 0px !important;
  box-sizing: border-box !important;
  overflow: hidden;
  max-width: 280px !important;
  width: 25% !important;
  flex-basis: 25%;
}

@media only screen and (max-width:1260px) {
  #instagram-box {
    max-height: unset;
    min-height: unset;
  }
  #social-list {
    right: 0;
  }
 

}
@media only screen and (max-width:900px) {
 #ninth-row-inner{
  padding: 0 0 50px;
}
}
@media only screen and (max-width:700px) {
  #social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
    margin: 30px 0 10px 0;
  }
  #instagram-block h2 a{
    margin: 0 auto;
  }
  #instagram-block h2 {
   text-align: center;
    margin: 0 auto 28px;
  
  }

}

@media only screen and (max-width: 768px) {

  .translated-ltr header.enh1 nav.en-nav,
.translated-rtl header.enh1 nav.en-nav{ 
  height: calc(100% - 40px);
  margin-top:40px;
  z-index: 3;
}
  .DB_dialog #PV_imageDiv img:last-child {
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  max-width: 90vw;
  padding: 5px !important;
}
.DB_dialog {
  position: fixed !important;
  width: auto !important;
  height: auto !important;
  max-height: 90vh;
  padding-left: 0px !important;
  background-color: transparent !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50% !important;
}
  #wrapper .en-contactus-form-send-btn td
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
#goog-gt- h1{
  color: #000;
}
#emailForm input[type="button"], #emailForm input[type="submit"],#emailForm button[type="submit"] {
  background-color: #532380 !important;
  color: #fff !important;
}
#emailForm input[type="button"]:hover, #emailForm input[type="submit"]:hover,
#emailForm input[type="button"]:focus, #emailForm input[type="submit"]:focus,
#emailForm button[type="submit"]:hover,#emailForm button[type="submit"]:focus{
  background-color: #39323f !important;
}
  @media only screen and (max-width: 600px){
.en-other-maillists tbody tr, .en-my-maillists tbody tr {
  display: revert!important;
}
.en-other-maillists tbody tr td, .en-my-maillists tbody tr td {
  display: revert!important;
}
.en-other-maillists tbody, .en-my-maillists tbody {
  display: contents!important;
}
}
.en-modal-header-title {
  font-size: clamp(17px, 2.5vw, 21px) !important;
}
#albumSubAlbums h1{
  line-height: 18px!important;
}

#mobileapp-smart-banner .en-smartAppBanner-content {

width: 100% !important;
}
@media only screen and (max-width:1200px){
#pageContentWrapper .video-list-top input[type="submit"]{
  width: clamp(100px,16.66vw,200px)!important;
}
}
@media only screen and (max-width: 729px){
 #albumNavToggle {
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, serif;
    font-size: 10pt;
    height: 26px;
    max-width: 290px;
    padding: 0 17px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: url(/pics/dropdown_white.png);
    font-weight: normal;
    outline: 0 none;
    padding-right: 28px !important;
    vertical-align: middle;
    z-index: 1 !important;
    outline: none;
  }
#albumsWrapper.narrow #albums{
z-index:0;
}
  #albumNavToggle:hover {
    font-weight: inherit !important;
    color: inherit !important;
  }

  #albumNavToggle span {
    background-image: url(/pics/dropdown_white.png);
    padding-left: 9px !important;
    padding-right: 2px !important;
    outline: none;
  }
  #albumsWrapper.narrow #albums {
    width: 90% !important;
  }
}

#emailForm table tr table td:last-child iframe {
  margin: 0px 0 0 0px;
  height: 23px !important;
  width: 71px !important;
}
@media only screen and (max-width: 700px) {
#STAFF_SINGLE_PAGE_WO_ASIDE.staffPageRoundPhoto .staffOverviewWrapper, #pageContentWrapper ul#staffContentContactWrapper, #STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff, #STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table tr td {
    display: flex;
    justify-content: center;
    margin: 0px auto;
}
#STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table tbody tr td{
width:97%!important;
}
#STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table tbody tr{
width:97%!important;
}
}

@media only screen and (max-width: 700px) {
#staff.staffR1 .staff-categoryStaffMembers {
    flex-wrap: wrap;
    justify-content: center;
  }
  #staff.staffR1 #staff-search{
    text-align: left;
  }
 
#staff.staffR1.staff-horizontal .staff-categoryStaffMember a{
padding-right: 3em!important;
}
#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl {
  white-space: initial !important;
    margin-left: 5.5em!important;
}
  #staff.staffR1 #staff-search input{
    margin: 0 0 0 -3px;
    padding: 4px 0px 3px 5px !important;
    background: #263460;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  #pageInnerText,#wrapperPageInner{
   background: #022b69 !important;
    color: #fff !important;
  }
  .triangleCombo::after {
    border-top: 8px solid #fff!important;
  }
}
#STAFF_MULTI_PAGE_W_ASIDE #pageTitle {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 1000px) {
.single-video #big-video #hd-link, .single-video #big-video #sd-link {
  margin: 0px 10px 0 20px!important;
}
#video_page #big-video, #video_page #video_player, #video_page #video_placeholder {
  width: 100% !important;
}

}
@media only screen and (max-width: 800px) {
#wrapper .content .inside #staff.staffR1.staff-v3 ul.staff-categoryStaffMembers{
gap:15px;
}
#staff.staffR1.staff-v3 .staff-categoryStaffMember, #staff.staffR1.staff-v0 .staff-categoryStaffMember{
margin: 0px 0% 4.0833333333em 0px!important;
}
#STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table tr td, #staff .staff-categoryStaffMembers {
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }
}
div#persons-page-public ul li h3{
  font-size: clamp(16px,1.5vw,19px)!important;
  line-height: clamp(22px,2.08vw,25px)!important;
}
div#persons-page-public ul li p, div#persons-page-public ul li div{
  font-size: clamp(13px,1.41vw,17px)!important;
  line-height: clamp(19px,1.91vw,23px)!important;
}

.video-list-top #searchbox2, .searchbox2 {
  margin: 0;
}
.video-list-top form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1065px) {
div[en-page-rec-id="1102023"] div[en-content-block-id="250454"] table tr
{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
}
}
@media only screen and (max-width:965px) {
div[en-page-rec-id="1102023"] div[en-content-block-id="250454"] table tr
{
  width: 100%;
  display: grid;
  grid-template-columns: auto;
}
}
@media only screen and (max-width:750px) {
div[en-page-rec-id="1102023"] div[en-content-block-id="250454"] table tr td th{
  display: none!important;
}
div[en-page-rec-id="1102023"] div[en-content-block-id="250454"] table tr td{
  justify-content: center;
}
}

#index-page #edunet_webform li, #index-page #asig li {
border:none!important;
}
@media only screen and (max-width:700px) {
#STAFF_SINGLE_PAGE_WO_ASIDE.staffPageSquarePhoto .staffOverviewWrapper{
left:0!important;
}
#staff.staffR1 div.staff-header h1{
padding:8px 2em 5px!important;
}
#staff.staffR1 div.staff-header{
line-height:1em!important;
}
}
@media only screen and (max-width:480px) {
 .bell-title {
    padding: 0.2em 0 0.35em!important;
    display: flex;
    justify-content: center;
  }
}

#wrapper #hp-events .hpeventlinks {
margin-left: -2px !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 29px;
  overflow: visible;
  bottom: -12px;
}
#wrapper #hp-events .hpeventlinks div {
  margin: 0 !important;
}
#wrapper #hp-events .hpeventlinks div a {
text-align: center;
  position: relative;
  display: flex;
  letter-spacing: 0;
  overflow: visible;
  padding: 0 43px 0 0;
  text-decoration: none;
  border-radius: 13px;
  transition: 0.3s all ease-in-out;
font-size: clamp(17px,1.66vw,20px);
line-height: 20px;
text-transform: uppercase;
color: #39323f;
font-weight: 700;
font-family: "ff-good-web-pro-condensed",sans-serif;
justify-content: center;
align-items: center;
}
#wrapper #hp-events .hpeventlinks div a::before {
content: "";
  position: absolute;
  width: 34px;
  height: 13px;
  z-index: 0;
  right: 14px;
  background: url(/pics/showarrow.png)no-repeat right center;
  transition: 0.3s all ease-in-out;
  top: 3px;
}
#wrapper #hp-events .hpeventlinks div a:hover::before,
#wrapper #hp-events .hpeventlinks div a:focus::before{
background: url(/pics/show-hover.png)no-repeat center;
  left: unset;
  right: 0;
}
#wrapper #hp-events .hpeventlinks div a:is(:hover,:focus) {
  color: #532380;
}
@media only screen and (max-width:768px) {
#wrapper #hp-events .hpeventlinks{
  justify-content: center;
}
}
#wrapper div.en-editable-block-wrapper figure.img-left ~ div ul {
  margin: 0;
  float: left;
  padding: 0 0 0 20px;
}
#wrapper div.en-editable-block-wrapper{
  margin-top: 10px;
  margin-bottom: 10px;
}
div.en-editable-block-wrapper figure.img-left {
  float: left;
  margin: 0 30px 0 0;
}
@media only screen and (max-width:1130px) {
div[en-page-rec-id="1101621"] ~ div.video_player, div[en-page-rec-id="1101621"] ~ div.video_player video{
width:100%!important;
height:100%!important;
}
}

































