<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
nav {
  background-color: #fff;
  min-height: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 -3px 8px 0 rgba(0, 0, 0, 0.19);
}
nav .navbar-brand img {
  height: 55px;
  margin-left: -15px;
}
nav .dropdown-menu {
  margin-top: 0;
  max-height: calc(100vh - 140px);
  overflow: auto;
}
nav .navbar-toggler {
  border: none;
  outline: none;
  background: transparent;
}
nav .navbar-toggler .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #096;
  display: block;
  transition: all 0.2s;
  margin-top: 5px;
}
nav .navbar-toggler .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
nav .navbar-toggler .icon-bar.middle-bar {
  opacity: 0;
}
nav .navbar-toggler .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
nav .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
nav .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
nav .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
nav .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
nav .navbar-collapse .navbar-nav li &gt; a, nav .navbar-collapse .navbar-nav li &gt; span {
  font-weight: 500;
  cursor: pointer;
}
nav .navbar-collapse .navbar-nav a {
  color: #204999;
}
nav .navbar-collapse .navbar-nav .dropdown-airports {
  column-count: 2;
}

#usp_bar {
  background-color: #eff2f8;
  position: relative;
  z-index: 2;
}
#usp_bar .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#usp_bar .col i {
  color: #096;
  font-size: 1.8rem;
}
#usp_bar .col .trustpilot_rating {
  height: 28px;
}
#usp_bar .col span {
  font-size: 0.875rem;
}

@media (max-width: 468px) {
  nav .navbar-collapse .nav-item .dropdown-menu .dropdown-airports {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  nav {
    max-width: 100%;
  }
  nav .navbar-collapse .nav-item:not(:last-child) {
    border-bottom: 1px solid #DADADA;
  }
  nav .navbar-collapse .nav-item &gt; a {
    position: relative;
  }
  nav .navbar-collapse .nav-item &gt; a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .navbar-collapse .nav-item .dropdown-menu {
    max-height: calc(100vh - 375px);
    border: 0;
  }
  nav .navbar-collapse .nav-item .dropdown-menu .dropdown-airports {
    column-count: 1;
  }
  #usp_bar span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1268px) {
  #usp_bar .col i {
    font-size: 1.5rem;
  }
  #usp_bar .col span {
    font-size: 0.97rem;
  }
}
footer .row.py-3 {
  background-color: #eff2f8;
}
footer .row.py-3 .d-lg-flex {
  align-items: center;
  justify-content: center;
}
footer .row.py-3 .d-lg-flex a {
  color: #204999;
}
footer .wide a {
  color: #204999;
}
footer .wide .foot_social a {
  font-size: 1.5rem;
}

#hero {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#hero h1, #hero p {
  color: #FFF;
}
#hero h1 {
  font-weight: 700;
}
#hero p {
  font-size: 1.4em;
  font-weight: 400;
  min-height: 24px;
}
#hero .hero-background {
  background: #096;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 450px;
}

@media (max-width: 575px) {
  html body #hero h1 {
    font-size: 1.85em;
  }
  html body #hero p {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  body #hero h1 {
    font-size: 2em;
  }
  body #hero p {
    font-size: 1.35em;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  body #hero .hero-background {
    height: 483px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.promotion_border {
  width: auto;
  display: inline-block;
  border: 5px solid #FFF;
  color: #fff;
  background-color: #000;
  padding: 20px 20px;
  margin: 10px 0 5px;
  width: 100%;
  border-radius: 7px !important;
}

#enquiry_form form {
  background-color: #eff2f8;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 2em;
}
#enquiry_form form #change_location {
  color: #777;
  cursor: pointer;
}
#enquiry_form form .locationname, #enquiry_form form .start, #enquiry_form form .starttime, #enquiry_form form .end, #enquiry_form form .endtime {
  height: 50px;
  position: relative;
}
#enquiry_form form .locationname:before, #enquiry_form form .start:before, #enquiry_form form .starttime:before, #enquiry_form form .end:before, #enquiry_form form .endtime:before {
  position: absolute;
  font-family: "parkviasymbols";
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  font-size: 1.5em;
  font-weight: 600;
  z-index: 1;
  pointer-events: none;
}
#enquiry_form form .locationname input, #enquiry_form form .locationname select, #enquiry_form form .start input, #enquiry_form form .start select, #enquiry_form form .starttime input, #enquiry_form form .starttime select, #enquiry_form form .end input, #enquiry_form form .end select, #enquiry_form form .endtime input, #enquiry_form form .endtime select {
  height: 50px;
  border: 1px solid #eff2f8;
  background-color: #FFF !important;
  padding-left: 2.2rem;
  cursor: pointer;
  color: #333;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
}
#enquiry_form form .locationname input[type=date], #enquiry_form form .locationname select[type=date], #enquiry_form form .start input[type=date], #enquiry_form form .start select[type=date], #enquiry_form form .starttime input[type=date], #enquiry_form form .starttime select[type=date], #enquiry_form form .end input[type=date], #enquiry_form form .end select[type=date], #enquiry_form form .endtime input[type=date], #enquiry_form form .endtime select[type=date] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 12px;
}
#enquiry_form form .locationname input [type=date]:focus::before,
#enquiry_form form .locationname input [type=date]:valid::before, #enquiry_form form .locationname select [type=date]:focus::before,
#enquiry_form form .locationname select [type=date]:valid::before, #enquiry_form form .start input [type=date]:focus::before,
#enquiry_form form .start input [type=date]:valid::before, #enquiry_form form .start select [type=date]:focus::before,
#enquiry_form form .start select [type=date]:valid::before, #enquiry_form form .starttime input [type=date]:focus::before,
#enquiry_form form .starttime input [type=date]:valid::before, #enquiry_form form .starttime select [type=date]:focus::before,
#enquiry_form form .starttime select [type=date]:valid::before, #enquiry_form form .end input [type=date]:focus::before,
#enquiry_form form .end input [type=date]:valid::before, #enquiry_form form .end select [type=date]:focus::before,
#enquiry_form form .end select [type=date]:valid::before, #enquiry_form form .endtime input [type=date]:focus::before,
#enquiry_form form .endtime input [type=date]:valid::before, #enquiry_form form .endtime select [type=date]:focus::before,
#enquiry_form form .endtime select [type=date]:valid::before {
  content: unset;
  display: none;
}
#enquiry_form form .locationname:before {
  content: "\e827";
}
#enquiry_form form .start:before, #enquiry_form form .end:before {
  content: "\e806";
}
#enquiry_form form .starttime:before, #enquiry_form form .endtime:before {
  content: "\e802";
}
#enquiry_form form #start, #enquiry_form form #end {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#enquiry_form form #starttime, #enquiry_form form #endtime {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#enquiry_form form #submit {
  background-color: #ec6321;
  border-color: #ec6321;
  height: 50px;
  margin-top: 32px;
}
#enquiry_form form #submit:hover {
  background-color: rgba(236, 99, 33, 0.8);
}
#enquiry_form .enquiry_usp .col {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #204999;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
}
#enquiry_form .enquiry_usp .col i {
  font-size: 1.5em;
  font-weight: 600;
  color: #FFF;
}
#enquiry_form .enquiry_usp .col span {
  font-weight: 500;
}
#enquiry_form .enquiry_usp .col span a {
  color: #FFF;
}
#enquiry_form .enquiry_usp .col span a:hover {
  text-decoration: none;
}
#enquiry_form .enquiry_usp .col.cancellation_message img {
  height: 22px;
}

