@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f3f4f7;
  font-size: 20px;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #203B81;
}

:-moz-placeholder {
  color: #203B81;
}

::-moz-placeholder {
  color: #203B81;
}

:-ms-input-placeholder {
  color: #203B81;
}

::selection {
  background: #EC198F;
  color: #fff;
}

::-moz-selection {
  background: #EC198F;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@keyframes swing {
  0% {
    top: 0;
  }
  50% {
    top: 21%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@keyframes rocket {
  0% {
    top: 100%;
  }
  25% {
    top: 100%;
  }
  75% {
    top: -110%;
  }
  100% {
    top: -110%;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes shine {
  0% {
    background-position: -256px 0px;
  }
  25% {
    background-position: 256px 0px;
  }
  75% {
    background-position: 256px 0px;
  }
  100% {
    background-position: 256px 0px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
@keyframes scrollAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*General Elements */
body, input, textarea, select, option {
  font-family: "Roboto", serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.content {
  width: 100%;
  margin: auto;
}

/*:before{font-family: IcoFont;font-style: normal;}*/
.apexcharts-text tspan, .apexcharts-tooltip, .apexcharts-tooltip-title {
  font-family: "Roboto", serif !important;
}

/*General Elements */
.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.row .col.col-3333 {
  width: 33.33%;
}
.row .col.col-1 {
  width: 1%;
}
.row .col.col-2 {
  width: 2%;
}
.row .col.col-3 {
  width: 3%;
}
.row .col.col-4 {
  width: 4%;
}
.row .col.col-5 {
  width: 5%;
}
.row .col.col-6 {
  width: 6%;
}
.row .col.col-7 {
  width: 7%;
}
.row .col.col-8 {
  width: 8%;
}
.row .col.col-9 {
  width: 9%;
}
.row .col.col-10 {
  width: 10%;
}
.row .col.col-11 {
  width: 11%;
}
.row .col.col-12 {
  width: 12%;
}
.row .col.col-13 {
  width: 13%;
}
.row .col.col-14 {
  width: 14%;
}
.row .col.col-15 {
  width: 15%;
}
.row .col.col-16 {
  width: 16%;
}
.row .col.col-17 {
  width: 17%;
}
.row .col.col-18 {
  width: 18%;
}
.row .col.col-19 {
  width: 19%;
}
.row .col.col-20 {
  width: 20%;
}
.row .col.col-21 {
  width: 21%;
}
.row .col.col-22 {
  width: 22%;
}
.row .col.col-23 {
  width: 23%;
}
.row .col.col-24 {
  width: 24%;
}
.row .col.col-25 {
  width: 25%;
}
.row .col.col-26 {
  width: 26%;
}
.row .col.col-27 {
  width: 27%;
}
.row .col.col-28 {
  width: 28%;
}
.row .col.col-29 {
  width: 29%;
}
.row .col.col-30 {
  width: 30%;
}
.row .col.col-31 {
  width: 31%;
}
.row .col.col-32 {
  width: 32%;
}
.row .col.col-33 {
  width: 33%;
}
.row .col.col-34 {
  width: 34%;
}
.row .col.col-35 {
  width: 35%;
}
.row .col.col-36 {
  width: 36%;
}
.row .col.col-37 {
  width: 37%;
}
.row .col.col-38 {
  width: 38%;
}
.row .col.col-39 {
  width: 39%;
}
.row .col.col-40 {
  width: 40%;
}
.row .col.col-41 {
  width: 41%;
}
.row .col.col-42 {
  width: 42%;
}
.row .col.col-43 {
  width: 43%;
}
.row .col.col-44 {
  width: 44%;
}
.row .col.col-45 {
  width: 45%;
}
.row .col.col-46 {
  width: 46%;
}
.row .col.col-47 {
  width: 47%;
}
.row .col.col-48 {
  width: 48%;
}
.row .col.col-49 {
  width: 49%;
}
.row .col.col-50 {
  width: 50%;
}
.row .col.col-51 {
  width: 51%;
}
.row .col.col-52 {
  width: 52%;
}
.row .col.col-53 {
  width: 53%;
}
.row .col.col-54 {
  width: 54%;
}
.row .col.col-55 {
  width: 55%;
}
.row .col.col-56 {
  width: 56%;
}
.row .col.col-57 {
  width: 57%;
}
.row .col.col-58 {
  width: 58%;
}
.row .col.col-59 {
  width: 59%;
}
.row .col.col-60 {
  width: 60%;
}
.row .col.col-61 {
  width: 61%;
}
.row .col.col-62 {
  width: 62%;
}
.row .col.col-63 {
  width: 63%;
}
.row .col.col-64 {
  width: 64%;
}
.row .col.col-65 {
  width: 65%;
}
.row .col.col-66 {
  width: 66%;
}
.row .col.col-67 {
  width: 67%;
}
.row .col.col-68 {
  width: 68%;
}
.row .col.col-69 {
  width: 69%;
}
.row .col.col-70 {
  width: 70%;
}
.row .col.col-71 {
  width: 71%;
}
.row .col.col-72 {
  width: 72%;
}
.row .col.col-73 {
  width: 73%;
}
.row .col.col-74 {
  width: 74%;
}
.row .col.col-75 {
  width: 75%;
}
.row .col.col-76 {
  width: 76%;
}
.row .col.col-77 {
  width: 77%;
}
.row .col.col-78 {
  width: 78%;
}
.row .col.col-79 {
  width: 79%;
}
.row .col.col-80 {
  width: 80%;
}
.row .col.col-81 {
  width: 81%;
}
.row .col.col-82 {
  width: 82%;
}
.row .col.col-83 {
  width: 83%;
}
.row .col.col-84 {
  width: 84%;
}
.row .col.col-85 {
  width: 85%;
}
.row .col.col-86 {
  width: 86%;
}
.row .col.col-87 {
  width: 87%;
}
.row .col.col-88 {
  width: 88%;
}
.row .col.col-89 {
  width: 89%;
}
.row .col.col-90 {
  width: 90%;
}
.row .col.col-91 {
  width: 91%;
}
.row .col.col-92 {
  width: 92%;
}
.row .col.col-93 {
  width: 93%;
}
.row .col.col-94 {
  width: 94%;
}
.row .col.col-95 {
  width: 95%;
}
.row .col.col-96 {
  width: 96%;
}
.row .col.col-97 {
  width: 97%;
}
.row .col.col-98 {
  width: 98%;
}
.row .col.col-99 {
  width: 99%;
}
.row .col.col-100 {
  width: 100%;
}

header {
  position: fixed;
  width: calc(100% - 300px);
  top: 0;
  right: 0;
  padding: 10px 30px;
}
header nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
header nav h1 {
  color: #203B81;
  font-size: 20px;
}
header nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
header nav ul li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  justify-content: start;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(90deg, #B93EC2 0%, #EA1B91 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-left: 4px;
}
header nav ul li a:hover {
  color: #203B81;
}

aside {
  width: 300px;
  background: #fff;
  border-right: 1px solid #dbdfe6;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100vh;
  padding: 30px;
}
aside a.logo {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/logo.svg) no-repeat center;
}
aside .filters {
  padding-top: 30px;
}
aside .filters strong {
  display: block;
  color: #203B81;
  font-size: 16px;
  margin-bottom: 10px;
  border-top: 1px solid #dbdfe6;
  padding-top: 15px;
  margin-top: 15px;
}
aside .filters.disabled {
  opacity: 0.5;
  pointer-events: none;
}

main {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding: 70px 30px;
}

.element {
  width: 100%;
  padding: 10px 0;
}
.element label {
  display: block;
  width: 100%;
  color: #212631;
  font-size: 14px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.element label #selectedAge {
  color: #EC198F;
  font-size: 12px;
}
.element select {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdfe6;
}
.element #ageSlider {
  margin-top: 15px;
}

.dBox {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
}
.dBox.info {
  color: #fff;
  overflow: hidden;
}
.dBox.info strong {
  display: block;
  font-size: 40px;
}
.dBox.info small {
  display: block;
  font-size: 16px;
}
.dBox.info span {
  font-size: 150px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.dBox.info.bg1 {
  background: #ff4772;
}
.dBox.info.bg2 {
  background: #ff775a;
}
.dBox.info.bg3 {
  background: #ffa54c;
}
.dBox.info.bg4 {
  background: #ffd052;
}
.dBox .dHead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #203B81;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 15px;
}
.dBox .scroller {
  height: 510px;
  overflow-y: scroll;
}
.dBox .scroller::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.dBox .scroller::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.dBox .scroller::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #203B81;
}

#map {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#map svg {
  display: block;
  width: 100%;
}
#map svg path, #map svg polygon {
  fill: #dceaf5;
  stroke: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#map svg path:hover, #map svg polygon:hover {
  fill: #203B81 !important;
}
#map svg path.selected, #map svg polygon.selected {
  fill: #96d1ff;
}
#map .tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  display: none;
  pointer-events: none;
}

