@font-face {
  font-family: "FontAwesome5FreeSolid";
  font-weight: bold;
  font-style: bold;
  src: url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.eot");
  src: url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.woff2") format("woff2"), url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.woff") format("woff"), url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.ttf") format("truetype"), url("/assets/vendor/fontawesome-free/5.15.4/webfonts/fa-solid-900.svg#FontAwesome5Free-Solid") format("svg");
}
@font-face {
  font-family: GreatVibes;
  font-weight: 400;
  src: url("/assets/in-house/fonts/GreatVibes-Regular.ttf") format("truetype");
}
body {
  color: #5a5a5a;
  padding-bottom: 20px;
}
body a {
  color: #009ee3;
}

.bg-process-cyan {
  background-color: #009ee3;
}

.bg-reflex-blue {
  background-color: #001588;
}

.zindex-bq-caption {
  z-index: 10;
}

.zindex-bq-img {
  z-index: 20;
}

.navbar-bq-dark .navbar-brand {
  color: #ffffff;
}
.navbar-bq-dark .navbar-brand:focus, .navbar-bq-dark .navbar-brand:hover {
  color: #ffffff;
}
.navbar-bq-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-bq-dark .navbar-nav .nav-link:focus, .navbar-bq-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  border-bottom: 2px solid #f76d3c;
}
.navbar-bq-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-bq-dark .navbar-nav .show > .nav-link,
.navbar-bq-dark .navbar-nav .active > .nav-link,
.navbar-bq-dark .navbar-nav .nav-link.show,
.navbar-bq-dark .navbar-nav .nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.navbar-bq-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-bq-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-bq-dark .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-bq-dark .navbar-text a {
  color: #ffffff;
}
.navbar-bq-dark .navbar-text a:focus, .navbar-bq-dark .navbar-text a:hover {
  color: #ffffff;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

article footer {
  margin-top: 40px;
}

.privacy h2 {
  font-size: 1.5em;
}
.privacy h3 {
  font-size: 1.1em;
  font-weight: 600;
}

.display-4 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
}

.display-5 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 300;
}

.display-6 {
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: 300;
}

.display-7 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
}

.display-8 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}

.display-9 {
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 300;
}

.display-10 {
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 400;
}

.badge.badge-small {
  font-size: 0.7rem;
  padding: 4.5px;
}

#privacy-article h2 ~ h4 {
  margin-left: 1.1em;
  font-weight: 500;
  font-size: 1.1em;
}
#privacy-article h2 ~ h4 + p,
#privacy-article h2 ~ h4 + p + p,
#privacy-article h2 ~ h4 + p + p + p {
  margin-left: 1em;
}

.custom-list {
  list-style-type: none;
}
.custom-list li {
  display: block;
}
.custom-list li:before {
  font-family: "FontAwesome5FreeSolid";
  content: "\f054";
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -20px;
  padding-top: 2px;
  color: #f76d3c;
}

.custom-list + p {
  margin-top: 30px;
}

.text-gold {
  color: #ad8902;
}

.text-reflex-blue {
  color: #001588;
}

.text-purple {
  color: #913ccd;
}

