@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit; }

html,
body {
  min-height: 100%; }

ul[role="list"],
ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed; }
  body.overflow-hidden {
    overflow: hidden; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img,
picture,
svg,
video {
  max-width: 100%;
  display: block; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
:root {
  --main-bg: #ecf5fe;
  --neutral-light: #ffffff;
  --neutral-ligth--rgb: 255, 255, 255;
  --neutral-dark: #000000;
  --text-dark: #121212;
  --text-easy-dark: #2c2c2c;
  --primary: #263864;
  --primary-trasparent: rgba(37, 57, 101, 0.502);
  --primary-trasparent-lighter: rgba(37, 57, 101, 0.2);
  --primary--rgb: 38, 56, 100;
  --blue-link: #4a90e2;
  --brand-green: rgba(49, 196, 169, 0.812);
  --brand-red: #a43943;
  --brand-red-light: rgba(164, 57, 67, 0.18);
  --brand-red-dark: #711d25;
  --input-bg: #fafafa;
  --separator-line: #cacdcf;
  --light-blue-bg: #eff7ff;
  --gray: #f6f6f6;
  --stepper: #deebf8;
  --black-gray: #807e7e;
  --red-error: #B92D3A;
  --green-success: #168967;
  --text-middle-blue: #8DDDFF;
  --banner-middle-blue: #D0E8FF;
  --banner-border-dark-blue: #96CAFB;
  --sublist-item-border: rgba(38, 55, 100, 0.2);
  --green-gradient: linear-gradient(
    90.36deg,
    rgba(78, 187, 155, 0.18) 0.23%,
    rgba(93, 234, 225, 0.558) 99.76%
  );
  --green-gradient-2: linear-gradient(
      90.21deg,
      rgba(141, 234, 219, 0.348) 0.89%,
      rgba(44, 232, 232, 0.104) 98.79%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  --green-gradient-3: linear-gradient(
    269.67deg,
    rgba(63, 239, 239, 0.0494) 0.2%,
    rgba(91, 224, 185, 0.0923) 99.76%
  ); }

body {
  font-family: "Montserrat", sans-serif; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

.fs-21 {
  font-size: 21px; }

.fs-22 {
  font-size: 22px; }

.fs-23 {
  font-size: 23px; }

.fs-24 {
  font-size: 24px; }

.fs-25 {
  font-size: 25px; }

.fs-26 {
  font-size: 26px; }

.fs-27 {
  font-size: 27px; }

.fs-28 {
  font-size: 28px; }

.fs-29 {
  font-size: 29px; }

.fs-30 {
  font-size: 30px; }

.fs-31 {
  font-size: 31px; }

.fs-32 {
  font-size: 32px; }

.fs-33 {
  font-size: 33px; }

.fs-34 {
  font-size: 34px; }

.fs-35 {
  font-size: 35px; }

.fs-36 {
  font-size: 36px; }

.fs-37 {
  font-size: 37px; }

.fs-38 {
  font-size: 38px; }

.fs-39 {
  font-size: 39px; }

.fs-40 {
  font-size: 40px; }

.fs-41 {
  font-size: 41px; }

.fs-42 {
  font-size: 42px; }

.fs-43 {
  font-size: 43px; }

.fs-44 {
  font-size: 44px; }

.fs-45 {
  font-size: 45px; }

.fs-46 {
  font-size: 46px; }

.fs-47 {
  font-size: 47px; }

.fs-48 {
  font-size: 48px; }

.fs-49 {
  font-size: 49px; }

.lh-10 {
  line-height: 10px; }

.lh-11 {
  line-height: 11px; }

.lh-12 {
  line-height: 12px; }

.lh-13 {
  line-height: 13px; }

.lh-14 {
  line-height: 14px; }

.lh-15 {
  line-height: 15px; }

.lh-16 {
  line-height: 16px; }

.lh-17 {
  line-height: 17px; }

.lh-18 {
  line-height: 18px; }

.lh-19 {
  line-height: 19px; }

.lh-20 {
  line-height: 20px; }

.lh-21 {
  line-height: 21px; }

.lh-22 {
  line-height: 22px; }

.lh-23 {
  line-height: 23px; }

.lh-24 {
  line-height: 24px; }

.lh-25 {
  line-height: 25px; }

.lh-26 {
  line-height: 26px; }

.lh-27 {
  line-height: 27px; }

.lh-28 {
  line-height: 28px; }

.lh-29 {
  line-height: 29px; }

.lh-30 {
  line-height: 30px; }

.lh-31 {
  line-height: 31px; }

.lh-32 {
  line-height: 32px; }

.lh-33 {
  line-height: 33px; }

.lh-34 {
  line-height: 34px; }

.lh-35 {
  line-height: 35px; }

.lh-36 {
  line-height: 36px; }

.lh-37 {
  line-height: 37px; }

.lh-38 {
  line-height: 38px; }

.lh-39 {
  line-height: 39px; }

.lh-40 {
  line-height: 40px; }

.lh-41 {
  line-height: 41px; }

.lh-42 {
  line-height: 42px; }

.lh-43 {
  line-height: 43px; }

.lh-44 {
  line-height: 44px; }

.lh-45 {
  line-height: 45px; }

.lh-46 {
  line-height: 46px; }

.lh-47 {
  line-height: 47px; }

.lh-48 {
  line-height: 48px; }

.lh-49 {
  line-height: 49px; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.link {
  text-decoration: none;
  color: var(--primary); }

.link-underline {
  text-decoration: underline;
  color: var(--primary); }

.red {
  color: var(--brand-red); }

.red-error {
  color: var(--red-error); }

.green-success {
  color: var(--green-success); }

.primary {
  color: var(--primary); }

.text-dark {
  color: var(--text-dark); }

.text-easy-dark {
  color: var(--text-easy-dark); }

.blue-link {
  color: var(--blue-link); }

.black-gray {
  color: var(--black-gray); }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.text-align-justify {
  text-align: justify; }

.main-page-title {
  margin: 40px 20px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 34px; }

.main-page-subtitle {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.6; }

@media only screen and (max-width: 900px) {
  .main-page-title {
    font-size: 20px;
    margin: 20px;
    line-height: 24px; } }
@media only screen and (max-width: 500px) {
  .main-page-title {
    font-size: 16px;
    font-weight: 500;
    margin: 15px;
    line-height: 23px; }

  .main-page-subtitle {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.6; } }
.flex-100 {
  flex: 1 1 90%;
  max-width: 100%; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-flex, .eid-form--fileinput .fileinput--files, .eid-card-list .eid-card h4, .eid-card-list .eid-card p, .registration-tutorial .registration-tutorial-content, .right-bar {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-none, .eid-card-list .eid-card a, .registration-tutorial .close-tutorial {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.flex-nogrow {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-noshrink {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-5 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 5%;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%;
  max-width: 5%; }

.flex-10 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 10%;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-width: 10%; }

.flex-15 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 15%;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  max-width: 15%; }

.flex-20 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%; }

.flex-25 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%; }

.flex-30 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%; }

.flex-35 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 35%;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  max-width: 35%; }

.flex-40 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%; }

.flex-45 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  max-width: 45%; }

.flex-50 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%; }

.flex-55 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  max-width: 55%; }

.flex-60 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%; }

.flex-65 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 65%;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  max-width: 65%; }

.flex-70 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%; }

.flex-75 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 75%;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  max-width: 75%; }

.flex-80 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  max-width: 80%; }

.flex-85 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 85%;
  -ms-flex: 1 1 85%;
  flex: 1 1 85%;
  max-width: 85%; }

.flex-90 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 90%; }

.flex-95 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 95%;
  -ms-flex: 1 1 95%;
  flex: 1 1 95%;
  max-width: 95%; }

.flex-33 {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 33%; }

.flex-fix-5 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 5px;
  max-width: 5px; }

.flex-fix-10 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 10px;
  max-width: 10px; }

.flex-fix-15 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 15px;
  max-width: 15px; }

.flex-fix-20 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 20px;
  max-width: 20px; }

.flex-fix-25 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 25px;
  max-width: 25px; }

.flex-fix-30 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 30px;
  max-width: 30px; }

.flex-fix-35 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 35px;
  max-width: 35px; }

.flex-fix-40 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 40px;
  max-width: 40px; }

.flex-fix-45 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 45px;
  max-width: 45px; }

.flex-fix-50 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 50px;
  max-width: 50px; }

.flex-fix-55 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 55px;
  max-width: 55px; }

.flex-fix-60 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 60px;
  max-width: 60px; }

.flex-fix-65 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 65px;
  max-width: 65px; }

.flex-fix-70 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 70px;
  max-width: 70px; }

.flex-fix-75 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 75px;
  max-width: 75px; }

.flex-fix-80 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 80px;
  max-width: 80px; }

.flex-fix-85 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 85px;
  max-width: 85px; }

.flex-fix-90 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 90px;
  max-width: 90px; }

.flex-fix-95 {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 95px;
  max-width: 95px; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.align-items-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start; }

.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end; }

.justify-content-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start; }

.justify-content-center, .user-consentid-actions > .flex {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-content-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end; }

.justify-content-space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.mta {
  margin-top: auto; }

.mra {
  margin-right: auto; }

.mba {
  margin-bottom: auto; }

.mla {
  margin-left: auto; }

.mt-0 {
  margin-top: 0px; }

.mt-1 {
  margin-top: 1px; }

.mt-2 {
  margin-top: 2px; }

.mt-3 {
  margin-top: 3px; }

.mt-4 {
  margin-top: 4px; }

.mt-5 {
  margin-top: 5px; }

.mt-6 {
  margin-top: 6px; }

.mt-7 {
  margin-top: 7px; }

.mt-8 {
  margin-top: 8px; }

.mt-9 {
  margin-top: 9px; }

.mt-10 {
  margin-top: 10px; }

.mt-11 {
  margin-top: 11px; }

.mt-12 {
  margin-top: 12px; }

.mt-13 {
  margin-top: 13px; }

.mt-14 {
  margin-top: 14px; }

.mt-15 {
  margin-top: 15px; }

.mt-16 {
  margin-top: 16px; }

.mt-17 {
  margin-top: 17px; }

.mt-18 {
  margin-top: 18px; }

.mt-19 {
  margin-top: 19px; }

.mt-20 {
  margin-top: 20px; }

.mt-21 {
  margin-top: 21px; }

.mt-22 {
  margin-top: 22px; }

.mt-23 {
  margin-top: 23px; }

.mt-24 {
  margin-top: 24px; }

.mt-25 {
  margin-top: 25px; }

.mt-26 {
  margin-top: 26px; }

.mt-27 {
  margin-top: 27px; }

.mt-28 {
  margin-top: 28px; }

.mt-29 {
  margin-top: 29px; }

.mt-30 {
  margin-top: 30px; }

.mt-31 {
  margin-top: 31px; }

.mt-32 {
  margin-top: 32px; }

.mt-33 {
  margin-top: 33px; }

.mt-34 {
  margin-top: 34px; }

.mt-35 {
  margin-top: 35px; }

.mt-36 {
  margin-top: 36px; }

.mt-37 {
  margin-top: 37px; }

.mt-38 {
  margin-top: 38px; }

.mt-39 {
  margin-top: 39px; }

.mt-40 {
  margin-top: 40px; }

.mt-41 {
  margin-top: 41px; }

.mt-42 {
  margin-top: 42px; }

.mt-43 {
  margin-top: 43px; }

.mt-44 {
  margin-top: 44px; }

.mt-45 {
  margin-top: 45px; }

.mt-46 {
  margin-top: 46px; }

.mt-47 {
  margin-top: 47px; }

.mt-48 {
  margin-top: 48px; }

.mt-49 {
  margin-top: 49px; }

.mt-50 {
  margin-top: 50px; }

.mt-51 {
  margin-top: 51px; }

.mt-52 {
  margin-top: 52px; }

.mt-53 {
  margin-top: 53px; }

.mt-54 {
  margin-top: 54px; }

.mt-55 {
  margin-top: 55px; }

.mt-56 {
  margin-top: 56px; }

.mt-57 {
  margin-top: 57px; }

.mt-58 {
  margin-top: 58px; }

.mt-59 {
  margin-top: 59px; }

.mt-60 {
  margin-top: 60px; }

.mt-61 {
  margin-top: 61px; }

.mt-62 {
  margin-top: 62px; }

.mt-63 {
  margin-top: 63px; }

.mt-64 {
  margin-top: 64px; }

.mt-65 {
  margin-top: 65px; }

.mt-66 {
  margin-top: 66px; }

.mt-67 {
  margin-top: 67px; }

.mt-68 {
  margin-top: 68px; }

.mt-69 {
  margin-top: 69px; }

.mt-70 {
  margin-top: 70px; }

.mt-71 {
  margin-top: 71px; }

.mt-72 {
  margin-top: 72px; }

.mt-73 {
  margin-top: 73px; }

.mt-74 {
  margin-top: 74px; }

.mt-75 {
  margin-top: 75px; }

.mt-76 {
  margin-top: 76px; }

.mt-77 {
  margin-top: 77px; }

.mt-78 {
  margin-top: 78px; }

.mt-79 {
  margin-top: 79px; }

.mt-80 {
  margin-top: 80px; }

.mt-81 {
  margin-top: 81px; }

.mt-82 {
  margin-top: 82px; }

.mt-83 {
  margin-top: 83px; }

.mt-84 {
  margin-top: 84px; }

.mt-85 {
  margin-top: 85px; }

.mt-86 {
  margin-top: 86px; }

.mt-87 {
  margin-top: 87px; }

.mt-88 {
  margin-top: 88px; }

.mt-89 {
  margin-top: 89px; }