table {
  width: 100%;
  border-spacing: 0;
}
table th {
  background: #EC198F;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 15px;
}
table td {
  color: #212631;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500;
}
table tr:nth-child(even) {
  background: #f4f4f4;
}

.mPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  top: 200%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mPopup h2 {
  background: #203B81;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.mPopup table td {
  font-size: 15px;
  vertical-align: top;
  padding: 15px 10px;
  border-left: 1px solid #dbdfe6;
  border-bottom: 1px solid #dbdfe6;
  color: #EC198F;
}
.mPopup table td:last-child {
  border-right: 1px solid #dbdfe6;
}
.mPopup table td small {
  display: block;
  padding-bottom: 5px;
  color: #212631;
}
.mPopup a.mCloser {
  display: block;
  width: 30px;
  height: 30px;
  background: #203B81 url(../images/icons/close.svg) no-repeat center;
  position: absolute;
  top: -25px;
  right: -25px;
}
.mPopup.opened {
  top: 50%;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.wrap {
  width: 180px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg {
  width: 100%;
  height: auto;
  fill: #E5E5E5;
}

.opacity {
  opacity: 0.1;
}

.stepOne {
  fill: #05384a;
}

.stepTwo {
  fill: #b4c3c8;
}

.stepThree {
  fill: #698892;
}

.stepFour {
  fill: #37606e;
}

.loading--stepOne {
  fill: #741642;
  clip-path: inset(100% 0 0 0);
  animation: loading-up 2s infinite;
  animation-timing-function: ease-out;
  position: absolute;
  z-index: 2;
}

.loading--stepTwo {
  fill: #F29DC3;
  clip-path: inset(100% 0 0 0);
  animation: loading-down 2s infinite;
  animation-delay: 0.25s;
  animation-timing-function: ease-out;
  position: absolute;
  z-index: 2;
}

.loading--stepThree {
  fill: #E73389;
  clip-path: inset(100% 0 0 0);
  animation: loading-up 2s infinite;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  position: absolute;
  z-index: 2;
}

.loading--stepFour {
  fill: #AF2769;
  clip-path: inset(100% 0 0 0);
  animation: loading-down 2s infinite;
  animation-delay: 0.75s;
  animation-timing-function: ease-out;
  position: absolute;
  z-index: 2;
}

@keyframes loading-up {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  12.5% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  62.5% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes loading-down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  12.5% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  62.5% {
    clip-path: inset(100% 0 0 0);
  }
}
@media screen and (max-width: 1540px) {
  aside {
    padding: 15px 30px;
  }
  aside .filters {
    padding-top: 0;
  }
  aside .filters strong {
    margin-bottom: 0;
    font-size: 14px;
  }
  .element {
    padding: 5px 0;
  }
  .element label {
    font-size: 13px;
  }
  .element select {
    height: 35px;
  }
  .dBox {
    padding: 20px;
  }
  .dBox .scroller {
    height: 300px;
  }
  table td {
    font-size: 12px;
  }
}
span.premium {
  display: block;
  width: 100%;
}
span.premium img {
  display: block;
  width: 100%;
  filter: blur(5px);
}
span.premium i {
  display: block;
  font-style: normal;
  text-align: center;
  filter: blur(5px);
  font-size: 30px;
  padding-top: 50px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #8a0e53;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #EC198F;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-405deg);
}

/*# sourceMappingURL=style.css.map */
