/* Globals */
body {
  margin: 0;
  padding: 0;
  background: #e8ecf4;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

button, input, select {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

.display-none {
  display: none;
}

a {
  color: #07529e;
}

/* Session */
._session {
  display: none;
}

/* Hide by default */
._has_session ._session._session_with {
  display: unset;
}

._no_session ._session_without {
  display: unset;
}

/* Body */
.body_content {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  min-height: 54vh;
}

/* Navigation */
.header {
  border-bottom: 1px solid #cad3e5;
  box-shadow: 0 4px 10px rgba(202, 211, 229, 0.4705882353);
  height: 100px;
  background: #FFF;
}

.header_content {
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
}

.header_content h1 {
  margin: 0;
  padding: 0;
}

.header_content h1 a {
  margin: 32px 0 0 0;
  color: transparent;
  font-size: 1px;
  width: 280px;
  height: 35px;
  background: url(../../img/logo.png) no-repeat 50% 50% #FFF;
  background-size: 100% auto;
}

._has_session .header_content h1 a._session_with {
  display: inline-block;
}

._no_session .header_content h1 a._session_without {
  display: inline-block;
}

.header_content nav {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-self: baseline;
  justify-content: end;
  gap: 72px;
  margin: 38px 0 0 0;
}

.header_content nav a {
  color: #214595;
  text-decoration: none;
}

.header_content nav a:hover {
  text-decoration: underline;
}

.pagefooter {
  border-top: 1px solid #c0d9f2;
  margin: 80px auto 120px;
  padding: 15px 0 0;
  font-size: 0.8em;
  color: #666;
}

.footer {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}

.footer p {
  flex-grow: 1;
}

.footer p:last-child {
  text-align: right;
}

.footer p span {
  display: block;
}

.footer .a1 {
  font-weight: bold;
  color: #214595;
}

.split_body .pagefooter {
  border: none;
  color: #b6ccfc;
}

.split_body .pagefooter a {
  color: #e5efff;
}

.split_body .pagefooter .footer .a1 {
  color: #FFF;
}

/* Components */
/*      Popup: */
.popup_background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(15, 17, 59, 0.4) 33%, rgb(0, 0, 0) 100%);
}

.popup_container {
  position: fixed;
  width: 40vw;
  padding: 42px;
  background: #fff;
  margin: 15vh auto;
  border: 1px solid #5c5c5c;
  border-radius: 10px;
  box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.2);
}

/*      Errors: */
.errorpop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #980d0d;
  color: #FFF;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.errorpop li {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1300px;
}

/*      Boxes: */
.boxes.boxes_horizontal {
  display: flex;
  gap: 0 min(3vw, 30px);
}

.boxes.boxes_vertical {
  display: flex;
  gap: min(3vw, 30px) 0;
}

.boxes.boxes_vertical {
  flex-direction: column;
}

.boxes > .box {
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 4px 6px #dee4ee;
  padding: 14px 24px;
}

.boxes > .box > h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #4c4c4c;
  font-size: 14px;
}

.boxes > .box > h4 {
  margin: 0;
  padding: 20px 0;
  font-weight: 400;
  color: #4c4c4c;
  font-size: 16px;
}

.boxes > .box.box_style_counter > p {
  font-size: 33px;
  font-weight: 200;
  color: #AAA;
  text-align: center;
  margin: 0;
  padding: 36px 0;
  min-height: 1em;
}

.boxes > .box.box_style_counter > p > strong {
  font-weight: 300;
  font-size: 57px;
  color: #2c4d6f;
}

.boxes > .box.box_style_counter > p > span {
  color: #2c4d6f;
}

.box_style_counter .up {
  background: url(/static/img/up.png) no-repeat;
}

.box_style_counter .up strong {
  color: #4b9849;
}

.box_style_counter .down {
  background: url(/static/img/down.png) no-repeat;
}

.box_style_counter .down strong {
  color: #a43232;
}

.box_style_counter .up, .box_style_counter .down {
  padding: 0 0 0 23px;
}

/*      Tabs: */
.tabs.tab_style_a {
  margin: 30px 0;
  border-bottom: 1px solid #CCC;
}

.tabs.tab_style_a a {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px 7px;
  margin: 0 20px 0 0;
}

.tabs.tab_style_a a.display-none {
  display: none;
}

.tabs.tab_style_a a span {
  color: #aaa;
}

.tabs.tab_style_a a.selected {
  border-bottom: 2px solid #214595;
}