.mt-90 {
  margin-top: 90px; }

.mt-91 {
  margin-top: 91px; }

.mt-92 {
  margin-top: 92px; }

.mt-93 {
  margin-top: 93px; }

.mt-94 {
  margin-top: 94px; }

.mt-95 {
  margin-top: 95px; }

.mt-96 {
  margin-top: 96px; }

.mt-97 {
  margin-top: 97px; }

.mt-98 {
  margin-top: 98px; }

.mt-99 {
  margin-top: 99px; }

.mr-0 {
  margin-right: 0px; }

.mr-1 {
  margin-right: 1px; }

.mr-2 {
  margin-right: 2px; }

.mr-3 {
  margin-right: 3px; }

.mr-4 {
  margin-right: 4px; }

.mr-5 {
  margin-right: 5px; }

.mr-6 {
  margin-right: 6px; }

.mr-7 {
  margin-right: 7px; }

.mr-8 {
  margin-right: 8px; }

.mr-9 {
  margin-right: 9px; }

.mr-10 {
  margin-right: 10px; }

.mr-11 {
  margin-right: 11px; }

.mr-12 {
  margin-right: 12px; }

.mr-13 {
  margin-right: 13px; }

.mr-14 {
  margin-right: 14px; }

.mr-15 {
  margin-right: 15px; }

.mr-16 {
  margin-right: 16px; }

.mr-17 {
  margin-right: 17px; }

.mr-18 {
  margin-right: 18px; }

.mr-19 {
  margin-right: 19px; }

.mr-20 {
  margin-right: 20px; }

.mr-21 {
  margin-right: 21px; }

.mr-22 {
  margin-right: 22px; }

.mr-23 {
  margin-right: 23px; }

.mr-24 {
  margin-right: 24px; }

.mr-25 {
  margin-right: 25px; }

.mr-26 {
  margin-right: 26px; }

.mr-27 {
  margin-right: 27px; }

.mr-28 {
  margin-right: 28px; }

.mr-29 {
  margin-right: 29px; }

.mr-30 {
  margin-right: 30px; }

.mr-31 {
  margin-right: 31px; }

.mr-32 {
  margin-right: 32px; }

.mr-33 {
  margin-right: 33px; }

.mr-34 {
  margin-right: 34px; }

.mr-35 {
  margin-right: 35px; }

.mr-36 {
  margin-right: 36px; }

.mr-37 {
  margin-right: 37px; }

.mr-38 {
  margin-right: 38px; }

.mr-39 {
  margin-right: 39px; }

.mr-40 {
  margin-right: 40px; }

.mr-41 {
  margin-right: 41px; }

.mr-42 {
  margin-right: 42px; }

.mr-43 {
  margin-right: 43px; }

.mr-44 {
  margin-right: 44px; }

.mr-45 {
  margin-right: 45px; }

.mr-46 {
  margin-right: 46px; }

.mr-47 {
  margin-right: 47px; }

.mr-48 {
  margin-right: 48px; }

.mr-49 {
  margin-right: 49px; }

.mr-50 {
  margin-right: 50px; }

.mr-51 {
  margin-right: 51px; }

.mr-52 {
  margin-right: 52px; }

.mr-53 {
  margin-right: 53px; }

.mr-54 {
  margin-right: 54px; }

.mr-55 {
  margin-right: 55px; }

.mr-56 {
  margin-right: 56px; }

.mr-57 {
  margin-right: 57px; }

.mr-58 {
  margin-right: 58px; }

.mr-59 {
  margin-right: 59px; }

.mr-60 {
  margin-right: 60px; }

.mr-61 {
  margin-right: 61px; }

.mr-62 {
  margin-right: 62px; }

.mr-63 {
  margin-right: 63px; }

.mr-64 {
  margin-right: 64px; }

.mr-65 {
  margin-right: 65px; }

.mr-66 {
  margin-right: 66px; }

.mr-67 {
  margin-right: 67px; }

.mr-68 {
  margin-right: 68px; }

.mr-69 {
  margin-right: 69px; }

.mr-70 {
  margin-right: 70px; }

.mr-71 {
  margin-right: 71px; }

.mr-72 {
  margin-right: 72px; }

.mr-73 {
  margin-right: 73px; }

.mr-74 {
  margin-right: 74px; }

.mr-75 {
  margin-right: 75px; }

.mr-76 {
  margin-right: 76px; }

.mr-77 {
  margin-right: 77px; }

.mr-78 {
  margin-right: 78px; }

.mr-79 {
  margin-right: 79px; }

.mr-80 {
  margin-right: 80px; }

.mr-81 {
  margin-right: 81px; }

.mr-82 {
  margin-right: 82px; }

.mr-83 {
  margin-right: 83px; }

.mr-84 {
  margin-right: 84px; }

.mr-85 {
  margin-right: 85px; }

.mr-86 {
  margin-right: 86px; }

.mr-87 {
  margin-right: 87px; }

.mr-88 {
  margin-right: 88px; }

.mr-89 {
  margin-right: 89px; }

.mr-90 {
  margin-right: 90px; }

.mr-91 {
  margin-right: 91px; }

.mr-92 {
  margin-right: 92px; }

.mr-93 {
  margin-right: 93px; }

.mr-94 {
  margin-right: 94px; }

.mr-95 {
  margin-right: 95px; }

.mr-96 {
  margin-right: 96px; }

.mr-97 {
  margin-right: 97px; }

.mr-98 {
  margin-right: 98px; }

.mr-99 {
  margin-right: 99px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 1px; }

.mb-2 {
  margin-bottom: 2px; }

.mb-3 {
  margin-bottom: 3px; }