.text-greatvibes {
  font-family: GreatVibes, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.featurette-divider {
  margin: 80px 0;
}

.icon-list-horizontal {
  display: table;
  clear: both;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  float: left;
}
.icon-list-horizontal > li {
  display: table-cell;
  float: none;
  padding: 10px 0px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.icon-graphic {
  color: #000;
}
.icon-graphic i {
  margin: 15px 10px;
  transition: all 0.2s ease-in-out 0s;
}
.icon-graphic:hover i {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  border-radius: 5px;
}

.icon-graphic-results a {
  color: #f76d3c;
}
.icon-graphic-results a:hover {
  color: #f76d3c;
}

.icon-graphic-interp-comments a {
  color: #5cb85c;
}
.icon-graphic-interp-comments a:hover {
  color: #5cb85c;
}

.icon-graphic-scheme-info a {
  color: #009ee3;
}
.icon-graphic-scheme-info a:hover {
  color: #009ee3;
}

.icon-graphic-faqs a {
  color: #6c757d;
}
.icon-graphic-faqs a:hover {
  color: #6c757d;
}

.icon-graphic-prices a {
  color: #ff0000;
}
.icon-graphic-prices a:hover {
  color: #ff0000;
}

.icon-graphic-sign-up a {
  color: #913ccd;
}
.icon-graphic-sign-up a:hover {
  color: #913ccd;
}

.icon-text {
  font-size: 1em;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0px;
}
.icon-text a {
  color: #001588;
}
.icon-text a:hover {
  color: #009ee3;
  text-decoration: none;
}

.featurette-img-backdrop {
  background-color: #913ccd;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

.orange-border {
  border: 1px solid #f76d3c;
}

.green-border {
  border: 1px solid #5cb85c;
}

.navy-border {
  border: 1px solid #001588;
}

.turquoise-border {
  border: 1px solid #009ee3;
}

.purple-border {
  border: 1px solid #913ccd;
}

.brown-border {
  border: 1px solid #4b2506;
}

.divider-turquoise {
  background-color: #009ee3;
  height: 50px;
  width: 1px;
}

.bg-overlay,
.bg-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-overlay:before {
  content: "";
  opacity: 0.6;
  background-color: #009ee3;
}

.bg-overlay-muted,
.bg-overlay-muted:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-overlay-muted:before {
  content: "";
  opacity: 0.1;
  background-color: #009ee3;
}

.bg-triangle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
}

.bg-triangle-left {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-left.bg-triangle-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right.bg-triangle-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-top {
  transform: scaleY(-1);
}

.section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section .container {
  position: relative;
  z-index: 1;
}

.btn-custom-1 {
  color: #fff !important;
  background-color: #f76d3c !important;
  border-color: #f0ad4e;
}

.btn-custom-1:hover {
  color: #fff;
  background-color: #f7513c !important;
  border-color: #eb9316;
}

.btn-custom-1:focus,
.btn-custom-1.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-custom-1.disabled,
.btn-custom-1:disabled {
  background-color: #f7513c !important;
  border-color: #f0ad4e;
}

.btn-custom-1:active,
.btn-custom-1.active,
.show > .btn-custom-1.dropdown-toggle {
  color: #fff;
  background-color: #f7713b !important;
  background-image: none;
  border-color: #eb9316;
}

.btn-custom-2 {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #69a977;
}

.btn-custom-2:hover {
  color: #fff;
  background-color: #1E7E34 !important;
  border-color: #ddffee;
}

.btn-custom-2:focus,
.btn-custom-2.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-custom-2.disabled,
.btn-custom-2:disabled {
  background-color: #1E7E34 !important;
  border-color: #69a977;
}

.btn-custom-2:active,
.btn-custom-2.active,
.show > .btn-custom-2.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c !important;
  background-image: none;
  border-color: #ddffee;
}

.btn-custom-3 {
  color: #fff !important;
  background-color: #ed1c24 !important;
  border-color: #f86f74;
}

.btn-custom-3:hover {
  color: #fff;
  background-color: #b4181d !important;
  border-color: #f86f74;
}

.btn-custom-3:focus,
.btn-custom-3.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 0 2px rgb(255, 255, 255);
}

.btn-custom-3.disabled,
.btn-custom-3:disabled {
  background-color: #b4181d !important;
  border-color: #f86f74;
}

.btn-custom-3:active,
.btn-custom-3.active,
.show > .btn-custom-3.dropdown-toggle {
  color: #fff;
  background-color: #b4181d !important;
  background-image: none;
  border-color: #f86f74;
}

.btn-custom-3:not(:disabled):not(.disabled):active, .btn-custom-3:not(:disabled):not(.disabled).active,
.show > .btn-custom-3.dropdown-toggle {
  color: #fff;
  background-color: #ed1c24;
  border-color: #b4181d;
}

.btn-custom-3:not(:disabled):not(.disabled):active:focus, .btn-custom-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 116, 116, 0.5);
}

.btn-custom-4 {
  color: #fff !important;
  background-color: #f7931e !important;
  border-color: #f7b365;
}

.btn-custom-4:hover {
  color: #fff;
  background-color: #c77619 !important;
  border-color: #f7b365;
}

.btn-custom-4:focus,
.btn-custom-4.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-custom-4.disabled,
.btn-custom-4:disabled {
  background-color: #c77619 !important;
  border-color: #f7b365;
}

.btn-custom-4:active,
.btn-custom-4.active,
.show > .btn-custom-4.dropdown-toggle {
  color: #fff;
  background-color: #c77619 !important;
  background-image: none;
  border-color: #f7b365;
}

