@charset "UTF-8";
/*

0 - 600px       $bp-extra-small
600 - 900px     $bp-small
900 - 1000px    $bp-small--medium
1000 - 1200px    $bp-medium
1200px - 1400px $pb-medium--large
1400 - 1800px   $bp-large
1800 +          $bp-extra-large

$breakpoint argument choses:
- extra-small
- small
- medium
- large
- extra-large

ORDER: base + typography > general layout + grid layout > components

*/
.heading-secondary {
  font-size: 32px;
  font-weight: 600;
  color: #4a4a4a;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.heading-secondary--black {
  color: #000;
  font-weight: 800;
}
@media only screen and (max-width: 68.75em) {
  .heading-secondary {
    font-size: 27px;
  }
}
@media only screen and (max-width: 62.5em) {
  .heading-secondary {
    font-size: 24px;
  }
}

.heading-tertiary {
  font-size: 29px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0;
}
.heading-tertiary--blue {
  color: #3498db;
}
@media only screen and (max-width: 56.25em) {
  .heading-tertiary {
    font-size: 28px;
  }
}
@media only screen and (max-width: 43.75em) {
  .heading-tertiary {
    font-size: 25px;
  }
}

.heading-quaternary {
  font-size: 20px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0;
}
.heading-quaternary--blue {
  color: #3498db;
}

.paragraph-large {
  font-size: 20px;
  color: grey;
  margin: 0;
}

.paragraph-medium {
  font-size: 17px;
  color: grey;
  margin: 0;
}

.paragraph-small {
  font-size: 15px;
  color: grey;
  margin: 0;
}

.u-m-zero {
  margin: 0 !important;
}

.u-m-bottom-extra-large {
  margin-bottom: 60px !important;
}

.u-m-bottom-large {
  margin-bottom: 40px !important;
}

.u-m-bottom-medium {
  margin-bottom: 20px !important;
}

.u-m-top-large {
  margin-top: 40px !important;
}

.u-m-top-medium {
  margin-top: 20px !important;
}

@media only screen and (max-width: 56.25em) {
  .u-m-top-large {
    margin-top: 25px !important;
  }
}
.u-d-none {
  display: none !important;
}

.disable-scroll {
  overflow: hidden;
  height: 100%;
}

.width-100 {
  width: 100% !important;
}

.u-absolute {
  position: absolute !important;
}

