@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body {
  background-color: rgb(255, 255, 255) !important;
}
body main {
  font-family: "Source Sans 3", sans-serif !important;
  background-color: rgb(255, 255, 255) !important;
}
body main section {
  padding: 60px 20px;
}
@media (max-width: 768px) {
  body main section {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  body main section {
    padding: 40px 20px;
  }
}
body main section .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
body main h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
  body main h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 1024px) {
  body main h1 {
    font-size: 48px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  body main h1 {
    font-size: 43px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 440px) {
  body main h1 {
    font-size: 33px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
body main h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 107% !important;
  margin: 0 !important;
  margin-bottom: 50px !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h2 {
    font-size: 36px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  body main h2 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  body main h2 {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 440px) {
  body main h2 {
    font-size: 24px !important;
  }
}
body main .post-heading {
  font-size: 22px;
  font-weight: 500;
  line-height: 108%;
}
@media (max-width: 768px) {
  body main .post-heading {
    font-size: 20px !important;
  }
}
@media (max-width: 480px) {
  body main .post-heading {
    font-size: 18px !important;
  }
}
@media (max-width: 440px) {
  body main .post-heading {
    font-size: 16px !important;
  }
}
body main h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  body main h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  body main h3 {
    font-size: 26px !important;
  }
}
@media (max-width: 480px) {
  body main h3 {
    font-size: 23px !important;
  }
}
@media (max-width: 440px) {
  body main h3 {
    font-size: 20px !important;
  }
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p {
  color: #1f282c;
}
body main .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-radius: 47px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  padding: 10px 30px;
  height: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  body main .global-btn {
    font-size: 15px;
    height: 45px;
    min-width: 150px;
    max-width: 150px;
  }
}
body main .global-btn.centered {
  margin: 0 auto;
}
body main .global-btn.ghost-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid #00aae5;
}
body main .global-btn.ghost-btn.white-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
body main .global-btn.ghost-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
body main .global-btn.ghost-btn.white-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}
body main .global-btn.white-btn {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 2px solid rgb(255, 255, 255);
}
body main .global-btn.white-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
body main .global-btn.small {
  min-width: 100px;
  max-width: 115px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  body main .global-btn.small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body main .global-btn.small {
    font-size: 14px;
  }
}
body main .global-btn:hover {
  background-color: #0279a5;
}

#events .events-list .event {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px 50px;
  border-bottom: 1px solid #e0e0e0;
}
#events .events-list .event:last-child {
  border-bottom: none;
}
@media (max-width: 1200px) {
  #events .events-list .event {
    padding: 30px;
  }
}
@media (max-width: 950px) {
  #events .events-list .event {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
#events .events-list .event .event-image {
  max-width: 150px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  #events .events-list .event .event-image {
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  #events .events-list .event .event-image {
    max-width: 110px;
  }
}
@media (max-width: 950px) {
  #events .events-list .event h3 {
    text-align: center;
  }
}
#events .events-list .event .event-description p {
  margin-bottom: 0 !important;
}
@media (max-width: 950px) {
  #events .events-list .event .event-description p {
    text-align: center;
  }
}
#events .events-list .event .event-link {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 950px) {
  #events .events-list .event .event-link {
    margin-right: auto;
  }
}

#hero {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}
@media (max-width: 768px) {
  #hero {
    min-height: 280px;
  }
}
@media (max-width: 480px) {
  #hero {
    min-height: 230px;
  }
}
#hero .wrapper {
  position: relative;
  z-index: 1;
}
#hero .post-heading {
  max-width: 74%;
}
#hero h1,
#hero .desc {
  color: rgb(255, 255, 255);
}
@media (max-width: 950px) {
  #hero h1,
  #hero .desc {
    text-align: center;
  }
}
@media (max-width: 950px) {
  #hero .desc {
    margin-left: auto;
    margin-right: auto;
  }
}

#events h2 {
  text-align: center;
}
#events .event-list {
  padding: 0 40px;
}/*# sourceMappingURL=main.css.map */