/*      Intro*/
/*.intro h2{font-weight:200;font-size:27px;margin:0;padding:0;color:#333;line-height:1.2em}
.intro h2 span{}*/
.intro h2 {
  font-weight: 200;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #214595;
  margin: 55px 0;
}

.intro h2 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 0;
}

.intro h3 {
  font-weight: 200;
  font-size: 16px;
  margin: -20px 0 32px;
  padding: 0;
  line-height: 1.5em;
  max-width: 80%;
}

/*      Help: */
a.help_icon {
  text-decoration: none;
  color: #FFF;
  background: #214595;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

a.help_icon span {
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  background: #072464;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  color: #FFF;
  border-radius: 8px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 0;
  width: 0;
  padding: 0;
}

@-moz-keyframes unhide {
  0% {
    width: fit-content;
    height: fit-content;
    opacity: 0;
  }
  100% {
    width: fit-content;
    height: fit-content;
    opacity: 1;
  }
}
@-webkit-keyframes unhide {
  0% {
    width: fit-content;
    height: fit-content;
    opacity: 0;
  }
  100% {
    width: fit-content;
    height: fit-content;
    opacity: 1;
  }
}
@keyframes unhide {
  0% {
    width: fit-content;
    height: fit-content;
    opacity: 0;
  }
  100% {
    width: fit-content;
    height: fit-content;
    opacity: 1;
  }
}
a.help_icon:hover span {
  animation: unhide 0.3s normal;
  animation-fill-mode: forwards;
  padding: 14px;
}

/*      Loader: */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.processIndicator {
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5);
}

.processIndicator span {
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
}

.processIndicator span,
.processIndicator-icon {
  display: block;
  width: 30px;
  height: 30px;
  animation: spin 0.5s steps(12, end) infinite;
  background: url(/static/img/spinner.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.processing::before {
  content: ".";
  color: transparent;
  display: block;
  width: 100%;
  min-height: 200px;
  height: 100%;
  background: url(/static/img/spinner.png) 50% 50% no-repeat;
  animation: spin 0.5s steps(12, end) infinite;
  background-size: 30px 30px;
}

/*      Dropdown: */
.fancydd {
  border-radius: 10px;
  border: 1px solid #a6a9cd;
  background: url(/static/img/dropdown.png) no-repeat 100% 50% #FFF;
  -webkit-appearance: none;
  appearance: none !important;
  padding: 10px 107px 10px 20px;
  outline: 0px;
  -webkit-user-select: none;
}

.fancydd.err {
  box-shadow: 0px 0px 5px rgba(203, 6, 6, 0.5490196078);
  border-color: #cb0606;
}

/* text aread */
textarea {
  border-radius: 10px;
  border: 1px solid #a6a9cd;
  padding: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
}

textarea.err {
  box-shadow: 0px 0px 5px rgba(203, 6, 6, 0.5490196078);
  border-color: #cb0606;
}

/*      Body Loader*/
.bodyLoader {
  height: 500px;
}

.bodyLoader::before {
  content: ".";
  color: transparent;
  display: block;
  width: 100%;
  min-height: 200px;
  height: 100%;
  background: url(/static/img/spinner.png) 50% 50% no-repeat;
  animation: spin 0.5s steps(12, end) infinite;
  background-size: 30px 30px;
}

/*      Form: */
form {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}

form h2 {
  font-size: 17px;
  margin: 0;
  padding: 0 0 6px;
  text-align: center;
}

form h3 {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin: 0;
  padding: 0 0 24px;
  text-align: center;
}

form .cl {
  display: flex;
  gap: 2rem;
}

form ul.err {
  display: none;
  margin: 0;
  padding: 0 20px 26px 20px;
  color: #b80d0d;
}

form ul.err li {
  margin: 0 0 6px;
}

form label {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
}

form label input {
  width: 100%;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 0px 1px, rgba(0, 0, 0, 0.07) 0px 0px 1px 0px;
  padding: 0.375rem 0.75rem;
  margin: 0;
  box-sizing: border-box;
  outline: transparent solid 2px;
  outline-offset: 2px;
  max-height: 2.25rem;
  aspect-ratio: unset;
  accent-color: rgb(47, 48, 55);
  transition-timing-function: ease;
  transition-duration: 200ms;
  border-radius: 0.375rem;
}

form label input:hover {
  box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 0px 1px, rgba(0, 0, 0, 0.11) 0px 0px 1px 0px;
}

form label input:focus-within {
  box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 0px 1px, rgba(0, 0, 0, 0.11) 0px 0px 1px 0px, rgba(0, 0, 0, 0.11) 0px 0px 0px 4px;
}

form label select,
form label input.error {
  box-shadow: rgba(201, 55, 55, 0.18) 0px 0px 0px 3px, rgb(186, 0, 0) 0px 0px 4px 0px;
}

form label.error {
  display: none !important;
}

/*      Buttons: */
button.btn1 {
  cursor: pointer;
  font-weight: 600;
  background: #2F3037;
  background: linear-gradient(180deg, rgb(71, 72, 78) 0%, rgb(47, 48, 55) 100%);
  border: 1px solid #2f3037;
  padding: 0.375rem 0.75rem;
  border-radius: 7px;
  color: #FFF;
  box-shadow: rgb(47, 48, 55) 0px 0px 0px 1px, rgba(255, 255, 255, 0.07) 0px 1px 1px 0px inset, rgba(34, 42, 53, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.24) 0px 1px 1px 0px;
}

button.btn1:hover {
  background: #2F3037;
}

button.btn1:active {
  background: #47484e;
}

button.btn1 svg {
  width: 10px;
  height: 10px;
}

button.btn2 {
  cursor: pointer;
  font-weight: 600;
  background: #2F3037;
  background: linear-gradient(180deg, rgb(213, 213, 213) 0%, rgb(185, 185, 185) 100%);
  border: 1px solid #e2e2e2;
  padding: 0.375rem 0.75rem;
  border-radius: 7px;
  color: #FFF;
  box-shadow: rgb(176, 176, 176) 0px 0px 0px 1px, rgba(255, 255, 255, 0.07) 0px 1px 1px 0px inset, rgba(34, 42, 53, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.24) 0px 1px 1px 0px;
}

button.btn2 svg {
  width: 10px;
  height: 10px;
}

button.btn3 {
  cursor: pointer;
  font-weight: 600;
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 229, 250) 100%);
  border: 1px solid #5e72ff;
  padding: 0.375rem 0.75rem;
  border-radius: 7px;
  font-size: 1.1em;
  color: #102651;
  box-shadow: rgb(47, 48, 55) 0px 0px 0px 1px, rgba(255, 255, 255, 0.07) 0px 1px 1px 0px inset, rgba(34, 42, 53, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.24) 0px 1px 1px 0px;
}

