.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

#map {
  position: relative;
  width: 100%;
  height: 100vh;
}

.dpc-iconshtml {
  font-size: 62.5%;
}

.dpc-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.dpc-icons a {
  color: #608CEE;
  text-decoration: none;
}

.dpc-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.dpc-icons header h1 {
  font-size: 2.8rem;
}

.dpc-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.dpc-icons header a:hover {
  text-decoration: underline;
}

.dpc-icons .nc-icon {
  font-size: 34px;
}

.dpc-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.dpc-icons ul {
  padding-left: 0;
}

.dpc-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.dpc-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.dpc-icons ul li:hover {
  background: #f4f4f4;
}

.dpc-icons ul p,
.dpc-icons ul em,
.dpc-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.dpc-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.dpc-icons ul p::selection,
.dpc-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.dpc-icons ul em {
  font-size: 12px;
}

.dpc-icons ul em::before {
  content: '[';
}

.dpc-icons ul em::after {
  content: ']';
}

.dpc-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.hidden{
	display: none;
}


.form-img{
	max-height: 40px;
}
.form-imgs{
	max-height: 40px;
	margin: 5px;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader::before {
  content: "";
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(
    #2f6f2a,
    #3d8c35,
    #4ba940,
    #52b44b,
    #66c25f,
    #7cd077,
    #90dd90,
    #a6e9a6,
    #2f6f2a
  );
  mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 100%);
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
:root{
	--letters-color: #020067;
}
[data-staff-letters]:before {
	  content:attr(data-staff-letters);
	  display:inline-block;
	  font-size:1em;
	  width:2.5em;
	  height:2.5em;
	  line-height:2.5em;
	  text-align:center;
	  border-radius:50%;
	  background:var(--letters-color);
	  vertical-align:middle;
	  /*margin-right:1em;*/
	  color:white;
}
