.elementor-kit-5{--e-global-color-primary:#102D41;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#B3B3B3;--e-global-color-87e0cfe:#DE5528;--e-global-color-173059c:#A2CB3E;--e-global-color-a8e828e:#FFE32C;--e-global-color-99baefa:#7BB7E5;--e-global-color-ef33105:#FFFFFF;--e-global-typography-primary-font-family:"mr-eaves-modern";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"mr-eaves-modern";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"mr-eaves-modern";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:900;--e-global-typography-accent-font-family:"mr-eaves-modern";--e-global-typography-accent-font-size:32px;--e-global-typography-accent-font-weight:900;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"mr-eaves-modern", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );font-family:"mr-eaves-modern", Sans-serif;font-size:18px;}.elementor-kit-5 h1{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 h2{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 h3{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 h4{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 h5{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 h6{font-family:"mr-eaves-modern", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"mr-eaves-modern", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.aio-btn {
  border-radius: 100px;
  padding: 5px 15px 7px 15px;
  border: 1px solid #FFFFFF;
  width: 113px;
  height: 40px;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  line-height: 26.6px;
  font-weight: 400;
  font-family: "mr-eaves-modern";
  transition: all 0.2s ease-in-out;
}
.aio-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.aio-news-list-wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: #FFFFFF;
}
.aio-news-list-wrapper .aio-news-list-element {
  padding-bottom: 30px;
}
.aio-news-list-wrapper .aio-news-list-element img {
  width: 359px;
}
.aio-news-list-wrapper .aio-news-list-element .aio-news-list-element-titlewrapper p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "mr-eaves-modern";
  margin: 0;
  padding-top: 30px;
}
.aio-news-list-wrapper .aio-news-list-element .aio-news-list-element-titlewrapper h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  font-family: "mr-eaves-modern";
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

.aio-event-list-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #FFFFFF;
}
.aio-event-list-wrapper .aio-event-list-element {
  padding-bottom: 30px;
}
.aio-event-list-wrapper .aio-event-list-element img {
  width: 359px;
}
.aio-event-list-wrapper .aio-event-list-element .aio-event-list-element-titlewrapper p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  font-family: "mr-eaves-modern";
  margin: 0;
  padding-top: 10px;
}
.aio-event-list-wrapper .aio-event-list-element .aio-event-list-element-titlewrapper h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  font-family: "mr-eaves-modern";
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}
.aio-event-list-wrapper .aio-event-list-element .border-grid {
  z-index: -9999;
  top: -20px;
  width: 100%;
  display: grid;
  grid-template-columns: 70% 30%;
  position: relative;
}
.aio-event-list-wrapper .aio-event-list-element .border-grid .hor {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  margin-top: 50px;
  border-bottom: 1px solid #FFFFFF;
}
.aio-event-list-wrapper .aio-event-list-element .border-grid .ver {
  grid-column-start: 2;
  grid-column-end: 3;
  border-left: 1px solid #FFFFFF;
  height: 150%;
  width: 100%;
  position: absolute;
}

.aio-image-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1140px;
  height: 213.75px;
}
.aio-image-carousel-wrapper .aio-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.aio-image-carousel-wrapper .aio-carousel-track .aio-carousel-image {
  min-width: 33.3333333333%;
  height: 213.75px;
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
.aio-singlenewscarousel-container, .aio-singleeventcarousel-container {
  overflow: hidden;
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 768px) {
  .aio-singlenewscarousel-container, .aio-singleeventcarousel-container {
    width: 100%;
    max-width: 100%;
  }
}

.aio-singlenewscarousel-wrapper, .aio-singleeventcarousel-wrapper {
  display: flex;
  transition: all 0.3s ease;
}

.aio-singlenewscarousel-item, .aio-singleeventcarousel-item {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  height: 360px;
  overflow: hidden;
}
.aio-singlenewscarousel-item a, .aio-singleeventcarousel-item a {
  text-decoration: none;
}
.aio-singlenewscarousel-item a:hover > img, .aio-singleeventcarousel-item a:hover > img {
  transform: scale(2);
}
.aio-singlenewscarousel-item a:hover > div, .aio-singleeventcarousel-item a:hover > div {
  transform: scale(1.1);
}
.aio-singlenewscarousel-item div, .aio-singleeventcarousel-item div {
  color: #FFFFFF;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  top: 270px;
  left: 30px;
  width: -moz-max-content;
  width: max-content;
  z-index: 999;
  font-family: "mr-eaves-modern", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.aio-singlenewscarousel-item img, .aio-singleeventcarousel-item img {
  max-width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(1.5);
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map *//* End custom CSS */