@charset "UTF-8";
/*************************************************/
/* This file was automatically generated by sass */
/* Don't edit it directly                        */
/*************************************************/
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* For IE 6/7 only */
.clearfix {
  *zoom: 1; }

body.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }

ul.colored {
  padding-left: 1.2em; }
  ul.colored li {
    list-style: none;
    position: relative; }
    ul.colored li:before {
      content: "•";
      display: block;
      position: absolute;
      top: -0.3em;
      left: -0.9em;
      font-size: 1.2em;
      color: #919191; }
  ul.colored li:nth-child(9n+1):before {
    color: #0066b3; }
  ul.colored li:nth-child(9n+2):before {
    color: #00a651; }
  ul.colored li:nth-child(9n+3):before {
    color: #ffcb05; }
  ul.colored li:nth-child(9n+4):before {
    color: #ed1c24; }
  ul.colored li:nth-child(9n+5):before {
    color: #00aeef; }
  ul.colored li:nth-child(9n+6):before {
    color: #7670b3; }
  ul.colored li:nth-child(9n+7):before {
    color: #a6ce39; }
  ul.colored li:nth-child(9n+8):before {
    color: #c657a0; }
  ul.colored li:nth-child(9n+9):before {
    color: #f58220; }

.application {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .application > a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%; }

.application {
  width: calc(100% - 8px * 2);
  padding-bottom: calc(100% - 8px * 2);
  margin-bottom: 20px !important; }
  .application .title {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 61, 107, 0.75);
    color: white;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .application .front {
    border: 8px solid #000; }

.application-grid {
  margin-top: 3em; }
  .application-grid .col:nth-child(9n+1) .application .front {
    border-color: #ffcb05; }
  .application-grid .col:nth-child(9n+2) .application .front {
    border-color: #0066b3; }
  .application-grid .col:nth-child(9n+3) .application .front {
    border-color: #ed1c24; }
  .application-grid .col:nth-child(9n+4) .application .front {
    border-color: #0066b3; }
  .application-grid .col:nth-child(9n+5) .application .front {
    border-color: #00aeef; }
  .application-grid .col:nth-child(9n+6) .application .front {
    border-color: #f58220; }
  .application-grid .col:nth-child(9n+7) .application .front {
    border-color: #00a651; }
  .application-grid .col:nth-child(9n+8) .application .front {
    border-color: #7670b3; }
  .application-grid .col:nth-child(9n+9) .application .front {
    border-color: #00aeef; }

.application .front, .application .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  transition: transform 0.3s ease-in, background-color 0.3s 0.2s;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 0;
  -webkit-perspective-origin: 100% 100%;
  border-radius: 50%;
  overflow: hidden; }

.application .front {
  transform: rotateY(0deg); }

.application .back {
  transform: rotateY(180deg); }

.application a:hover .front, .application a:hover .back {
  transition: transform 0.5s ease-in, background-color 0.5s 0.2s; }

.application a:hover .front {
  transform: rotateY(180deg); }

.application a:hover .back {
  transform: rotateY(0deg); }

.modal-backdrop.show {
  opacity: 0.7;
  -webkit-transform: translateZ(1000px); }

.modal-header {
  background-color: #00a651;
  color: white;
  border-bottom: none; }
  .modal-header .close {
    opacity: 1;
    font-size: 2.2em;
    color: #fff; }

.modal {
  -webkit-transform: translateZ(1000px); }

.modal-title {
  font-size: 1.6em;
  font-weight: 700; }

.modal-body {
  font-size: 1.1em;
  line-height: 1.4; }
  .modal-body .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .modal-body .modal-body-text {
    margin-bottom: 1em; }

.modal-body-links a {
  display: block;
  margin-bottom: 0.4em;
  font-size: 0.85em; }

.lang-switcher button {
  background-image: url("../img/language-solid.svg");
  background-size: contain;
  background-position: 5px center;
  background-repeat: no-repeat;
  height: 38px;
  padding-left: 55px;
  margin-left: 5px;
  padding-right: 5px; }
  .lang-switcher button:focus {
    outline: none;
    box-shadow: none;
    background-color: #e4e4e4; }

.square-height {
  height: 0;
  padding-bottom: 100%; }

.col5 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 1200px) {
    .col5 {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .col5 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .col5 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.col5-double {
  flex: 0 0 40%;
  max-width: 40%; }
  .col5-double .square-height {
    padding-bottom: 48%; }

@media (min-width: 1200px) {
  .col5-xl-double {
    flex: 0 0 40%;
    max-width: 40%; }
    .col5-xl-double .square-height {
      padding-bottom: 48%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .col5-lg-double {
    flex: 0 0 50%;
    max-width: 50%; }
    .col5-lg-double .square-height {
      padding-bottom: 48%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .col5-md-double {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
    .col5-md-double .square-height {
      padding-bottom: 48%; } }

.header {
  margin-top: 1em; }

.header-col-title {
  color: #fff;
  position: relative; }
  .header-col-title .square-height {
    background-color: #00a651; }
  .header-col-title h1 {
    position: absolute;
    padding: 22px 20px;
    bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.1; }
    @media (max-width: 991.98px) {
      .header-col-title h1 {
        font-size: 1.3em; } }
    @media (max-width: 767.98px) {
      .header-col-title h1 {
        padding: 10px;
        font-size: 1.1em; } }

.header-col-logo {
  position: relative; }
  .header-col-logo .idm-logo {
    position: absolute;
    bottom: 10px;
    left: 4%;
    width: 92%; }

.header-col-util {
  position: relative; }
  .header-col-util .header-menu {
    position: relative;
    padding-top: 5px; }
    .header-col-util .header-menu a {
      display: block;
      color: #000; }
  .header-col-util .lang-switcher {
    position: absolute;
    left: 0;
    bottom: 0; }

.menu-responsive {
  position: absolute;
  top: 2px;
  right: 10px; }
  .menu-responsive .dropdown-item {
    white-space: normal;
    min-width: 300px; }
  .menu-responsive .dropdown-toggle {
    background-image: url("../img/bars-solid-white.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    margin: 8px; }
    .menu-responsive .dropdown-toggle:after {
      display: none; }

.section-footer {
  border-top: 7px solid #c657a0;
  margin-top: 4em;
  padding: 2em 0; }
  .section-footer a {
    color: #000; }
    .section-footer a:hover {
      color: #000; }
  @media (min-width: 768px) {
    .section-footer .col-logos-r {
      text-align: right; } }
  @media (max-width: 767.98px) {
    .section-footer .col-logos-r {
      margin-top: 2em; } }
  .section-footer .footer-logo-row {
    display: block;
    height: 140px;
    margin-bottom: 1em;
    vertical-align: middle;
    position: relative; }
    .section-footer .footer-logo-row:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    @media (max-width: 767.98px) {
      .section-footer .footer-logo-row {
        height: auto;
        vertical-align: top; } }
  .section-footer .footer-logo {
    display: inline-block;
    vertical-align: middle; }
    .section-footer .footer-logo img {
      display: block; }
    @media (max-width: 767.98px) {
      .section-footer .footer-logo {
        vertical-align: top;
        margin-bottom: 1em; } }
  .section-footer .logo-imu img {
    height: 140px;
    width: 140px; }
  .section-footer .logo-kts {
    margin-top: 1%;
    width: 54%;
    max-width: 300px; }
    @media (max-width: 767.98px) {
      .section-footer .logo-kts {
        width: 100%; } }
    .section-footer .logo-kts img {
      width: 100%;
      height: 100%; }
  .section-footer .logo-imaginary {
    margin-right: 8%;
    width: 38%;
    max-width: 223px; }
    @media (max-width: 767.98px) {
      .section-footer .logo-imaginary {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em; } }
    .section-footer .logo-imaginary img {
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=default-9ce1b0616d.css.map */