.btn-custom-4:not(:disabled):not(.disabled):active, .btn-custom-4:not(:disabled):not(.disabled).active,
.show > .btn-custom-4.dropdown-toggle {
  color: #fff;
  background-color: #f7931e;
  border-color: #c77619;
}

.btn-custom-4:not(:disabled):not(.disabled):active:focus, .btn-custom-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5);
}

.badge-custom-3 {
  color: #fff;
  background-color: #ed1c24;
}

a.badge-custom-3:hover, a.badge-custom-3:focus {
  color: #fff;
  background-color: #b4181d;
}

a.badge-custom-3:focus, a.badge-custom-3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-custom-4 {
  color: #fff;
  background-color: #f7931e;
}

a.badge-custom-4:hover, a.badge-custom-4:focus {
  color: #fff;
  background-color: #c77619;
}

a.badge-custom-4:focus, a.badge-custom-4.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-custom-5 {
  color: #fff;
  background-color: #913ccd;
}

a.badge-custom-5:hover, a.badge-custom-5:focus {
  color: #fff;
  background-color: #511A78;
}

a.badge-custom-5:focus, a.badge-custom-5.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.table-custom-3,
.table-custom-3 > th,
.table-custom-3 > td {
  background-color: #ffb8b8;
}

.table-custom-3 th,
.table-custom-3 td,
.table-custom-3 thead th,
.table-custom-3 tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-custom-3:hover {
  background-color: #ff9f9f;
}

.table-hover .table-custom-3:hover > td,
.table-hover .table-custom-3:hover > th {
  background-color: #ff9f9f;
}

.table-custom-4,
.table-custom-4 > th,
.table-custom-4 > td {
  background-color: #ffcda3;
}

.table-custom-4 th,
.table-custom-4 td,
.table-custom-4 thead th,
.table-custom-4 tbody + tbody {
  border-color: #ffa07a;
}

.table-hover .table-custom-4:hover {
  background-color: #ffac7c;
}

.table-hover .table-custom-4:hover > td,
.table-hover .table-custom-4:hover > th {
  background-color: #ffac7c;
}

.dist-details {
  width: 50% !important;
}
@media (max-width: 992px) {
  .dist-details {
    width: 100% !important;
  }
}

.info-plain p ~ p.lead {
  margin-top: 40px;
}

.scheme-details tr > th:first-child,
.scheme-details tr > td:first-child {
  width: 35%;
  text-align: right;
}

.agenda tr > th:first-child,
.agenda tr > td:first-child {
  width: 12%;
  text-align: right;
}
@media (max-width: 992px) {
  .agenda tr > th:first-child,
  .agenda tr > td:first-child {
    width: 18%;
  }
}
@media (max-width: 768px) {
  .agenda tr > th:first-child,
  .agenda tr > td:first-child {
    width: 24%;
  }
}
@media (max-width: 576px) {
  .agenda tr > th:first-child,
  .agenda tr > td:first-child {
    width: 34%;
  }
}
@media (max-width: 332px) {
  .agenda tr > th:first-child,
  .agenda tr > td:first-child {
    width: 38%;
  }
}

.top-link {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}

a:hover + span + i,
a + span:hover + i,
a + span + i:hover {
  visibility: visible;
}

a + span + i {
  visibility: hidden;
}

.card-margin {
  margin-bottom: 1.875rem;
}

.card {
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
}

.card .card-header.no-border {
  border: 0;
}

.card .card-header {
  background: none;
  padding: 0 0.9375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #edf1fc;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #4e73e5;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #4e73e5;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e8faf8;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #17d1bd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #17d1bd;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: 0.5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: 0.5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}

.collapse-toggle-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor; /* triangle pointing down */
  transition: transform 0.3s ease;
}

