/* Colours */
/* Fonts */
/* Reset */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea {
  border: solid 1px #e6e6e6;
}

button:focus,
input:focus,
select:focus,
option:focus {
  outline: none;
}

@font-face {
  font-family: "Source Sans";
  src: url(/assets/fonts/SourceSans3-VariableFont_wght.ttf) format("truetype");
}
/* Typography */
body {
  font: 100% "Source Sans", sans-serif;
  color: #21334B;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans", sans-serif;
  color: #21334B;
  font-weight: bold;
}

h1 {
  font-size: 48px;
  line-height: 180%;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.p3 {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  color: #707070;
}

a.footer {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #FFFFFF;
}

@media (max-width: 925px) {
  p {
    font-size: 16px;
  }
}
/* Base */
.xdebug-var-dump {
  font-size: 14px;
}

.env.andy {
  border: solid 2px #f00;
}

.env.staging {
  border: solid 2px rgb(255, 136, 0);
}

a {
  color: #154153;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.bold {
  font-weight: bold;
}

@media (max-width: 1440px) {
  .max-width {
    padding-left: 6.94445vw;
    padding-right: 6.94445vw;
  }
}
@media (max-width: 1024px) {
  .max-width {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 925px) {
  .max-width {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.group {
  display: flex;
  flex-wrap: wrap;
}

.field {
  flex-grow: 1;
  margin: 10px;
}
.field.no-grow {
  flex-grow: 0;
}

.full {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #075280;
}

input,
select {
  font-family: "Open Sans", sans-serif;
  color: #21334B;
}

input:focus,
textarea:focus {
  outline-width: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=time] {
  width: 100%;
  height: 58px;
  padding: 10px 20px;
  border: solid 1px #075280;
  border-radius: 7px;
  font-size: 16px;
}

.StripeElement {
  height: 58px;
  padding: 10px 20px;
  border: solid 1px #075280;
  border-radius: 7px;
  font-size: 16px;
}

input[type=text].field-ok,
input[type=email].field-ok,
input[type=number].field-ok,
select.field-ok,
textarea.field-ok,
.StripeElement.StripeElement--complete {
  border: solid 1px #06bb06;
}

input[type=text].field-error,
input[type=email].field-error,
input[type=number].field-error,
select.field-ok,
textarea.field-error,
.StripeElement.StripeElement--invalid {
  border: solid 1px #F00;
}

/* Buttons */
.button {
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 80px;
  cursor: pointer;
  background-color: #DDD;
  border: 0;
  letter-spacing: 1px;
}
.button.primary {
  background-color: #075280;
  color: #FFFFFF;
}
.button.secondary {
  background-color: #E6EBFF;
  color: #154153;
  border: solid 1px #ccd0e2;
}
.button.medium {
  padding: 13px 25px;
  font-size: 14px;
}
.button.small {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
.button.disabled {
  background-color: #DDD;
  cursor: default;
}
.button:hover, .button:visited {
  text-decoration: none;
}

/* Header */
.banner {
  padding: 10px 20px;
  background-color: rgba(230, 235, 255, 0.5);
  color: #21334B;
}
.banner .container {
  display: flex;
  justify-content: space-between;
}
.banner a {
  text-decoration: underline;
}
.banner i {
  padding: 0 5px;
  cursor: pointer;
}

header {
  position: relative;
  width: 100%;
  min-width: 350px;
  z-index: 30;
  background-color: #FFFFFF;
}
header .container {
  display: flex;
  position: relative;
  height: 125px;
  align-items: center;
  justify-content: space-between;
}
header a.logo {
  position: relative;
}
header a.logo img {
  height: 85px;
}

@media (max-width: 925px) {
  header {
    min-width: 320px;
  }
  header .container {
    height: 110px;
    gap: 40px;
  }
  header .container .logo.fm {
    width: 160px;
    display: flex;
    align-items: center;
  }
  header .container .logo.tcl {
    width: 172px;
    display: flex;
    align-items: center;
  }
  header .container .logo img {
    height: auto;
  }
}
@media (max-width: 410px) {
  header .container {
    height: 26.8vw;
  }
}
footer {
  padding: 48px 0 40px 0;
  background-color: #006D8E;
  color: #FFFFFF;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .container hr {
  width: 100%;
  border: 1px solid #FFFFFF;
  opacity: 20%;
}
footer .container .top-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  gap: 139px;
}
footer .container .top-row .form-element-select {
  position: absolute;
  color: black;
  width: 100px;
  left: 100px;
}
footer .container .top-row .form-element-select .form-element-active {
  border-radius: 14px;
}
footer .container .top-row .form-element-select .form-element-active.active {
  border-radius: 14px 14px 0 0;
}
footer .container .top-row .form-element-select .form-element-options {
  border-radius: 0 0 14px 14px;
}
footer .container .top-row img.logo {
  height: 74px;
}
footer a {
  color: #FFFFFF;
}
footer .link-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 542px;
}
footer .link-container > div {
  margin: 0 10px;
}
footer .link-container h3 {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 16px;
}
footer .link-container li {
  margin-bottom: 10px;
}
footer .link-container p {
  font-size: 12px;
  line-height: 2;
}
footer .link-container .social-links .im {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
footer .link-container .social-links .im i {
  margin-right: 10px;
  font-size: 1.2em;
}
footer .link-container .social-links .im a {
  margin-bottom: 10px;
  font-size: 0.9em;
}
@media (max-width: 600px) {
  footer .link-container {
    flex-direction: column;
  }
}
footer .info-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  flex-wrap: wrap;
}
footer .newsletter {
  margin-bottom: 20px;
}
footer .newsletter h3 {
  font-size: 16px;
  color: #E6EBFF;
  text-transform: uppercase;
  text-align: center;
}
footer .newsletter .message {
  max-width: 500px;
  margin: 20px auto 20px auto;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
footer .newsletter .message.errors {
  background-color: #F00;
  border: solid 1px #F00;
}
footer .newsletter .message.hidden {
  display: none;
}
footer .newsletter .message.ok {
  background-color: #06bb06;
  border: solid 1px #06bb06;
  text-align: center;
}
footer .newsletter .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
footer .newsletter input {
  width: initial;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border-radius: 5px;
  color: #000;
}
footer .newsletter input[name=email] {
  min-width: 200px;
}
footer .newsletter .button {
  margin-top: 10px;
}
footer #social {
  margin-bottom: 20px;
  text-align: center;
}
footer #social a {
  font-size: 1.2em;
  margin-right: 10px;
  color: #FFF;
}
footer #social a:last-of-type {
  margin-right: initial;
}

@media (max-width: 1024px) {
  footer img {
    height: 52px;
  }
}
@media (max-width: 925px) {
  footer .container:has(select) .top-row .form-element-select {
    transform: rotateX(180deg) rotateY(180deg);
    left: 20px;
    top: 160px;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active {
    flex-direction: row-reverse;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active span {
    transform: rotate(180deg);
  }
  footer .container:has(select) .top-row .form-element-select .form-element-active i {
    margin: 0;
  }
  footer .container:has(select) .top-row .form-element-select .form-element-option {
    transform: rotate(180deg);
  }
  footer .container:has(select) .info-container {
    justify-content: flex-end;
    padding-right: 22px;
  }
}
@media (max-width: 520px) {
  footer .container {
    gap: 32px;
  }
  footer .container:has(select) .info-container {
    align-items: flex-end;
    flex-direction: column;
    gap: 12px;
  }
}
#faq {
  background-color: rgba(243, 245, 249, 0.5019607843);
  padding: 89px 0;
}
#faq .container {
  display: flex;
  flex-direction: column;
  gap: 89px;
}
#faq h4 {
  font-size: 32px;
  font-weight: 600;
  color: #075280;
}
#faq .questions {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#faq .questions .faq-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#faq .questions .faq-item.closed .q:after {
  transform: rotate(-180deg);
}
#faq .questions .faq-item .q {
  font-weight: 700;
  color: #075280;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#faq .questions .faq-item .q:after {
  content: "";
  width: 20px;
  height: 16px;
  transform: rotate(0deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/arrowIcon.svg);
  display: inline-block;
  float: right;
  cursor: pointer;
  transition: transform 0.3s;
}
#faq .questions .faq-item .a {
  color: #21334B;
}
#faq .questions .faq-item.closed .a {
  display: none;
}
#faq .questions hr {
  width: 100%;
  border: 1.5px solid #21334B;
  opacity: 15%;
}