@media (max-width: 1199px) {
  #enquiry_form form #locationname:not(.border-danger) {
    border: 0;
  }
}
@media (max-width: 767px) {
  #enquiry_form form {
    padding: 2em 1em;
  }
  #enquiry_form form #submit {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #enquiry_form .enquiry_usp .col.cancellation_message {
    flex-direction: column;
    text-align: center;
  }
}
#airport_operators .card .op_logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
}
#airport_operators .card .card-block .card-title a {
  color: #204999;
}
#airport_operators .card .card-block .icon-star, #airport_operators .card .card-block .icon-star-half-alt {
  color: #ffc148;
}
#airport_operators .card .card-block .icon-star.grey, #airport_operators .card .card-block .icon-star-half-alt.grey {
  color: #bac7e1;
}
#airport_operators .card .card-block li .icon-tick {
  color: #096;
}
#airport_operators .card .w-20 {
  width: 20%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#airport_operators .card .w-20 button {
  max-width: 185px;
  background-color: transparent;
  border-color: #999999;
  height: 50px;
  color: #204999 !important;
}

@media (max-width: 767px) {
  #airport_operators .card .col-auto {
    position: absolute;
    right: 15px;
    width: 65px;
  }
  #airport_operators .card .col-auto .op_logo.lazyimg {
    height: 65px;
    width: auto;
  }
  #airport_operators .card .card-block {
    padding-bottom: 0;
  }
  #airport_operators .card .card-block .operator_rating {
    font-size: 0.9rem;
  }
  #airport_operators .card .card-block ul {
    list-style: initial;
    width: 100%;
  }
  #airport_operators .card .card-block ul li {
    display: block;
  }
  #airport_operators .card .w-20 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 15px;
  }
  #airport_operators .card .w-20 p, #airport_operators .card .w-20 button {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #airport_operators .card .w-20 p span, #airport_operators .card .w-20 button span {
    display: block;
  }
}
@media (max-width: 991px) {
  #airport_operators .card .col-auto .op_logo {
    height: 100px;
    width: 100px;
  }
}
#airport_operator_grid .card .card-header {
  background-color: transparent;
  font-weight: 500;
  cursor: pointer;
}
#airport_operator_grid .card img {
  height: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#airport_operator_grid .card span {
  font-size: 1.2rem;
}
#airport_operator_grid .card span.card-title {
  min-height: 56px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
}
#airport_operator_grid .card .stars {
  color: #ffc148;
  cursor: pointer;
}
#airport_operator_grid .card .card-text {
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}

#airport_reviews {
  background-color: #eff2f8;
}
#airport_reviews .card .border-right {
  border-color: #eff2f8;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#airport_reviews .card .border-right .font-weight-semi {
  font-weight: 500;
}
#airport_reviews .card .card-block .icon-star, #airport_reviews .card .card-block .icon-star-half-alt {
  color: #ffc148;
}
#airport_reviews .card .card-block .icon-star:first-child::before, #airport_reviews .card .card-block .icon-star-half-alt:first-child::before {
  margin-left: 0;
}
#airport_reviews .card .card-block .icon-star.grey, #airport_reviews .card .card-block .icon-star-half-alt.grey {
  color: #bac7e1;
}

#operators_map #map {
  height: 550px;
  width: 100%;
}
#operators_map #map .mapboxgl-canvas-container {
  height: 550px !important;
}
#operators_map #map .mapboxgl-canvas-container .marker {
  background-size: 100%;
}

@media (max-width: 767px) {
  #operators_map #map {
    height: 450px;
  }
}
#operator_modal .modal-body {
  min-height: 250px;
}
#operator_modal .modal-body .close {
  top: 5px;
  position: absolute;
  right: 15px;
  font-size: 40px;
  z-index: 99;
}
#operator_modal .modal-body .operator_logo img {
  height: 110px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#operator_modal .modal-body .operator_title h2 {
  width: 94%;
}
#operator_modal .modal-body #pay_now, #operator_modal .modal-body #pay_on_arrival {
  display: none;
}
#operator_modal .modal-body .modal_navigation .nav-tabs {
  min-height: 0;
  background-color: #096;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