[aria-expanded=true] .collapse-toggle-triangle {
  transform: rotate(180deg);
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.timeline .timeline-container {
  position: relative;
  width: 100%;
}
.timeline .timeline-end {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.timeline .timeline-end p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#009ee3, #001588);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.timeline .timeline-start {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#009ee3, #001588);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin: 30px 0;
}
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#009ee3, #001588);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
}
.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #009ee3;
}
.timeline .row.timeline-left {
  text-align: right;
}
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}
.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}
.timeline .row.timeline-left .timeline-box::after {
  left: 100%;
}
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}
.timeline .row.timeline-right {
  text-align: left;
}
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}
.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}
.timeline .row.timeline-right .timeline-box::after {
  right: 100%;
  border-color: transparent #ffffff transparent transparent;
}
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
  border-color: transparent #f2f2f2 transparent transparent;
}
.timeline .timeline-date {
  font-size: 1rem;
  font-weight: 600;
  margin: 41px 0 0 0;
}
.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: linear-gradient(#009ee3, #001588);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}
.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background: #ffffff;
}
.timeline .timeline-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 25px;
  border-color: transparent transparent transparent #f2f2f2;
  border-width: 11px;
}
.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}
.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}
.timeline .timeline-launch .timeline-box::after {
  left: 50%;
  margin-left: -10px;
  top: -20px;
  border-color: transparent transparent #f2f2f2 transparent;
}
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}
.timeline .timeline-launch .timeline-text {
  width: 100%;
}
.timeline .timeline-icon i {
  font-size: 1.625rem;
  color: #009ee3;
}
.timeline .timeline-text h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.timeline .timeline-text p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.timeline .timeline-subtext {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }
  .timeline .timeline-end {
    text-align: left;
  }
  .timeline .timeline-start {
    text-align: left;
  }
  .timeline .timeline-year {
    text-align: left;
  }
  .timeline .row.timeline-left {
    text-align: left;
  }
  .timeline .row.timeline-left .timeline-date {
    text-align: left;
    margin-left: 55px;
  }
  .timeline .row.timeline-left .timeline-date::after {
    left: 47px;
  }
  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }
  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #f2f2f2 transparent transparent;
  }
  .timeline .row.timeline-right {
    text-align: left;
  }
  .timeline .row.timeline-right .timeline-date {
    text-align: left;
    margin-left: 55px;
  }
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }
  .timeline .timeline-launch {
    text-align: left;
  }
  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }
  .timeline .timeline-launch .timeline-box::after {
    left: 30px;
    margin-left: 0;
  }
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
  .timeline .timeline-box {
    margin-left: 55px;
  }
}
.map {
  width: 500px;
  height: 400px;
  background-color: #ccc;
  border: 1px solid #f76d3c;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

.map-small {
  width: 350px;
  height: 300px;
  background-color: #ccc;
  border: 1px solid #f76d3c;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  box-shadow: 2px 2px 5px #000;
}

.responsive-map-container {
  position: relative;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
  background-color: #ccc;
  border: 1px solid #f76d3c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-hover-popover {
  cursor: pointer;
  text-decoration: underline dotted;
  position: relative;
}

#map-popup {
  position: absolute;
  width: 450px;
  height: 450px;
  transform: translateY(-50%);
  display: none;
  z-index: 1050;
  border: 1px solid #f76d3c;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.feedback-details tr > th:first-child,
.feedback-details tr > td:first-child {
  width: 30%;
}
.feedback-details tr th ~ th {
  width: 14%;
}
.feedback-details tr td ~ td,
.feedback-details tr th ~ th {
  text-align: center;
}

.feedback-details-alt tr > th:first-child,
.feedback-details-alt tr > td:first-child {
  width: 25%;
}
.feedback-details-alt tr th ~ th {
  width: 15%;
}
.feedback-details-alt tr td ~ td,
.feedback-details-alt tr th ~ th {
  text-align: center;
}

.feedback-details-alt-1 tr > th:first-child,
.feedback-details-alt-1 tr > td:first-child {
  width: 40%;
}
.feedback-details-alt-1 tr th ~ th {
  width: 12%;
}
.feedback-details-alt-1 tr td ~ td,
.feedback-details-alt-1 tr th ~ th {
  text-align: center;
}

.feedback-details-alt-2 tr > th:first-child,
.feedback-details-alt-2 tr > td:first-child {
  width: 20%;
}
.feedback-details-alt-2 tr th ~ th {
  width: 16%;
}
.feedback-details-alt-2 tr td ~ td,
.feedback-details-alt-2 tr th ~ th {
  text-align: center;
}

.survey fieldset > p:first-child {
  margin-top: 3em;
  font-weight: 700;
  font-size: 1.175em;
}

.footer-content a:hover {
  text-decoration: underline solid #f76d3c;
}
.footer-content p,
.footer-content li,
.footer-content address {
  font-size: 0.875em;
}
.footer-content h1 {
  font-size: 1em;
}
.footer-content hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.footer-content .copyright p {
  font-size: 1em;
}

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