@media (max-width: 1440px) {
  #faq {
    padding-top: 6.1805605vw;
    padding-bottom: 6.1805605vw;
  }
}
@media (max-width: 1024px) {
  #faq .container {
    gap: 42px;
  }
}
@media (max-width: 925px) {
  #faq .container {
    gap: 38px;
  }
  #faq .container .questions {
    gap: 18px;
  }
  #faq .container .questions .faq-item .q {
    align-items: center;
  }
  #faq .container .questions .faq-item .q:after {
    margin-left: 16px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Index view */
#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 54px;
  position: relative;
  align-items: center;
}
#hero .hero-image {
  position: relative;
  height: 552px;
  width: 100%;
  background-position: 50% 31%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/index-hero.webp);
  filter: brightness(0.75);
}
#hero .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 0 20px;
  white-space: nowrap;
  top: 176px;
}
#hero .content h1 {
  color: #FFFFFF;
  font-size: 68px;
  text-shadow: 0 1px 25px #135265;
}
#hero .content h2 {
  margin-top: -40px;
  color: #FFFFFF;
  font-size: 48px;
  text-shadow: 0 1px 25px #135265;
}

.main-content {
  display: flex;
  flex-direction: column;
  padding-top: 89px;
  padding-bottom: 89px;
  gap: 89px;
}
.main-content hr {
  width: 100%;
  border: 1.5px solid #21334B;
  opacity: 15%;
}