.mb-4 {
  margin-bottom: 4px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-6 {
  margin-bottom: 6px; }

.mb-7 {
  margin-bottom: 7px; }

.mb-8 {
  margin-bottom: 8px; }

.mb-9 {
  margin-bottom: 9px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-11 {
  margin-bottom: 11px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-13 {
  margin-bottom: 13px; }

.mb-14 {
  margin-bottom: 14px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-17 {
  margin-bottom: 17px; }

.mb-18 {
  margin-bottom: 18px; }

.mb-19 {
  margin-bottom: 19px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-21 {
  margin-bottom: 21px; }

.mb-22 {
  margin-bottom: 22px; }

.mb-23 {
  margin-bottom: 23px; }

.mb-24 {
  margin-bottom: 24px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-26 {
  margin-bottom: 26px; }

.mb-27 {
  margin-bottom: 27px; }

.mb-28 {
  margin-bottom: 28px; }

.mb-29 {
  margin-bottom: 29px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-31 {
  margin-bottom: 31px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-33 {
  margin-bottom: 33px; }

.mb-34 {
  margin-bottom: 34px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-36 {
  margin-bottom: 36px; }

.mb-37 {
  margin-bottom: 37px; }

.mb-38 {
  margin-bottom: 38px; }

.mb-39 {
  margin-bottom: 39px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-41 {
  margin-bottom: 41px; }

.mb-42 {
  margin-bottom: 42px; }

.mb-43 {
  margin-bottom: 43px; }

.mb-44 {
  margin-bottom: 44px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-46 {
  margin-bottom: 46px; }

.mb-47 {
  margin-bottom: 47px; }

.mb-48 {
  margin-bottom: 48px; }

.mb-49 {
  margin-bottom: 49px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-51 {
  margin-bottom: 51px; }

.mb-52 {
  margin-bottom: 52px; }

.mb-53 {
  margin-bottom: 53px; }

.mb-54 {
  margin-bottom: 54px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-56 {
  margin-bottom: 56px; }

.mb-57 {
  margin-bottom: 57px; }

.mb-58 {
  margin-bottom: 58px; }

.mb-59 {
  margin-bottom: 59px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-61 {
  margin-bottom: 61px; }

.mb-62 {
  margin-bottom: 62px; }

.mb-63 {
  margin-bottom: 63px; }

.mb-64 {
  margin-bottom: 64px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-66 {
  margin-bottom: 66px; }

.mb-67 {
  margin-bottom: 67px; }

.mb-68 {
  margin-bottom: 68px; }

.mb-69 {
  margin-bottom: 69px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-71 {
  margin-bottom: 71px; }

.mb-72 {
  margin-bottom: 72px; }

.mb-73 {
  margin-bottom: 73px; }

.mb-74 {
  margin-bottom: 74px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-76 {
  margin-bottom: 76px; }

.mb-77 {
  margin-bottom: 77px; }

.mb-78 {
  margin-bottom: 78px; }

.mb-79 {
  margin-bottom: 79px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-81 {
  margin-bottom: 81px; }

.mb-82 {
  margin-bottom: 82px; }

.mb-83 {
  margin-bottom: 83px; }

.mb-84 {
  margin-bottom: 84px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-86 {
  margin-bottom: 86px; }

.mb-87 {
  margin-bottom: 87px; }

.mb-88 {
  margin-bottom: 88px; }

.mb-89 {
  margin-bottom: 89px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-91 {
  margin-bottom: 91px; }

.mb-92 {
  margin-bottom: 92px; }

.mb-93 {
  margin-bottom: 93px; }

.mb-94 {
  margin-bottom: 94px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-96 {
  margin-bottom: 96px; }

.mb-97 {
  margin-bottom: 97px; }

.mb-98 {
  margin-bottom: 98px; }

.mb-99 {
  margin-bottom: 99px; }

.ml-0 {
  margin-left: 0px; }

.ml-1 {
  margin-left: 1px; }

.ml-2 {
  margin-left: 2px; }

.ml-3 {
  margin-left: 3px; }

.ml-4 {
  margin-left: 4px; }

.ml-5 {
  margin-left: 5px; }

.ml-6 {
  margin-left: 6px; }

.ml-7 {
  margin-left: 7px; }

.ml-8 {
  margin-left: 8px; }

.ml-9 {
  margin-left: 9px; }

.ml-10 {
  margin-left: 10px; }

.ml-11 {
  margin-left: 11px; }

.ml-12 {
  margin-left: 12px; }

.ml-13 {
  margin-left: 13px; }

.ml-14 {
  margin-left: 14px; }

.ml-15 {
  margin-left: 15px; }

.ml-16 {
  margin-left: 16px; }

.ml-17 {
  margin-left: 17px; }

.ml-18 {
  margin-left: 18px; }

.ml-19 {
  margin-left: 19px; }

.ml-20 {
  margin-left: 20px; }

.ml-21 {
  margin-left: 21px; }

.ml-22 {
  margin-left: 22px; }

.ml-23 {
  margin-left: 23px; }

.ml-24 {
  margin-left: 24px; }

.ml-25 {
  margin-left: 25px; }

.ml-26 {
  margin-left: 26px; }

.ml-27 {
  margin-left: 27px; }

.ml-28 {
  margin-left: 28px; }

.ml-29 {
  margin-left: 29px; }

.ml-30 {
  margin-left: 30px; }

.ml-31 {
  margin-left: 31px; }

.ml-32 {
  margin-left: 32px; }

.ml-33 {
  margin-left: 33px; }

.ml-34 {
  margin-left: 34px; }

.ml-35 {
  margin-left: 35px; }

.ml-36 {
  margin-left: 36px; }

.ml-37 {
  margin-left: 37px; }

.ml-38 {
  margin-left: 38px; }

.ml-39 {
  margin-left: 39px; }

.ml-40 {
  margin-left: 40px; }

.ml-41 {
  margin-left: 41px; }

.ml-42 {
  margin-left: 42px; }

.ml-43 {
  margin-left: 43px; }

.ml-44 {
  margin-left: 44px; }

.ml-45 {
  margin-left: 45px; }

.ml-46 {
  margin-left: 46px; }

.ml-47 {
  margin-left: 47px; }

.ml-48 {
  margin-left: 48px; }

.ml-49 {
  margin-left: 49px; }

.ml-50 {
  margin-left: 50px; }

.ml-51 {
  margin-left: 51px; }

.ml-52 {
  margin-left: 52px; }

.ml-53 {
  margin-left: 53px; }

.ml-54 {
  margin-left: 54px; }

.ml-55 {
  margin-left: 55px; }

.ml-56 {
  margin-left: 56px; }

.ml-57 {
  margin-left: 57px; }

.ml-58 {
  margin-left: 58px; }

.ml-59 {
  margin-left: 59px; }

.ml-60 {
  margin-left: 60px; }

.ml-61 {
  margin-left: 61px; }

.ml-62 {
  margin-left: 62px; }

.ml-63 {
  margin-left: 63px; }

.ml-64 {
  margin-left: 64px; }

.ml-65 {
  margin-left: 65px; }

.ml-66 {
  margin-left: 66px; }

.ml-67 {
  margin-left: 67px; }

.ml-68 {
  margin-left: 68px; }

.ml-69 {
  margin-left: 69px; }

.ml-70 {
  margin-left: 70px; }

.ml-71 {
  margin-left: 71px; }

.ml-72 {
  margin-left: 72px; }

.ml-73 {
  margin-left: 73px; }

.ml-74 {
  margin-left: 74px; }

.ml-75 {
  margin-left: 75px; }

.ml-76 {
  margin-left: 76px; }

.ml-77 {
  margin-left: 77px; }

.ml-78 {
  margin-left: 78px; }

.ml-79 {
  margin-left: 79px; }

.ml-80 {
  margin-left: 80px; }

.ml-81 {
  margin-left: 81px; }

.ml-82 {
  margin-left: 82px; }

.ml-83 {
  margin-left: 83px; }

.ml-84 {
  margin-left: 84px; }

.ml-85 {
  margin-left: 85px; }

.ml-86 {
  margin-left: 86px; }

.ml-87 {
  margin-left: 87px; }

.ml-88 {
  margin-left: 88px; }

.ml-89 {
  margin-left: 89px; }

.ml-90 {
  margin-left: 90px; }

.ml-91 {
  margin-left: 91px; }

.ml-92 {
  margin-left: 92px; }

.ml-93 {
  margin-left: 93px; }

.ml-94 {
  margin-left: 94px; }

.ml-95 {
  margin-left: 95px; }

.ml-96 {
  margin-left: 96px; }

.ml-97 {
  margin-left: 97px; }

.ml-98 {
  margin-left: 98px; }

.ml-99 {
  margin-left: 99px; }

.pt-0 {
  padding-top: 0px; }

.pt-1 {
  padding-top: 1px; }

.pt-2 {
  padding-top: 2px; }

.pt-3 {
  padding-top: 3px; }

.pt-4 {
  padding-top: 4px; }

.pt-5 {
  padding-top: 5px; }

.pt-6 {
  padding-top: 6px; }

.pt-7 {
  padding-top: 7px; }

.pt-8 {
  padding-top: 8px; }

.pt-9 {
  padding-top: 9px; }

.pt-10 {
  padding-top: 10px; }

.pt-11 {
  padding-top: 11px; }

.pt-12 {
  padding-top: 12px; }

.pt-13 {
  padding-top: 13px; }

.pt-14 {
  padding-top: 14px; }

.pt-15 {
  padding-top: 15px; }

.pt-16 {
  padding-top: 16px; }

.pt-17 {
  padding-top: 17px; }

.pt-18 {
  padding-top: 18px; }

.pt-19 {
  padding-top: 19px; }

.pt-20 {
  padding-top: 20px; }

.pt-21 {
  padding-top: 21px; }

.pt-22 {
  padding-top: 22px; }

.pt-23 {
  padding-top: 23px; }

.pt-24 {
  padding-top: 24px; }

.pt-25 {
  padding-top: 25px; }

.pt-26 {
  padding-top: 26px; }

.pt-27 {
  padding-top: 27px; }

.pt-28 {
  padding-top: 28px; }

.pt-29 {
  padding-top: 29px; }

.pt-30 {
  padding-top: 30px; }

.pt-31 {
  padding-top: 31px; }

.pt-32 {
  padding-top: 32px; }

.pt-33 {
  padding-top: 33px; }

.pt-34 {
  padding-top: 34px; }

.pt-35 {
  padding-top: 35px; }

.pt-36 {
  padding-top: 36px; }

.pt-37 {
  padding-top: 37px; }

.pt-38 {
  padding-top: 38px; }

.pt-39 {
  padding-top: 39px; }

.pt-40 {
  padding-top: 40px; }

.pt-41 {
  padding-top: 41px; }

.pt-42 {
  padding-top: 42px; }

.pt-43 {
  padding-top: 43px; }

.pt-44 {
  padding-top: 44px; }

.pt-45 {
  padding-top: 45px; }

.pt-46 {
  padding-top: 46px; }

.pt-47 {
  padding-top: 47px; }

.pt-48 {
  padding-top: 48px; }

.pt-49 {
  padding-top: 49px; }

.pt-50 {
  padding-top: 50px; }

.pt-51 {
  padding-top: 51px; }

.pt-52 {
  padding-top: 52px; }

.pt-53 {
  padding-top: 53px; }

.pt-54 {
  padding-top: 54px; }

.pt-55 {
  padding-top: 55px; }

.pt-56 {
  padding-top: 56px; }

.pt-57 {
  padding-top: 57px; }

.pt-58 {
  padding-top: 58px; }

.pt-59 {
  padding-top: 59px; }

.pt-60 {
  padding-top: 60px; }

.pt-61 {
  padding-top: 61px; }

.pt-62 {
  padding-top: 62px; }

.pt-63 {
  padding-top: 63px; }

.pt-64 {
  padding-top: 64px; }

.pt-65 {
  padding-top: 65px; }

.pt-66 {
  padding-top: 66px; }

.pt-67 {
  padding-top: 67px; }

.pt-68 {
  padding-top: 68px; }

.pt-69 {
  padding-top: 69px; }

.pt-70 {
  padding-top: 70px; }

.pt-71 {
  padding-top: 71px; }

.pt-72 {
  padding-top: 72px; }

.pt-73 {
  padding-top: 73px; }

.pt-74 {
  padding-top: 74px; }

.pt-75 {
  padding-top: 75px; }

.pt-76 {
  padding-top: 76px; }

.pt-77 {
  padding-top: 77px; }

.pt-78 {
  padding-top: 78px; }

.pt-79 {
  padding-top: 79px; }

.pt-80 {
  padding-top: 80px; }

.pt-81 {
  padding-top: 81px; }

.pt-82 {
  padding-top: 82px; }

.pt-83 {
  padding-top: 83px; }

.pt-84 {
  padding-top: 84px; }

.pt-85 {
  padding-top: 85px; }

.pt-86 {
  padding-top: 86px; }

.pt-87 {
  padding-top: 87px; }

.pt-88 {
  padding-top: 88px; }

.pt-89 {
  padding-top: 89px; }

.pt-90 {
  padding-top: 90px; }

.pt-91 {
  padding-top: 91px; }

.pt-92 {
  padding-top: 92px; }

.pt-93 {
  padding-top: 93px; }

.pt-94 {
  padding-top: 94px; }

.pt-95 {
  padding-top: 95px; }

.pt-96 {
  padding-top: 96px; }

.pt-97 {
  padding-top: 97px; }

.pt-98 {
  padding-top: 98px; }

.pt-99 {
  padding-top: 99px; }

.pr-0 {
  padding-right: 0px; }

.pr-1 {
  padding-right: 1px; }

.pr-2 {
  padding-right: 2px; }

.pr-3 {
  padding-right: 3px; }

.pr-4 {
  padding-right: 4px; }

.pr-5 {
  padding-right: 5px; }

.pr-6 {
  padding-right: 6px; }

.pr-7 {
  padding-right: 7px; }

.pr-8 {
  padding-right: 8px; }

.pr-9 {
  padding-right: 9px; }

.pr-10 {
  padding-right: 10px; }

.pr-11 {
  padding-right: 11px; }

.pr-12 {
  padding-right: 12px; }

.pr-13 {
  padding-right: 13px; }

.pr-14 {
  padding-right: 14px; }

.pr-15 {
  padding-right: 15px; }

.pr-16 {
  padding-right: 16px; }

.pr-17 {
  padding-right: 17px; }

.pr-18 {
  padding-right: 18px; }

.pr-19 {
  padding-right: 19px; }

.pr-20 {
  padding-right: 20px; }

.pr-21 {
  padding-right: 21px; }

.pr-22 {
  padding-right: 22px; }

.pr-23 {
  padding-right: 23px; }

.pr-24 {
  padding-right: 24px; }

.pr-25 {
  padding-right: 25px; }

.pr-26 {
  padding-right: 26px; }

.pr-27 {
  padding-right: 27px; }

.pr-28 {
  padding-right: 28px; }

.pr-29 {
  padding-right: 29px; }

.pr-30 {
  padding-right: 30px; }

.pr-31 {
  padding-right: 31px; }

.pr-32 {
  padding-right: 32px; }

.pr-33 {
  padding-right: 33px; }

.pr-34 {
  padding-right: 34px; }

.pr-35 {
  padding-right: 35px; }

.pr-36 {
  padding-right: 36px; }

.pr-37 {
  padding-right: 37px; }

.pr-38 {
  padding-right: 38px; }

.pr-39 {
  padding-right: 39px; }

.pr-40 {
  padding-right: 40px; }

.pr-41 {
  padding-right: 41px; }

.pr-42 {
  padding-right: 42px; }

.pr-43 {
  padding-right: 43px; }

.pr-44 {
  padding-right: 44px; }

.pr-45 {
  padding-right: 45px; }

.pr-46 {
  padding-right: 46px; }

.pr-47 {
  padding-right: 47px; }

.pr-48 {
  padding-right: 48px; }

.pr-49 {
  padding-right: 49px; }

.pr-50 {
  padding-right: 50px; }

.pr-51 {
  padding-right: 51px; }

.pr-52 {
  padding-right: 52px; }

.pr-53 {
  padding-right: 53px; }

.pr-54 {
  padding-right: 54px; }

.pr-55 {
  padding-right: 55px; }

.pr-56 {
  padding-right: 56px; }

.pr-57 {
  padding-right: 57px; }

.pr-58 {
  padding-right: 58px; }

.pr-59 {
  padding-right: 59px; }

.pr-60 {
  padding-right: 60px; }

.pr-61 {
  padding-right: 61px; }

.pr-62 {
  padding-right: 62px; }

.pr-63 {
  padding-right: 63px; }

.pr-64 {
  padding-right: 64px; }

.pr-65 {
  padding-right: 65px; }

.pr-66 {
  padding-right: 66px; }

.pr-67 {
  padding-right: 67px; }

.pr-68 {
  padding-right: 68px; }

.pr-69 {
  padding-right: 69px; }

.pr-70 {
  padding-right: 70px; }

.pr-71 {
  padding-right: 71px; }

.pr-72 {
  padding-right: 72px; }

.pr-73 {
  padding-right: 73px; }

.pr-74 {
  padding-right: 74px; }

.pr-75 {
  padding-right: 75px; }

.pr-76 {
  padding-right: 76px; }

.pr-77 {
  padding-right: 77px; }

.pr-78 {
  padding-right: 78px; }

.pr-79 {
  padding-right: 79px; }

.pr-80 {
  padding-right: 80px; }

.pr-81 {
  padding-right: 81px; }

.pr-82 {
  padding-right: 82px; }

.pr-83 {
  padding-right: 83px; }

.pr-84 {
  padding-right: 84px; }

.pr-85 {
  padding-right: 85px; }

.pr-86 {
  padding-right: 86px; }

.pr-87 {
  padding-right: 87px; }

.pr-88 {
  padding-right: 88px; }

.pr-89 {
  padding-right: 89px; }

.pr-90 {
  padding-right: 90px; }

.pr-91 {
  padding-right: 91px; }

.pr-92 {
  padding-right: 92px; }

.pr-93 {
  padding-right: 93px; }

.pr-94 {
  padding-right: 94px; }

.pr-95 {
  padding-right: 95px; }

.pr-96 {
  padding-right: 96px; }

.pr-97 {
  padding-right: 97px; }

.pr-98 {
  padding-right: 98px; }

.pr-99 {
  padding-right: 99px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-1 {
  padding-bottom: 1px; }

.pb-2 {
  padding-bottom: 2px; }

.pb-3 {
  padding-bottom: 3px; }

.pb-4 {
  padding-bottom: 4px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-6 {
  padding-bottom: 6px; }

.pb-7 {
  padding-bottom: 7px; }

.pb-8 {
  padding-bottom: 8px; }

.pb-9 {
  padding-bottom: 9px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-11 {
  padding-bottom: 11px; }

.pb-12 {
  padding-bottom: 12px; }

.pb-13 {
  padding-bottom: 13px; }

.pb-14 {
  padding-bottom: 14px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-16 {
  padding-bottom: 16px; }

.pb-17 {
  padding-bottom: 17px; }

.pb-18 {
  padding-bottom: 18px; }

.pb-19 {
  padding-bottom: 19px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-21 {
  padding-bottom: 21px; }

.pb-22 {
  padding-bottom: 22px; }

.pb-23 {
  padding-bottom: 23px; }

.pb-24 {
  padding-bottom: 24px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-26 {
  padding-bottom: 26px; }

.pb-27 {
  padding-bottom: 27px; }

.pb-28 {
  padding-bottom: 28px; }

.pb-29 {
  padding-bottom: 29px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-31 {
  padding-bottom: 31px; }

.pb-32 {
  padding-bottom: 32px; }

.pb-33 {
  padding-bottom: 33px; }

.pb-34 {
  padding-bottom: 34px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-36 {
  padding-bottom: 36px; }

.pb-37 {
  padding-bottom: 37px; }

.pb-38 {
  padding-bottom: 38px; }

.pb-39 {
  padding-bottom: 39px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-41 {
  padding-bottom: 41px; }

.pb-42 {
  padding-bottom: 42px; }

.pb-43 {
  padding-bottom: 43px; }

.pb-44 {
  padding-bottom: 44px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-46 {
  padding-bottom: 46px; }

.pb-47 {
  padding-bottom: 47px; }

.pb-48 {
  padding-bottom: 48px; }

.pb-49 {
  padding-bottom: 49px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-51 {
  padding-bottom: 51px; }

.pb-52 {
  padding-bottom: 52px; }

.pb-53 {
  padding-bottom: 53px; }

.pb-54 {
  padding-bottom: 54px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-56 {
  padding-bottom: 56px; }

.pb-57 {
  padding-bottom: 57px; }

.pb-58 {
  padding-bottom: 58px; }

.pb-59 {
  padding-bottom: 59px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-61 {
  padding-bottom: 61px; }

.pb-62 {
  padding-bottom: 62px; }

.pb-63 {
  padding-bottom: 63px; }

.pb-64 {
  padding-bottom: 64px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-66 {
  padding-bottom: 66px; }

.pb-67 {
  padding-bottom: 67px; }

.pb-68 {
  padding-bottom: 68px; }

.pb-69 {
  padding-bottom: 69px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-71 {
  padding-bottom: 71px; }

.pb-72 {
  padding-bottom: 72px; }

.pb-73 {
  padding-bottom: 73px; }

.pb-74 {
  padding-bottom: 74px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-76 {
  padding-bottom: 76px; }

.pb-77 {
  padding-bottom: 77px; }

.pb-78 {
  padding-bottom: 78px; }

.pb-79 {
  padding-bottom: 79px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-81 {
  padding-bottom: 81px; }

.pb-82 {
  padding-bottom: 82px; }

.pb-83 {
  padding-bottom: 83px; }

.pb-84 {
  padding-bottom: 84px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-86 {
  padding-bottom: 86px; }

.pb-87 {
  padding-bottom: 87px; }

.pb-88 {
  padding-bottom: 88px; }

.pb-89 {
  padding-bottom: 89px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-91 {
  padding-bottom: 91px; }

.pb-92 {
  padding-bottom: 92px; }

.pb-93 {
  padding-bottom: 93px; }

.pb-94 {
  padding-bottom: 94px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-96 {
  padding-bottom: 96px; }

.pb-97 {
  padding-bottom: 97px; }

.pb-98 {
  padding-bottom: 98px; }

.pb-99 {
  padding-bottom: 99px; }

.pl-0 {
  padding-left: 0px; }

.pl-1 {
  padding-left: 1px; }

.pl-2 {
  padding-left: 2px; }

.pl-3 {
  padding-left: 3px; }

.pl-4 {
  padding-left: 4px; }

.pl-5 {
  padding-left: 5px; }

.pl-6 {
  padding-left: 6px; }

.pl-7 {
  padding-left: 7px; }

.pl-8 {
  padding-left: 8px; }

.pl-9 {
  padding-left: 9px; }

.pl-10 {
  padding-left: 10px; }

.pl-11 {
  padding-left: 11px; }

.pl-12 {
  padding-left: 12px; }

.pl-13 {
  padding-left: 13px; }

.pl-14 {
  padding-left: 14px; }

.pl-15 {
  padding-left: 15px; }

.pl-16 {
  padding-left: 16px; }

.pl-17 {
  padding-left: 17px; }

.pl-18 {
  padding-left: 18px; }

.pl-19 {
  padding-left: 19px; }

.pl-20 {
  padding-left: 20px; }

.pl-21 {
  padding-left: 21px; }

.pl-22 {
  padding-left: 22px; }

.pl-23 {
  padding-left: 23px; }

.pl-24 {
  padding-left: 24px; }

.pl-25 {
  padding-left: 25px; }

.pl-26 {
  padding-left: 26px; }

.pl-27 {
  padding-left: 27px; }

.pl-28 {
  padding-left: 28px; }

.pl-29 {
  padding-left: 29px; }

.pl-30 {
  padding-left: 30px; }

.pl-31 {
  padding-left: 31px; }

.pl-32 {
  padding-left: 32px; }

.pl-33 {
  padding-left: 33px; }

.pl-34 {
  padding-left: 34px; }

.pl-35 {
  padding-left: 35px; }

.pl-36 {
  padding-left: 36px; }

.pl-37 {
  padding-left: 37px; }

.pl-38 {
  padding-left: 38px; }

.pl-39 {
  padding-left: 39px; }

.pl-40 {
  padding-left: 40px; }

.pl-41 {
  padding-left: 41px; }

.pl-42 {
  padding-left: 42px; }

.pl-43 {
  padding-left: 43px; }

.pl-44 {
  padding-left: 44px; }

.pl-45 {
  padding-left: 45px; }

.pl-46 {
  padding-left: 46px; }

.pl-47 {
  padding-left: 47px; }

.pl-48 {
  padding-left: 48px; }

.pl-49 {
  padding-left: 49px; }

.pl-50 {
  padding-left: 50px; }

.pl-51 {
  padding-left: 51px; }

.pl-52 {
  padding-left: 52px; }

.pl-53 {
  padding-left: 53px; }

.pl-54 {
  padding-left: 54px; }

.pl-55 {
  padding-left: 55px; }

.pl-56 {
  padding-left: 56px; }

.pl-57 {
  padding-left: 57px; }

.pl-58 {
  padding-left: 58px; }

.pl-59 {
  padding-left: 59px; }

.pl-60 {
  padding-left: 60px; }

.pl-61 {
  padding-left: 61px; }

.pl-62 {
  padding-left: 62px; }

.pl-63 {
  padding-left: 63px; }

.pl-64 {
  padding-left: 64px; }

.pl-65 {
  padding-left: 65px; }

.pl-66 {
  padding-left: 66px; }

.pl-67 {
  padding-left: 67px; }

.pl-68 {
  padding-left: 68px; }

.pl-69 {
  padding-left: 69px; }

.pl-70 {
  padding-left: 70px; }

.pl-71 {
  padding-left: 71px; }

.pl-72 {
  padding-left: 72px; }

.pl-73 {
  padding-left: 73px; }

.pl-74 {
  padding-left: 74px; }

.pl-75 {
  padding-left: 75px; }

.pl-76 {
  padding-left: 76px; }

.pl-77 {
  padding-left: 77px; }

.pl-78 {
  padding-left: 78px; }

.pl-79 {
  padding-left: 79px; }

.pl-80 {
  padding-left: 80px; }

.pl-81 {
  padding-left: 81px; }

.pl-82 {
  padding-left: 82px; }

.pl-83 {
  padding-left: 83px; }

.pl-84 {
  padding-left: 84px; }

.pl-85 {
  padding-left: 85px; }

.pl-86 {
  padding-left: 86px; }

.pl-87 {
  padding-left: 87px; }

.pl-88 {
  padding-left: 88px; }

.pl-89 {
  padding-left: 89px; }

.pl-90 {
  padding-left: 90px; }

.pl-91 {
  padding-left: 91px; }

.pl-92 {
  padding-left: 92px; }

.pl-93 {
  padding-left: 93px; }

.pl-94 {
  padding-left: 94px; }

.pl-95 {
  padding-left: 95px; }

.pl-96 {
  padding-left: 96px; }

.pl-97 {
  padding-left: 97px; }

.pl-98 {
  padding-left: 98px; }

.pl-99 {
  padding-left: 99px; }

.pd-0 {
  padding: 0px; }

.pd-1 {
  padding: 1px; }

.pd-2 {
  padding: 2px; }

.pd-3 {
  padding: 3px; }

.pd-4 {
  padding: 4px; }

.pd-5 {
  padding: 5px; }

.pd-6 {
  padding: 6px; }

.pd-7 {
  padding: 7px; }

.pd-8 {
  padding: 8px; }

.pd-9 {
  padding: 9px; }

.pd-10 {
  padding: 10px; }

.pd-11 {
  padding: 11px; }

.pd-12 {
  padding: 12px; }

.pd-13 {
  padding: 13px; }

.pd-14 {
  padding: 14px; }

.pd-15 {
  padding: 15px; }

.pd-16 {
  padding: 16px; }

.pd-17 {
  padding: 17px; }

.pd-18 {
  padding: 18px; }

.pd-19 {
  padding: 19px; }

.pd-20 {
  padding: 20px; }

.pd-21 {
  padding: 21px; }

.pd-22 {
  padding: 22px; }

.pd-23 {
  padding: 23px; }

.pd-24 {
  padding: 24px; }

.pd-25 {
  padding: 25px; }

.pd-26 {
  padding: 26px; }

.pd-27 {
  padding: 27px; }

.pd-28 {
  padding: 28px; }

.pd-29 {
  padding: 29px; }

.pd-30 {
  padding: 30px; }

.pd-31 {
  padding: 31px; }

.pd-32 {
  padding: 32px; }

.pd-33 {
  padding: 33px; }

.pd-34 {
  padding: 34px; }

.pd-35 {
  padding: 35px; }

.pd-36 {
  padding: 36px; }

.pd-37 {
  padding: 37px; }

.pd-38 {
  padding: 38px; }

.pd-39 {
  padding: 39px; }

.pd-40 {
  padding: 40px; }

.pd-41 {
  padding: 41px; }

.pd-42 {
  padding: 42px; }

.pd-43 {
  padding: 43px; }

.pd-44 {
  padding: 44px; }

.pd-45 {
  padding: 45px; }

.pd-46 {
  padding: 46px; }

.pd-47 {
  padding: 47px; }

.pd-48 {
  padding: 48px; }

.pd-49 {
  padding: 49px; }

.pd-50 {
  padding: 50px; }

.pd-51 {
  padding: 51px; }

.pd-52 {
  padding: 52px; }

.pd-53 {
  padding: 53px; }

.pd-54 {
  padding: 54px; }

.pd-55 {
  padding: 55px; }

.pd-56 {
  padding: 56px; }

.pd-57 {
  padding: 57px; }

.pd-58 {
  padding: 58px; }

.pd-59 {
  padding: 59px; }

.pd-60 {
  padding: 60px; }

.pd-61 {
  padding: 61px; }

.pd-62 {
  padding: 62px; }

.pd-63 {
  padding: 63px; }

.pd-64 {
  padding: 64px; }

.pd-65 {
  padding: 65px; }

.pd-66 {
  padding: 66px; }

.pd-67 {
  padding: 67px; }

.pd-68 {
  padding: 68px; }

.pd-69 {
  padding: 69px; }

.pd-70 {
  padding: 70px; }

.pd-71 {
  padding: 71px; }

.pd-72 {
  padding: 72px; }

.pd-73 {
  padding: 73px; }

.pd-74 {
  padding: 74px; }

.pd-75 {
  padding: 75px; }

.pd-76 {
  padding: 76px; }

.pd-77 {
  padding: 77px; }

.pd-78 {
  padding: 78px; }

.pd-79 {
  padding: 79px; }

.pd-80 {
  padding: 80px; }

.pd-81 {
  padding: 81px; }

.pd-82 {
  padding: 82px; }

.pd-83 {
  padding: 83px; }

.pd-84 {
  padding: 84px; }

.pd-85 {
  padding: 85px; }

.pd-86 {
  padding: 86px; }

.pd-87 {
  padding: 87px; }

.pd-88 {
  padding: 88px; }

.pd-89 {
  padding: 89px; }

.pd-90 {
  padding: 90px; }

.pd-91 {
  padding: 91px; }

.pd-92 {
  padding: 92px; }

.pd-93 {
  padding: 93px; }

.pd-94 {
  padding: 94px; }

.pd-95 {
  padding: 95px; }

.pd-96 {
  padding: 96px; }

.pd-97 {
  padding: 97px; }

.pd-98 {
  padding: 98px; }

.pd-99 {
  padding: 99px; }

.icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.text-color-white {
  color: var(--neutral-light); }

.text-color-banner-blue {
  color: var(--text-middle-blue); }

.opacity {
  opacity: 0.6; }

.opacity-90 {
  opacity: 0.9; }

.opacity-80 {
  opacity: 0.8; }

.opacity-70 {
  opacity: 0.7; }

.opacity-60 {
  opacity: 0.6; }

.opacity-50 {
  opacity: 0.5; }

.no-border {
  border-bottom: none; }

.constrain-350 {
  padding: 0 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.constrain-600 {
  padding: 0 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

.constrain-800 {
  padding: 0 20px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }

.constrain-1000 {
  padding: 0 20px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

.eid-egradjanin {
  position: relative;
  width: fit-content;
  padding: 0 7px 20px 7px; }
  .eid-egradjanin .pre-text {
    text-align: left;
    margin-left: -30px;
    margin-bottom: 5px; }
  .eid-egradjanin > div {
    position: relative;
    z-index: 2; }
  .eid-egradjanin:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1; }

.eid-egradjanin-promo {
  background-color: var(--main-bg);
  height: 66px;
  color: var(--primary);
  padding: 0 16px 0 25px;
  font-weight: 500;
  position: sticky;
  top: 91px;
  z-index: 9000; }
  .eid-egradjanin-promo:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--green-gradient);
    content: ""; }
  .eid-egradjanin-promo * {
    position: relative;
    z-index: 1; }
  .eid-egradjanin-promo b {
    font-weight: 700; }
  .eid-egradjanin-promo .min-content {
    text-align: right;
    padding-right: 5px; }
  @media only screen and (min-width: 1025px) {
    .eid-egradjanin-promo {
      display: none; } }
  @media only screen and (max-width: 500px) {
    .eid-egradjanin-promo {
      top: 72px; }
      .eid-egradjanin-promo .min-content {
        width: min-content; } }

.invisible {
  display: none;
  visibility: hidden; }

.eid--hr {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2); }

body {
  background-color: var(--main-bg); }
  body main {
    padding: 0 25px; }
    body main > .padding-inverse {
      margin-left: -25px;
      margin-right: -25px; }
    @media only screen and (max-width: 500px) {
      body main {
        padding: 0 10px; }
        body main > .padding-inverse {
          margin-left: -10px;
          margin-right: -10px; } }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }

.container-block {
  max-width: 1360px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  background-color: var(--neutral-light); }

.container-block-transparent {
  max-width: 1360px;
  margin: 0 auto; }

.bg-neutral {
  background-color: var(--neutral-light); }

.bg-grey {
  background-color: #f7f7f7; }

.bg-main {
  background-color: var(--main-bg); }

.bg-shadow {
  -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08); }

.container-focused {
  padding: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
  background-color: var(--neutral-light); }

@media only screen and (max-width: 500px) {
  .mobile-w100 {
    width: 100%; } }

.page-central-container {
  margin-bottom: 40px; }
  @media only screen and (max-width: 500px) {
    .page-central-container {
      margin-bottom: 20px; } }

header {
  position: sticky;
  top: -35px;
  z-index: 9001; }
  @media only screen and (max-width: 900px) {
    header {
      top: 0; } }
  header.sticky .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder {
    top: 53px; }
    @media only screen and (max-width: 1270px) {
      header.sticky .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder {
        top: 72px; } }

.lag-select-wrapp {
  background-color: var(--primary);
  color: var(--neutral-light);
  height: 35px; }
  @media only screen and (max-width: 900px) {
    .lag-select-wrapp {
      display: none; } }
  .lag-select-wrapp > div {
    height: 100%; }
  .lag-select-wrapp .lang-selection {
    height: 100%;
    position: relative; }
    .lag-select-wrapp .lang-selection:hover > div:first-child {
      cursor: pointer;
      background-color: var(--light-blue-bg);
      color: var(--primary); }
    .lag-select-wrapp .lang-selection:hover .lang-selection-menu {
      display: block; }
    .lag-select-wrapp .lang-selection > div:first-child {
      height: 100%;
      border-left: 1px solid rgba(250, 250, 251, 0.5);
      padding: 0 15px; }
    .lag-select-wrapp .lang-selection .lang-selection-menu {
      display: none;
      position: absolute;
      z-index: 1;
      right: 0;
      left: auto;
      top: 100%;
      min-width: 100%;
      background-color: var(--light-blue-bg);
      -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
      -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
      box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08); }
      .lag-select-wrapp .lang-selection .lang-selection-menu ul > li .link {
        padding: 10px;
        display: block; }
      .lag-select-wrapp .lang-selection .lang-selection-menu ul > li:hover {
        background-color: var(--primary); }
        .lag-select-wrapp .lang-selection .lang-selection-menu ul > li:hover .link {
          color: var(--neutral-light); }

.main-navigation {
  height: 92px;
  background-color: var(--neutral-light);
  border-bottom: 2px solid #D5D8DC; }
  .main-navigation > div {
    height: 100%; }
  .main-navigation .eid-logo .logo-img {
    background: url("../../assets/um-logo.svg") center no-repeat;
    background-size: contain;
    width: 40px;
    height: 53px; }
  .main-navigation .eid-logo .line-2 span {
    color: var(--primary-trasparent); }
  @media only screen and (max-width: 900px) {
    .main-navigation .eid-logo .line-2 {
      display: none; } }
  .main-navigation .navigation-wrapper {
    height: 100%; }
    .main-navigation .navigation-wrapper .navigation-list > li {
      position: relative;
      margin: 0 6px;
      display: block; }
      .main-navigation .navigation-wrapper .navigation-list > li > a {
        height: 54px;
        line-height: 54px;
        white-space: nowrap; }
        .main-navigation .navigation-wrapper .navigation-list > li > a:not(.flex) {
          display: block; }
      .main-navigation .navigation-wrapper .navigation-list > li + li::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 15px;
        border-right: 1px dotted var(--separator-line);
        top: 50%;
        left: -6px;
        transform: translateY(-50%); }
      .main-navigation .navigation-wrapper .navigation-list > li:hover {
        background-color: var(--light-blue-bg); }
      @media only screen and (max-width: 1270px) {
        .main-navigation .navigation-wrapper .navigation-list > li.hide-tablet-mobile {
          display: none; } }
      @media only screen and (max-width: 900px) {
        .main-navigation .navigation-wrapper .navigation-list > li {
          display: none; } }
    .main-navigation .navigation-wrapper .control-group > *:not(:first-child) {
      margin-left: 5px; }
    .main-navigation .navigation-wrapper .with-subnav {
      position: relative; }
      .main-navigation .navigation-wrapper .with-subnav > .subnavigation-holder {
        position: absolute;
        left: 0;
        top: 100%;
        display: none; }
        .main-navigation .navigation-wrapper .with-subnav > .subnavigation-holder.right {
          right: 0;
          left: auto;
          text-align: right; }
        .main-navigation .navigation-wrapper .with-subnav > .subnavigation-holder.wide {
          min-width: 300px; }
      .main-navigation .navigation-wrapper .with-subnav .subnavigation {
        min-width: 250px;
        background-color: var(--light-blue-bg);
        -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
        -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
        box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08); }
        .main-navigation .navigation-wrapper .with-subnav .subnavigation > li .link {
          display: block; }
        .main-navigation .navigation-wrapper .with-subnav .subnavigation > li:hover:not(.space) {
          background-color: var(--primary); }
        .main-navigation .navigation-wrapper .with-subnav .subnavigation > li:hover .link {
          color: var(--neutral-light); }
      .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder {
        display: initial; }
        @media only screen and (max-width: 1270px) and (min-width: 901px) {
          .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder {
            padding-top: 18px;
            position: fixed;
            left: 0;
            right: 0;
            top: 107px; }
            .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder ul {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: stretch;
              -moz-box-align: stretch;
              -ms-flex-align: stretch;
              -webkit-align-items: stretch;
              align-items: stretch; }
              .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder ul > li:not(.space) {
                -webkit-box: 0;
                -moz-box: 0;
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto;
                text-align: center;
                max-width: 280px; }
              .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder ul > li.space {
                -webkit-box: 1;
                -moz-box: 1;
                -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
                .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder ul > li.space:hover {
                  background-color: transparent !important;
                  cursor: default !important; }
              .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder ul > li a {
                height: 100%; } }
        @media only screen and (max-width: 900px) {
          .main-navigation .navigation-wrapper .with-subnav:hover .subnavigation-holder {
            display: none; } }

.burger-menu {
  display: none; }
  @media only screen and (max-width: 1270px) {
    .burger-menu {
      display: block; } }

@media only screen and (max-width: 670px) {
  .sing-in-btn,
  .user-btn,
  .msg-btn {
    display: none; } }

.msg-btn .new-msg {
  position: relative; }
  .msg-btn .new-msg::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 7px;
    height: 7px;
    background-color: var(--brand-red);
    border-radius: 50%; }

@media only screen and (max-width: 500px) {
  .main-navigation {
    height: 72px; }
    .main-navigation .eid-logo .logo-img {
      height: 40px;
      width: 30px; }
    .main-navigation .burger-menu {
      border-radius: 50%;
      width: 48px;
      height: 48px;
      padding: 12px; } }
footer {
  background-color: var(--neutral-light);
  border-top: 5px solid var(--primary); }
  @media only screen and (max-width: 670px) {
    footer {
      padding-bottom: var(--floating-btn-height); } }
  footer .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw; }
    @media only screen and (max-width: 960px) {
      footer .footer-wrapper {
        grid-template-columns: 1fr; } }
    footer .footer-wrapper .information-box .headline-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      footer .footer-wrapper .information-box .headline-container .img-container {
        height: 110px;
        width: 60px;
        background: url(../../assets/grb.png) no-repeat center;
        background-size: contain; }
    footer .footer-wrapper .information-box .details {
      margin-left: 80px; }
      @media only screen and (max-width: 670px) {
        footer .footer-wrapper .information-box .details {
          margin-left: 0;
          margin-top: 20px; } }
    footer .footer-wrapper .social-media-box {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: end;
      justify-content: end; }
      footer .footer-wrapper .social-media-box > .icon {
        border: 2px solid var(--primary);
        border-radius: 50%;
        padding: 5px;
        width: 38px;
        display: inline-block;
        text-align: center;
        height: 38px; }
        footer .footer-wrapper .social-media-box > .icon:not(:last-child) {
          margin-right: 10px; }
        footer .footer-wrapper .social-media-box > .icon:hover {
          cursor: pointer;
          background-color: var(--primary); }
          footer .footer-wrapper .social-media-box > .icon:hover i {
            color: var(--neutral-light); }
      @media only screen and (max-width: 960px) {
        footer .footer-wrapper .social-media-box {
          margin-left: 80px;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: start;
          justify-content: start; } }
      @media only screen and (max-width: 670px) {
        footer .footer-wrapper .social-media-box {
          margin-left: 0; } }

.eid-button {
  transition: 0.1s ease-in;
  outline: none;
  border: none;
  width: fit-content;
  border-radius: 2px;
  font-weight: 500;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  position: relative; }
  .eid-button:hover {
    cursor: pointer; }
  .eid-button.fw-600 {
    font-weight: 600; }
  .eid-button.flex {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .eid-button[disabled], .eid-button.is-loading {
    cursor: default; }

.eid-button--primary {
  background-color: var(--primary);
  color: var(--neutral-light); }
  .eid-button--primary:before {
    background-color: var(--neutral-light) !important; }
  .eid-button--primary[disabled], .eid-button--primary.is-loading {
    color: rgba(255, 255, 255, 0.4); }
  .eid-button--primary:hover:not([disabled]):not(.is-loading) {
    background-color: #1f2e52; }

.eid-button--green {
  background-color: rgba(49, 196, 169, 0.2);
  color: var(--primary); }
  .eid-button--green[disabled], .eid-button--green.is-loading {
    color: rgba(38, 56, 100, 0.4); }
  .eid-button--green:hover:not([disabled]):not(.is-loading) {
    background-color: var(--brand-green); }

.eid-button--red {
  background-color: var(--brand-red-light);
  color: var(--brand-red-dark); }
  .eid-button--red[disabled], .eid-button--red.is-loading {
    color: rgba(113, 29, 37, 0.4); }
  .eid-button--red:hover:not([disabled]):not(.is-loading) {
    background-color: var(--brand-red-dark);
    color: var(--neutral-light); }

.eid-button--default {
  background-color: var(--light-blue-bg);
  color: var(--primary); }
  .eid-button--default[disabled], .eid-button--default.is-loading {
    color: rgba(38, 56, 100, 0.4); }
  .eid-button--default:hover:not([disabled]):not(.is-loading) {
    background-color: var(--primary);
    color: var(--neutral-light); }
    .eid-button--default:hover:not([disabled]):not(.is-loading) .primary {
      color: var(--light-blue-bg); }
  .eid-button--default.eid-button--bordered {
    border: 1px solid rgba(38, 56, 100, 0.2); }

@media only screen and (max-width: 500px) {
  .eid-button--mobile-100 {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

.eid-button--small {
  padding: 5px 10px;
  line-height: 18px;
  font-size: 12px; }

.eid-button--medium {
  padding: 7px 25px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600; }

.eid-button--large {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 32px; }

.main-button {
  padding: 15px 15px;
  background-color: var(--light-blue-bg);
  color: var(--primary);
  cursor: pointer;
  transition: 0.1s ease-in;
  outline: none;
  border: none;
  width: fit-content; }
  .main-button.bordered {
    border: 1px solid rgba(38, 56, 100, 0.2);
    border-radius: 2px; }
  .main-button.large {
    padding: 10px 20px;
    line-height: 32px; }
  .main-button:hover {
    background-color: var(--primary);
    color: var(--light-blue-bg); }
    .main-button:hover .primary {
      color: var(--light-blue-bg); }

.main-button-gray {
  padding: 15px 15px;
  background-color: var(--gray);
  color: var(--primary);
  cursor: pointer;
  transition: 0.1s ease-in;
  outline: none;
  border: none;
  width: fit-content; }
  .main-button-gray:hover {
    background-color: var(--primary);
    color: var(--light-blue-bg); }

.primary-btn {
  background-color: var(--primary);
  color: var(--neutral-light);
  padding: 5px 11px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s ease-in;
  outline: none;
  border: none;
  width: fit-content; }
  .primary-btn:hover {
    background-color: var(--brand-green); }
  .primary-btn.large {
    padding: 10px 20px;
    line-height: 32px; }

.red-btn {
  background-color: var(--brand-red-light);
  color: var(--brand-red-dark);
  padding: 15px 20px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s ease-in;
  outline: none;
  border: none;
  width: fit-content; }
  .red-btn:hover {
    background-color: var(--brand-red-dark);
    color: var(--neutral-light); }

.eid-button:before {
  content: "";
  place-items: center;
  box-sizing: border-box;
  position: absolute;
  height: 5px;
  display: none;
  width: calc(100% - 50px);
  background-color: var(--primary);
  -webkit-animation: line-loader 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
  animation: line-loader 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.eid-button.is-loading:before {
  display: block; }

@-webkit-keyframes line-loader {
  0%, 44%, 88.1%, 100% {
    transform-origin: left; }
  0%, 100%, 88% {
    transform: scaleX(0); }
  44.1%, 88% {
    transform-origin: right; }
  33%, 44% {
    transform: scaleX(1); } }
@keyframes line-loader {
  0%, 44%, 88.1%, 100% {
    transform-origin: left; }
  0%, 100%, 88% {
    transform: scaleX(0); }
  44.1%, 88% {
    transform-origin: right; }
  33%, 44% {
    transform: scaleX(1); } }
.eid-form {
  width: 100%; }

.eid-form--fieldset {
  margin-bottom: 15px; }

.eid-form--field label {
  display: block;
  height: auto;
  min-height: 15px;
  line-height: 15px;
  font-weight: 500;
  font-size: 12px;
  color: rgba(38, 56, 100, 0.7);
  margin-bottom: 4px; }
.eid-form--field input[type="text"],
.eid-form--field input[type="email"],
.eid-form--field input[type="password"],
.eid-form--field input[type="date"],
.eid-form--field input[type="number"],
.eid-form--field textarea,
.eid-form--field select {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  padding: 0 20px;
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  background: #FAFAFA;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(37, 57, 101, 0.502);
  color: #263864;
  border-radius: 2px;
  background: #FAFAFA; }
  .eid-form--field input[type="text"]:focus,
  .eid-form--field input[type="email"]:focus,
  .eid-form--field input[type="password"]:focus,
  .eid-form--field input[type="date"]:focus,
  .eid-form--field input[type="number"]:focus,
  .eid-form--field textarea:focus,
  .eid-form--field select:focus {
    outline: none;
    border-color: #263864;
    box-shadow: 0 0 0 1px #263864; }
  .eid-form--field input[type="text"]::placeholder,
  .eid-form--field input[type="email"]::placeholder,
  .eid-form--field input[type="password"]::placeholder,
  .eid-form--field input[type="date"]::placeholder,
  .eid-form--field input[type="number"]::placeholder,
  .eid-form--field textarea::placeholder,
  .eid-form--field select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(38, 56, 100, 0.7); }
  .eid-form--field input[type="text"]:-ms-input-placeholder,
  .eid-form--field input[type="email"]:-ms-input-placeholder,
  .eid-form--field input[type="password"]:-ms-input-placeholder,
  .eid-form--field input[type="date"]:-ms-input-placeholder,
  .eid-form--field input[type="number"]:-ms-input-placeholder,
  .eid-form--field textarea:-ms-input-placeholder,
  .eid-form--field select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(38, 56, 100, 0.7); }
  .eid-form--field input[type="text"]::-ms-input-placeholder,
  .eid-form--field input[type="email"]::-ms-input-placeholder,
  .eid-form--field input[type="password"]::-ms-input-placeholder,
  .eid-form--field input[type="date"]::-ms-input-placeholder,
  .eid-form--field input[type="number"]::-ms-input-placeholder,
  .eid-form--field textarea::-ms-input-placeholder,
  .eid-form--field select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(38, 56, 100, 0.7); }
.eid-form--field textarea {
  height: auto;
  line-height: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: none; }
.eid-form--field select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.840559 1.91895C0.609137 1.68752 0.609137 1.31231 0.840559 1.08089C1.05094 0.87051 1.38016 0.851384 1.61215 1.02352L1.67861 1.08089L6.00033 5.40234L10.322 1.08089C10.5324 0.87051 10.8616 0.851384 11.0936 1.02352L11.1601 1.08089C11.3705 1.29128 11.3896 1.62049 11.2175 1.85248L11.1601 1.91895L6.41935 6.65969C6.20897 6.87007 5.87975 6.88919 5.64776 6.71706L5.5813 6.65969L0.840559 1.91895Z' fill='%23212121'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 18px; }
.eid-form--field.required label {
  position: relative; }
  .eid-form--field.required label:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background: #b92d3a;
    margin-left: 5px;
    margin-bottom: 1px; }
.eid-form--field .password-field {
  position: relative; }
  .eid-form--field .password-field span {
    position: absolute;
    font-size: 24px;
    top: 11px;
    right: 11px;
    font-family: 'um';
    color: #18233f; }
    .eid-form--field .password-field span:before {
      content: "\e921"; }
    .eid-form--field .password-field span.shown:before {
      content: "\e922"; }
    .eid-form--field .password-field span:hover {
      cursor: pointer; }

.eid-form--checkbox label {
  position: relative;
  height: auto; }
  .eid-form--checkbox label .check {
    position: absolute;
    left: 0;
    top: 3px; }
    .eid-form--checkbox label .check:hover {
      cursor: pointer; }
      .eid-form--checkbox label .check:hover:before {
        color: #777; }
    .eid-form--checkbox label .check:before {
      display: block;
      font-family: 'um';
      content: "\e91c";
      color: #B9B9B9;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px; }
  .eid-form--checkbox label .text {
    padding-left: 32px;
    color: var(--primary);
    padding-top: 2px; }
    .eid-form--checkbox label .text a {
      color: var(--primary); }
.eid-form--checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .eid-form--checkbox input[type="checkbox"]:checked {
    height: 30px;
    width: 30px; }
    .eid-form--checkbox input[type="checkbox"]:checked ~ .check:before {
      content: "\e91d";
      color: #263864; }

.eid-form--fileinput {
  overflow: hidden; }
  .eid-form--fileinput input[type="file"] {
    opacity: 0;
    position: absolute;
    left: -5000px; }
  .eid-form--fileinput .fileinput--files {
    display: none; }
  .eid-form--fileinput.selected {
    background-color: #E5FFFA; }
    .eid-form--fileinput.selected:hover {
      background-color: #E5FFFA !important; }
      .eid-form--fileinput.selected:hover .eid-icon-attachment {
        color: #31C5AA !important; }
    .eid-form--fileinput.selected .eid-icon-attachment {
      color: #31C5AA; }
    .eid-form--fileinput.selected .fileinput--text {
      display: none; }
    .eid-form--fileinput.selected .fileinput--files {
      display: block; }
  .eid-form--fileinput .fileinput--files {
    margin: -5px 0; }
    .eid-form--fileinput .fileinput--files > div {
      width: 100%;
      font-size: 10px;
      font-weight: 600;
      color: #263864;
      position: relative;
      padding-right: 30px;
      line-height: 20px;
      text-align: left;
      max-width: 190px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .eid-form--fileinput .fileinput--files > div + div {
        border-top: 1px dashed rgba(38, 57, 101, 0.3); }
      .eid-form--fileinput .fileinput--files > div span {
        position: absolute;
        right: 0;
        font-size: 14px;
        top: 3px;
        color: var(--brand-red);
        font-family: 'um' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .eid-form--fileinput .fileinput--files > div span:before {
          content: "\e906"; }
        .eid-form--fileinput .fileinput--files > div span:hover {
          cursor: pointer; }

.eid-form--error {
  font-size: 12px;
  color: #a43943;
  font-weight: 500;
  list-style: none;
  margin-top: 5px; }

.eid-form--note {
  font-style: italic;
  color: #605F5F;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-align: right; }
  .eid-form--note .eid-form--note-required {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background: #b92d3a;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle; }

.eid-form--blocking {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.89);
  padding: 50px; }
  .eid-form--blocking .eid-form--blocking-text {
    position: absolute;
    width: 100%;
    bottom: 60px; }
  .eid-form--blocking .eid-form--loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }

.mobile-nav {
  width: 100%;
  min-height: 100vh;
  background-color: var(--neutral-light);
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow-y: scroll;
  --webkit-overflow-scrolling: auto; }
  .mobile-nav .subnavigation-list {
    display: none; }
    .mobile-nav .subnavigation-list > li {
      background: var(--light-blue-bg);
      border-bottom: 1px solid var(--sublist-item-border); }
      .mobile-nav .subnavigation-list > li:first-child {
        border-top: 1px solid var(--sublist-item-border); }
    .mobile-nav .subnavigation-list.active {
      display: initial; }
  .mobile-nav .close-nav-btn {
    position: absolute;
    right: 20px;
    top: 20px; }
  .mobile-nav .control-group {
    background-color: var(--light-blue-bg);
    -webkit-box-shadow: 0px 12px 16px rgba(40, 41, 61, 0.0364);
    -moz-box-shadow: 0px 12px 16px rgba(40, 41, 61, 0.0364);
    box-shadow: 0px 12px 16px rgba(40, 41, 61, 0.0364);
    border-top: 1px solid var(--sublist-item-border); }
    .mobile-nav .control-group a {
      padding: 15px; }
      .mobile-nav .control-group a:not(.flex-flex):not(.right-bar) {
        width: 100%;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        justify-content: left; }
    .mobile-nav .control-group .signed-in {
      width: 100%; }
      .mobile-nav .control-group .signed-in > span {
        width: min-content;
        text-align: right; }
    .mobile-nav .control-group .line-or {
      border-top: 1px dashed var(--primary);
      opacity: 0.35;
      width: 100%;
      position: relative; }
      .mobile-nav .control-group .line-or.short {
        width: 80%; }
      .mobile-nav .control-group .line-or span {
        background-color: var(--light-blue-bg);
        padding: 0 15px;
        margin-top: -10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
    .mobile-nav .control-group .icon-level {
      width: 28px;
      height: 28px;
      align-items: baseline; }
      .mobile-nav .control-group .icon-level .level {
        width: 6px;
        display: block;
        background-color: var(--primary-trasparent-lighter);
        border-radius: 2px; }
        .mobile-nav .control-group .icon-level .level.active {
          background-color: var(--primary); }
        .mobile-nav .control-group .icon-level .level + .level {
          margin-left: 2px; }
      .mobile-nav .control-group .icon-level .level-1 {
        height: 8px; }
      .mobile-nav .control-group .icon-level .level-2 {
        height: 14px; }
      .mobile-nav .control-group .icon-level .level-3 {
        height: 20px; }
  @media only screen and (min-width: 1275px) {
    .mobile-nav {
      display: none; } }

.mobile-nav {
  transform: translateX(-100%);
  transition: 0.2s ease-in; }
  .mobile-nav.active {
    transform: translateX(0); }

:root {
  --floating-btn-height: 60px; }

.floating-btn {
  height: var(--floating-btn-height);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--neutral-light);
  color: var(--primary);
  display: none; }
  .floating-btn > div {
    background: var(--green-gradient);
    height: 100%; }
  @media only screen and (max-width: 900px) {
    .floating-btn {
      display: initial; } }

.instruction-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .instruction-banner {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.instruction-banner-left {
  background: url("../../assets/eiDBannerLeft.png") no-repeat;
  width: 100%;
  background-position: 80% 0%;
  background-size: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .instruction-banner-left .text-block .text-graph {
    position: relative; }
  .instruction-banner-left .text-block.text-block-1 {
    margin-left: 30px;
    margin-top: 60px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0; }
    @media only screen and (max-width: 900px) {
      .instruction-banner-left .text-block.text-block-1 {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 620px) {
      .instruction-banner-left .text-block.text-block-1 {
        margin-bottom: 30px; } }

.instruction-banner-right {
  background: url("../../assets/eIDBannerRight.png") no-repeat;
  width: 100%;
  background-size: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .instruction-banner-right .freecheck-list .flex {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .instruction-banner-right .freecheck-list .eid-icon-freecheck {
    margin-right: 5px; }
  .instruction-banner-right .text-block .text-graph {
    position: relative; }
  .instruction-banner-right .text-block.text-block-2 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 900px) {
      .instruction-banner-right .text-block.text-block-2 {
        margin-left: 0; }
        .instruction-banner-right .text-block.text-block-2 > p:nth-child(2) {
          margin-left: 35%; } }
    @media only screen and (max-width: 900px) and (max-width: 620px) {
      .instruction-banner-right .text-block.text-block-2 > p:nth-child(2) {
        margin-left: 0; } }
    @media only screen and (max-width: 900px) {
        .instruction-banner-right .text-block.text-block-2 ul {
          margin-left: 35%; } }
    @media only screen and (max-width: 900px) and (max-width: 620px) {
      .instruction-banner-right .text-block.text-block-2 ul {
        margin-left: 0; } }

.instruction-banner-homepage {
  height: 450px;
  background: #1B4279;
  background-clip: content-box; }

@media only screen and (max-width: 1406px) {
  .instruction-banner-right {
    margin-left: 20px; }

  .instruction-banner-left .text-block.text-block-1 {
    flex-basis: 55%; }

  .instruction-banner-left {
    background-position: 94% 0%; } }
@media only screen and (max-width: 1206px) {
  .instruction-banner-right .text-block.text-block-2 {
    flex-basis: 70%; }

  .instruction-banner-left .text-block.text-block-1 {
    margin-left: 15px;
    margin-top: 50px; } }
@media only screen and (max-width: 1006px) {
  .instruction-banner-right .text-block.text-block-2 {
    flex-basis: 90%; }

  .instruction-banner-left .text-block.text-block-1 {
    margin-left: 10px; } }
@media only screen and (max-width: 900px) {
  .instruction-banner-homepage {
    height: auto; }

  .instruction-banner-left .text-block.text-block-1 {
    margin-bottom: 195px;
    flex-basis: 65%;
    margin-left: 20px; }

  .instruction-banner-left {
    width: 100%;
    background-size: cover;
    margin-bottom: -2%; }

  .instruction-banner-right {
    width: 100%;
    background-size: cover;
    margin-left: 0px; }

  .instruction-banner-right .text-block.text-block-2 {
    flex-basis: 100%;
    margin-left: 10px;
    margin-top: 2%; }

  .instruction-banner-right .text-block.text-block-2 ul {
    margin-left: 5px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 800px) {
  .instruction-banner-left {
    background-position: 100% 100%;
    margin-bottom: -2%; }

  .instruction-banner-right {
    margin-left: 0px; } }
@media only screen and (max-width: 700px) {
  .instruction-banner-right .text-block.text-block-2 {
    margin-top: 2%; }

  .instruction-banner-left .text-block.text-block-1 {
    flex-basis: 45%; } }
@media only screen and (max-width: 500px) {
  .instruction-banner-left .text-block.text-block-1 p .text-color-white {
    font-weight: 800; }

  .instruction-banner-left {
    margin-bottom: -4%; }

  .instruction-banner-right .text-block.text-block-2 {
    margin-top: 4%; } }
.screen-wrapper {
  display: none;
  min-height: 360px;
  padding: 20px 0; }
  .screen-wrapper.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 900px) {
      .screen-wrapper.active {
        flex-direction: column; } }
  .screen-wrapper .graphic-block {
    margin-left: 70px; }
    @media only screen and (max-width: 500px) {
      .screen-wrapper .graphic-block {
        margin-left: 0; } }
  .screen-wrapper .guide-step-1 {
    width: 146px;
    height: 240px;
    background: url(../../assets/guide-step-1.svg) no-repeat center;
    background-size: contain;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    margin-right: 130px; }
  .screen-wrapper .guide-step-2 {
    width: 367px;
    height: 280px;
    background: url(../../assets/guide-step-2.svg) no-repeat center;
    background-size: contain;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0; }
  .screen-wrapper.screen-3 {
    margin-bottom: -20px;
    margin-top: 20px; }
  @media only screen and (max-width: 500px) {
    .screen-wrapper .button-group {
      margin-bottom: 20px; } }
  .screen-wrapper .button-group .google-play {
    width: 135px;
    height: 40px;
    background: url(../../assets/google-play-badge.svg) no-repeat center;
    background-size: contain;
    display: block;
    cursor: pointer; }
  .screen-wrapper .button-group .app-store {
    width: 120px;
    height: 40px;
    background: url(../../assets/app-store-badge.svg) no-repeat center;
    background-size: contain;
    display: block;
    cursor: pointer; }

.consentID--next-btn {
  height: 28px; }

.stepper {
  padding: 40px 0; }
  .stepper .disabled {
    opacity: 0;
    pointer-events: none; }
  .stepper .steps-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .stepper .steps-container .step {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 30px;
      aspect-ratio: 1 / 1;
      background-color: var(--primary-trasparent-lighter);
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      color: var(--primary-trasparent); }
      .stepper .steps-container .step:not(:first-child) {
        margin-left: 80px; }
        .stepper .steps-container .step:not(:first-child)::after {
          content: "";
          position: absolute;
          right: 100%;
          width: 80px;
          height: 2px;
          background-color: var(--primary);
          opacity: 0.2; }
      .stepper .steps-container .step.active {
        background-color: var(--primary);
        color: var(--neutral-light);
        font-weight: 400; }
        .stepper .steps-container .step.active::after {
          background-color: var(--primary);
          opacity: 1; }
    @media only screen and (max-width: 500px) {
      .stepper .steps-container {
        display: none; } }

.step-walkthrought {
  width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .step-walkthrought {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .step-walkthrought > * {
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .step-walkthrought > *.next-arrow {
      flex-basis: 30%;
      place-self: center; }
      .step-walkthrought > *.next-arrow img {
        height: auto; }
        @media only screen and (max-width: 900px) {
          .step-walkthrought > *.next-arrow img {
            display: none; } }
    .step-walkthrought > * img {
      height: 200px;
      margin-top: 20px; }
    .step-walkthrought > * .image {
      position: relative;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; }
      .step-walkthrought > * .image img {
        margin-left: auto;
        margin-right: auto; }
      .step-walkthrought > * .image:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        width: 28px;
        height: 36px;
        background-image: url("/assets/point-arrow.svg");
        background-repeat: no-repeat;
        background-size: contain; }

.eid-card-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px; }
  .eid-card-list .eid-card {
    background-color: var(--neutral-light);
    padding: 30px;
    -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }

body.modal-open {
  overflow-y: hidden; }

.eid-modal {
  display: none;
  background: #181F2C63;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .eid-modal.open {
    display: flex; }
  .eid-modal:not(.eid-modal--full) {
    padding: 10px; }
    .eid-modal:not(.eid-modal--full) .eid-modal--core {
      box-shadow: 0px 12px 16px rgba(40, 41, 61, 0.0364);
      border-radius: 5px;
      width: 900px;
      max-width: 100%; }
  .eid-modal.eid-modal--full .eid-modal--core {
    width: 100%;
    height: 100%; }

.eid-modal--core {
  background-color: var(--neutral-light);
  max-height: 100%;
  overflow: auto; }
  .eid-modal--core.blue {
    background-color: var(--main-bg); }

.eid-modal--close {
  opacity: 0.8; }
  .eid-modal--close:hover {
    opacity: 1;
    cursor: pointer; }

.eid-modal--header {
  padding: 25px 40px 20px 40px; }

.eid-modal--content {
  padding: 0 40px;
  min-height: 300px; }

.eid-modal--footer {
  padding: 20px 40px 25px 40px; }

@media only screen and (max-width: 500px) {
  .eid-modal--header {
    padding: 25px;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
    .eid-modal--header h2 {
      font-size: 16px;
      line-height: 18px; }

  .eid-modal--content {
    padding: 0 25px; } }
.confirm-modal {
  max-width: 500px !important; }
  .confirm-modal .eid-modal--content {
    min-height: auto;
    padding-bottom: 20px; }
    .confirm-modal .eid-modal--content p {
      font-size: 13px; }

ul.accordion {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important; }
  ul.accordion > li {
    background-color: var(--light-blue-bg);
    margin-bottom: 4px; }
    ul.accordion > li:hover {
      cursor: pointer; }
    ul.accordion > li > .head {
      padding: 15px 45px 15px 20px;
      position: relative;
      font-weight: 600;
      color: var(--text-easy-dark); }
      ul.accordion > li > .head::after {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--primary);
        color: var(--neutral-light);
        content: "\e924";
        line-height: 20px;
        text-align: center;
        font-family: 'um'; }
    ul.accordion > li > .content {
      display: none;
      color: var(--text-easy-dark);
      font-size: 13px;
      line-height: 20px;
      padding: 5px 20px 15px 20px; }
      ul.accordion > li > .content ul {
        margin-left: 20px; }
    ul.accordion > li.active > .head::after {
      content: "\e923"; }

.eid-tip {
  position: relative; }
  .eid-tip p {
    display: none; }
  .eid-tip:hover {
    cursor: pointer; }
    .eid-tip:hover p {
      font-family: "Montserrat", sans-serif;
      display: block;
      position: absolute;
      bottom: 100%;
      left: 20px;
      top: auto;
      padding: 10px;
      background: var(--primary);
      border-radius: 2px;
      color: #fff;
      font-size: 11px;
      line-height: 14px;
      width: 220px; }

.eid-loader-overlay {
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .eid-loader-overlay.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.eid-loader,
.eid-loader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.eid-loader {
  display: block;
  font-size: 0;
  color: #253965; }

.eid-loader.la-dark {
  color: #333; }

.eid-loader > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.eid-loader {
  width: 36px;
  height: 36px; }

.eid-loader > div {
  width: 8px;
  height: 8px;
  margin: 2px;
  -webkit-animation-name: ball-grid-beat;
  -moz-animation-name: ball-grid-beat;
  -o-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.eid-loader > div:nth-child(1) {
  -webkit-animation-duration: .65s;
  -moz-animation-duration: .65s;
  -o-animation-duration: .65s;
  animation-duration: .65s;
  -webkit-animation-delay: .03s;
  -moz-animation-delay: .03s;
  -o-animation-delay: .03s;
  animation-delay: .03s; }

.eid-loader > div:nth-child(2) {
  -webkit-animation-duration: 1.02s;
  -moz-animation-duration: 1.02s;
  -o-animation-duration: 1.02s;
  animation-duration: 1.02s;
  -webkit-animation-delay: .09s;
  -moz-animation-delay: .09s;
  -o-animation-delay: .09s;
  animation-delay: .09s; }

.eid-loader > div:nth-child(3) {
  -webkit-animation-duration: 1.06s;
  -moz-animation-duration: 1.06s;
  -o-animation-duration: 1.06s;
  animation-duration: 1.06s;
  -webkit-animation-delay: -.69s;
  -moz-animation-delay: -.69s;
  -o-animation-delay: -.69s;
  animation-delay: -.69s; }

.eid-loader > div:nth-child(4) {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: -.41s;
  -moz-animation-delay: -.41s;
  -o-animation-delay: -.41s;
  animation-delay: -.41s; }

.eid-loader > div:nth-child(5) {
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: .04s;
  -moz-animation-delay: .04s;
  -o-animation-delay: .04s;
  animation-delay: .04s; }

.eid-loader > div:nth-child(6) {
  -webkit-animation-duration: .84s;
  -moz-animation-duration: .84s;
  -o-animation-duration: .84s;
  animation-duration: .84s;
  -webkit-animation-delay: .07s;
  -moz-animation-delay: .07s;
  -o-animation-delay: .07s;
  animation-delay: .07s; }

.eid-loader > div:nth-child(7) {
  -webkit-animation-duration: .68s;
  -moz-animation-duration: .68s;
  -o-animation-duration: .68s;
  animation-duration: .68s;
  -webkit-animation-delay: -.66s;
  -moz-animation-delay: -.66s;
  -o-animation-delay: -.66s;
  animation-delay: -.66s; }

.eid-loader > div:nth-child(8) {
  -webkit-animation-duration: .93s;
  -moz-animation-duration: .93s;
  -o-animation-duration: .93s;
  animation-duration: .93s;
  -webkit-animation-delay: -.76s;
  -moz-animation-delay: -.76s;
  -o-animation-delay: -.76s;
  animation-delay: -.76s; }

.eid-loader > div:nth-child(9) {
  -webkit-animation-duration: 1.24s;
  -moz-animation-duration: 1.24s;
  -o-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -.76s;
  -moz-animation-delay: -.76s;
  -o-animation-delay: -.76s;
  animation-delay: -.76s; }

.eid-loader.loader-small {
  width: 18px;
  height: 18px; }

.eid-loader.loader-small > div {
  width: 4px;
  height: 4px;
  margin: 1px; }

/*
 * Animation
 */
@-webkit-keyframes ball-grid-beat {
  0% {
    opacity: 1; }
  50% {
    opacity: .35; }
  100% {
    opacity: 1; } }
@-moz-keyframes ball-grid-beat {
  0% {
    opacity: 1; }
  50% {
    opacity: .35; }
  100% {
    opacity: 1; } }
@-o-keyframes ball-grid-beat {
  0% {
    opacity: 1; }
  50% {
    opacity: .35; }
  100% {
    opacity: 1; } }
@keyframes ball-grid-beat {
  0% {
    opacity: 1; }
  50% {
    opacity: .35; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 500px) {
  .flex:not(.flex-never-wrap) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .flex-50 {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }

  .eid-form--fieldset {
    margin-bottom: 0; }

  .eid-form--field {
    margin-bottom: 15px; }

  .main-page-title {
    font-size: 16px;
    font-weight: 500; } }
.create-account .card {
  border: 2px solid var(--banner-border-dark-blue);
  border-radius: 4px;
  padding: 5px 15px;
  max-width: 580px;
  background: var(--banner-middle-blue); }
  @media only screen and (max-width: 500px) {
    .create-account .card {
      margin: 0 10px; } }
  .create-account .card .scan-img {
    width: 90px;
    height: 96px;
    background: url(../../assets/qr-scan.svg) no-repeat center;
    background-size: contain;
    background-blend-mode: soft-light;
    mix-blend-mode: multiply;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0; }
  .create-account .card p {
    line-height: 21px; }
.create-account .button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px; }
  @media only screen and (max-width: 500px) {
    .create-account .button-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
.create-account .foreign-citizen {
  gap: 20px; }
  .create-account .foreign-citizen .earth-icon {
    width: 34px;
    height: 34px;
    background: url(../../assets/planet.svg) no-repeat center;
    background-size: contain; }
  @media only screen and (max-width: 500px) {
    .create-account .foreign-citizen {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.how-to-use .how-to-use-wrapp {
  background-color: var(--light-blue-bg);
  margin: 0 40px; }

.already-have-account .already-have-account-wrapp {
  padding-left: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 500px) {
    .already-have-account .already-have-account-wrapp {
      padding-left: 20px;
      padding-right: 20px; } }
  .already-have-account .already-have-account-wrapp .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px; }
    @media only screen and (max-width: 900px) {
      .already-have-account .already-have-account-wrapp .box {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .already-have-account .already-have-account-wrapp .box > *:nth-child(1) {
      flex-basis: 40%; }
    .already-have-account .already-have-account-wrapp .box > *:nth-child(2) {
      flex-basis: 60%; }
    .already-have-account .already-have-account-wrapp .box:nth-of-type(1) {
      margin-bottom: 30px; }
.already-have-account .services .button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .already-have-account .services .button-group .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0; }

@media only screen and (max-width: 900px) {
  .how-to-use .how-to-use-wrapp {
    margin: 0 10px; }
    .how-to-use .how-to-use-wrapp .text-align-right {
      text-align: center; }
    .how-to-use .how-to-use-wrapp .align-items-end {
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .how-to-use .how-to-use-wrapp .text-block {
      margin-bottom: 20px; }
      .how-to-use .how-to-use-wrapp .text-block > * {
        width: 100%; }
    .how-to-use .how-to-use-wrapp .graphic-block {
      margin-left: auto;
      margin-right: auto; }
    .how-to-use .how-to-use-wrapp .consentID--next-btn {
      height: auto; }
    .how-to-use .how-to-use-wrapp .screen-3 .text-block {
      margin-bottom: 0; }
    .how-to-use .how-to-use-wrapp .screen-3 .step-walkthrought > * img {
      margin-top: 10px; }
    .how-to-use .how-to-use-wrapp .screen-3 .step-walkthrought > *.next-arrow {
      margin-bottom: 20px; } }
@media only screen and (max-width: 1024px) {
  .registration-page {
    max-width: 800px; } }

.registration-form {
  width: 100%;
  padding: 20px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .registration-form {
      max-width: 550px; } }
  @media only screen and (min-width: 1367px) {
    .registration-form {
      padding: 50px 20px;
      max-width: 670px; } }
  .registration-form .registration-form--break {
    margin: 25px -20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 1367px) {
      .registration-form .registration-form--break {
        margin: 50px -30px; } }
  .registration-form .label-value-list .label {
    width: 140px; }
  .registration-form .registration-kes-block.disabled {
    opacity: 0.3; }
  .registration-form .registration-kes-block .eid-form {
    max-width: 400px; }
  .registration-form .registration-files .files {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc(50% - 10px); }
    .registration-form .registration-files .files .eid-form--fileinput {
      width: 100%; }
    @media only screen and (max-width: 500px) {
      .registration-form .registration-files .files {
        width: 100%;
        min-width: 100%;
        max-width: none; }
        .registration-form .registration-files .files p {
          text-align: center; }
        .registration-form .registration-files .files .eid-form--fileinput {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .registration-form .registration-files .files .eid-form--fileinput.selected {
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; }
          .registration-form .registration-files .files .eid-form--fileinput .fileinput--files > div {
            max-width: none; } }
  @media only screen and (max-width: 500px) {
    .registration-form .registration-files .flex-fix-20 {
      display: none; } }
  .registration-form .registration-files .registration-help {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc(50% - 10px);
    position: relative; }
    .registration-form .registration-files .registration-help div {
      width: 130px;
      position: absolute;
      top: 0;
      right: 0; }
    .registration-form .registration-files .registration-help img {
      position: absolute;
      top: 0;
      right: 120px;
      width: 50%;
      max-width: 141px; }
    @media only screen and (max-width: 500px) {
      .registration-form .registration-files .registration-help {
        width: 100%;
        max-width: none;
        min-width: 100%;
        padding-bottom: 20px;
        text-align: center; }
        .registration-form .registration-files .registration-help div {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          max-width: 47%; }
        .registration-form .registration-files .registration-help img {
          position: relative;
          right: auto;
          width: auto;
          display: inline-block;
          vertical-align: middle;
          max-width: 47%; } }
  .registration-form .password-strength .strength {
    width: 100%;
    padding: 5px 0; }
    .registration-form .password-strength .strength ul {
      width: 100%; }
      .registration-form .password-strength .strength ul li {
        height: 7px;
        background: #d9e6f2;
        border-radius: 2px; }
        .registration-form .password-strength .strength ul li + li {
          margin-left: 6px; }
        .registration-form .password-strength .strength ul li.active {
          background-color: #263864; }
  .registration-form .captcha {
    padding-right: 30px; }
    .registration-form .captcha .g-recaptcha {
      transform: scale(0.77);
      transform-origin: 0 0; }

.registration-form-success {
  padding: 50px 20px;
  max-width: 1024px; }
  .registration-form-success .email-success {
    margin: 0 auto;
    width: 90px; }
  @media only screen and (max-width: 900px) {
    .registration-form-success {
      padding: 40px 20px; } }
  @media only screen and (max-width: 767px) {
    .registration-form-success {
      padding: 10px; }
      .registration-form-success .eid-card-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .registration-form-success .eid-card-list .flex-50 {
          width: 100%;
          max-width: 100%; } }

.location-list ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
.location-list .eid-icon-location {
  vertical-align: middle; }

.registration-error {
  max-width: 880px;
  padding: 15px 40px 0 40px; }
  @media only screen and (max-width: 500px) {
    .registration-error {
      padding-left: 25px;
      padding-right: 25px; } }
  .registration-error h2 {
    max-width: 580px;
    text-align: center;
    margin: 25px auto; }
  .registration-error P {
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify; }
  .registration-error .registration-error--footer {
    background-color: #f7f7f7;
    padding: 30px 40px;
    margin: 0 -40px; }
    @media only screen and (max-width: 500px) {
      .registration-error .registration-error--footer {
        margin: 0 -25px; } }
    .registration-error .registration-error--footer p {
      font-size: 16px;
      text-align: center; }

.registration-tutorial {
  width: min-content;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .registration-tutorial .registration-tutorial-content {
    padding: 50px 60px 60px 60px; }
  .registration-tutorial .registration-step-container .registration-step {
    position: relative;
    padding-left: 30px; }
    .registration-tutorial .registration-step-container .registration-step .verticalLine {
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      background-color: var(--stepper); }
    .registration-tutorial .registration-step-container .registration-step .numberLine {
      position: absolute;
      top: -5px;
      left: -14px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background-color: var(--primary);
      color: var(--neutral-light);
      z-index: 1; }
    .registration-tutorial .registration-step-container .registration-step.unchecked .numberLine {
      background-color: var(--stepper);
      color: var(--primary);
      opacity: 0.6; }
    .registration-tutorial .registration-step-container .registration-step.unchecked h1,
    .registration-tutorial .registration-step-container .registration-step.unchecked p,
    .registration-tutorial .registration-step-container .registration-step.unchecked ul {
      opacity: 0.6; }
  .registration-tutorial .registration-step-container .registration-step:last-child .verticalLine {
    display: none; }
  .registration-tutorial .registration-step--empty {
    background: url(../../assets/registration/arrow-down.svg) no-repeat center;
    width: 21px;
    height: 85px;
    margin-top: -80px;
    margin-left: -9px; }
  .registration-tutorial .check .circle-check {
    width: 30px;
    height: 30px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -13px;
    border-radius: 50%;
    background-color: var(--brand-green); }
    .registration-tutorial .check .circle-check i {
      margin-top: -8px; }
  .registration-tutorial .previous-page {
    position: absolute;
    bottom: 30px;
    right: 30px; }
  .registration-tutorial .close-tutorial {
    display: none;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1); }

.registration-document-modal img {
  display: inline-block; }
.registration-document-modal .registration-document-description {
  font-size: 16px;
  line-height: 20px; }
  @media only screen and (max-width: 767px) {
    .registration-document-modal .registration-document-description {
      font-size: 14px;
      line-height: 16px; } }
.registration-document-modal .registration-document-header {
  margin: 20px -40px;
  padding: 20px 40px;
  background: #f7f7f7; }
  @media only screen and (max-width: 650px) {
    .registration-document-modal .registration-document-header {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 25px;
      margin: 20px -25px; }
      .registration-document-modal .registration-document-header .header-title {
        margin-bottom: 0px !important; } }
  .registration-document-modal .registration-document-header .header-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 30px; }
  .registration-document-modal .registration-document-header img {
    vertical-align: middle; }
  .registration-document-modal .registration-document-header .scan-img {
    width: 32px; }
  .registration-document-modal .registration-document-header .tabs {
    gap: 20px;
    min-height: 72px; }
    .registration-document-modal .registration-document-header .tabs .tab {
      opacity: 0.6; }
      @media only screen and (max-width: 767px) {
        .registration-document-modal .registration-document-header .tabs .tab img {
          max-height: 48px; }
        .registration-document-modal .registration-document-header .tabs .tab .fs-16 {
          font-size: 14px;
          line-height: 14px; } }
      .registration-document-modal .registration-document-header .tabs .tab:hover {
        cursor: pointer;
        opacity: 1; }
      .registration-document-modal .registration-document-header .tabs .tab.active {
        opacity: 1; }
@media only screen and (max-width: 767px) {
  .registration-document-modal .registration-document-page {
    zoom: 0.9; } }
.registration-document-modal .registration-document-page .page-part {
  padding: 20px; }
  @media only screen and (max-width: 650px) {
    .registration-document-modal .registration-document-page .page-part {
      min-width: 100%;
      max-width: 100%;
      padding: 20px 0; } }
  .registration-document-modal .registration-document-page .page-part + .page-part {
    border-left: 1px solid rgba(0, 0, 0, 0.14); }
    @media only screen and (max-width: 650px) {
      .registration-document-modal .registration-document-page .page-part + .page-part {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.14); } }
  .registration-document-modal .registration-document-page .page-part .title-holder {
    padding-left: 30px;
    position: relative;
    max-width: 350px; }
    @media only screen and (max-width: 650px) {
      .registration-document-modal .registration-document-page .page-part .title-holder {
        max-width: none; } }
    .registration-document-modal .registration-document-page .page-part .title-holder .num {
      position: absolute;
      left: 0;
      opacity: 0.5; }

@media only screen and (max-width: 1024px) {
  .registration-tutorial {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto; }
    .registration-tutorial .registration-tutorial-content {
      padding: 30px;
      overflow: auto; }
    .registration-tutorial .verticalLine {
      display: none; }
    .registration-tutorial.shown {
      display: flex; }
    .registration-tutorial .registration-step-container .registration-step {
      padding-bottom: 20px; }
      .registration-tutorial .registration-step-container .registration-step .numberLine {
        top: 0px; }
      .registration-tutorial .registration-step-container .registration-step h1 {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px; }
      .registration-tutorial .registration-step-container .registration-step p,
      .registration-tutorial .registration-step-container .registration-step ul li {
        font-size: 12px; }
    .registration-tutorial .registration-step--empty {
      display: none; }
    .registration-tutorial .info-more {
      padding-left: 0;
      text-align: center; }
      .registration-tutorial .info-more .eid-egradjanin {
        margin: 0 auto 10px auto; }
      .registration-tutorial .info-more h1 {
        font-size: 14px; }
      .registration-tutorial .info-more .info-more--details {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .registration-tutorial .info-more .info-more--details > span {
          display: none; }
    .registration-tutorial .previous-page {
      display: none; }
    .registration-tutorial .close-tutorial {
      display: flex;
      margin-left: -30px; } }
.help-page {
  padding: 10px;
  margin-bottom: 40px; }
  .help-page .help-container input,
  .help-page .right-bar input {
    border: none;
    width: 100%;
    height: 22px;
    outline: none; }
  .help-page .help-container input::placeholder,
  .help-page .right-bar input::placeholder {
    color: #807E7E;
    font-style: italic; }
  .help-page .help-container .search-help,
  .help-page .right-bar .search-help {
    background: url(../../assets/search.svg) no-repeat center;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .help-page .help-container .right-icon,
  .help-page .right-bar .right-icon {
    width: 16px;
    height: 16px;
    margin-left: auto; }
  .help-page .help-container h1,
  .help-page .right-bar h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 20px; }
  .help-page .help-container p,
  .help-page .right-bar p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 20px; }
  .help-page .help-container a,
  .help-page .right-bar a {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500; }
  .help-page .help-container strong, .help-page .help-container b,
  .help-page .right-bar strong,
  .help-page .right-bar b {
    font-weight: 700; }
  .help-page .help-container ul,
  .help-page .right-bar ul {
    padding-left: 40px; }
    .help-page .help-container ul ol, .help-page .help-container ul li,
    .help-page .right-bar ul ol,
    .help-page .right-bar ul li {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-bottom: 5px; }
  .help-page .left-bar {
    width: 360px;
    padding: 15px 0;
    box-shadow: #807E7E; }
    .help-page .left-bar .left-bar--block {
      padding: 0 15px; }
    .help-page .left-bar a {
      color: var(----neutral-dark);
      opacity: 0.7;
      border-bottom: 1px solid  #E1ECF5;
      padding: 12px 20px;
      display: block;
      text-decoration: none; }
      .help-page .left-bar a:last-child {
        border-bottom: none; }
    .help-page .left-bar a:hover {
      background-color: var(--light-blue-bg);
      color: var(----neutral-dark);
      opacity: 1;
      transition: 0.1s ease-in; }
    .help-page .left-bar h2 {
      margin: 15px 0 20px 0px; }
    .help-page .left-bar h2:after {
      content: "";
      flex: 1;
      border: 1px solid #263965;
      opacity: 0.5;
      margin-left: 10px;
      margin-right: 30px; }
  .help-page .right-bar {
    max-width: 1000px;
    margin: 40px; }
    .help-page .right-bar > * {
      margin-bottom: 10px; }

.right-bar .search-result {
  border-bottom: 1px solid var(--sublist-item-border);
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .right-bar .search-result > * {
    padding-bottom: 10px; }

.registration-tutorial--bg {
  background: url(../../assets/registration/consentid-bg.svg) no-repeat center;
  width: 555px;
  aspect-ratio: 1.78;
  position: absolute;
  top: 10%;
  right: -70px; }

.main-block {
  min-height: 600px;
  background-color: var(--neutral-light); }

.contact-form {
  max-width: 490px;
  margin-bottom: 40px; }
  .contact-form .captcha .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0; }

.registration-foreign {
  padding: 50px 320px; }

.ecitizen-page .registration-step-container {
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 900px) {
    .ecitizen-page .registration-step-container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.ecitizen-page .registration-step {
  background: var(--light-blue-bg);
  padding: 15px;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .ecitizen-page .registration-step {
      -webkit-box: 1;
      -moz-box: 1;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%;
      margin-bottom: 10px;
      margin-left: 0; } }
  .ecitizen-page .registration-step .numberLine {
    border-radius: 50%;
    background: var(--primary);
    width: 30px;
    height: 30px;
    color: var(--neutral-light);
    position: absolute;
    top: 20px;
    left: 20px; }

.ecitizen-page--content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.user-consentid-actions > .flex {
  gap: 20px; }
.user-consentid-actions button + span {
  display: inline-block;
  vertical-align: middle; }

.logged-in-profile-page .inverse-space {
  padding: 30px 40px;
  background-color: #fafafa;
  margin: 0 -40px 0 -40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .logged-in-profile-page .inverse-space:last-child {
    margin-bottom: -40px; }

.docs {
  padding: 20px; }
  .docs .h1 {
    padding: 20px 0;
    font-size: 32px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 20px; }
  .docs .doc-block > h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--primary); }
  .docs .doc-block > h4 {
    margin: 0;
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 30px 8px 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px dashed rgba(38, 56, 100, 0.2); }
  .docs .doc-section {
    margin-bottom: 40px; }
  .docs .doc-block {
    max-width: 1360px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    -moz-box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    box-shadow: 0px 8px 24px rgba(40, 41, 61, 0.08);
    background-color: var(--neutral-light);
    padding: 30px; }
  .docs .button-list button {
    margin-right: 10px; }
  .docs .eid-form {
    width: 600px; }
    .docs .eid-form.single-field {
      width: 300px; }
  .docs .eid-card-list {
    width: 800px; }
  .docs .icon-list {
    padding-top: 10px; }
    .docs .icon-list i {
      font-size: 24px;
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px;
      color: var(--primary);
      width: 30px; }
  .docs .typo-list p {
    margin-bottom: 5px; }
  .docs .container-list > div {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid transparent; }
    .docs .container-list > div:hover {
      border: 1px dashed #000; }

/*# sourceMappingURL=main.css.map */
