:root {

--m1:#1b3459;

--m2:#004281;

--m3:#0071bb;

--m4:#00adee;

--m5:#a92475;

--m6:#f05782;

--m7:#e8e8e8;

--mk1:brightness(0) saturate(100%) invert(16%) sepia(50%) saturate(1455%) hue-rotate(186deg) brightness(97%) contrast(92%);

--mk2:brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);

--mk3:brightness(0) saturate(100%) invert(36%) sepia(100%) saturate(1637%) hue-rotate(178deg) brightness(90%) contrast(106%);

--mk4:brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);

--mk5:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%);

--mk6:brightness(0) saturate(100%) invert(53%) sepia(68%) saturate(3088%) hue-rotate(314deg) brightness(96%) contrast(96%);

--mk7:brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(1210%) hue-rotate(188deg) brightness(115%) contrast(82%);

--f2: linear-gradient(91deg, #004280 0%, #0071ba 100%);
}
body {
  background-color: #fff;
}
main {
  overflow-x: clip;
}
.cover {
  position: relative;
  min-height: 670px;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.cover-slick div {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.cover-slick .info {
  height: auto;
  color: #fff;
  z-index: 2;
}
.cover-slick .info > * {
  position: relative;
}
.cover-slick .info::after {
  content: "";
  position: absolute;
  margin: auto;
  inset: 125% 0 0 0;
  background-image: url("./images/line.png");
  height: 1rem;
  width: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover-slick .info h2 {
  font-weight: 900;
  font-size: calc(2.7vw + 16px);
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.cover-slick .info h3 {
  font-weight: 300;
  font-size: calc(2.7vw + 16px);
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
  display: none;
}
.cover .layer {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  mix-blend-mode: multiply;
  z-index: -1;
}
.cover .central {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 75px;
  right: 15px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  z-index: 5;
}

/**/

.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
}

.service {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  padding: 5px;
  color: var(--text);
  max-width: 395px;
}
.service figure {
  width: 100%;
}
.service .icon {
  background-image: url("./images/m2.png");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  width: 60px;
  padding-top: 1.5rem;
}

.service figcaption {
  line-height: 1.2;
  font-size: calc(1.7vw + 14px); 
  font-weight: 900;
  margin: 0 auto;
  max-width: 220px;               
}
.service p {
  font-size: 1.4rem;
}
.service p + span {
  color: var(--site3);
  font-size: 1.4rem;
}

.fields {
  margin-block: 5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fields > .ico {
  margin-block: 3rem;
  flex: 0 0 12.5%;
}
.fields .ico {
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fields .ico img {
  margin-bottom: 1rem;
  max-height: 50px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
}
.fields .ico:hover {
filter:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%)
}
.fields .ico span {
  font-size: 1.35rem;
  text-align: center;
  line-height: 1.1;
  color: #004281;
}
.fields > .ico:hover img {
  filter: brightness(0);
}
.fields h2 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
/* Articles */

.articles {
  background-image: url(./images/articles_bg.png);
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;

  min-height: 691px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.articles h2,
.articles h3 {
  font-weight: 900;
  font-size: 3.4rem;
}

.articles article {
  display: block;
  height: 100%;
}
.articles .container:first-child a {
  margin-right: auto;
  border: 2px solid var(--site1);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--site1);
  padding: 0.3rem 1rem;
}
.articles .container:first-child a:hover {
  background-color: var(--site3);
  color: #fff;
  text-decoration: none;
}
.articles .container:first-of-type .row > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.articles .container:last-child .row {
  justify-content: space-between;
}
.articles .container:last-child .row > div {
  margin-bottom: 30px;
  max-width: 490px;
}
.article {
  display: block;
  background: #fff;
  color: #004281;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.article:active,
.article:focus,
.article:focus-within {
  color: var(--text);
}
.article img {
  display: block;
  width: 100%;
}
.article .info {
  padding: 1rem 1rem 0 0;
}
.article .info h3 + p {
  padding: 0 0 0 5px;
}
.article .info p + p {
  padding: 0;
  margin: 1.75rem 0 0;
  display: flex;
  justify-content: flex-end;
}
.article .info p + p > span {
  background-color: var(--site1);
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
}
.article h3 {
  padding-inline: 2px;
  font-weight: bold;
}
.article .date {
  position: relative;
}
.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}
.article:hover {
  text-decoration: none;
  color: var(--text);
}
.article:hover .info p + p > span {
  background-color: var(--site3);
}
.read-more {
  background: #fff;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  color: inherit;
  border: 1px solid #ddd;
}

/**/

.events .intro {
  background: var(--f2);
  padding: 45px 0 45px 45px;
}
.events .intro::after {
  content: "";
  position: absolute;
  right: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: var(--site1);
  z-index: -1;
}
.events .intro div {
  color: #fff;
  width: 100%;
  max-width: 355px;
  margin-right: auto;
  padding: 1rem;
}

.events .intro h2 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
}
.events .intro p {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.25rem;
}
.events .intro a {
  margin-top: 2rem;
  margin-right: auto;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.3rem 1rem;
  display: block;
  width: fit-content;
}

.events .intro a:hover {
  background-color: #fff;
  color: var(--site1);
}
.events .col.info > div:first-child {
  margin-bottom: 3rem;
}
.events .col.info > div:last-child {
  margin-bottom: 1.5rem;
}
.event h3 {
  min-height: 75px;
  font-size: 2rem;
  font-weight: 900;
}
.event h3 + div {
  font-size: 1.2rem;
}
.events .col.info {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 65px;
}
.events .event {
  color: var(--text);
}
.event em {
  margin-bottom: -2px;
}
.event em.loc {
  display: inline-block;
  background-image: url("./images/location.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%);
}
.event em.time {
  display: inline-block;
  background-image: url("./images/time.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%);
}
.event .date {
  color: var(--site1);
  font-weight: 1000;
  font-size: 1.5rem;
}
.event .tags {
    padding: 3px 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4rem;
}
.event:hover h3 {
  color: var(--site3);
}
.event:hover {
  text-decoration: none;
}
.event .info {
  margin-top: 0.5rem;
}
.formline {
  display: flex;
  margin-right: auto;
  background: var(--f2);
  color: #fff;
  padding: 4rem 3.7rem 4rem 0;
  position: relative;
}

.formline::after {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: var(--text);
  z-index: -1;
}
.formline .smart-form .form-group > label {
  visibility: hidden;
  margin: 0;
  position: absolute;
}
.formline p {
  margin: 0;
}
.formline .btgrid > div {
  margin: 0;
}
.formline .form-group {
  margin-bottom: 16px;
}
.formline .row-1 .col-md-4,
.formline .row-1 .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.formline textarea#c22100 {
  margin-top: -24px;
  width: 99%;
  margin-inline: auto;
  height: 170px;
}
.formline .smart-form {
  position: relative;
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
}
.formline h2 {
  width: min-content;
  font-weight: 900;
  font-size: 3rem;
  margin: 0 1rem 0 3rem;
  color: #fff;
}
.formline .form-control {
  height: 55px;
  border-radius: 0;
}
.formline .btn.btn-primary {
  width: 100%;
  height: 55px;
  max-width: 205px;
  font-size: 1.5rem;
  border-radius: 0;
}
.formline .btn.btn-primary:hover {
  border-color: var(--site1);
  background-color: #fff;
  color: var(--site1) !important;
}

.formline .form-control {
    border-radius: 8px !important; 
    border: 2px solid transparent !important;
    padding: 12px 20px !important;
    height: auto !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
}

.formline .form-control:focus {
    transform: translateY(-2px); 
}

.formline textarea.form-control {
    min-height: 120px;
}

.formline .btn-primary {
    background-color: #ffffff;
    color: #00407a !important;
    border: none ;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.formline .btn-primary:hover {
    color: #fff;
    transform: scale(1.05); 
}

.formline .required-live-text {
    font-size: 0.8rem;
    opacity: 0.7;
}


.numbers .container {
  margin-block: 10rem;
  margin-inline: auto;
  min-width: unset;
  max-width: 1300px;
}
.numbers .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.numbers em {
  font-weight: 900;
  font-size: 4.5rem;
  color: var(--site1);
  margin-block: 1rem;
}

.numbers h3,
.numbers h2 {
  line-height: 1.01;
  font-weight: 900;
  font-size: 1.8rem;
  width: 87%;
}
section.numbers img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
}
@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }

  .services {
    padding-top: 5rem;
    position: relative;
    width: 100%;
  }
  .service:focus {
    color: var(--site3);
  }
  .service .icon {
    transition: all 0.3s ease-out;
  }
  .service:hover .icon {
    transform: scale(1.1);
  }
  .service:hover {
    color: var(--text);
    text-decoration: none;
  }
  .service:hover p + span {
    text-decoration: underline;
  }

  .bn-news {
    padding-right: 100px;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .cover {
    margin-top: 152px;
    height: 725px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover {
    height: 70vh;
    min-height: 670px;
  }
  .cover-slick .info h2 {
    font-size: 3rem;
  }
  .cover-slick .info h3 {
    font-size: 3rem;
  }
  .cover-slick .info::after {
    width: 300px;
  }
  .services {
    padding-top: 3rem;
  }
  .service .icon {
    height: 130px;
    background-size: 90px;
  }
  .service .icon img {
    width: 55px;
  }
  .service figcaption {
    font-size: 3rem;
  }
  .articles h2,
  .articles h3 {
    font-size: 3rem;
  }
  .articles .info h3 {
    font-size: 1.4rem;
  }
  .articles .container:first-child a {
    font-size: 1.2rem;
  }
  .articles .container:first-child a:hover {
    background-color: var(--site3);
    color: #fff;
    border-color: var(--site3);
    text-decoration: none;
  }
  .article .info p + p > span {
    font-size: 1rem;
    padding: 0.2rem 0.3rem;
  }
  .events .intro h2 {
    font-size: 2.8rem;
  }
  .event h3 {
    font-size: 1.5rem;
    min-height: 64px;
  }
  .numbers em {
    font-size: 3rem;
  }
  .numbers h3,
  .numbers h2 {
    font-size: 1.4rem;
  }
  .formline h2 {
    font-size: 3rem;
  }
  .formline .btn.btn-primary {
    font-size: 1.2rem;
    max-width: 180px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .fields > .ico {
    flex: 0 0 20%;
  }
}
@media (max-width: 991px) {
  .cover {
    min-height: 360px;
    padding: 15px;
    padding-top: 125px;
    /* header height + padding */
  }

  .cover-slick .info {
    padding-inline: 0.45rem;
  }

  .cover-slick .info::after {
    width: 100%;
    max-width: 50%;
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .news h2 {
    display: none;
  }

  .cover .toggle-slick {
    display: none;
  }
  video,
  #toggle-video {
    display: none;
    display: block;
  }
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
  .numbers em {
    font-size: 2.8rem;
  }
  .numbers h3,
  .numbers h2 {
    font-size: 1.4rem;
    width: 99%;
    font-weight: 800;
  }

  .articles {
    background-attachment: scroll;
  }
  .articles h2,
  .articles h3 {
    font-size: 2.8rem;
  }
  .articles .container:first-of-type .row > div {
    max-width: 48%;
  }
  .articles .container:last-child .row {
    justify-content: center;
  }
  .articles .container:first-child a {
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
  }
  .formline {
    flex-direction: column;
  }
  .formline h2 {
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
  }
  .formline > div:last-child {
    padding: 3rem 2.5rem;
  }
  .formline textarea#c22100 {
    width: 98%;
  }
  .formline > div:last-child {
    flex-direction: column;
  }
  .formline .btn.btn-primary {
    max-width: 155px;
  }
  .numbers .container {
    margin-block: 5rem;
  }
  .numbers .row {
  }

  .numbers .col {
    flex: 1 0 49%;
  }
  .services-slick {
    flex-direction: column;
  }
  .services .service {
    margin: auto;
  }
  .events .intro div {
    max-width: 90%;
    margin-right: 0;
  }
  .events .intro {
    padding: 35px 25px;
  }
  .events .intro h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 800px) {
  .fields h2 {
    font-size: 1.65rem;
  }
  .fields .ico img {
    max-height: 40px;
  }
  .fields .ico span {
    font-size: 1.1rem;
  }
  .fields > .ico {
    flex: 1 0 24%;
  }
  .cover-slick .info h2 {
    font-size: 3rem;
  }
  .articles {
    padding-inline: 1rem;
  }
  .articles h2,
  .articles h3 {
    font-size: 2rem;
  }
  .events .col.info {
    padding-right: 35px;
  }
  .event .tags {
    font-size: 1rem;
  }
  .event h3 {
    font-size: 1.6rem;
  }
  .fields > .ico {
    margin-block: 1rem;
  }
  .articles .container:first-child a {
    font-size: 0.9rem;
  }
  .formline {
    padding: 3rem 1.7rem 3rem 0;
  }
}

@media (max-width: 400px) {
  .fields > .ico {
    flex: 1 0 40%;
  }
}
