.transparent-modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0,0); 
}

.dropdown {
  position: relative;
}

.main-dropdown {
  left: -350px;
  top: 30px;
}

.dropdown-content {
  border: 1px solid rgba(0,0,0, .1);
  visibility: hidden;
  position: absolute;
  background-color: #fff;  
  z-index: 999999;
  border-radius: 8px;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  width: 800px;
  height: 200px;
  overflow :auto;
}

.green-ball {
  width: 16px;
  height: 16px;
  background-color: green;
  border-radius: 50%;
}

.header-link {
  color: #021E50;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  font-size: 14px !important;
  vertical-align: middle;
  line-height: normal;
}

.header-link:hover {
  cursor: pointer;
  border-bottom: 3px solid #000;
}

.active {
  border-bottom: 3px solid black;
}

.toolbar {
  z-index: 1;
  background-color: rgba(255,255,255,0.9);
  backdrop-filter: blur(20px);
  align-items: center;
  height: 84px;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  position: -webkit-sticky; /* For macOS/iOS Safari */
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
}

.toolbar-logo {
  max-height: 48px;
  height: 48px;
  max-width: auto;
  width: auto;
  overflow: hidden;
  margin-right: 12px;
}

.hide {
  visibility: hidden !important;
}

.show-on-hover:hover > .hide {
  visibility: visible !important;
}

html, body {
  height: 100%;
}

html * {
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}

* , *:before, *:after{ 
  box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  -ms-box-sizing:border-box;
}

body {
  margin: 0;
  display: flex;
  height: 100%;
  flex-flow: column;
  background-color: #e1e1e1;
}

input:placeholder-shown + label {
  visibility: hidden;
}

select:placeholder-shown + label {
  visibility: hidden;
}

textarea:placeholder-shown + label {
  visibility: hidden;
}

input[type="select"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="select"]:focus:before,
input[type="select"]:valid:before {
  content: "";
}

.padding-left-right {
  padding-left: 16px;
  padding-right: 16px;
}

.padding-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-headline {
  letter-spacing: 1px !important;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 56px;
  line-height: 62px;
}