button.btn3 svg {
  width: 10px;
  height: 10px;
}

button.btn4 {
  cursor: pointer;
  font-weight: 600;
  background: #2F3037;
  background: linear-gradient(180deg, rgb(44, 122, 0) 0%, rgb(10, 108, 19) 100%);
  border: 1px solid #2d7a07;
  padding: 0.375rem 0.75rem;
  border-radius: 7px;
  color: #FFF;
  box-shadow: rgb(56, 186, 44) 0px 0px 0px 1px, rgba(255, 255, 255, 0.07) 0px 1px 1px 0px inset, rgba(58, 177, 97, 0) 0px 2px 3px 0px, rgba(39, 255, 0, 0.24) 0px 1px 1px 0px;
}

button.btn4 svg {
  width: 10px;
  height: 10px;
}

/*      Wizards: */
.wizard-progress {
  overflow: hidden;
}

.wizard-icons {
  background: url(/static/img/wizard.png) repeat-y 0 0 #bebebf;
  margin: 23px 0 20px;
  background-size: 50% 10px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard-icons span {
  height: 40px;
  width: 40px;
  background: #CCC;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  border: 5px solid #214595;
  font-size: 24px;
  font-weight: 400;
  background: #214595;
  color: #FFF;
}

.wizard-icons span {
  margin: 0 auto;
}

.wizard-icons span:last-child {
  margin: 0;
}

.wizard-icons span:first-child {
  margin: 0;
}

.wizard-icons span.done {
  background: url(/static/img/wizard-done.png) no-repeat 50% 50% #214595;
  color: rgba(0, 0, 0, 0);
}

.wizard-icons span.future {
  color: #bebebf;
  background: #FFF;
  border-color: #bebebf;
}

.wizard-icons span.current {
  border-color: #74b2f0;
}

.wizard-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #777;
  padding: 5px 0 0;
}

.wizard-labels span {
  margin: 0 auto;
  min-width: 50px;
  text-align: center;
}

.wizard-labels span:last-child {
  margin: 0;
}

.wizard-labels span:first-child {
  margin: 0;
}