#operator_modal .modal-body .modal_navigation .nav-tabs .nav-link:hover, #operator_modal .modal-body .modal_navigation .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #FFF;
  background: transparent;
  color: #FFF !important;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle {
  width: 170px;
  height: 170px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__slice, #operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__fill {
  width: 170px;
  height: 170px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 5s;
  border-radius: 50%;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__slice {
  clip: rect(0px, 170px, 170px, 85px);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
  clip: rect(0px, 85px, 170px, 0px);
  background-color: #096;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay {
  width: 155px;
  height: 155px;
  position: absolute;
  margin-left: 7.5px;
  margin-top: 7.5px;
  background-color: #fbfbfb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay .operator_rating {
  font-size: 1.6em;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay .operator_stars .icon-star, #operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay .operator_stars .icon-star-half-alt {
  color: #ffc148;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay .operator_stars .icon-star.grey, #operator_modal .modal-body .tab-content #features .ko-progress-circle .ko-progress-circle__overlay .operator_stars .icon-star-half-alt.grey {
  color: #bac7e1;
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill {
  transform: rotate(0deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(0deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill {
  transform: rotate(1.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(3.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill {
  transform: rotate(3.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(7.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill {
  transform: rotate(5.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(10.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill {
  transform: rotate(7.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(14.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill {
  transform: rotate(9deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(18deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill {
  transform: rotate(10.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(21.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill {
  transform: rotate(12.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(25.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill {
  transform: rotate(14.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(28.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill {
  transform: rotate(16.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(32.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill {
  transform: rotate(18deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(36deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill {
  transform: rotate(19.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(39.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill {
  transform: rotate(21.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(43.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill {
  transform: rotate(23.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(46.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill {
  transform: rotate(25.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(50.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill {
  transform: rotate(27deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(54deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill {
  transform: rotate(28.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(57.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill {
  transform: rotate(30.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(61.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill {
  transform: rotate(32.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(64.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill {
  transform: rotate(34.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(68.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill {
  transform: rotate(36deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(72deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill {
  transform: rotate(37.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(75.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill {
  transform: rotate(39.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(79.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill {
  transform: rotate(41.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(82.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill {
  transform: rotate(43.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(86.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill {
  transform: rotate(45deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(90deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill {
  transform: rotate(46.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(93.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill {
  transform: rotate(48.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(97.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill {
  transform: rotate(50.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(100.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill {
  transform: rotate(52.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(104.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill {
  transform: rotate(54deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(108deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill {
  transform: rotate(55.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(111.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill {
  transform: rotate(57.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(115.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill {
  transform: rotate(59.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(118.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill {
  transform: rotate(61.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(122.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill {
  transform: rotate(63deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(126deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill {
  transform: rotate(64.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(129.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill {
  transform: rotate(66.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(133.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill {
  transform: rotate(68.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(136.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill {
  transform: rotate(70.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(140.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill {
  transform: rotate(72deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(144deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill {
  transform: rotate(73.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(147.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill {
  transform: rotate(75.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(151.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill {
  transform: rotate(77.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(154.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill {
  transform: rotate(79.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(158.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill {
  transform: rotate(81deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(162deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill {
  transform: rotate(82.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(165.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill {
  transform: rotate(84.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(169.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill {
  transform: rotate(86.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(172.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill {
  transform: rotate(88.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(176.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill {
  transform: rotate(90deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(180deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill {
  transform: rotate(91.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(183.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill {
  transform: rotate(93.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(187.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill {
  transform: rotate(95.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(190.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill {
  transform: rotate(97.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(194.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill {
  transform: rotate(99deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(198deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill {
  transform: rotate(100.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(201.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill {
  transform: rotate(102.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(205.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill {
  transform: rotate(104.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(208.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill {
  transform: rotate(106.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(212.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill {
  transform: rotate(108deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(216deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill {
  transform: rotate(109.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(219.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill {
  transform: rotate(111.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(223.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill {
  transform: rotate(113.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(226.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill {
  transform: rotate(115.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(230.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill {
  transform: rotate(117deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(234deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill {
  transform: rotate(118.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(237.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill {
  transform: rotate(120.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(241.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill {
  transform: rotate(122.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(244.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill {
  transform: rotate(124.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(248.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill {
  transform: rotate(126deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(252deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill {
  transform: rotate(127.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(255.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill {
  transform: rotate(129.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(259.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill {
  transform: rotate(131.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(262.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill {
  transform: rotate(133.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(266.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill {
  transform: rotate(135deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(270deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill {
  transform: rotate(136.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(273.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill {
  transform: rotate(138.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(277.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill {
  transform: rotate(140.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(280.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill {
  transform: rotate(142.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(284.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill {
  transform: rotate(144deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(288deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill {
  transform: rotate(145.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(291.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill {
  transform: rotate(147.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(295.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill {
  transform: rotate(149.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(298.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill {
  transform: rotate(151.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(302.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill {
  transform: rotate(153deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(306deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill {
  transform: rotate(154.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(309.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill {
  transform: rotate(156.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(313.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill {
  transform: rotate(158.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(316.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill {
  transform: rotate(160.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(320.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill {
  transform: rotate(162deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(324deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill {
  transform: rotate(163.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(327.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill {
  transform: rotate(165.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(331.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill {
  transform: rotate(167.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(334.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill {
  transform: rotate(169.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(338.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill {
  transform: rotate(171deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(342deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill {
  transform: rotate(172.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(345.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill {
  transform: rotate(174.6deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(349.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill {
  transform: rotate(176.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(352.8deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill {
  transform: rotate(178.2deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(356.4deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full, #operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill {
  transform: rotate(180deg);
}
#operator_modal .modal-body .tab-content #features .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill.ko-progress-circle__bar {
  transform: rotate(360deg);
}
#operator_modal .modal-body .tab-content #features ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
#operator_modal .modal-body .tab-content #features ul li {
  list-style-image: url(/Content/images/tick.png);
}
#operator_modal .modal-body .tab-content #directions #operatormap .mapboxgl-canvas-container {
  width: 100%;
  position: relative;
}
#operator_modal .modal-body .tab-content #directions #operatormap .mapboxgl-canvas-container .mapboxgl-canvas {
  width: 100% !important;
}
#operator_modal .modal-body .tab-content #directions #operatormap .mapboxgl-canvas-container .mapboxgl-marker {
  background-size: 100%;
}
#operator_modal .modal-body .tab-content #overview .languages_spoken span:first-chiLd {
  font-weight: 500;
  color: #096;
}
#operator_modal .modal-body .tab-content #modal_reviews .overview .count {
  text-decoration: underline;
  color: #204999;
  font-size: 0.9em;
  font-weight: 500;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator {
  width: calc(14.2857142857% - 0.1px);
  float: left;
  cursor: pointer;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .inner {
  border: 1px solid #096;
  border-radius: 5px !important;
  margin: 0 2px;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .inner.active .active {
  background-color: #096;
  color: #FFF;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .inner.active .active .total-score {
  color: #FFF !important;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .inner.active .active .q-icon {
  border-right: 1px solid #FFF;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .q-icon, #operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .total-score {
  width: calc(50% - 2px);
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .score_indicator .q-icon {
  border-right: 1px solid #096;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .question_base {
  height: 37px;
}
#operator_modal .modal-body .tab-content #modal_reviews #reviews_child .review .question_base .question-outer:nth-child(n+2) {
  display: none;
}
#operator_modal .modal-footer {
  border: 0;
  padding: 0.75rem 0;
}
#operator_modal .modal-footer #modal_book, #operator_modal .modal-footer #modal_close {
  font-size: 18px;
  min-width: 250px;
}
#operator_modal .modal-footer #modal_book {
  background-color: #ec6321;
  border-color: #ec6321;
}
#operator_modal .modal-footer #modal_book:hover {
  background-color: rgba(236, 99, 33, 0.8);
}
#operator_modal .modal-footer #modal_close {
  background-color: transparent;
  border-color: #999999;
  color: #204999;
}

@media (max-width: 991px) {
  #operator_modal {
    padding-right: 0 !important;
  }
  #operator_modal .modal-dialog .modal-content {
    height: 100%;
    overflow-y: hidden;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .operator_logo img {
    height: 85px;
  }
  #operator_modal .modal-dialog .modal-content .modal-body h2 {
    width: 98%;
    font-size: 1.7rem;
    margin: 0 auto;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .modal_navigation {
    display: none;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .tab-content {
    height: calc(100vh - 260px);
    overflow-y: scroll;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane {
    display: block;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .modal-footer {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
  }
  #operator_modal .modal-dialog .modal-content .modal-body .modal-footer #modal_book, #operator_modal .modal-dialog .modal-content .modal-body .modal-footer #modal_close {
    min-width: 0;
    width: 100%;
  }
}
#content_page.operators_page .operator_logo img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  max-height: 125px;
}
#content_page.operators_page .icon-star, #content_page.operators_page .icon-star-half-alt {
  color: #ffc148;
}
#content_page.operators_page #map {
  width: 100%;
  height: 550px;
}
#content_page.operators_page #map .marker {
  background-size: contain;
}
#content_page.operators_page .customer_reviews .review {
  background-color: #eff2f8;
}
#content_page.operators_page .customer_reviews .review .review_score_positive {
  color: #096;
  font-weight: 500;
}

@media (max-width: 767px) {
  #content_page.operators_page .operator_logo {
    margin-top: 3em;
  }
}
.location-card-container h3 {
  font-weight: 700;
}
.location-card-container .slick-list {
  padding: 0 10% 0 0;
}
.location-card-container .top_location {
  outline: none;
}
.location-card-container .top_location .card .card-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 230px;
}
.location-card-container .top_location .card .card-title a {
  color: #204999;
}
.location-card-container .top_location .card .card-text {
  min-height: 17px;
}
.location-card-container .top_location .card .btn-primary {
  background-color: #ec6321;
  border-color: #ec6321;
  padding: 0.75em 0;
}
.location-card-container .top_location .card .btn-primary:hover {
  background-color: rgba(236, 99, 33, 0.8);
}

@media (min-width: 481px) and (max-width: 767px) {
  .location-card-container .card .card-header {
    min-height: 175px;
  }
}
#email {
  background-color: #096;
}
#email .container.mt-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
#email .container h2 {
  color: #FFF;
}
#email .container .inputs form input, #email .container .inputs form #trigger {
  height: 50px;
}
#email .container .inputs form input {
  border: 1px solid #e4e8f2;
}
#email .container .inputs form #trigger {
  background-color: #ec6321;
  border-color: #ec6321;
}
#email .container .inputs form #trigger:hover {
  background-color: rgba(236, 99, 33, 0.8);
}

@media (max-width: 767px) {
  #email .container h2 {
    font-size: 1.65em;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#pvModal .modal-header button {
  font-size: 2.5rem;
  padding: 0.25rem 1rem;
}
#pvModal #modal_enquiry .locationname, #pvModal #modal_enquiry .start, #pvModal #modal_enquiry .starttime, #pvModal #modal_enquiry .end, #pvModal #modal_enquiry .endtime {
  height: 50px;
  position: relative;
}
#pvModal #modal_enquiry .locationname:before, #pvModal #modal_enquiry .start:before, #pvModal #modal_enquiry .starttime:before, #pvModal #modal_enquiry .end:before, #pvModal #modal_enquiry .endtime:before {
  position: absolute;
  font-family: "parkviasymbols";
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  font-size: 1.5em;
  font-weight: 600;
  pointer-events: none;
}
#pvModal #modal_enquiry .locationname input, #pvModal #modal_enquiry .locationname select, #pvModal #modal_enquiry .start input, #pvModal #modal_enquiry .start select, #pvModal #modal_enquiry .starttime input, #pvModal #modal_enquiry .starttime select, #pvModal #modal_enquiry .end input, #pvModal #modal_enquiry .end select, #pvModal #modal_enquiry .endtime input, #pvModal #modal_enquiry .endtime select {
  height: 100%;
  border: 1px solid #eff2f8;
  background-color: #FFF !important;
  padding-left: 2.2rem;
  cursor: pointer;
  color: #333;
  margin: 0;
  font-size: 1em;
  text-transform: capitalize;
  -webkit-appearance: none;
}
#pvModal #modal_enquiry .locationname input[type=date], #pvModal #modal_enquiry .locationname select[type=date], #pvModal #modal_enquiry .start input[type=date], #pvModal #modal_enquiry .start select[type=date], #pvModal #modal_enquiry .starttime input[type=date], #pvModal #modal_enquiry .starttime select[type=date], #pvModal #modal_enquiry .end input[type=date], #pvModal #modal_enquiry .end select[type=date], #pvModal #modal_enquiry .endtime input[type=date], #pvModal #modal_enquiry .endtime select[type=date] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 12px;
}
#pvModal #modal_enquiry .locationname input [type=date]:focus::before,
#pvModal #modal_enquiry .locationname input [type=date]:valid::before, #pvModal #modal_enquiry .locationname select [type=date]:focus::before,
#pvModal #modal_enquiry .locationname select [type=date]:valid::before, #pvModal #modal_enquiry .start input [type=date]:focus::before,
#pvModal #modal_enquiry .start input [type=date]:valid::before, #pvModal #modal_enquiry .start select [type=date]:focus::before,
#pvModal #modal_enquiry .start select [type=date]:valid::before, #pvModal #modal_enquiry .starttime input [type=date]:focus::before,
#pvModal #modal_enquiry .starttime input [type=date]:valid::before, #pvModal #modal_enquiry .starttime select [type=date]:focus::before,
#pvModal #modal_enquiry .starttime select [type=date]:valid::before, #pvModal #modal_enquiry .end input [type=date]:focus::before,
#pvModal #modal_enquiry .end input [type=date]:valid::before, #pvModal #modal_enquiry .end select [type=date]:focus::before,
#pvModal #modal_enquiry .end select [type=date]:valid::before, #pvModal #modal_enquiry .endtime input [type=date]:focus::before,
#pvModal #modal_enquiry .endtime input [type=date]:valid::before, #pvModal #modal_enquiry .endtime select [type=date]:focus::before,
#pvModal #modal_enquiry .endtime select [type=date]:valid::before {
  content: unset;
  display: none;
}
#pvModal #modal_enquiry .locationname:before {
  content: "\e827";
}
#pvModal #modal_enquiry .start:before, #pvModal #modal_enquiry .end:before {
  content: "\e806";
}
#pvModal #modal_enquiry .starttime:before, #pvModal #modal_enquiry .endtime:before {
  content: "\e802";
}
#pvModal #modal_enquiry #mStart, #pvModal #modal_enquiry #mEnd {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#pvModal #modal_enquiry #mStarttime, #pvModal #modal_enquiry #mEndtime {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#pvModal #modal_enquiry #mSubmit {
  background-color: #ec6321;
  border-color: #ec6321;
  height: 50px;
}
#pvModal #modal_enquiry #mSubmit:hover {
  background-color: rgba(236, 99, 33, 0.8);
}

@media (max-width: 1199px) {
  #modal_enquiry.enquiryform input[type=date] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #modal_enquiry.enquiryform input[type=date]::before {
    content: "dd/mm/yyyy";
    position: absolute;
    width: 87px;
    background-color: white;
    overflow: hidden;
  }
  #modal_enquiry.enquiryform input[type=date]:focus::before,
  #modal_enquiry.enquiryform input[type=date]:valid::before {
    content: unset;
    display: none;
  }
}
@media (max-width: 767px) {
  #modal_enquiry.enquiryform #mStart, #modal_enquiry.enquiryform #mEnd {
    padding-top: 10px;
  }
  #modal_enquiry.enquiryform #submit {
    margin-top: 0;
  }
}
#enquiry_form .enquiry_usp #justbooked {
  animation: flickerAnimation 6s;
}

@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loading_spinner {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.spinner {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  background: #009966;
  animation: flip 1.2s ease infinite;
}

@keyframes flip {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
#recentproducts {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
#recentproducts .slick-track {
  width: 100% !important;
}
#recentproducts .card-body .card-img-top {
  max-width: 125px;
  margin: 0 auto;
  display: table;
  cursor: pointer;
}
#recentproducts .card-body .d-flex {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#recentproducts .card-body .d-flex button {
  height: 45px;
}
#recentproducts .card-body .d-flex .more_info {
  background-color: transparent;
  border-color: #999999;
  color: #204999;
}
#recentproducts .card-body .d-flex .book_now {
  background-color: #ec6321;
  border-color: #ec6321;
  padding: 0.75em 0;
}
#recentproducts .card-body .d-flex .book_now:hover {
  background-color: rgba(236, 99, 33, 0.8);
}
#recentproducts .card-body .card-title {
  height: 56px;
}
#recentproducts .card-body .card-title a {
  color: #204999;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 1199px) and (max-width: 1380px) {
  #recentproducts .card-body .col-12.col-lg-6 {
    padding: 0 5px;
  }
}
#content_page .jumbotron {
  background-color: #096;
  border-radius: 0;
  margin-bottom: 4em;
}
#content_page .jumbotron.w_form {
  max-height: 283px;
  margin-bottom: 7em;
}
#content_page .jumbotron h1 {
  color: #FFF;
}
#content_page .container a {
  color: #ec6321;
}
#content_page .container .article_image {
  max-width: 450px;
}
#content_page.contact_us .jumbotron {
  margin-bottom: 1em;
}
#content_page.contact_us .container ul {
  list-style-image: url("/Content/images/tick.png");
}
#content_page.contact_us .container ul li strong {
  color: #096;
}
#content_page.site_map .col-12 &gt; ul.sitemap {
  column-count: 2;
}
#content_page.site_map .col-12 &gt; ul.sitemap .sitemap_country:not(:empty) {
  padding-right: 0.75rem;
}
#content_page #map.operatormap {
  height: 550px;
  width: 100%;
}
#content_page #map.operatormap .marker {
  background-image: url(/Content/icons/p-icon.gif);
  background-size: cover;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media (max-width: 575px) {
  body #main #content_page .jumbotron.w_form {
    max-height: 353px;
  }
  body #main #content_page .jumbotron h1 {
    font-size: 1.85em;
  }
  body #main #content_page .jumbotron p {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  #main #content_page .jumbotron.w_form {
    max-height: 334px;
    margin-bottom: 20em;
  }
  #main #content_page .jumbotron h1 {
    font-size: 2em;
  }
  #main #content_page .jumbotron p {
    font-size: 1.35em;
  }
  .container.articles {
    padding-top: 2em;
  }
  .container.articles .article img {
    max-width: 300px;
    margin: 0 auto;
    display: table;
  }
  #map.operatormap {
    height: 450px;
  }
}
@media (max-width: 991px) {
  #content_page .jumbotron.w_form {
    max-height: 347px;
    margin-bottom: 14em;
  }
  #content_page.site_map .col-12 &gt; ul.sitemap {
    column-count: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#search_results #search_dropdown {
  cursor: pointer;
}
#search_results #search_dropdown button {
  background: transparent;
  border: none;
  outline: none;
  color: #096;
  font-weight: 500;
}
#search_results #search_results_ind {
  background-color: #eff2f8;
}
#search_results #search_results_ind .progress {
  height: 0.25rem;
}
#search_results #search_results_ind .progress.complete {
  visibility: hidden;
  transition: 1s;
}
#search_results #search_results_ind #search_map .mapboxgl-map {
  border: 0.2em solid #096;
  border-radius: 5px;
  height: 400px;
}
#search_results #search_results_ind #search_map .mapboxgl-map .mapboxgl-marker {
  background-size: 100%;
}
#search_results #search_results_ind .sort_loading, #search_results #search_results_ind .sort_parent {
  max-width: 220px;
}
#search_results #search_results_ind .sort_loading .sort_by, #search_results #search_results_ind .sort_parent .sort_by {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}
#search_results #search_results_ind .sort_loading .sort_by select, #search_results #search_results_ind .sort_parent .sort_by select {
  color: #204999;
  text-align: center;
  text-align-last: center;
  background-color: #FFF;
  -webkit-appearance: none;
  border: 0;
  outline: none;
}
#search_results #search_results_ind .toggle_map {
  cursor: pointer;
  background-color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}
#search_results #search_results_ind .toggle_map i {
  color: #096;
  font-size: 1.85em;
  margin-left: -5px;
}
#search_results #search_results_ind .toggle_map.true {
  background-color: #096;
  color: #FFF;
}
#search_results #search_results_ind .toggle_map.true i {
  color: #FFF;
}
#search_results #search_results_ind .mobile_refine select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#search_results #search_results_ind .mobile_refine button, #search_results #search_results_ind .mobile_refine select {
  height: 45px;
  text-align-last: center;
}
#search_results #search_results_ind .mobile_refine button.true, #search_results #search_results_ind .mobile_refine select.true {
  border: 0.1em solid #096 !important;
}
#search_results #search_results_ind #filter .clear_search {
  font-size: 0.9em;
  color: #096;
  font-weight: 500;
  cursor: pointer;
}
#search_results #search_results_ind #filter .clear_search:hover {
  text-decoration: underline;
}
#search_results #search_results_ind #filter .menu_heading {
  font-weight: 500;
}
#search_results #search_results_ind #filter li {
  margin: 0.5em 0;
}
#search_results #search_results_ind #filter ul input[type=checkbox], #search_results #search_results_ind #filter ul input[type=radio] {
  opacity: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  left: 15px;
  z-index: 1;
}
#search_results #search_results_ind #filter ul label {
  position: relative;
  padding-left: 30px;
}
#search_results #search_results_ind #filter ul label::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: -30px;
  border: 0.093em solid #DDD;
}
#search_results #search_results_ind #filter ul label::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 16px;
  margin: -3px 0px 0 -1px;
  -webkit-clip-path: polygon(44% 69%, 100% 0, 47% 99%, 1% 46%);
  clip-path: polygon(44% 69%, 100% 0, 47% 99%, 1% 46%);
  background-color: #096;
}
#search_results #search_results_ind #filter ul label::before, #search_results #search_results_ind #filter ul label::after {
  position: absolute;
}
#search_results #search_results_ind #filter ul label::after {
  left: 6px;
  top: 6px;
}
#search_results #search_results_ind #filter ul input[type=checkbox] + label::after, #search_results #search_results_ind #filter ul input[type=radio] + label::after {
  content: none;
}
#search_results #search_results_ind #filter ul input[type=checkbox]:checked + label::after, #search_results #search_results_ind #filter ul input[type=radio]:checked + label::after {
  content: "";
}
#search_results #search_results_ind #filter ul input[type=checkbox]:checked + label::before, #search_results #search_results_ind #filter ul input[type=radio]:checked + label::before {
  content: "";
  /*background-color: #FFF;*/
}
#search_results #search_results_ind #filter ul input[type=checkbox]:focus + label::before, #search_results #search_results_ind #filter ul input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
#search_results #search_results_ind .top_sorts {
  background-color: #FFF;
}
#search_results #search_results_ind .top_sorts .col {
  cursor: pointer;
}
#search_results #search_results_ind .top_sorts .col.active {
  background-color: #096;
  color: #FFF !important;
}
#search_results #search_results_ind .top_sorts .col.active i {
  color: #FFF !important;
}
#search_results #search_results_ind .top_sorts .col i {
  display: inline-block;
  vertical-align: top;
  color: #096;
  font-size: 1.85em;
  margin-left: -5px;
}
#search_results #search_results_ind .top_sorts .col .col-auto {
  display: inline-block;
}
#search_results #search_results_ind .top_sorts .col .col-auto strong {
  font-size: 1.25rem;
}
#search_results #search_results_ind .top_sorts .col .col-auto .high_rated {
  display: none;
}
#search_results #search_results_ind .opresult_outer .opresult {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
#search_results #search_results_ind .opresult_outer .opresult.not_available {
  overflow-x: hidden;
}
#search_results #search_results_ind .opresult_outer .opresult.not_available .card-header {
  height: 136px;
}
#search_results #search_results_ind .opresult_outer .opresult.not_available .card-header, #search_results #search_results_ind .opresult_outer .opresult.not_available .card-body {
  background-color: rgba(32, 73, 153, 0.4);
}
#search_results #search_results_ind .opresult_outer .opresult.not_available .card-header .price, #search_results #search_results_ind .opresult_outer .opresult.not_available .card-body .price {
  width: 163%;
  background: #fff;
  position: absolute;
  top: 125px;
  left: -32%;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #204999;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-40deg);
  z-index: 2;
  font-size: 2rem;
}
#search_results #search_results_ind .opresult_outer .opresult.not_available .card-header p.alert, #search_results #search_results_ind .opresult_outer .opresult.not_available .card-body p.alert {
  visibility: hidden;
}
#search_results #search_results_ind .opresult .card .card-header {
  background-color: transparent;
  border-bottom: 0;
}
#search_results #search_results_ind .opresult .card .card-header img {
  max-width: 65px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#search_results #search_results_ind .opresult .card .card-header .op_name {
  cursor: pointer;
  height: 45px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#search_results #search_results_ind .opresult .card .card-header .icon-star, #search_results #search_results_ind .opresult .card .card-header .icon-star-half-alt {
  color: #ffc148;
}
#search_results #search_results_ind .opresult .card .card-header .icon-star:before, #search_results #search_results_ind .opresult .card .card-header .icon-star-half-alt:before {
  margin-left: 0.05em;
  margin-right: 0.05em;
}
#search_results #search_results_ind .opresult .card .card-header .icon-star.grey, #search_results #search_results_ind .opresult .card .card-header .icon-star-half-alt.grey {
  color: #bac7e1;
}
#search_results #search_results_ind .opresult .card .card-header .score {
  font-size: 0.9em;
}
#search_results #search_results_ind .opresult .card .card-header .price {
  font-weight: 500;
  font-size: 1.1rem;
}
#search_results #search_results_ind .opresult .card .card-header del, #search_results #search_results_ind .opresult .card .card-header .alert-success {
  font-size: 0.875em;
}
#search_results #search_results_ind .opresult .card .card-header del {
  color: #777;
}
#search_results #search_results_ind .opresult .card .card-header .alert-success {
  color: #096;
}
#search_results #search_results_ind .opresult .card .card-body li i {
  color: #096;
  font-size: 1.1em;
}
#search_results #search_results_ind .opresult .card .card-body .operator_features {
  height: 50px;
}
#search_results #search_results_ind .opresult .card .card-body .operator_features i:before {
  margin-left: 0.1em;
  margin-right: 0.1em;
}
#search_results #search_results_ind .opresult .card .card-body .operator_features i, #search_results #search_results_ind .opresult .card .card-body .operator_features span {
  font-size: 0.92em;
}
#search_results #search_results_ind .opresult .card .card-body .more_info, #search_results #search_results_ind .opresult .card .card-body .add_to_basket {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #096;
  font-weight: 500;
}
#search_results #search_results_ind .opresult .card .card-body .add_to_basket {
  color: #FFF;
  background-color: #ec6321;
  padding: 0.65em 0;
}
#search_results #search_results_ind .opresult .card .card-body .add_to_basket:hover {
  background-color: rgba(236, 99, 33, 0.8);
}
#search_results #search_results_ind .opresult .card .card-body .mobile_more_info {
  display: flex;
  align-items: center;
}
#search_results #search_results_ind .opresult .card .card-body .mobile_more_info button {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #096;
  font-weight: 500;
}
#search_results #no_results button {
  background: transparent;
  border: none;
  font-size: 1.05em;
  color: #ec6321;
}
#search_results #no_results button:hover {
  color: rgba(236, 99, 33, 0.8);
}

#operator_modal .mapboxgl-marker {
  background-size: 100%;
}

@media (max-width: 360px) {
  #search_results #search_results_ind .opresult .card .card-header .col-3:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #search_results #search_dropdown .border.rounded {
    position: relative;
    width: 100%;
    border: none;
  }
  #search_results #search_dropdown .border.rounded .border-right {
    border-right: none !important;
  }
  #search_results #search_dropdown .border.rounded .edit_details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  #search_results #search_dropdown .border.rounded .edit_details button {
    border: 1px solid #dee2e6;
    padding: 1em;
  }
  #search_results #search_dropdown hr {
    display: none;
  }
  #search_results #filter .card-body {
    overflow-y: scroll;
  }
  #search_results #search_results_ind .top_sorts .col {
    text-align: center;
    padding: 1rem 0;
  }
  #search_results #search_results_ind .top_sorts .col i, #search_results #search_results_ind .top_sorts .col .col-auto {
    display: block;
  }
  #search_results #search_results_ind .top_sorts .col i .high_rated, #search_results #search_results_ind .top_sorts .col .col-auto .high_rated {
    display: block;
  }
  #search_results #search_results_ind .top_sorts .col i .highest_rated, #search_results #search_results_ind .top_sorts .col .col-auto .highest_rated {
    display: none;
  }
  #search_results #search_results_ind .opresult_outer .opresult.not_available .card-header .price {
    width: 603%;
    top: 152px;
    left: -396%;
  }
  #operator_modal #reviews_child .review .q-icon {
    display: none !important;
  }
  #operator_modal #reviews_child .review .total-score {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #search_results #search_dropdown .border.rounded {
    position: relative;
    width: 100%;
    border: none;
  }
  #search_results #search_dropdown .border.rounded .border-right {
    border-right: none !important;
  }
  #search_results #search_dropdown .border.rounded .edit_details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  #search_results #search_dropdown .border.rounded .edit_details button {
    border: 1px solid #dee2e6;
    padding: 1em;
  }
  #search_results #search_dropdown hr {
    display: none;
  }
  #search_results .search_inner .refine_search_placeholder {
    display: none !important;
  }
  #search_results .search_inner #filter {
    position: fixed;
    height: 100%;
    z-index: 99999;
    top: 0;
    right: -100%;
    border: 0;
    transition: 0.5s;
    border-radius: 0;
    min-width: 35%;
  }
  #search_results .search_inner #filter.true {
    right: 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  }
  #search_results .search_inner #filter .mobile_header {
    color: #096;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search_results #search_results_ind .top_sorts .col i {
    font-size: 1.75em;
  }
  #search_results #search_results_ind .top_sorts .col .col-auto .high_rated {
    display: block;
  }
  #search_results #search_results_ind .top_sorts .col .col-auto .highest_rated {
    display: none;
  }
}
@media (min-width: 1200px) {
  #search_results .search_inner &gt; .col-xl-2, #search_results .row.filter &gt; .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #search_results .search_inner &gt; .col-xl-10, #search_results .row.filter &gt; .col-xl-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1235px) {
  #search_results #search_results_ind .sort_parent .sort_by span, #search_results #search_results_ind .sort_parent .sort_by select {
    margin: auto;
  }
}
/*@media screen (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #search_results {
        #search_results_ind {
            .sort_parent, .sort_loading {
                max-width: 190px;
            }
        }
    }
}*/
@media (min-width: 1300px) {
  #search_results .search_inner .opresult_outer {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #search_results .search_inner .opresult_outer .opresult {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #search_results .search_inner .opresult {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1600px) {
  #search_results .search_inner .opresult_outer {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #search_results .search_inner .opresult_outer .opresult {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #search_results .search_inner .opresult {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (-ms-high-contrast: none) {
  #operator_modal .modal-content #directions .op_map {
    display: none;
  }
  #operator_modal .modal-content #directions .directions-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#terms_conditions .jumbotron {
  background-color: #096;
}
#terms_conditions .jumbotron h1 {
  color: #FFF;
}
#terms_conditions .nav-tabs {
  min-height: 0;
  background-color: #096;
}
#terms_conditions .nav-tabs .nav-link {
  border-radius: 0;
}
#terms_conditions .nav-tabs .nav-link:not(.active) {
  color: #FFF;
}
#terms_conditions .tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#checkout_page {
  /*Checkboxes*/
}
#checkout_page .lhs .form-group label {
  font-weight: 500;
  font-size: 1.05em;
}
#checkout_page .lhs .form-group label.required {
  position: relative;
}
#checkout_page .lhs .form-group label.required::after {
  content: " *";
  color: red;
  position: absolute;
  right: -15px;
  top: 0px;
}
#checkout_page .lhs .form-group input {
  height: 50px;
  margin: 0;
}
#checkout_page .lhs .form-group small {
  font-size: 0.85em;
}
#checkout_page .lhs #or {
  position: relative;
  z-index: 1;
}
#checkout_page .lhs #or:before {
  border-top: 2px solid #204999;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
#checkout_page .lhs #or span {
  background: #fff;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
#checkout_page .total_to_pay .col {
  font-weight: 500;
}
#checkout_page .total_to_pay .col.text-right {
  font-size: 1.5rem;
}
#checkout_page .btn-primary {
  background-color: #ec6321;
  border-color: #ec6321;
  height: 50px;
}
#checkout_page .btn-primary:hover {
  background-color: rgba(236, 99, 33, 0.8);
}
#checkout_page #travel_extras input[type=checkbox], #checkout_page #travel_extras input[type=radio], #checkout_page #optionalextrasbox input[type=checkbox], #checkout_page #optionalextrasbox input[type=radio], #checkout_page #parkvia_credit input[type=checkbox], #checkout_page #parkvia_credit input[type=radio] {
  opacity: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  left: 15px;
  z-index: 1;
}
#checkout_page #travel_extras label, #checkout_page #optionalextrasbox label, #checkout_page #parkvia_credit label {
  position: relative;
  padding-left: 30px;
}
#checkout_page #travel_extras label::before, #checkout_page #optionalextrasbox label::before, #checkout_page #parkvia_credit label::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: -30px;
  border: 0.093em solid #DDD;
}
#checkout_page #travel_extras label::after, #checkout_page #optionalextrasbox label::after, #checkout_page #parkvia_credit label::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 16px;
  margin: -3px 0px 0 -1px;
  -webkit-clip-path: polygon(44% 69%, 100% 0, 47% 99%, 1% 46%);
  clip-path: polygon(44% 69%, 100% 0, 47% 99%, 1% 46%);
  background-color: #096;
}
#checkout_page #travel_extras label::before, #checkout_page #travel_extras label::after, #checkout_page #optionalextrasbox label::before, #checkout_page #optionalextrasbox label::after, #checkout_page #parkvia_credit label::before, #checkout_page #parkvia_credit label::after {
  position: absolute;
}
#checkout_page #travel_extras label::after, #checkout_page #optionalextrasbox label::after, #checkout_page #parkvia_credit label::after {
  left: 6px;
  top: 6px;
}
#checkout_page #travel_extras input[type=checkbox] + label::after, #checkout_page #travel_extras input[type=radio] + label::after, #checkout_page #optionalextrasbox input[type=checkbox] + label::after, #checkout_page #optionalextrasbox input[type=radio] + label::after, #checkout_page #parkvia_credit input[type=checkbox] + label::after, #checkout_page #parkvia_credit input[type=radio] + label::after {
  content: none;
}
#checkout_page #travel_extras input[type=checkbox]:checked + label::after, #checkout_page #travel_extras input[type=radio]:checked + label::after, #checkout_page #optionalextrasbox input[type=checkbox]:checked + label::after, #checkout_page #optionalextrasbox input[type=radio]:checked + label::after, #checkout_page #parkvia_credit input[type=checkbox]:checked + label::after, #checkout_page #parkvia_credit input[type=radio]:checked + label::after {
  content: "";
}
#checkout_page #travel_extras input[type=checkbox]:checked + label::before, #checkout_page #travel_extras input[type=radio]:checked + label::before, #checkout_page #optionalextrasbox input[type=checkbox]:checked + label::before, #checkout_page #optionalextrasbox input[type=radio]:checked + label::before, #checkout_page #parkvia_credit input[type=checkbox]:checked + label::before, #checkout_page #parkvia_credit input[type=radio]:checked + label::before {
  content: "";
  /*background-color: #FFF;*/
}
#checkout_page #travel_extras input[type=checkbox]:focus + label::before, #checkout_page #travel_extras input[type=radio]:focus + label::before, #checkout_page #optionalextrasbox input[type=checkbox]:focus + label::before, #checkout_page #optionalextrasbox input[type=radio]:focus + label::before, #checkout_page #parkvia_credit input[type=checkbox]:focus + label::before, #checkout_page #parkvia_credit input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
#checkout_page .rhs {
  background-color: #f9fbff;
}
#checkout_page .rhs .position-sticky {
  top: 75px;
}
#checkout_page .rhs .position-sticky .rhs_i, #checkout_page .rhs .position-sticky .card.border-0 {
  background-color: #f9fbff;
}
#checkout_page .rhs .position-sticky .rhs_i {
  max-width: 455px;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .media img {
  max-width: 60px;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_icon.js-more-info-btn, #checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_name.js-more-info-btn {
  cursor: pointer;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_name, #checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_price, #checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_stars, #checkout_page .rhs .position-sticky .rhs_i .basketitem label {
  font-weight: 500;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_stars .icon-star, #checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_stars .icon-star-half-alt {
  color: #ffc148;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_stars .icon-star:first-child:before, #checkout_page .rhs .position-sticky .rhs_i .basketitem #operator_stars .icon-star-half-alt:first-child:before {
  margin-left: 0;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .redo_search {
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .redo_search a {
  color: #096;
  font-weight: 500;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .redo_search a:hover {
  text-decoration: underline;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers {
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers input, #checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers button {
  width: 40px;
  padding: 0;
  height: 40px;
  background: transparent;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers button {
  border: 1px solid #eff2f8;
  color: #096;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers input {
  border: 0;
  text-align: center;
}
#checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers input[type=number]::-webkit-inner-spin-button, #checkout_page .rhs .position-sticky .rhs_i .basketitem .passengers input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkout_page .rhs .position-sticky .rhs_i #totalbox .font-weight-semi {
  font-weight: 500;
}
#checkout_page .rhs .position-sticky .rhs_i .total {
  font-weight: 500;
}
#checkout_page #operator_modal #modal_book {
  display: none;
}

footer.checkout .foot_address, footer.checkout .foot_social {
  display: inline-block;
}
footer.checkout .foot_address p, footer.checkout .foot_social p {
  display: inline-block;
  border-right: 1px solid #bac7e1;
  padding-right: 0.3em;
}

@media (max-width: 374px) {
  #checkout_page .rhs .rhs_i .op_info .card {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  #checkout_page .rhs .rhs_i .op_info .passengers .col-md-7 .col-12 button {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 575px) {
  #checkout_page .lhs #braintree .btn-link .paypal_logo, #checkout_page .lhs #braintree .btn-link .float-sm-right {
    padding-left: 0.8rem;
  }
  #checkout_page .lhs #braintree .btn-link .paypal_logo {
    display: block;
  }
  #checkout_page .rhs .rhs_i .dates &gt; .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #checkout_page .lhs, #checkout_page .rhs_i {
    max-width: 550px;
    margin: 0 auto;
  }
  #checkout_page .lhs {
    order: 2;
  }
  #checkout_page .rhs {
    order: 1;
  }
}
@media (min-width: 768px) {
  .lhs {
    min-height: calc(100vh - 305px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #checkout_page .rhs .rhs_i #operator_features {
    margin-bottom: 0;
  }
  #checkout_page .rhs .rhs_i #operator_features li {
    font-size: 0.95em;
  }
  #checkout_page .rhs .rhs_i .basketitem .dates .col-9.col-sm-10 {
    padding-left: 0.25em;
  }
  #checkout_page .rhs .rhs_i .basketitem .passengers .col-6.col-md-5.col-lg-6 {
    padding-right: 0;
  }
  #checkout_page .rhs .rhs_i .basketitem .passengers .col-6.col-md-5.col-lg-6 label {
    font-size: 0.95em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  #checkout_page .rhs .rhs_i .basketitem label:not(.complete)[for=start], #checkout_page .rhs .rhs_i .basketitem label:not(.complete)[for=end] {
    display: none !important;
  }
  #checkout_page .rhs .rhs_i .basketitem .passengers input, #checkout_page .rhs .rhs_i .basketitem .passengers button {
    width: 35px;
    height: 35px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("fonts/Slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/Slick/slick.eot");
  src: url("fonts/Slick/slick.eot?#iefix") format("embedded-opentype"), url("fonts/Slick/slick.woff") format("woff"), url("fonts/Slick/slick.ttf") format("truetype"), url("fonts/Slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.eot");
  src: url("/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("/fonts/Roboto/Roboto-Regular.svg#svgRoboto") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Medium.eot");
  src: url("/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("/fonts/Roboto/Roboto-Medium.svg#svgRoboto") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Bold.eot");
  src: url("/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("/fonts/Roboto/Roboto-Bold.svg#svgRoboto") format("svg");
  font-weight: 700;
  font-style: normal;
}
html, body, html body {
  /*height: 100%;*/
  min-height: 100%;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #204999;
}

html {
  margin-top: 72px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
}

p {
  line-height: 1.5;
}

a {
  color: #ec6321;
}

.reviews__link-primary {
  color: #096;
  font-weight: 500;
}

.bg-lighter {
  background: #eff2f8;
}

.btn .btn-outline {
  background-color: transparent;
  border-color: #999999;
  color: #204999 !important;
}

.location_modal {
  position: fixed;
  bottom: 26px;
  right: 95px;
  z-index: 3;
  display: none;
}
.location_modal button {
  background-color: #ec6321;
  color: #FFF;
  height: 50px;
  padding: 0.5em 2em;
  animation: pulse 2s infinite;
}
.location_modal button:hover {
  color: #FFF;
  background-color: rgba(236, 99, 33, 0.8);
}

/*Cookie banner*/
body #onetrust-consent-sdk #onetrust-pc-sdk h3, body #onetrust-consent-sdk #onetrust-pc-sdk h4, body #onetrust-consent-sdk #onetrust-pc-sdk h5, body #onetrust-consent-sdk #onetrust-pc-sdk h6, body #onetrust-consent-sdk #onetrust-pc-sdk p, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, body #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal,
body #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, body #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, body #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, body #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a, body #onetrust-consent-sdk #onetrust-policy-title, body #onetrust-consent-sdk #onetrust-policy-text, body #onetrust-consent-sdk .ot-b-addl-desc, body #onetrust-consent-sdk .ot-dpd-desc, body #onetrust-consent-sdk .ot-dpd-title, body #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), body #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), body #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, body #onetrust-banner-sdk .ot-cat-header, body #onetrust-banner-sdk .ot-optout-signal {
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
body #onetrust-consent-sdk {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
body #onetrust-consent-sdk button#onetrust-accept-btn-handler, body #onetrust-consent-sdk button#onetrust-reject-all-handler,
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
body #onetrust-consent-sdk onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn, body #onetrust-consent-sdk #accept-recommended-btn-handler, body #onetrust-consent-sdk .onetrust-close-btn-handler {
  background-color: #ec6321;
  border-color: #ec6321;
}
body #onetrust-consent-sdk .ot-plus-minus span {
  background: #ec6321;
}
body #onetrust-pc-sdk .ot-vs-list .ot-always-active, body #onetrust-pc-sdk .ot-cat-grp .ot-always-active, body #onetrust-consent-sdk #onetrust-banner-sdk a[href], body #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, body #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #204999;
}
body #onetrust-consent-sdk #onetrust-pc-btn-handler, body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border-color: #204999;
  color: #204999;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: rgba(32, 73, 153, 0.4);
  border: 1px solid #204999;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #204999;
  border-color: #204999;
}
body #onetrust-pc-sdk #filter-btn-handler {
  background-color: #204999;
}
body #onetrust-pc-sdk #filter-btn-handler:hover {
  background-color: rgba(32, 73, 153, 0.8);
}

@media (min-width: 991px) {
  .container.wide {
    max-width: 95%;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .container.wide {
    max-width: 85%;
  }
}
/*.img-responsive {
    max-width: 100%;
    height: auto;
}*/
.summary-img {
  width: 50%;
  padding-right: 30px;
  padding-bottom: 10px;
  float: left;
}
</pre></body></html>