.text-title-large {
  letter-spacing: 1px !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.text-title {
  letter-spacing: 1px !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.blue-link {
  color: #021E50;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  vertical-align: middle;
  line-height: normal;
}

.blue-link:hover {
  color: green;
}

.link {
  color: #333;
  display: inline-block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  vertical-align: middle;
  line-height: normal;
}

.link:hover {
  color: green;
  text-decoration: underline;
}

.text-body {
  letter-spacing: 1px;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  font-family: 'Montserrat', sans-serif !important;
  -webkit-appearance: none;
  font: inherit;
}

.text-subtitle {
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 300 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.grey {
  color: rgba(0, 0, 0, 0.54);
}

.input {
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-top: -.0625em;
  -webkit-appearance: none;
  font: inherit;
  background: 0 0;
  color: currentColor;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  outline: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
  caret-color: rgb(36, 67, 175);
}

.input:focus {
  border-bottom: 1px solid rgb(36, 67, 175);
}

.form-field {
  font-family: 'Montserrat', sans-serif !important;
  animation-name: cdk-text-field-autofill-end;
}

.select:focus {
  border-bottom: 1px solid rgb(36, 67, 175);
}

.select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a1a1a1;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  outline: 0;
  font-family: 'Montserrat', sans-serif !important;;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.no-wrap {
  white-space:nowrap;
}

.icon-button {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  vertical-align: baseline;
  outline:none;
  -webkit-tap-highlight-color: transparent;

  padding: 0;
  min-width: 0;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.filled-button:hover, .contained-button:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  cursor: pointer;
}

.filled-button {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  color: white;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  padding: 0px 24px;
  border-radius: 10px;
  overflow: visible;
}

.standard-button {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;;
  font-size: 14px;
  position: relative;
  font-weight: 600;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  padding: 16px 24px;
  border-radius: 28px;
  overflow: visible;
}

.transparent-outline-button {
  color: #021E50;
  background-color: transparent;
  border: 1px solid #021E50;
  padding: 8px 32px;
}

.accent-filled-button {
  color: #fff;
  background-color: #021E50; 
  border: 1px solid #021E50;
  padding: 8px 32px;
}

.contained-button {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;;
  font-size: 16px;
  position: relative;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  color: white;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  overflow: visible;
  border-radius: 28px; 
  background-color: green; 
  padding: 16px 32px; 
  font-weight: 400; 
  letter-spacing: 1;
}

.border-top {
  border-top: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-bottom {
  border-bottom: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-right {
  border-right: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-left {
  border-left: 1px dashed rgba( 0, 0, 0, .3 );
}

.margin-top-large {
  margin-top: 24px;
}

.margin-top {
  margin-top: 12px;
}

.margin-left {
  margin-left: 12px;
}

.margin-left-large {
  margin-left: 24px;
}

.margin-right-large {
  margin-right: 24px;
}

.margin-right {
  margin-right: 12px;
}

.margin-bottom-small {
  margin-bottom: 6px;
}

.margin-bottom {
  margin-bottom: 12px;
}

.margin-bottom-large {
  margin-bottom: 24px;
}

.row-wrap {
  display: flex;
  flex-flow: wrap;
}

.row {
  display: flex;
  flex-flow: row;
}

.column {
  flex-flow: column;
}

.column-reverse {
  display: flex;
  flex-flow: column-reverse;
}

.card {
  padding: 16px;
  border-radius: 2px;
  display: block;
  background: #fff;
  border: 1px solid rgba( 0, 0, 0, .1 );
  backdrop-filter: blur( 20px );
  color: rgba(0,0,0,.87);
  font-family: 'Montserrat', sans-serif !important;
}

.shadow-card {
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
  padding: 16px;
  border-radius: 5px;
  display: block;
  background: #fff;
  backdrop-filter: blur( 20px );
  color: rgba(0,0,0,.87);
  font-family: 'Montserrat', sans-serif !important;
}

.pop-out-on-hover {
  transition: 0.025s;
}
.pop-out-on-hover:hover {
  transform: scale(1.01);
  box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
  -webkit-box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
  -moz-box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
}

.green-on-hover {
  transition: 0.15s;
}
.green-on-hover:hover {
  background: green;
  color: #fff;
}
.green-on-hover:hover > .text-subtitle {
  color: #fff;
}

.pointed {
  cursor: pointer;
}

table {
  border: 1px solid rgba(0,0,0,.2);
  border-collapse: separate;
  border-left: 0;
  border-radius: 5px;
  border-spacing: 0px;
  overflow-x: auto;
}

table tr:first-child td:first-child {
  border-radius: 5px 0 0 0 !important;
}
table tr:first-child td:last-child {
  border-radius: 0 5px 0 0 !important;
}

table tr:first-child th:first-child {
  border-radius: 5px 0 0 0 !important;
}
table tr:first-child th:last-child {
  border-radius: 0 5px 0 0 !important;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px !important;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0 !important;
}

table th, table td {
  border-left: 1px solid rgba(0,0,0,.2);
  padding: 8px;
}

table th {
  color: rgba(0,0,0,.74);
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

table td {
  overflow-x: hidden;
  border-top: 1px solid rgba(0,0,0,.2);
  text-align: center;
}

.space-between-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.space-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stretch-stretch {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.center-stretch {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.center-start {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-end {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.end-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.end-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.end-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.stretch-start {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}

.start-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.start-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.start-stretch {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

@media screen and (max-width: 599px) {
  .text-headline-xs {
    letter-spacing: 1px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 48px;
    line-height: 52px;
  }
  .center-center-xs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hide-xs {
    display: none;
  }
  .column-xs {
    display: flex;
    flex-flow: column;
  }
  .margin-top-xs {
    margin-top: 12px;
  }
  .margin-bottom-xs {
    margin-bottom: 12px;
  }
  .border-top-xs {
    border-top: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .start-start-xs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .start-stretch-xs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .center-stretch-xs {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .start-center-xs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .start-end-xs {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .xs-100 {
    width: 100%;
  }
  .padding-right-xs {
    padding-right: 12px;
  }
}

@media screen and (min-width: 600px) {
  .start-center-gt-xs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .space-between-start-gt-xs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .gt-xs-50 {
    width: 50%;
  }
  .gt-xs-100 {
    width: 100%;
  }
  .hide-gt-xs {
    display: none;
  }
  .row-gt-xs {
    display: flex;
    flex-flow: row;
  }
  .start-stretch-gt-xs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .start-start-gt-xs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .border-top-zero-gt-xs {
    border-top: 0;
  }
  .padding-left-half-gt-xs {
    padding-left: 8px;
  }
  .padding-right-half-gt-xs {
    padding-right: 8px;
  }
  .margin-left-gt-xs {
    margin-left: 12px;
  }
  .margin-right-gt-xs {
    margin-right: 12px;
  }
  .border-left-gt-xs {
    border-left: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .xs-100 {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .hide-sm {
    display: none;
  }
  .sm-100 {
    width: 100%;
  }
  .sm-80 {
    width: 80%;
  }
  .sm-50 {
    width: 48%;
  }
  .sm-60 {
    width: 60%;
  }
  .border-top-sm {
    border-top: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .center-stretch-sm {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .left-filter-padding {
    padding: 16px;
  }
  .right-filter-padding {
    padding: 16px;
  }
}

@media screen and (min-width: 960px) {
  .center-start-gt-sm {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .center-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .start-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .stretch-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .gt-sm-50-max {
    max-width: 50%;
  }
  .gt-sm-60-max {
    max-width: 60%;
  }
  .margin-left-gt-sm {
    margin-left: 12px;
  }
  .border-radius-35-gt-sm {
    border-radius: 40px;
  }
  .left-filter-padding {
    padding: 16px 16px 16px 32px;
  }
  .right-filter-padding {
    padding: 16px 32px 16px 16px;
  }
  .hide-gt-sm {
    display: none;
  }
  .row-gt-sm {
    display: flex;
    flex-flow: row;
  }
  .start-start-gt-sm {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .start-center-gt-sm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .gt-sm-25 {
    width: 25%;
  }
  .gt-sm-33 {
    width: 33%;
  }
  .gt-sm-40 {
    width: 40%;
  }
  .gt-sm-50 {
    width: 50%;
  }
  .gt-sm-60 {
    width: 60%;
  }
  .gt-sm-70 {
    width: 70%;
  }
  .gt-sm-85 {
    width: 85%;
  }
  .gt-sm-80 {
    width: 80%;
  }
  .gt-sm-90 {
    width: 90%;
  }
  .border-left-gt-sm {
    border-left: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .border-right-gt-sm {
    border-right: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .gt-sm-center-center {
    display: flex;
    place-content: center center;
  }
  table {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.animate {
  position: relative;
  -webkit-animation-name: enter_scale;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  
	-moz-animation-name: enter_scale;
  -moz-animation-duration: 0.25s;
  -moz-animation-timing-function: ease;
  
  -ms-animation-name: enter_scale;
  -ms-animation-duration: 0.25s;
  -ms-animation-timing-function: ease;
  
  -o-animation-name: enter_scale;
  -o-animation-duration: 0.25s;
  -o-animation-timing-function: ease;
  
  animation-name: enter_scale;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

@-webkit-keyframes enter_scale {
  from {bottom: 20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@keyframes enter_scale {
  from {bottom: 20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}
    
@media print {
  .toolbar,
  .hidden-from-print,
  .hidden-from-print * {
      display: none !important;
  }
}