.banner-home {
  position: relative;
  background-color: #eeeced;
  height: 100vh;
  overflow: hidden;
  padding-top: 21.5vh;
}
@media only screen and (max-width: 75em) {
  .banner-home {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 50em) {
  .banner-home {
    height: unset;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.banner-home > svg.rash-logo-map-black, .banner-home > svg.rash-logo-map-gradient {
  display: block;
  width: 51%;
  position: absolute;
}
@media only screen and (max-width: 81.25em) {
  .banner-home > svg.rash-logo-map-black, .banner-home > svg.rash-logo-map-gradient {
    width: 55%;
  }
}
@media only screen and (max-width: 62.5em) {
  .banner-home > svg.rash-logo-map-black, .banner-home > svg.rash-logo-map-gradient {
    width: 65%;
  }
}
@media only screen and (max-width: 31.25em) {
  .banner-home > svg.rash-logo-map-black, .banner-home > svg.rash-logo-map-gradient {
    width: 85%;
  }
}
.banner-home > svg.rash-logo-map-black {
  top: -146px;
  left: 0;
  opacity: 0.05;
  right: unset;
  bottom: unset;
}
.banner-home > svg.rash-logo-map-gradient {
  top: -191px;
  right: -3%;
  opacity: 0.5;
}
@media only screen and (max-width: 81.25em) {
  .banner-home > svg.rash-logo-map-gradient {
    right: -13%;
  }
}
@media only screen and (max-width: 62.5em) {
  .banner-home > svg.rash-logo-map-gradient {
    top: 0;
    right: -25%;
  }
}
@media only screen and (max-width: 62.5em) {
  .banner-home > svg.rash-logo-map-gradient {
    right: -34%;
  }
}
@media only screen and (max-width: 31.25em) {
  .banner-home > svg.rash-logo-map-gradient {
    right: -54%;
  }
}
.banner-home__particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 62.5em) {
  .banner-home__particles {
    visibility: hidden;
  }
}
.banner-other {
  height: 420px;
}
@media only screen and (max-width: 106.25em) {
  .banner-other {
    height: 380px;
  }
}
@media only screen and (max-width: 93.75em) {
  .banner-other {
    height: 320px;
  }
}
@media only screen and (max-width: 81.25em) {
  .banner-other {
    height: 270px;
  }
}
@media only screen and (max-width: 68.75em) {
  .banner-other {
    height: 240px;
  }
}
@media only screen and (max-width: 62.5em) {
  .banner-other {
    height: 220px;
  }
}
@media only screen and (max-width: 56.25em) {
  .banner-other {
    height: 180px;
  }
}
@media only screen and (max-width: 50em) {
  .banner-other {
    height: 160px;
  }
}
@media only screen and (max-width: 43.75em) {
  .banner-other {
    height: 125px;
  }
}
@media only screen and (max-width: 31.25em) {
  .banner-other {
    height: 110px;
  }
}

.container-home {
  grid-column: center-start/center-end;
  display: grid;
  padding: 60px 0;
}
.container-home__header {
  grid-column: 1/-1;
  justify-self: center;
}
.container-home__footer {
  grid-column: 1/-1;
  justify-self: center;
}
.container-home--news {
  grid-template-columns: 2fr repeat(2, minmax(180px, 1fr));
  grid-auto-rows: min-content;
  gap: 30px;
}
.container-home--conferences-events {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  row-gap: 30px;
  column-gap: 40px;
}
@media only screen and (max-width: 68.75em) {
  .container-home--news, .container-home--conferences-events {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 37.5em) {
  .container-home--news, .container-home--conferences-events {
    grid-template-columns: 1fr;
  }
}
.container-home--number-counter {
  grid-template-columns: repeat(4, minmax(180px, max-content));
  row-gap: 30px;
  column-gap: 40px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 68.75em) {
  .container-home--number-counter {
    grid-template-columns: repeat(2, minmax(180px, max-content));
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 37.5em) {
  .container-home--number-counter {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 62.5em) {
  .container-home--news, .container-home--conferences-events, .container-home--number-counter {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 50em) {
  .container-home--news, .container-home--conferences-events, .container-home--number-counter {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .container-home--news, .container-home--conferences-events, .container-home--number-counter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 31.25em) {
  .container-home--news, .container-home--conferences-events, .container-home--number-counter {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-other {
  grid-column: center-start/center-end;
  margin: 60px 0;
}

.container-sidebar {
  display: grid;
  grid-column: full-start/full-end;
  grid-template-columns: [sidebar-start] 230px [sidebar-end full-start] minmax(45px, 1fr) [center-start] minmax(min-content, 1370px) [center-end] minmax(45px, 1fr) [full-end];
}
@media only screen and (max-width: 43.75em) {
  .container-sidebar {
    grid-template-columns: [full-start] minmax(25px, 1fr) [center-start] minmax(min-content, 1320px) [center-end] minmax(25px, 1fr) [full-end];
  }
}
.container-sidebar__sidebar {
  grid-column: sidebar-start/sidebar-end;
  position: relative;
}
.container-sidebar__sidebar--full {
  position: absolute !important;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.2);
  border: none !important;
}
@media only screen and (max-width: 43.75em) {
  .container-sidebar__sidebar {
    grid-column: full-start/full-end;
  }
}
.container-sidebar__content {
  grid-column: center-start/center-end;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 43.75em) {
  .container-sidebar__content {
    margin-top: 90px;
  }
}

/*
This style is mainly used by djangocms-blog to create a structure like this:
OBJ-OBJ-OBJ-OBJ

than

OBJ-OBJ-OBJ

than

OBJ-OBJ

than

OBJ
*/
.grid-four--other {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  grid-auto-rows: min-content;
  gap: 60px;
}
.grid-four--other__item {
  width: 100%;
  height: 100%;
}
.grid-four--other__item > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-four--other__item > a img {
  width: 75%;
  margin: 0 auto;
}
.grid-four--other__item > a .probootstrap-text-overlay {
  padding-right: 20px;
}
@media only screen and (max-width: 75em) {
  .grid-four--other {
    gap: 40px;
  }
}
@media only screen and (max-width: 68.75em) {
  .grid-four--other {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 80px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 62.5em) {
  .grid-four--other {
    gap: 35px;
    padding: 0;
  }
}
@media only screen and (max-width: 50em) {
  .grid-four--other {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 80px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 43.75em) {
  .grid-four--other {
    gap: 40px;
  }
}
@media only screen and (max-width: 37.5em) {
  .grid-four--other {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 25px;
    padding: 0;
  }
}
@media only screen and (max-width: 31.25em) {
  .grid-four--other {
    grid-template-columns: minmax(200px, 1fr);
    padding: 0 40px;
    row-gap: 40px;
  }
}

.grid-four--sidebar {
  display: grid;
  grid-template-columns: repeat(4, minmax(300px, 1fr));
  grid-auto-rows: min-content;
  gap: 50px;
}
.grid-four--sidebar__header {
  grid-column: 1/-1;
}
@media only screen and (max-width: 106.25em) {
  .grid-four--sidebar {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
@media only screen and (max-width: 93.75em) {
  .grid-four--sidebar {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    padding: 0 30px;
  }
}
@media only screen and (max-width: 68.75em) {
  .grid-four--sidebar {
    padding: 0;
  }
}
@media only screen and (max-width: 62.5em) {
  .grid-four--sidebar {
    grid-template-columns: minmax(300px, 1fr);
    padding: 0 60px;
  }
}
@media only screen and (max-width: 56.25em) {
  .grid-four--sidebar {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 50em) {
  .grid-four--sidebar {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 43.75em) {
  .grid-four--sidebar {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 37.5em) {
  .grid-four--sidebar {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 31.25em) {
  .grid-four--sidebar {
    padding: 0;
  }
}
@media only screen and (min-width: 112.5em) {
  .grid-four--sidebar {
    gap: 60px;
  }
}

/*
This style is also used by djangocms-style to create a structure like this:
TEXT
TEXT IMAGES/TEXT
*/
.m-txt-txt-img {
  display: grid;
  grid-template-columns: minmax(500px, 1.5fr) minmax(300px, 1fr);
  grid-auto-rows: min-content;
  column-gap: 100px;
  row-gap: 40px;
}
.m-txt-txt-img__title {
  grid-column: 1/span 2;
}
.m-txt-txt-img__text {
  grid-column: 1/span 1;
}
.m-txt-txt-img__img {
  grid-column: 2/span 1;
}
.m-txt-txt-img__img > img {
  width: 100%;
}
@media only screen and (max-width: 106.25em) {
  .m-txt-txt-img {
    column-gap: 60px;
  }
}
@media only screen and (max-width: 93.75em) {
  .m-txt-txt-img {
    grid-template-columns: minmax(400px, 1.2fr) minmax(300px, 1fr);
  }
}
@media only screen and (max-width: 75em) {
  .m-txt-txt-img {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .m-txt-txt-img__img {
    grid-column: 1/span 1;
  }
  .m-txt-txt-img__img > img {
    width: 70%;
  }
}
@media only screen and (max-width: 62.5em) {
  .m-txt-txt-img__img > img {
    width: 80%;
  }
}
@media only screen and (max-width: 56.25em) {
  .m-txt-txt-img__img > img {
    width: 90%;
  }
}
@media only screen and (max-width: 37.5em) {
  .m-txt-txt-img__img > img {
    width: 100%;
  }
}

.wrapper-home {
  width: 100%;
  display: grid;
  grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] minmax(min-content, 1320px) [center-end] minmax(80px, 1fr) [full-end];
}
@media only screen and (max-width: 56.25em) {
  .wrapper-home {
    grid-template-columns: [full-start] minmax(45px, 1fr) [center-start] minmax(min-content, 1320px) [center-end] minmax(45px, 1fr) [full-end];
  }
}
@media only screen and (max-width: 37.5em) {
  .wrapper-home {
    grid-template-columns: [full-start] minmax(25px, 1fr) [center-start] minmax(min-content, 1320px) [center-end] minmax(25px, 1fr) [full-end];
  }
}
.wrapper-home--news {
  background-color: #efefef;
}
.wrapper-home--number-counter {
  background-color: #fff;
}
.wrapper-home--conferences-event {
  background-color: #efefef;
}
.wrapper-home--other {
  background-color: #fff;
}

.wrapper-other {
  display: grid;
  grid-template-columns: [full-start] minmax(80px, 1fr) [center-start] minmax(min-content, 1200px) [center-end] minmax(80px, 1fr) [full-end];
}
@media only screen and (max-width: 81.25em) {
  .wrapper-other {
    grid-template-columns: [full-start] minmax(45px, 1fr) [center-start] minmax(min-content, 1200px) [center-end] minmax(45px, 1fr) [full-end];
  }
}
@media only screen and (max-width: 37.5em) {
  .wrapper-other {
    grid-template-columns: [full-start] minmax(25px, 1fr) [center-start] minmax(min-content, 1200px) [center-end] minmax(25px, 1fr) [full-end];
  }
}

.projects-services-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 43.75em) {
  .projects-services-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

.title-main {
  grid-column: center-start/center-end;
  display: flex;
  flex-direction: column;
  color: #4e4e4e;
}
.title-main__img {
  width: 25%;
  margin-bottom: 7.8vh;
}
@media only screen and (max-width: 75em) {
  .title-main__img {
    margin-bottom: 8.6vh;
  }
}
@media only screen and (max-width: 50em) {
  .title-main__img {
    width: 33%;
    margin-bottom: 3.7vh;
  }
}
.title-main__title {
  font-size: 70px;
  color: #4e4e4e;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 9vh 0;
}
@media only screen and (max-width: 75em) {
  .title-main__title {
    font-size: 65px;
    margin: 0 0 3.4vh 0;
  }
}
@media only screen and (max-width: 50em) {
  .title-main__title {
    font-size: 38px;
    margin-bottom: 5.3vh;
  }
}
.title-main__subtitle {
  font-weight: 600;
  margin: 0 0 75px 0;
}
@media only screen and (max-width: 50em) {
  .title-main__subtitle {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
.title-main__members {
  display: flex;
  align-items: end;
  gap: 0.5cm;
}
.title-main__members > p {
  font-size: 25px;
  color: #4e4e4e;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 0.7;
}

.title-main__members__grid {
  display: flex;
  gap: 1rem;
}

.title-main__members__grid a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 50em) {
  .title-main__members > p {
    font-size: 16px;
    margin-right: 15px;
  }
}

.probootstrap-mobile-menu-active .title-main__members__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 2fr));
  grid-template-rows: repeat(2, minmax(50px, 2fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

.probootstrap-mobile-menu-active .title-main__members > p {
  margin-right: 0px;
  margin-bottom: 50px;
  line-height: 0.7;
}

.button-container {
  display: flex;
  align-items: center;
  gap: 0.5cm;
  flex-wrap: wrap;
}

.title-main__buttons {
  display: flex;
  align-items: center;
  width: auto;
}

.title-main__buttons > p {
  font-size: 25px;
  color: #4e4e4e;
  margin-right: 30px;
  margin-top: 100px;
  line-height: 0.7;

  @media only screen and (max-width: 50em) {
    font-size: 17px;
    margin-right: 6.2cm;
    margin-top: 50px;
  }
}

.title-main__buttons > a {
  color: #4E4E4E;
  display: block;
  text-align: center;
  font-size: 20px;
  background-color: #ff7e7e4f;
  border: 2px solid #c14c4c29;
  border-radius: 60px;
  width: 150px;
  height: 55px;
  margin-top: 92px;
  padding: 10px;
  box-shadow: 0px 0px 0px 3px #e4e4edad inset;
  box-sizing: border-box;
}

.title-main__buttons > a > p {
  margin-left: -114px;
  margin-top: -38px;

  @media only screen and (max-width: 31.25em) {
    margin-right: 0px;
  }
}

.title-main__buttons > a > svg {
  width: 100px;

  @media only screen and (max-width: 31.25em) {
    width: 100px;
  }
}

@media only screen and (max-width: 50em) {
  .title-main__buttons > a {
    margin-left: -7px;
  }
}

.probootstrap-mobile-menu-active .button-container {
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  width: 100%;
}

.probootstrap-mobile-menu-active .title-main__buttons {
  justify-content: flex-start;
  width: 66px;
}

.probootstrap-mobile-menu-active .title-main__buttons > p {
  font-size: 15.5px;
  margin-right: 20px;
}

.probootstrap-mobile-menu-active .title-main__buttons > a {
  width: 90px;
  height: 40px;
  font-size: 14px;
  padding: 8px;
  margin-top: 40px;
  margin-right: 0;
  /*box-shadow: 0px 0px 0px 2px #e4e4edad inset;*/
  display: block;
   background-color: transparent;
   border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.probootstrap-mobile-menu-active .title-main__buttons > a > svg {
  width: 70px;
}

@media only screen and (max-width: 50em) {
  .probootstrap-mobile-menu-active .button-container {
    justify-content: flex-start;
  }

  .probootstrap-mobile-menu-active .title-main__buttons > a {
    width: 100px;
    height: 40px;
    font-size: 12px;
    padding: 8px;
  }

  .probootstrap-mobile-menu-active .title-main__buttons > a > svg {
    width: 50px;
  }
}

@media only screen and (max-width: 31.25em) {

  .probootstrap-mobile-menu-active .title-main__buttons {
  width: 60px;
}
  .probootstrap-mobile-menu-active .title-main__buttons > a {
    width: 80px;
    font-size: 12px;
    padding: 6px;
    height: 35px;
    margin-left: 20px;
  }

  .probootstrap-mobile-menu-active .title-main__buttons > a > svg {
    width: 55px;
  }
}


.Geant-svg {
  width: 80px;
  color: #4e4e4e;
  margin-bottom: -5px;
}
@media only screen and (max-width: 50em) {
  .Geant-svg {
    width: 70px;
    margin-left: 15px;
  }
}

.Ripe-svg {
  margin-bottom: -5px;
  width: 108px;
  color: #4e4e4e;
  margin-left: 15px;
}
@media only screen and (max-width: 50em) {
  .Ripe-svg {
    width: 108px;
    margin: 0;
  }
}

.Eosc-svg {
  width: 100px;
  color: #4e4e4e;
  margin-left: 15px;
  margin-bottom: -5px;
}
@media only screen and (max-width: 50em) {
  .Eosc-svg {
    width: 85px;
    margin-top: 10px;
    margin-left: 20px;
  }
}

.Eunis-svg {
  width: 100px;
  color: #4e4e4e;
  margin-left: 15px;
  margin-bottom: -5px;
}
@media only screen and (max-width: 50em) {
  .Eunis-svg {
    width: 85px;
    margin-bottom: 10px;
    margin-left: 20px;

  }
}

.accordion {
  margin-top: 40px;
}
.accordion__radio {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 35px;
  margin-bottom: 10px;
  background-color: #dddee0;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: background-color 0.5s;
}
.accordion__heading::after {
  content: "❯";
  display: inline-block;
}
.accordion__heading:hover {
  background-color: #b5b7bc;
}
.accordion__content {
  max-height: 0;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}
.accordion__content-link {
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.accordion__content-note {
  margin-top: 30px;
  color: red;
}
.accordion__radio:checked + .accordion__heading {
  background-color: #105aac;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.accordion__radio:checked + .accordion__heading::after {
  transform: rotate(90deg);
}
.accordion__radio:checked ~ .accordion__content {
  max-height: 100vh;
  border: 1px solid #d8d8d8;
  border-top: 0;
  padding: 30px 35px;
  margin-bottom: 15px;
}
.accordion__radio:not(checked) {
  max-height: 0;
}
.accordion--sidebar {
  margin-top: 0;
}
.accordion--sidebar .accordion__heading {
  margin-bottom: 0;
  color: #777;
  padding: 15px;
  font-size: 16px;
  background-color: transparent;
  font-weight: 300;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
}
.accordion--sidebar .accordion__content {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.accordion--sidebar .accordion__content ul {
  padding-left: 0;
}
.accordion--sidebar .accordion__content ul > li {
  border-bottom: none;
}
.accordion--sidebar .accordion__content ul > li.selected {
  background-color: #dedede;
}
.accordion--sidebar .accordion__content ul > li > a {
  display: block;
  color: #777;
}
.accordion--sidebar .accordion__radio:checked + .accordion__heading {
  background-color: transparent;
  color: #777;
}
.accordion--sidebar .accordion__radio:checked + .accordion__heading.ancestor {
  background-color: #dedede;
}
.accordion--sidebar .accordion__radio:checked ~ .accordion__content {
  padding: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #d8d8d8;
}

.blockquote--two-col {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 20px;
}
@media only screen and (max-width: 31.25em) {
  .blockquote--two-col {
    grid-template-columns: 1fr;
  }
}

.btn-text:link, .btn-text:visited {
  display: block;
  color: #3498db;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
  transition: all 0.2s;
}
.btn-text:hover {
  color: white;
  background-color: #3498db;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.btn-text:active {
  transform: translateY(-2px);
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.15);
}
.btn-text--large:link, .btn-text--large:visited {
  font-size: 22px;
  padding: 15px 40px;
}
@media only screen and (max-width: 68.75em) {
  .btn-text--large:link, .btn-text--large:visited {
    font-size: 20px;
  }
}
@media only screen and (max-width: 62.5em) {
  .btn-text--large:link, .btn-text--large:visited {
    font-size: 18px;
  }
}
@media only screen and (max-width: 37.5em) {
  .btn-text--large:link, .btn-text--large:visited {
    font-size: 16px;
  }
}

.btn-logo, .btn-logo:link, .btn-logo:visited {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  color: #3498db;
  transition: color 0.4s;
}
.btn-logo:hover, .btn-logo:active {
  color: #5643fa;
}
.btn-logo > svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.btn-logo--pdf > svg {
  min-width: 22px;
  width: 22px;
  height: 22px;
}

.container-bg-video {
  height: 100%;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-video__content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-my {
  display: flex;
  list-style: none;
  font-size: 18px;
}
.breadcrumb-my__link {
  display: flex;
  color: #3498db;
  text-decoration: none;
}
.breadcrumb-my__separator {
  display: block;
  margin: 0 10px;
}

.box-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 60px 40px;
}
@media only screen and (max-width: 81.25em) {
  .box-overlay {
    padding: 40px 20px;
  }
}
.box-overlay:hover {
  color: #fff;
}
.box-overlay:active {
  color: #fff;
}
.box-overlay:focus {
  outline: none;
  color: #fff;
}
.box-overlay > img, .box-overlay > svg {
  display: block;
  margin-bottom: auto;
  margin-top: auto;
}
.box-overlay > h3 {
  text-align: center;
}
@media only screen and (max-width: 81.25em) {
  .box-overlay > h3 {
    font-size: 17px;
  }
}
.box-overlay--1 {
  background-color: #01b9ad;
}
.box-overlay--1 > svg, .box-overlay--1 > img {
  width: 35.548%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--1 > svg, .box-overlay--1 > img {
    width: calc(35.548% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--1 > svg, .box-overlay--1 > img {
    width: calc(35.548% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--1 > svg, .box-overlay--1 > img {
    width: 35.548%;
  }
}
.box-overlay--2 {
  background-color: #265A7C;
}
.box-overlay--2 > svg, .box-overlay--2 > img {
  width: 55.833%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--2 > svg, .box-overlay--2 > img {
    width: calc(55.833% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--2 > svg, .box-overlay--2 > img {
    width: calc(55.833% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--2 > svg, .box-overlay--2 > img {
    width: 55.833%;
  }
}
.box-overlay--3 {
  background-color: #92BE4D;
}
.box-overlay--3 > svg, .box-overlay--3 > img {
  width: 76.445%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--3 > svg, .box-overlay--3 > img {
    width: calc(76.445% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--3 > svg, .box-overlay--3 > img {
    width: calc(76.445% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--3 > svg, .box-overlay--3 > img {
    width: 76.445%;
  }
}
.box-overlay--4 {
  background-color: #0E86E5;
}
.box-overlay--4 > svg, .box-overlay--4 > img {
  width: 70.528%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--4 > svg, .box-overlay--4 > img {
    width: calc(70.528% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--4 > svg, .box-overlay--4 > img {
    width: calc(70.528% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--4 > svg, .box-overlay--4 > img {
    width: 70.528%;
  }
}
.box-overlay--5 {
  background-color: #EFB028;
}
.box-overlay--5 > svg, .box-overlay--5 > img {
  width: 24.916%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--5 > svg, .box-overlay--5 > img {
    width: calc(24.916% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--5 > svg, .box-overlay--5 > img {
    width: calc(24.916% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--5 > svg, .box-overlay--5 > img {
    width: 24.916%;
  }
}
.box-overlay--6 {
  background-color: #BE477B;
}
.box-overlay--6 > svg, .box-overlay--6 > img {
  margin-top: -5px;
  width: 30.887%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--6 > svg, .box-overlay--6 > img {
    width: calc(30.887% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--6 > svg, .box-overlay--6 > img {
    width: calc(30.887% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--6 > svg, .box-overlay--6 > img {
    width: 30.887%;
  }
}
.box-overlay--7 {
  background-color: #0E86E5;
}
.box-overlay--7 > svg, .box-overlay--7 > img {
  width: 44.85%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--7 > svg, .box-overlay--7 > img {
    width: calc(44.85% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--7 > svg, .box-overlay--7 > img {
    width: calc(44.85% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--7 > svg, .box-overlay--7 > img {
    width: 44.85%;
  }
}
.box-overlay--8 {
  background-color: #01B9AD;
}
.box-overlay--8 > svg, .box-overlay--8 > img {
  width: 33.887%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--8 > svg, .box-overlay--8 > img {
    width: calc(33.887% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--8 > svg, .box-overlay--8 > img {
    width: calc(33.887% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--8 > svg, .box-overlay--8 > img {
    width: 33.887%;
  }
}
.box-overlay--9 {
  background-color: #265A7C;
}
.box-overlay--9 > svg, .box-overlay--9 > img {
  width: 66.445%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--9 > svg, .box-overlay--9 > img {
    width: calc(66.445% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--9 > svg, .box-overlay--9 > img {
    width: calc(66.445% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--9 > svg, .box-overlay--9 > img {
    width: 66.445%;
  }
}
.box-overlay--10 {
  background-color: #92BE4D;
}
.box-overlay--10 > svg, .box-overlay--10 > img {
  width: 30.658%;
}
@media only screen and (max-width: 75em) {
  .box-overlay--10 > svg, .box-overlay--10 > img {
    width: calc(30.657% + 10%);
  }
}
@media only screen and (max-width: 56.25em) {
  .box-overlay--10 > svg, .box-overlay--10 > img {
    width: calc(30.657% + 20%);
  }
}
@media only screen and (max-width: 43.75em) {
  .box-overlay--10 > svg, .box-overlay--10 > img {
    width: 30.657%;
  }
}

.card-blog {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.card-blog__img {
  overflow: hidden;
  background-color: #f8f8f8;
}
.card-blog__img > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.card-blog__img > img:hover {
  transform: scale(1.1);
}
.card-blog__content {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr min-content;
  row-gap: 15px;
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.card-blog__link {
  justify-self: end;
}

.card--number-counter {
  display: grid;
  justify-items: center;
  padding: 30px;
  border-left: thin solid currentColor;
}
.card--number-counter__label {
  font-size: 25px;
  font-weight: 300;
  color: #3498db;
  margin: 0;
}
@media only screen and (max-width: 43.75em) {
  .card--number-counter__label {
    font-size: 22px;
  }
}
.card--number-counter__measure-symbol {
  font-size: 70px;
}
@media only screen and (max-width: 93.75em) {
  .card--number-counter__measure-symbol {
    font-size: 60px;
  }
}
@media only screen and (max-width: 81.25em) {
  .card--number-counter__measure-symbol {
    font-size: 50px;
  }
}
@media only screen and (max-width: 75em) {
  .card--number-counter__measure-symbol {
    font-size: 55px;
  }
}
.card--number-counter__number {
  display: block;
  font-size: 70px;
}
@media only screen and (max-width: 93.75em) {
  .card--number-counter__number {
    font-size: 78px;
  }
}
@media only screen and (max-width: 81.25em) {
  .card--number-counter__number {
    font-size: 68px;
  }
}
@media only screen and (max-width: 75em) {
  .card--number-counter__number {
    font-size: 75px;
  }
}

.gallery--simple {
  display: grid;
  grid-template-columns: repeat(auto-fit, 130px);
  gap: 20px;
}
@media only screen and (max-width: 50em) {
  .gallery--simple {
    justify-content: center;
  }
}
.gallery--simple__item {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all ease-in 0.2s;
}
.gallery--simple__item:hover {
  background-color: #dedede;
}
.gallery--simple__img {
  display: block;
  width: 100%;
  height: auto;
  transition: all ease-in 0.2s;
}
.gallery--simple__item:hover > .gallery--simple__img {
  transform: scale(1.05);
}

.list-ftn {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.list-ftn__item:not(:last-child) {
  margin-bottom: 6px;
}
.list-ftn__link {
  cursor: pointer;
  margin-right: 5px;
  text-decoration: underline;
}
.list-ftn__link:focus + .list-ftn__desc {
  background-color: #f6f6f6;
}

.list-simple {
  padding-left: 60px;
}
@media only screen and (max-width: 37.5em) {
  .list-simple {
    padding-left: 40px;
  }
}
.list-simple > li:not(:last-child) {
  margin-bottom: 25px;
}
.list-simple__item:not(:last-child) {
  margin-bottom: 25px;
}
.list-simple__item > a {
  cursor: pointer;
  color: #3498db;
  display: flex;
  align-items: center;
}
.list-simple__item > a > svg {
  width: 15px;
  min-width: 15px;
  height: auto;
  margin-right: 10px;
}
.list-simple__item:hover > a {
  color: #5643fa;
  text-decoration: underline;
}
.list-simple--blue {
  color: #337ab7;
  padding-left: 33px;
}

.logo-right-side {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 50em) {
  .logo-right-side {
    justify-content: center;
    margin-top: 20px;
  }
}
.logo-right-side__img {
  display: block;
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 75em) {
  .logo-right-side__img {
    width: 30%;
  }
}
@media only screen and (max-width: 68.75em) {
  .logo-right-side__img {
    width: 40%;
  }
}
@media only screen and (max-width: 50em) {
  .logo-right-side__img {
    width: 50%;
  }
}

.banner--post-detail {
  width: 100%;
  height: 300px;
  background-position: 0 0 !important;
}

.post-detail {
  display: grid;
  grid-template-areas: "title      title" "breadcrumb breadcrumb" "img        img" "date       desc" "links      desc";
  grid-template-columns: minmax(150px, max-content) 1fr;
  grid-template-rows: repeat(4, min-content) 1fr;
  padding-top: 20px;
  row-gap: 50px;
  column-gap: 30px;
}
@media only screen and (max-width: 68.75em) {
  .post-detail {
    padding-top: 0;
  }
}
@media only screen and (max-width: 68.75em) {
  .post-detail {
    row-gap: 40px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 56.25em) {
  .post-detail {
    grid-template-areas: "title      title" "img        img" "date       desc" "links      desc";
    grid-template-columns: minmax(150px, max-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
  }
}
@media only screen and (max-width: 50em) {
  .post-detail {
    grid-template-areas: "title" "img" "date" "desc" "links";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, min-content);
    row-gap: 25px;
  }
}
.post-detail__title {
  grid-area: title;
  justify-self: center;
}
.post-detail__breadcrumb {
  grid-area: breadcrumb;
  justify-self: center;
  margin-bottom: 0;
  margin-top: -20px;
}
@media only screen and (max-width: 56.25em) {
  .post-detail__breadcrumb {
    display: none;
  }
}
.post-detail__img {
  grid-area: img;
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 68.75em) {
  .post-detail__img {
    height: 310px;
  }
}
@media only screen and (max-width: 62.5em) {
  .post-detail__img {
    height: 290px;
  }
}
@media only screen and (max-width: 56.25em) {
  .post-detail__img {
    height: 250px;
  }
}
@media only screen and (max-width: 50em) {
  .post-detail__img {
    height: 215px;
  }
}
@media only screen and (max-width: 43.75em) {
  .post-detail__img {
    height: 180px;
  }
}
@media only screen and (max-width: 37.5em) {
  .post-detail__img {
    height: 160px;
  }
}
@media only screen and (max-width: 31.25em) {
  .post-detail__img {
    height: 135px;
  }
}
.post-detail__img > img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -12.5%;
}
.post-detail__date {
  grid-area: date;
}
.post-detail__links {
  grid-area: links;
  align-self: start;
  display: flex;
  flex-direction: column;
}
.post-detail__links > a:not(:last-child) {
  margin-bottom: 20px;
}
.post-detail__desc {
  grid-area: desc;
}
@media only screen and (max-width: 50em) {
  .post-detail__desc {
    margin-top: -18px;
  }
}

.table-rash {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 1.4;
  margin-bottom: 60px;
}
.table-rash thead tr {
  background-color: #c4e0ff;
  font-size: 18px;
}
.table-rash thead tr a {
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
}
.table-rash thead th {
  font-weight: 400;
  padding: 20px 12px;
}
.table-rash thead th:nth-child(1) {
  width: 11%;
}
.table-rash thead th:nth-child(2) {
  width: 13%;
}
.table-rash thead th:nth-child(3) {
  width: 30%;
}
.table-rash thead th:nth-child(4) {
  width: 15%;
}
.table-rash thead th:nth-child(5) {
  width: 30%;
}
.table-rash thead th:nth-child(6) {
  width: 16%;
}
.table-rash thead th:nth-child(7) {
  width: 10%;
}
.table-rash tbody tr {
  font-size: 17px;
}
.table-rash tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.table-rash tbody td {
  padding: 20px 12px;
  overflow-y: auto;
}

.tabbed-pane {
  display: grid;
}
.tabbed-pane--vertical {
  grid-template-columns: 1fr minmax(50px, 0.3fr) 1fr;
  grid-template-areas: "header gap content";
}
@media only screen and (max-width: 62.5em) {
  .tabbed-pane--vertical {
    grid-template-columns: 1fr;
    grid-template-rows: min-content minmax(23px, 0.3fr) 1fr;
    grid-template-areas: "header" "gap" "content";
  }
}
.tabbed-pane--horizontal {
  grid-template-rows: 1fr minmax(50px, 0.3fr) 1fr;
  grid-template-areas: "header" "gap" "content";
}
.tabbed-pane__header {
  grid-area: header;
  display: flex;
  flex-direction: column;
  list-style: none;
  font-size: 18px;
}
@media only screen and (max-width: 62.5em) {
  .tabbed-pane__header {
    flex-direction: row;
    border-bottom: 1px solid #ededed;
    padding-left: 0;
  }
}
.tabbed-pane__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 62.5em) {
  .tabbed-pane__label {
    border-bottom: none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
  }
  .tabbed-pane__label.selected {
    color: #fff;
    background-color: #0b5092;
  }
}
@media only screen and (max-width: 62.5em) {
  .tabbed-pane__label {
    margin-right: 0;
    padding: 5px 7px;
    font-size: 16px;
  }
}
.tabbed-pane__btn {
  padding: 5px 10px;
  background-color: transparent;
  border: none;
  color: #0b5092;
}
@media only screen and (max-width: 62.5em) {
  .tabbed-pane__btn {
    display: none;
  }
}
.tabbed-pane__label.selected > .tabbed-pane__btn {
  color: #fff;
  background-color: #0b5092;
}
.tabbed-pane__content-wrapper {
  grid-area: content;
}
.tabbed-pane__content {
  display: none;
}
.tabbed-pane__content.selected {
  display: block;
}
.tabbed-pane__content-list {
  list-style: none;
  font-size: 18px;
}

.news {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.news__img {
  overflow: hidden;
  background-color: #f8f8f8;
}
.news__img > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.news__img > img:hover {
  transform: scale(1.1);
}
.news__content {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr repeat(2, min-content);
  row-gap: 15px;
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.news__link {
  justify-self: end;
}
.news--last {
  grid-column: 1/span 1;
  grid-row: 2/span 2;
}
.news--last__content {
  grid-template-rows: repeat(2, min-content) 1fr min-content;
  row-gap: 25px;
  padding: 35px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.news--last__desc {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.news--last__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 43.75em) {
  .news--last__svg {
    width: 95px;
    height: 95px;
  }
}
@media only screen and (max-width: 31.25em) {
  .news--last__svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 68.75em) {
  .news--last {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 37.5em) {
  .news--last {
    grid-column: 1/span 1;
  }
}

.social-buttons {
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
  list-style: none;
  padding: 0;
}
.social-buttons__item {
  display: contents;
}
.social-buttons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #DE4820;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 31.25em) {
  .social-buttons__link {
    width: 45px;
    height: 45px;
  }
}
.social-buttons__link:hover {
  background-color: #DE4820;
  color: #fff;
}
.social-buttons__link > svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 31.25em) {
  .social-buttons__link > svg {
    width: 25px;
    height: 25px;
  }
}
.social-buttons__link > svg .rash-logo-map-gradient--st0 {
  transition: all 0.3s ease-in;
}

.social-buttons--menu {
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.social-buttons--menu__item {
  display: contents;
}
.social-buttons--menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.social-buttons--menu__link:link, .social-buttons--menu__link:visited {
  color: #fff;
}
.social-buttons--menu__link > svg {
  width: 25px;
  height: 25px;
}
.social-buttons--menu__link > svg .rash-logo-map-gradient--st0 {
  fill: white;
}

a.edumeet-link > svg {
  width: 25px;
}
a.edumeet-link > svg .rash-logo-map-gradient--st0 {
  fill: currentColor;
}

.contract-list-table {
  border-collapse: collapse;
  width: 100%;
}

.contract-list-table td, .contract-list-table th {
  border: 1px solid black;
  padding: 8px;
}

.contract-list-table th {
  background-color: #C4E0FF;
}

/*# sourceMappingURL=main-scss.css.map */