#about {
  display: inherit;
  flex-direction: inherit;
  gap: inherit;
}
#about .about-container {
  display: flex;
  gap: 102px;
  justify-content: center;
  align-items: center;
}
#about .about-container h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}
#about .about-container.reverse {
  flex-direction: row-reverse;
}
#about .about-container.reverse .about-image {
  height: 365px;
}
#about .about-container .about-image {
  height: 404px;
  min-width: 584px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .about-container .about-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}

#commitment {
  margin-top: 40px;
}
#commitment .container {
  padding: 20px 20px;
  text-align: center;
  background-color: rgba(137, 209, 234, 0.15);
}
#commitment .container h2 {
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
#commitment .container p {
  font-size: 17px;
}

#tours .tours {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
#tours .tours .heading-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#tours .tours .heading-container h3 {
  line-height: 24px;
  font-size: 32px;
  margin-bottom: 16px;
}
#tours .tours .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 44px;
  column-gap: 20px;
}
#tours .tour {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  justify-content: space-between;
  position: relative;
  min-width: 225px;
  overflow: hidden;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 17px;
  border: 1px solid #CFCFCF;
}
#tours .tour .image-container {
  position: relative;
  width: 100%;
  height: 220px;
  cursor: pointer;
  overflow: hidden;
}
#tours .tour .image-container .image {
  height: 238px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s;
}
#tours .tour .image-container .image:hover {
  transform: scale(1.1);
}
#tours .tour .image-container .image.hide {
  height: 0px;
}
#tours .tour .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 24px;
  padding: 34px 32px;
}
#tours .tour .content .name {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  max-height: 3.5rem;
  overflow: hidden;
}
#tours .tour .content .information {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#tours .tour .content .information .duration,
#tours .tour .content .information .group-size {
  white-space: nowrap;
  display: flex;
  gap: 4px;
}
#tours .tour .content .information .duration:before,
#tours .tour .content .information .group-size:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-top: -2px;
}
#tours .tour .content .information .duration:before {
  background-image: url(/assets/images/icons/clockIcon.svg);
}
#tours .tour .content .information .group-size:before {
  background-image: url(/assets/images/icons/participantsIcon.svg);
}
#tours .tour .content .rate-and-view-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tours .tour .content .rate-and-view-container .rate {
  font-size: 18px;
}
#tours .tour .content .rate-and-view-container .button-container {
  text-align: center;
}
#tours .tour .content .rate-and-view-container .button-container a {
  display: inline-block;
  width: 121px;
}

#all-destinations {
  margin-top: 40px;
}
#all-destinations h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
}

#all-destinations .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
#all-destinations a {
  display: flex;
  width: 250px;
  margin: 5px 0;
  padding-left: 30px;
  white-space: nowrap;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

#trustpilot {
  /*margin-top: 40px;*/
  padding: 10px;
  background-color: #EFEFEF;
}
#trustpilot .widget {
  max-width: 1060px;
  height: 210px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EFEFEF;
  background-image: url(/assets/images/trustpilot/tp-banner.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

#features {
  margin-top: 40px;
  padding-bottom: 40px;
}
#features .container {
  display: flex;
  flex-wrap: wrap;
}
#features .feature {
  min-width: 200px;
  flex: 1 1 0;
  padding: 20px;
  background-color: #FFF;
}
#features .image {
  height: 120px;
  background-position: 50% 10px;
  background-repeat: no-repeat;
}
#features .content {
  text-align: center;
}
#features p {
  margin-top: 20px;
}

#media {
  margin-top: 40px;
  padding: 60px 0px 0px 0px;
  text-align: center;
  background-color: #f7f7f7;
}
#media #media-links {
  display: flex;
  margin: 50px auto 0 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#media #media-links .outlet {
  margin: 0 10px 60px 10px;
  padding-top: 40px;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-width: 150px;
  max-width: 150px;
}
#media #media-links .outlet > div {
  display: none;
}

#associations {
  padding: 40px 0;
  text-align: center;
  background-color: #f7f7f7;
}
#associations .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#associations .logos .logo {
  display: inline-block;
  width: 150px;
  margin: 10px 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#associations .logos .ustoa {
  height: 40px;
  background-image: url(/assets/images/associations/ustoa-logo-transparent.png);
}
#associations .logos .ganyc {
  height: 40px;
  background-image: url(/assets/images/associations/ganyc-logo.png);
}
#associations .logos .etoa {
  height: 30px;
  width: 100px;
  background-image: url(/assets/images/associations/etoa-logo.png);
}
#associations .logos .make-it-wild {
  height: 40px;
  width: 120px;
  background-image: url(/assets/images/associations/make-it-wild.jpg);
}

@media (max-width: 1440px) {
  #hero .hero-image {
    background-size: 1440px;
  }
  .main-content {
    padding-top: 6.1805605vw;
    padding-bottom: 6.1805605vw;
  }
  #about .about-container {
    gap: 7.083339vw;
  }
  #about .about-container.reverse .about-image {
    height: calc(730px - 25.3472425vw);
  }
  #about .about-container .about-image {
    min-width: 40.555588vw;
    height: calc(808px - 28.055578vw);
  }
}
@media (max-width: 1340px) {
  #tours .tours .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  #tours .tours .heading-container h3 {
    line-height: 120%;
  }
}
@media (max-width: 925px) {
  #hero .hero-image {
    height: 59.705vw;
    background-size: 150%;
  }
  #hero .content {
    top: unset;
  }
  #hero .content h1 {
    font-size: 7.35vw;
  }
  #hero .content h2 {
    font-size: 5.2101vw;
    margin-top: -4.3vw;
  }
  .main-content.max-width {
    gap: 7vw;
  }
  #about {
    gap: 64px;
  }
  #about .about-container {
    flex-direction: column-reverse;
  }
  #about .about-container h3 {
    font-size: 28px;
  }
  #about .about-container .about-content {
    gap: 28px;
  }
  #about .about-container.reverse {
    flex-direction: column-reverse;
  }
  #about .about-container.reverse .about-image {
    width: 100%;
    height: 45vw;
    background-position-y: 25%;
  }
  #about .about-container .about-image {
    width: 100%;
    height: 33vw;
  }
  #tours .tours {
    gap: 32px;
  }
  #tours .tours .heading-container h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (max-width: 800px) {
  #tours .tours .container {
    grid-template-columns: 1fr;
    row-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 680px) {
  #hero .content h1 {
    font-size: 50px;
  }
  #hero .content h2 {
    font-size: 35px;
    margin-top: -30px;
  }
  #about {
    gap: 36px;
  }
  #about .about-container .about-content {
    gap: 28px;
  }
}
@media (max-width: 512px) {
  #hero .content h1 {
    font-size: 9.8vw;
  }
  #hero .content h2 {
    font-size: 6.85vw;
    margin-top: -5.8vw;
  }
  .main-content.max-width {
    gap: 28px;
  }
  #about {
    gap: 28px;
  }
  #about .about-container .about-content {
    gap: 22px;
  }
  #tours .tours .container .tour .content {
    padding: 24px;
  }
}
@media (max-width: 400px) {
  #media {
    padding: 50px 20px 70px 20px;
  }
  #media-links {
    flex-direction: column;
    align-items: center;
  }
  #media-links .outlet:last-of-type {
    margin-bottom: 0;
  }
  #tours .tours .container .tour .content {
    padding: 16px;
  }
}
@media (max-width: 380px) {
  #tours .tours .container .tour .content {
    gap: 16px;
  }
  #tours .tours .container .tour .content .information {
    gap: 12px;
  }
  #tours .tours .container .tour .rate-and-view-container {
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }
  #tours .tours .container .tour .rate-and-view-container .button-container {
    width: 100%;
  }
  #tours .tours .container .tour .rate-and-view-container .button-container a {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #media-links .outlet {
    margin: 0 0 60px 0;
  }
}
footer {
  margin-top: initial;
}