:root {
  --brand-primary-color: #d11d0f;
  --brand-secondary-color: #5dbc58;
  --brand-primary-color-rgb: 209, 29, 15;
  --brand-secondary-color-rgb: 93, 188, 88;
  --default-border-radius: 2px;
  --large-border-radius: 6px;
  --hero-hdr-text-shadow: 0 0 .5em #000;
  --hero-intro-text-shadow: 0 0 .4em #000;
}

@font-face {
  font-family: 'Adjusted Story Script Fallback';
  src: local(Times New Roman);
  size-adjust: 92%;
  ascent-override: 97%;
  descent-override: 29%;
  line-gap-override: normal;
}

html {
  width: 100%;
}

body {
  font-size: 16px;
  color: #444;
}

/*
  #######################
  COVID pre header ribbon
  #######################
*/
.covid-cover-wrapper {
  height: 42px;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  padding: 5px 15px;
  background-color: #6700c4;
  color: #fff;
}

.covid-cover {
  max-width: 400px;
}

.covid-cover__txt {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

.covid-cover__icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.covid-cover__link:link,
.covid-cover__link:visited {
  color: #fff;
  text-decoration: underline;
}


.covid-cover__link:focus,
.covid-cover__link:hover,
.covid-cover__link:active {
  color: #fff;
  text-decoration: none;
}

/*
  #############
  Header styles
  #############
*/
.hdr {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--brand-primary-color);
  min-height: 73px;
}

@media (min-width: 768px) {
  .hdr {
    min-height: 150px;
  }
}

.hdr__logo {
  margin: 45px 50px;
  flex: 0 0 auto;
}

.hdr__logo-img {
  display: block;
}

.hdr__nav {
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .hdr__nav {
    flex: 0 1 auto;
    margin-right: 50px;
  }
}

/*
  ######
  Navbar
  ######
*/
.navbar-brand {
  padding: 6px;
}

.navbar {
  margin-bottom: 0;
}

/* xs */
.navbar-default {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  border: none;
  min-height: inherit;
}

.navbar-nav {
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-default .navbar-brand {
  height: auto;
  padding: 20px 0 20px 15px;
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-toggle {
  margin-top: 20px;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font: 18px/18px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background-color: var(--brand-primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .dropdown .dropdown-toggle .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px dashed;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    line-height: 14px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px;
    border-color: var(--brand-primary-color);
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
  }

  .navbar-default .navbar-nav .open .dropdown-menu::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font: 30px/30px 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #fff;
    content: "\f0d8";
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #404040;
    background-color: #fff;
    text-decoration: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #404040;
    background-color: #fce9e2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #404040;
    background-color: #fce9e2;
  }
}

/* Bump for full desktop screen size. */
@media (min-width: 1400px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
  }
}

/*
  ############
  Main content 
  ############
*/
.container-main {
  max-width: 970px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.col--main {
}

.col--aside {
  padding-top: 20px;
}

/*
  ######
  Footer
  ######
*/
.ftr-trust-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.ftr-trust-payment__logos {
  height: 40px;
  aspect-ratio: 7.7;
}

.ftr-content-wrapper {
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: var(--brand-primary-color);
}

.container-ftr {
  max-width: 970px;
  color: white;
  font-size: 12px;
}

.ftr-logo {
  padding-bottom: 20px;
}

.ftr-logo-wrapper {
  max-width: 130px;
}

a.ftr-logo-link {
  display: inline-block;
}

.ftr-logo-rt {
  width: fit-content;
}

.ftr-logo-rt__img {
  aspect-ratio: 2.653;
  height: 55px;
}

@media (min-width: 768px) {
  .ftr-logo-rt__img {
    height: 36px;
  }
}

@media (min-width: 992px) {
  .ftr-logo-rt__img {
    height: 49px;
  }
}

.ftr-general-info {
}

.ftr-contact-info {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .ftr-contact-info {
    padding-top: 0;
  }
}

.container-ftr a:link,
.container-ftr a:visited {
  font: inherit;
  color: white;
  text-decoration: none;
}

.container-ftr a:focus,
.container-ftr a:hover {
  font: inherit;
  color: white;
  text-decoration: underline;
}

.container-ftr a:active {
  font: inherit;
  color: white;
  text-decoration: none;
}

.ftr-contact-info-logos {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}

.ftr-contact-info-logo {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: fit-content;
}

.ftr-contact-info-logo:last-of-type {
  margin-right: 0;
}

.ftr-contact-info-defaqto-logo__img {
  aspect-ratio: 2.467;
  height: 55px;
}

.ftr-contact-info-travel-aware-logo__img {
  aspect-ratio: 1.079;
  height: 72px;
}

.ftr-social-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #444;
}

.ftr-social-icons {
  text-align: center;
}

.ftr-social-link {
  margin: 0 5px;
  color: #fff;
}

/*
  ##########
  Typography
  ##########
*/
h1, h2, h3, h4, h5, h6 {
  font: 28px/34px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  margin-bottom: .4em;
  color: #9c9c9c;
  text-transform: uppercase;
}

h1 {
  color: var(--brand-primary-color);
  text-wrap: balance;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4, h5, h6 {
  font-size: 16px;
  line-height: 18px;
}

p {
  text-wrap: pretty;
}

  p.btn-container {
    margin: 2em 0;
  }

/*
  ###########
  Link styles
  ###########
*/
* a:link {
  text-decoration: underline;
  color: var(--brand-secondary-color);
}

* a:visited {
  color: var(--brand-secondary-color);
}

* a:focus,
* a:hover {
  text-decoration: none;
  color: var(--brand-secondary-color);
}

* a:active {
  color: var(--brand-secondary-color);
}

.btn-link {
  display: inline-block;
  padding: .6em 1.3em;
  color: white;
  text-decoration: none;
  background-color: var(--brand-secondary-color);
  font: 20px/20px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  border-radius: var(--default-border-radius);
  text-transform: uppercase;
}

.btn-link:link,
.btn-link:visited,
.btn-link:focus,
.btn-link:hover,
.btn-link:active {
  color: white;
  text-decoration: none;
  background-color: var(--brand-secondary-color);
}

.btn-link-xl {
  padding: .6em 1.3em;
  font-size: 34px;
  line-height: 1em;
}

.btn-link-xl:link,
.btn-link-xl:visited,
.btn-link-xl:focus,
.btn-link-xl:hover,
.btn-link-xl:active {
  background-color: var(--brand-primary-color);
}

.btn-link-lrg {
  padding: .6em 1em;
  font-size: 24px;
  line-height: 1em;
}

.btn-link-sm {
  font-size: 16px;
  line-height: 1em;
}

.hero-link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 14px;
  text-decoration: none;
}

.hero-link::before {
}

.hero-link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 2px;
  display: block;
  font: 20px/22px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-secondary-color);
  content: "\f105";
  transition: right 150ms;
}

.hero-link:link,
.hero-link:visited,
.hero-link:focus {
  text-decoration: none;
}

.hero-link:hover,
.hero-link:active {
  text-decoration: underline;
}

.hero-link:hover::after,
.hero-link:active::after {
  right: 0;
}

/*
  #############
  Error page styles
  #############
*/
.error-card {
  padding-top: 85px;
  min-height: 150px;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 0;
}

@media (min-width: 768px) {
  .error-card {
    padding-top: 100px;
    padding-right: 380px;
    min-height: 480px;
    background-size: 380px 380px;
    background-position-y: 30px;
  }
}

.error-card--404 {
  background-image: url("../../images/error-404-bg.webp");
}

.no-webp .error-card--404 {
  background-image: url("../../images/error-404-bg.jpg");
}

.error-card--400 {
  background-image: url("../../images/error-400-bg.webp");
}

.no-webp .error-card--400 {
  background-image: url("../../images/error-400-bg.jpg");
}

.error-card--500 {
  background-image: url("../../images/error-500-bg.webp");
}

.no-webp .error-card--500 {
  background-image: url("../../images/error-500-bg.jpg");
}

.error-card--other {
  background-image: url("../../images/error-other-bg.webp");
}

.no-webp .error-card--other {
  background-image: url("../../images/error-other-bg.jpg");
}

.error-code {
  font-size: 16px;
  color: #888;
}

.error-cta-list {
  margin: 2em 0 0 0;
  padding: 0;
  list-style-type: none;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.6em;
  color: var(--brand-primary-color);
}

.error-cta-list__item {
  position: relative;
  z-index: 1;
  padding: 3px 0 3px 25px;
}

.error-cta-list__item::before {
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  font: 12px/12px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-secondary-color);
  content: "\f054";
}

/*
  #############
  Common styles
  #############
*/
.common-hero-container {
  position: relative;
  min-height: 330px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.common-hero-container--single {
  background-image: url("../../images/hero-single-mob.webp");
}

.no-webp .common-hero-container--single {
  background-image: url("../../images/hero-single-mob.jpg");
}

.common-hero-container--annual {
  background-image: url("../../images/hero-annual-mob.webp");
}

.no-webp .common-hero-container--annual {
  background-image: url("../../images/hero-annual-mob.jpg");
}

.common-hero-container--medical {
  background-image: url("../../images/hero-medical-mob.webp");
}

.no-webp .common-hero-container--medical {
  background-image: url("../../images/hero-medical-mob.jpg");
}

.common-hero-container--longstay {
  background-image: url("../../images/hero-longstay-mob.webp");
}

.no-webp .common-hero-container--longstay {
  background-image: url("../../images/hero-longstay-mob.jpg");
}

.common-hero-container--winter {
  background-image: url("../../images/hero-winter-mob.webp");
}

.no-webp .common-hero-container--winter {
  background-image: url("../../images/hero-winter-mob.jpg");
}

.common-hero-container--cruise {
  background-image: url("../../images/hero-cruise-mob.webp");
}

.no-webp .common-hero-container--cruise {
  background-image: url("../../images/hero-cruise-mob.jpg");
}

.common-hero-container--why {
  background-image: url("../../images/hero-why-mob.webp");
}

.no-webp .common-hero-container--why {
  background-image: url("../../images/hero-why-mob.jpg");
}

.common-hero-container--defaqto {
  background-image: url("../../images/hero-defaqto-mob.webp");
}

.no-webp .common-hero-container--defaqto {
  background-image: url("../../images/hero-defaqto-mob.jpg");
}

.common-hero-container--about {
  background-image: url("../../images/hero-about-mob.webp");
}

.no-webp .common-hero-container--about {
  background-image: url("../../images/hero-about-mob.jpg");
}

.common-hero-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}

.common-hero-content--text-only {
  align-items: center;
  max-width: 760px;
  min-height: 330px;
}

.common-hero-content__intro {
  flex: 1 1 auto;
  text-align: center;
}

.common-hero-content__intro > h1,
.common-hero-content__intro > p {
  color: #fff;
}

.common-hero-content__intro > h1 {
  font-size: 28px;
  line-height: 1.2em;
  text-shadow: var(--hero-hdr-text-shadow);
}

.common-hero-content__intro > p {
  font-size: 18px;
  line-height: 1.3em;
  text-shadow: var(--hero-intro-text-shadow);
}

.common-hero-hdr {
  flex: 1 1 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-shadow: var(--hero-hdr-text-shadow);
  text-align: center;
}

.common-hero-hdr + .common-hero-intro {
  margin-top: -10px;
}

.common-hero-intro {
  flex: 1 1 100%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  text-shadow: var(--hero-intro-text-shadow);
  text-align: center;
}

.common-hero-list {
  position: relative;
  z-index: 1;
  flex: 1 1 100%;
  list-style: none;
  margin: 0 auto 60px auto;
  padding: 20px 34px;
  font: 20px/30px 'Story Script', 'Adjusted Story Script Fallback';
  color: #444;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: var(--default-border-radius);
}

.common-hero-list__item {
  margin: 0;
  padding: 5px 0;
}

.common-hero-list__item:first-of-type {
  padding-top: 0;
}

.common-hero-list__item:last-of-type {
  padding-bottom: 0;
}

.common-hero-btn {
  margin-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.common-hero-btn__link {
  display: inline-block;
  padding: .8em 1.8em;
  color: var(--brand-primary-color);
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  font: 24px/24px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  border-radius: var(--default-border-radius);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
  transition: box-shadow 150ms linear;
}

.common-hero-btn__link:link,
.common-hero-btn__link:visited,
.common-hero-btn__link:focus,
.common-hero-btn__link:hover,
.common-hero-btn__link:active {
  color: var(--brand-primary-color);
  text-decoration: none;
}

.common-hero-btn__link:active {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.common-hero-defaqto-logo {
  aspect-ratio: 2.467;
  background-image: url("../../images/defaqto-rating-5-star-vert.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 15px;
  height: 60px;
  left: 15px;
  position: absolute;
}

@media (min-width: 768px) {
  .common-hero-container {
    min-height: 586px;
  }

  .common-hero-container--single {
    background-image: url("../../images/hero-single-cover.webp");
  }

  .no-webp .common-hero-container--single {
    background-image: url("../../images/hero-single-cover.jpg");
  }

  .common-hero-container--annual {
    background-image: url("../../images/hero-annual-cover.webp");
  }

  .no-webp .common-hero-container--annual {
    background-image: url("../../images/hero-annual-cover.jpg");
  }

  .common-hero-container--medical {
    background-image: url("../../images/hero-medical-cover.webp");
  }

  .no-webp .common-hero-container--medical {
    background-image: url("../../images/hero-medical-cover.jpg");
  }

  .common-hero-container--longstay {
    background-image: url("../../images/hero-longstay-cover.webp");
  }

  .no-webp .common-hero-container--longstay {
    background-image: url("../../images/hero-longstay-cover.jpg");
  }

  .common-hero-container--winter {
    background-image: url("../../images/hero-winter-cover.webp");
  }

  .no-webp .common-hero-container--winter {
    background-image: url("../../images/hero-winter-cover.jpg");
  }

  .common-hero-container--cruise {
    background-image: url("../../images/hero-cruise-cover.webp");
  }

  .no-webp .common-hero-container--cruise {
    background-image: url("../../images/hero-cruise-cover.jpg");
  }

  .common-hero-container--why {
    background-image: url("../../images/hero-why-cover.webp");
  }

  .no-webp .common-hero-container--why {
    background-image: url("../../images/hero-why-cover.jpg");
  }

  .common-hero-container--defaqto {
    background-image: url("../../images/hero-defaqto-cover.webp");
  }

  .no-webp .common-hero-container--defaqto {
    background-image: url("../../images/hero-defaqto-cover.jpg");
  }

  .common-hero-container--about {
    background-image: url("../../images/hero-about-cover.webp");
  }

  .no-webp .common-hero-container--about {
    background-image: url("../../images/hero-about-cover.jpg");
  }

  .common-hero-content--text-only {
    min-height: 586px;
  }

  .common-hero-content__intro > h1 {
    font-size: 49px;
  }

  .common-hero-content__intro > p {
    font-size: 22px;
  }

  .common-hero-hdr {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 42px;
  }

  .common-hero-list {
    max-width: 624px;
    margin: 0 auto 60px auto;
    padding: 20px 30px 20px 194px;
    font: 24px/34px 'Story Script', 'Adjusted Story Script Fallback';
  }

  .common-hero-list::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: block;
    padding: 10px;
    font: 68px/68px 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--brand-primary-color);
    border: solid 3px var(--brand-primary-color);
    border-radius: 50%;
    content: "\f00c";
  }

  .common-hero-defaqto-logo {
    aspect-ratio: 1.6;
    background-image: url("../../images/defaqto-rating-5-star.svg");
    height: 150px;
    left: 60px;
  }
}

.common-info-panel {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 60px 30px 40px;
  background-color: #eee;
  border: solid 1px #ccc;
}

.common-info-panel h2:first-of-type,
.common-info-panel h3:first-of-type,
.common-info-panel h4:first-of-type,
.common-info-panel h5:first-of-type,
.common-info-panel h6:first-of-type {
  margin-top: 0;
  color: var(--brand-primary-color);
}

.table thead td {
  font-family: 'Ubuntu', arial, sans-serif;
  font-size: 16px;
}

.common-tp-container {
  margin: 60px 0;
  padding: 35px 30px;
  background-color: #666;
}

.common-hero-container + .common-tp-container {
  margin-top: 0;
}

.card-container {
  margin: 60px 0;
}

.card-content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 970px;
}

.card-content--text-only {
  max-width: 680px;
  text-align: center;
}

.card-content--image-only {
  max-width: 970px;
}

.card-content--image-only img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-content--media-text {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card-content__item {
  flex: 0 1 auto;
  width: 100%;
}

.card-content__item--media {
  display: flex;
  justify-content: center;
  order: 1;
}

.card-content__item--text {
  order: 2;
  text-align: center;
}

@media (min-width: 768px) {
  .card-container {
    margin: 80px 0;
  }

  .card-content--media-text {
    display: flex;
    flex-flow: row nowrap;
  }

  .card-content__item {
  }

  .card-content__item:first-of-type {
    margin-right: 15px;
  }

  .card-content__item:last-of-type {
    margin-left: 15px;
  }

  .card-content__item--media {
    order: 0;
  }

  .card-content__item--text {
    order: 0;
    text-align: left;
  }
}

/*
  ###################
  Notification banner
  ###################
*/
.notification-wrapper {
  margin: 0 0;
}

.container-notification {
  max-width: 970px;
}

.notification {
  position: relative;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem 85px;
  color: #4b4b4b;
  border: solid 1px #ffe294;
  border-radius: 3px;
  background-color: #fffbe2;
  min-height: calc(52px + 2rem);
}

.notification__icon {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.notification__hdr {
  color: inherit;
  font-size: 18px;
}

.notification__txt {
  color: inherit;
}

.notification > .notification__txt:last-of-type {
  margin-bottom: 0;
}

.notification__link:link,
.notification__link:visited {
  color: #ffa500;
  text-decoration: underline;
}

.notification__link:focus,
.notification__link:hover,
.notification__link:active {
  color: #ffa500;
  text-decoration: none;
}

/*
  ######################
  Industry on page logos
  ######################
*/
.ind-logos-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.ind-logo__img.ukti {
  height: 90px;
  aspect-ratio: 1.99;
}

.ind-logo__img.biba {
  height: 110px;
  aspect-ratio: 1.52;
}

@media (min-width: 768px) {
  .ind-logo__img.ukti {
    height: 110px;
  }

  .ind-logo__img.biba {
    height: 130px;
  }
}

/*
  ##########################
  Trustpilot on page reviews
  ##########################
*/
.tp-review-carousel-card {
  margin: 30px 0;
  padding: 30px 15px;
  background-color: #666;
  text-align: center;
}

/*
  ###############
  Sidebar content
  ###############
*/
.sb-cta-hover-effect::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: var(--default-border-radius);
  content: "";
  transition: background-color ease 250ms;
}

.sb-cta-hover-effect:hover::before {
  background-color: rgba(0, 0, 0, .1);
}

.sb-item-border {
  border-bottom: solid 1px #d8d8d8;
}

.sb-quote-wrapper {
  margin-bottom: 30px;
}

@keyframes sbQuoteLinkAnim {
  from {
    background-color: rgba(var(--brand-primary-color-rgb), .6);
  }

  to {
    background-color: rgba(var(--brand-primary-color-rgb), 1);
  }
}

.sb-quote-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 15px;
  border-radius: var(--default-border-radius);
  animation: 500ms ease-out 0ms 1 forwards sbQuoteLinkAnim;
}

.sb-quote-link:link,
.sb-quote-link:visited,
.sb-quote-link:focus,
.sb-quote-link:hover,
.sb-quote-link:active {
  color: white;
  text-decoration: none;
}

@keyframes sbQuoteTxtAnim {
  from {
    transform: translateY(-60px);
  }

  to {
    transform: translateY(0);
  }
}

.sb-quote-txt {
  display: block;
  animation: 250ms ease 0ms 1 forwards sbQuoteTxtAnim;
  transform: translateY(-60px);
}

.sb-quote-link span.sb-quote-txt__hdr {
  display: block;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  margin-bottom: .3em;
  font-size: 42px;
  line-height: 1em;
  text-transform: uppercase;
}

.sb-quote-link span.sb-quote-txt__sub {
  display: block;
  margin-bottom: .5em;
  font-family: 'Story Script', 'Adjusted Story Script Fallback';
  font-size: 24px;
  line-height: 1em;
}

.sb-quote-link span.sb-quote-txt__tel {
  display: block;
  margin-bottom: 1em;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 36px;
  line-height: 1em;
}

.sb-quote-btn {
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--brand-secondary-color);
  font: 30px/30px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  border-radius: var(--default-border-radius);
}

.sb-ret-wrapper {
  margin-bottom: 50px;
}

.sb-ret-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 0 20px 70px;
  color: white;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: var(--brand-primary-color);
  border-radius: var(--default-border-radius);
  user-select: none;
}

.sb-ret-link:link,
.sb-ret-link:visited,
.sb-ret-link:focus,
.sb-ret-link:hover,
.sb-ret-link:active {
  color: white;
  text-decoration: none;
}

.sb-ret-link__icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.sb-trustpilot-wrapper {
  min-height: 130px;
  margin-bottom: 30px;
  padding: 0 50px;
}

.sb-payment-logos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sb-payment-logos__img {
  width: 240px;
  aspect-ratio: 7.7;
}

.sb-ben-list-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sb-ben-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--brand-primary-color);
}

.sb-ben-list__item {
  position: relative;
  z-index: 1;
  padding: 5px 5px 5px 40px;
}

.sb-ben-list__item::before {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  font: 28px/28px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-secondary-color);
  content: "\f00c";
}

.sb-social-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.sb-social-link {
  margin: 0 15px;
}

.sb-social-link:link,
.sb-social-link:visited,
.sb-social-link:focus,
.sb-social-link:hover,
.sb-social-link:active {
  color: var(--brand-primary-color);
}

.sb-logo-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.sb-logo {
  display: flex;
  justify-content: center;
}

.sb-logo__img.ukti {
  width: 200px;
  aspect-ratio: 1.99;
}

.sb-logo__img.biba {
  width: 200px;
  aspect-ratio: 1.52;
}

/*
  ###########
  CTA list styles
  ###########
*/
.cta-item-wrapper {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.cta-item-link {
  flex: 1 0 auto;
  align-self: stretch;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: var(--brand-secondary-color);
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}

.cta-item-link__btn {
  display: none;
}

.cta-item-link__ret-icon {
  display: none;
}

.cta-item-link:first-of-type {
  border-top-right-radius: var(--large-border-radius);
  border-top-left-radius: var(--large-border-radius);
}

.cta-item-link:last-of-type {
  border-bottom-right-radius: var(--large-border-radius);
  border-bottom-left-radius: var(--large-border-radius);
  border-bottom: none;
}

.cta-item-link:link,
.cta-item-link:visited,
.cta-item-link:focus,
.cta-item-link:hover,
.cta-item-link:active {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .cta-item-wrapper {
    display: flex;
    flex-flow: row nowrap;
    max-width: 960px;
    margin: 30px auto;
  }

  .cta-item-link {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin: 0 10px;
    padding: 30px;
    border: 1px solid var(--brand-secondary-color);
    background-color: transparent;
    font-size: 28px;
    line-height: 34px;
  }

  .cta-item-link__btn {
    display: inline-block;
    margin-top: 20px;
    padding: .5em 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--brand-secondary-color);
    line-height: 1em;
    border-radius: var(--default-border-radius);
  }

  .cta-item-link__small-text {
    font-size: 22px;
  }

  .cta-item-link__ret-icon {
    display: inline-block;
    color: var(--brand-primary-color);
  }

  .cta-item-link:first-of-type {
    border-top-right-radius: unset;
    border-top-left-radius: var(--large-border-radius);
    border-bottom-left-radius: var(--large-border-radius);
  }

  .cta-item-link:last-of-type {
    border-bottom-left-radius: unset;
    border-top-right-radius: var(--large-border-radius);
    border-bottom-right-radius: var(--large-border-radius);
    border-bottom: 1px solid var(--brand-secondary-color);
  }

  .cta-item-link:link,
  .cta-item-link:visited,
  .cta-item-link:focus,
  .cta-item-link:hover,
  .cta-item-link:active {
    text-decoration: none;
    color: var(--brand-primary-color);
  }
}

/*
  ###########
  CTA mobile styles
  ###########
*/
.cta-mob-wrapper {
  min-height: 76px;
}

.cta-mob-link {
  position: relative;
  z-index: 1;
  padding: 10px 60px 10px 15px;
  display: block;
  background-color: transparent;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--brand-secondary-color);
}

.cta-mob-link::before {
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font: 36px/36px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
  content: "\f054";
  transition: right ease 250ms;
}

.cta-mob-link:link,
.cta-mob-link:visited,
.cta-mob-link:focus,
.cta-mob-link:hover,
.cta-mob-link:active {
  text-decoration: none;
  color: #fff;
}

.cta-mob-link:active::before {
  transition-duration: 150ms;
  right: 15px;
}

.cta-mob-link > span {
  display: block;
}

@keyframes ctaMobHeroTxtAnim {
  from {
    transform: translateX(-60px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes ctaMobSubTxtAnim {
  from {
    transform: translateX(-60px);
  }

  to {
    transform: translateX(0);
  }
}

.cta-mob-link__hero {
  transform: translateX(-60px);
  animation: 250ms ease 0ms 1 forwards ctaMobHeroTxtAnim;
}

.cta-mob-link__sub {
  font-size: 20px;
  text-transform: none;
  transform: translateX(-60px);
  animation: 250ms ease 100ms 1 forwards ctaMobSubTxtAnim;
}

@media (min-width: 1200px) {
  .cta-mob-wrapper {
    display: none;
  }
}

/*
  ################
  Accordion styles
  ################
*/
.accordion {
  border: solid 1px #808080;
  border-radius: var(--large-border-radius);
}

.accordion__item {
  border-bottom: solid 1px #808080;
  overflow: hidden;
}

.accordion__item:last-of-type {
  border-bottom: none;
}

.accordion__toggle {
  position: relative;
  z-index: 1;
}

.accordion__toggle::after {
  aspect-ratio: 1;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../../images/accordion-arrow-icon.svg");
  content: "";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transition: transform 250ms ease-out;
  transform: translateY(-50%);
  width: 24px;
  z-index: -1;
}

.accordion__toggle:has(.accordion__btn[aria-expanded="true"])::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion__btn {
  display: block;
  color: inherit;
  font-weight: 700;
  padding: 1em 4em 1em 2em;
}

.accordion__btn:link,
.accordion__btn:visited,
.accordion__btn:focus,
.accordion__btn:hover,
.accordion__btn:active {
  text-decoration: none;
  color: inherit;
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease-out;
}

.accordion__content.expanded {
  grid-template-rows: 1fr;
}

.accordion__inner {
  /* Don't add padding here */
  overflow: hidden;
}

.accordion__content-padding {
  padding: 0 2em 1em 2em;
}

.accordion__content-padding p {
  max-width: 75ch;
}

/*
  ###########
  Home styles
  ###########
*/
/* Home hero styles */
.home-hero-grid {
  display: grid;
  position: relative;
  margin-bottom: 30px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 0;
  row-gap: 0;
  grid-template-areas: "mob" "tp" "bens";
}

.home-hero-hdr {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .home-hero-grid {
    grid-template-areas: "bens" "tp";
  }

  .home-hero-hdr {
    max-width: 940px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
}

.home-hero-mob-intro {
  grid-area: mob;
  height: 330px;
  padding-bottom: 30px;
  background-image: url("../../images/hero-home-mob.webp");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.no-webp .home-hero-mob-intro {
  background-image: url("../../images/hero-home-mob.jpg");
}

@media (min-width: 768px) {
  .home-hero-mob-intro {
    display: none;
  }
}

.home-hero-mob-intro__btn {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.home-hero-tp {
  grid-area: tp;
  padding: 35px 30px;
  background-color: #444;
}

.home-hero-bens {
  grid-area: bens;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.home-hero-bens__def {
  flex: 0 0 auto;
  order: 2;
}

.home-defaqto-logo-img {
  display: block;
  width: auto;
  height: 150px;
}

.home-hero-bens__list {
  flex: 1 1 100%;
  order: 1;
  text-align: center;
}

.home-bens-list {
  list-style: none;
  padding: 0;
  margin: 35px 15px;
  font: 22px/28px 'Story Script', 'Adjusted Story Script Fallback';
  color: #444;
}

.home-bens-list__item {
  padding: 5px 0;
}

.home-bens-list__item:first-of-type {
  padding-top: 0;
}

.home-bens-list__item:last-of-type {
  padding-bottom: 0;
}

.home-hero-bens__btn {
  display: none;
  order: 3;
}

@media (min-width: 768px) {
  .home-hero-bens {
    height: 526px;
    align-content: flex-start;
    align-items: flex-start;
    background-image: url("../../images/hero-home-cover.webp");
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
  }

  .no-webp .home-hero-bens {
    background-image: url("../../images/hero-home-cover.jpg");
  }

  .home-hero-bens__def {
    flex: 0 0 auto;
    order: 1;
    margin-top: 190px;
    margin-right: 30px;
  }

  .home-hero-bens__list {
    flex: 0 0 auto;
    order: 2;
    max-width: 480px;
    margin-top: 120px;
    text-align: left;
  }

  .home-bens-list {
    color: #fff;
  }

  .home-bens-list__item {
  }

  .home-hero-bens__btn {
    flex: 1 0 100%;
    display: block;
    margin-top: 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .home-hero-hdr {
    margin-top: 40px;
  }

  .home-hero-bens {
    height: 586px;
  }

  .home-hero-bens__def {
    margin-right: 145px;
  }
}

.home-intro-txt-container {
  margin-bottom: 60px;
  text-align: center;
}

/* Home product styles */
.home-prod-row {
  display: flex;
  flex-flow: row wrap;
}

.home-prod-item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 60px;
}

.home-prod-item__icon {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: solid 1px #808080;
  color: #808080;
  border-radius: 50%;
}

a.home-prod-item__link {
  display: block;
  padding-left: 135px;
  font: 42px/42px 'Oswald', Impact, 'Arial Narrow', sans-serif;
}

a.home-prod-item__link:link,
a.home-prod-item__link:visited,
a.home-prod-item__link:focus,
a.home-prod-item__link:hover,
a.home-prod-item__link:active {
  text-decoration: none;
  color: #808080;
}

.home-prod-item__link-hdr {
  display: block;
  margin-bottom: .3em;
  color: var(--brand-primary-color);
  text-transform: uppercase;
}

.home-prod-item__link-sub {
  display: block;
  margin-bottom: 8px;
  font: 28px/28px 'Story Script', 'Adjusted Story Script Fallback';
}

.home-prod-item__link-desc {
  display: block;
  margin-bottom: 30px;
  font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-prod-item__link-btn {
  display: block;
  max-width: 360px;
  padding: 1.2em;
  color: white;
  background-color: var(--brand-secondary-color);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: var(--default-border-radius);
}

@media (min-width: 992px) {
  .home-prod-row {
    flex-flow: row nowrap;
    align-items: flex-end;
  }

  .home-prod-item {
    max-width: 370px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .home-prod-item:hover .home-prod-item__icon {
    color: var(--brand-primary-color);
    border-color: var(--brand-secondary-color);
  }

  .home-prod-item__icon {
    left: 50%;
    margin-left: -45px;
    transition: color 50ms ease-in, border-color 250ms ease-in;
  }

  a.home-prod-item__link {
    padding-top: 120px;
    padding-left: 0;
    text-align: center;
  }

  .home-prod-item__link-btn {
    max-width: unset;
  }
}

/* Home industry logo styles */
.home-ind-logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 60px;
}

.home-ind-logos__item {
  max-width: 340px;
}

.home-ica-logo-img {
  width: 340px;
  aspect-ratio: 3.7;
}

@media (min-width: 768px) {
  .home-ind-logos__item {
    max-width: 440px;
  }

  .home-ica-logo-img {
    width: 440px;
  }
}

/* Home tel contact styles */
.home-tel-container {
  margin-bottom: 40px;
  background-color: #ebebeb;
}

.home-tel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px 25px 15px;
}

.home-tel__logo {
  flex: 0 0 auto;
}

.home-tel__logo-img {
  width: 240px;
  height: auto;
}

.home-tel__txt {
  flex: 1 0 100%;
  text-align: center;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
}

.home-tel__txt-hdr {
  margin-top: 30px;
  margin-bottom: .1em;
  font-size: 35px;
  line-height: 35px;
  color: var(--brand-primary-color);
}

.home-tel__txt-sub {
  margin-bottom: .1em;
  font-size: 48px;
  line-height: 48px;
  color: var(--brand-primary-color);
  text-transform: uppercase;
}

.home-tel__txt-number {
  margin-bottom: .1em;
  font-size: 58px;
  line-height: 58px;
  color: var(--brand-secondary-color);
}

.home-tel__txt-number span a {
  /* Apple auto number styles */
  color: var(--brand-secondary-color);
  text-decoration: none;
}

.home-tel__txt-open {
  margin-bottom: 0;
  font: 34px/42px 'Story Script', 'Adjusted Story Script Fallback';
  color: #d82e0d;
}

.home-tel__txt-open span {
  display: block;
}

@media (min-width: 992px) {
  .home-tel {
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-tel__logo {
    flex: 0 0 auto;
    width: 394px;
  }

  .home-tel__logo-img {
    width: 340px;
    height: auto;
  }

  .home-tel__txt {
    flex: 1 1 auto;
    text-align: left;
  }

  .home-tel__txt-hdr {
    margin-top: 0;
  }

  .home-tel__txt-number {
    font-size: 62px;
    line-height: 62px;
  }

  .home-tel__txt-open span {
    display: inline;
  }
}

/* Home hygiene styles */
.home-hygiene-container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.home-hygiene-container:last-of-type {
  padding-bottom: 0;
}

.home-hygiene-container::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background-color: #d7d7d7;
}

@media (min-width: 768px) {
  .home-hygiene-container::before {
    width: 50%;
  }
}

.home-hygiene-hdr {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 28px;
  color: #696969;
}

.home-hygiene-hdr--med {
  color: var(--brand-primary-color);
}

/*
  ##################
  Why insure styles
  ##################
*/
.why-ben-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .why-ben-list {
    justify-content: space-between
  }
}

.why-ben-list__item {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 120px 0 30px 0;
  width: 140px;
}

.why-ben-list__item::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.why-ben-list__item--medical::before {
  background-image: url("../../images/why-ben-list-icon-medical.svg");
}

.why-ben-list__item--cancellation::before {
  background-image: url("../../images/why-ben-list-icon-cancellation.svg");
}

.why-ben-list__item--loss::before {
  background-image: url("../../images/why-ben-list-icon-loss.svg");
}

.why-ben-list__item--legal::before {
  background-image: url("../../images/why-ben-list-icon-legal.svg");
}

.why-ben-list__item p {
  font: 18px/24px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  margin-bottom: 0;
  color: var(--brand-primary-color);
  text-transform: uppercase;
}

.why-ben-list__item p > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #444;
}

.card-container--why-medical {
}

.card-content--why-medical {
  display: flex;
  align-items: center;
  background-image: url("../../images/why-card-medical-bg.webp");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.no-webp .card-content--why-medical {
  background-image: url("../../images/why-card-medical-bg.jpg");
}

.card-content--why-medical h2 {
  width: 70%;
  margin: 30px 0;
  padding: 0 20px;
  color: var(--brand-primary-color);
  text-align: center;
  font-size: 22px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .card-content--why-medical {
    max-width: 940px;
    min-height: 465px;
  }

  .card-content--why-medical h2 {
    margin: 0;
    padding: 0 40px;
    width: 50%;
    font-size: 36px;
    line-height: 58px;
  }
}

/*
  ##################
  Information styles
  ##################
*/
.policy-doc-list-wrapper {
  margin: 30px 0;
}

ul.policy-doc-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.policy-doc-list li {
  padding: 20px 10px;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.3em;
  color: #343434;
  border-bottom: solid 1px #ccc;
}

ul.policy-doc-list li:first-child {
  border-top: solid 1px #ccc;
}

.policy-doc-list-icon {
  width: 6%;
  display: inline-block;
  padding-top: 0;
  text-align: right;
  vertical-align: top;
  font-size: 24px;
  color: var(--brand-primary-color);
}

.policy-doc-list-text {
  width: 94%;
  display: inline-block;
  padding-top: 2px;
  padding-left: 15px;
}

a.policy-doc-link:link,
a.policy-doc-link:visited {
  color: #343434;
  text-decoration: underline;
}

a.policy-doc-link:focus,
a.policy-doc-link:hover,
a.policy-doc-link:active {
  text-decoration: none;
}

.table tr.no-border td {
  border-top: none;
}

.sum-table-container {
  overflow-x: auto;
}

.sum-cover-tick {
  color: var(--brand-secondary-color);
}

/* Defaqto styles */
.defaqto-in-flow-logo {
  aspect-ratio: 2.467;
  background-image: url("../../images/defaqto-rating-5-star-vert.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  margin: 0 0 1em 1em;
}

@media (min-width: 768px) {
  .defaqto-in-flow-logo {
    aspect-ratio: 1.6;
    background-image: url("../../images/defaqto-rating-5-star.svg");
    height: 150px;
    margin: 0 60px 10px 60px;
  }
}

/*
  ##########
  FAQ styles
  ##########
*/
.faq-group {
  margin-bottom: 60px;
}

.faq-group > h2 {
  margin-bottom: 1em;
  color: #444;
}

.faq-accordion {
  border: thin solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.faq-item {
  border-top: thin solid #eee;
  color: #444;
}

.faq-accordion > .faq-item:first-child {
  border-top: none;
}

.faq-item > h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 60px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  text-transform: none;
  color: inherit;
}

.faq-item > h3 > .faq-hdr-icon,
.faq-item > h3 > .faq-hdr-toggle {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

.faq-item > h3 > .faq-hdr-toggle {
  left: unset;
  right: 30px;
}

.faq-accordion > .faq-item:not(.selected) h3 {
  cursor: pointer;
}

.faq-accordion > .faq-item:not(.selected) h3:hover {
  background-color: #efefef;
}

.faq-accordion > .faq-item:not(.selected) h3:hover > .faq-hdr-icon {
  color: var(--brand-primary-color);
}

.faq-overflow {
  display: none;
  padding: 0 60px 10px 60px;
}

/*
  ##############
  Partner styles 
  ##############
*/
.partner-logo-row {
  margin-bottom: 20px;
}

.partner-bf-hdr {
  color: #4f5054;
}

.partner-bf-bens-intro {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .partner-bf-bens-intro {
    margin-top: 70px;
  }
}

.partner-bf-bens-ul {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffa02f;
}

@media (min-width: 768px) {
  .partner-bf-bens-ul {
    margin-bottom: 10px;
  }
}

.partner-bf-bens-ul > li {
  margin-bottom: .5em;
}

.partner-bf-bens-txt {
  color: #4f5054;
}

.partner-bf-quote-item {
  margin: 40px 0;
  padding-bottom: 15px;
  background-color: #f3f3f3;
  border: solid 2px #ffa02f;
  border-radius: 3px;
  text-align: center;
}

.partner-bf-quote-item > h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #444;
  font-size: 22px;
}

.partner-bf-quote-content {
  height: 80px;
}

.partner-bf-quote-msg {
  margin-top: 10px;
  color: #4f5054;
}

.partner-bf-quote-content > p {
  font-size: 14px;
}

.btn-link-partner-bf:link,
.btn-link-partner-bf:visited,
.btn-link-partner-bf:focus,
.btn-link-partner-bf:hover,
.btn-link-partner-bf:active {
  text-decoration: none;
  background-color: #5dbc58;
}

/*
  ##############
  About styles
  ##############
*/
.card-content__item--heart {
  padding: 0 80px;
}

.card-container--stripes {
  min-height: 490px;
  background-image: url("../../images/about-card-stripes-bg.svg");
  background-size: 2560px 488px;
  background-position-x: center;
  background-position-y: calc(100% - 80px);
  background-repeat: no-repeat;
  background-color: #f5f2e1;
}

.card-content--stripes {
  max-width: 960px;
  padding: 30px 15px 150px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .card-content__item--heart {
    padding: 0 65px 0 0;
  }

  .card-content__item--heart img {
    transform: rotate(-15deg);
  }

  .card-container--stripes {
    min-height: 490px;
  }

  .card-content--stripes {
    padding: 80px 480px 150px 15px;
    text-align: left;
  }
}

.card-container--plane {
}

.card-content--plane {
  text-align: center;
}

.card-content--plane h2 {
  max-width: 375px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 125px 30px 30px 30px;
  background-image: url("../../images/about-card-plane-bg.webp");
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  color: var(--brand-primary-color);
}

.card-content--plane h2 br {
  display: none;
}

.no-webp .card-content--plane h2 {
  background-image: url("../../images/about-card-plane-bg.jpg");
}

@media (min-width: 768px) {
  .card-container--plane {
  }

  .card-content--plane h2,
  .no-webp .card-content--plane h2 {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    padding: unset;
    background-image: none;
  }

  .card-content--plane h2 br {
    display: inline;
  }

  .card-content--plane {
    max-width: 940px;
    min-height: 586px;
    padding-top: 360px;
    background-image: url("../../images/about-card-plane-bg.webp");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
  }

  .no-webp .card-content--plane {
    background-image: url("../../images/about-card-plane-bg.jpg");
  }
}

/*
  ##############
  Contact styles
  ##############
*/
.contact-row {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 15px 30px;
}

.contact-row__item {
  flex: 0 1 auto;
  position: relative;
  z-index: 1;
  align-self: stretch;
  max-width: 320px;
  width: 100%;
  padding: 160px 15px 30px 15px;
  margin: 15px 0;
  overflow: hidden;
  border: 2px solid #d8d8d8;
  border-radius: var(--large-border-radius);
  text-align: center;
}

.contact-row__item::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: -152px;
  left: 0;
  width: 100%;
  height: 152px;
  background-size: 100% auto;
  background-position-x: center;
  background-position-y: 0;
  background-repeat: no-repeat;
  transition: top 250ms ease-out;
}

.contact-row__item--request-date::before {
  background-image: url("../../images/contact-bg-request-date.svg");
}

.contact-row__item--refund::before {
  background-image: url("../../images/contact-bg-refund.svg");
}

.contact-row__item--request-doc::before {
  background-image: url("../../images/contact-bg-request-doc.svg");
}

.contact-row__item--claims::before {
  background-image: url("../../images/contact-bg-claims.svg");
}

.contact-row__item--email::before {
  background-image: url("../../images/contact-bg-email.svg");
}

.contact-row__item--address::before {
  background-image: url("../../images/contact-bg-address.svg");
}

.contact-row__item--tel::before {
  background-image: url("../../images/contact-bg-tel.svg");
}

.contact-row__item--open::before {
  background-image: url("../../images/contact-bg-open.svg");
}

@media (min-width: 768px) {
  .contact-row {
    flex-flow: row nowrap;
    margin: 30px -15px;
  }

  .contact-row__item {
    max-width: unset;
    margin: 0 15px;
    padding-top: 180px;
  }

  .contact-row__item::before {
    top: -162px;
    height: 162px;
  }
}

@media (min-width: 992px) {
  .contact-row__item {
    padding-top: 220px;
  }

  .contact-row__item::before {
    top: -217px;
    height: 217px;
  }
}

@media (min-width: 1200px) {
  .contact-row__item {
    padding-top: 150px;
  }

  .contact-row__item::before {
    top: -140px;
    height: 140px;
  }
}

.contact-row__item.contact-row__item--visible::before {
  top: 0;
}

.contact-affiliate {
  margin: 30px 0;
  padding: 30px 100px 15px 100px;
  border-radius: var(--large-border-radius);
  text-align: center;
  background-image: url("../../images/contact-bg-affiliate.webp");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.no-webp .contact-affiliate {
  background-image: url("../../images/contact-bg-affilate.jpg");
}

.contact-affiliate__hdr {
  font: 36px/42px 'Oswald', Impact, 'Arial Narrow', sans-serif;
  margin-bottom: .6em;
  color: #fff;
  text-transform: uppercase;
}

/*
  ####################
  Campaign area styles
  ####################
*/
.img-resp-aspect-16-9 {
  display: block;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.img-campaign-landing-hero {
  border-radius: var(--default-border-radius);
}

.full-width-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.full-width-buttons > .btn-link {
  text-align: center;
  margin: 10px 0;
}

.full-width-buttons > .btn-link:first-of-type {
  margin-top: 0;
}

.full-width-buttons > .btn-link:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .full-width-buttons {
    flex-direction: row;
  }

  .full-width-buttons > .btn-link {
    flex: 1 0 auto;
    margin: 0 15px;
  }

  .full-width-buttons > .btn-link:first-of-type {
    margin-left: 0;
  }

  .full-width-buttons > .btn-link:last-of-type {
    margin-right: 0;
  }
}

/*
  ######################
  Medical landing styles
  ######################
*/
.card-container--medical-cover {
  background-color: #ffedc5;
  padding-bottom: 30px;
}

.card-container--medical-cover h2 {
  color: var(--brand-primary-color);
}

.card-content--medical-cover {
  padding-top: 2em;
  padding-bottom: 2em;
}

.med-ben-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  margin: 2em 0 4em 0;
}

@media (min-width: 768px) {
  .med-ben-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.med-ben-grid__item {
  min-height: 200px;
  padding-top: 100px;
  background-position-x: center;
  background-position-y: top;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  text-align: center;
}

.med-ben-grid__item.medical {
  background-image: url("../../images/ben-list-icon-medical-cover.svg");
}

.med-ben-grid__item.cancellation {
  background-image: url("../../images/ben-list-icon-cancellation.svg");
}

.med-ben-grid__item.loss {
  background-image: url("../../images/ben-list-icon-loss-theft.svg");
}

.med-ben-grid__item.claims {
  background-image: url("../../images/ben-list-icon-online-claims.svg");
}

.med-ben-grid__item.emergency {
  background-image: url("../../images/ben-list-icon-247.svg");
}

.med-ben-grid__item.prescription {
  background-image: url("../../images/ben-list-icon-prescription.svg");
}

.med-ben-grid__item.delay {
  background-image: url("../../images/ben-list-icon-travel-delay.svg");
}

.med-ben-grid__item.sports {
  background-image: url("../../images/ben-list-icon-sports.svg");
}

.med-ben-grid__hdr {
  color: var(--brand-primary-color);
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 1em;
  text-transform: uppercase;
  text-wrap: balance;
}

.med-ben-grid__desc {

}

.card-container--med-trav-ins {
  background-color: var(--brand-primary-color);
  color: #fff;
  padding: 30px 0;
}

.card-container--med-trav-ins h2 {
  color: #fff;
}

.med-trav-ins-info-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.med-trav-ins-info-list__item {
  padding-bottom: 2em;
  padding-left: 50%;
  padding-right: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.med-trav-ins-info-list__item:nth-of-type(odd) {
  padding-left: 0;
  padding-right: 50%;
}

.med-trav-ins-info-list__item::before {
  background-position-x: 0;
  background-position-y: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../../images/med-trav-ins-info-arrow.svg");
  content: "";
  display: block;
  right: 52%;
  position: absolute;
  bottom: 0;
  transform: scaleX(-1);
  min-height: 100%;
  width: clamp(130px, 30vw, 230px);
  z-index: -1;
}

.med-trav-ins-info-list__item:nth-of-type(odd)::before {
  transform: scaleX(1);
  left: 52%;
}

.med-trav-ins-info-list__item:last-of-type::before {
  background: none;
}

.med-trav-ins-info-list__item p:first-of-type {
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(1.5em, 8vw, 4em);
  line-height: 1.1em;
  margin-top: .2em;
}

.med-trav-ins-info-list__item p {
  font-size: clamp(1em, 2vw, 1.2em);
  text-wrap: balance;
}

.med-trav-ins-info-list__item p:last-of-type {
  margin-bottom: 0;
}

.med-trav-ins-info-source {
  font-size: .8em;
  font-style: italic;
  opacity: .8;
  text-align: right;
}

.card-content__item--med-cs-headset > img {
  aspect-ratio: 1;
  width: clamp(200px, 35vw, 400px);
}

/*
  ###################
  Cover levels styles
  ###################
*/
.cov-lev-table {
  margin: 0 auto;
  min-width: 50%;
}

.cov-lev-table__vspace {
  height: 1em;
}

tbody > .cov-lev-table__vspace {
  height: 2em;
}

tbody:last-of-type > .cov-lev-table__vspace {
  height: 0;
}

.cov-lev-table__item-title {
  background-color: var(--brand-primary-color);
  border-radius: var(--large-border-radius);
  color: #fff;
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 1.2em;
  font-weight: normal;
}

.cov-lev-table__item-title,
.cov-lev-table__item-lev,
.cov-lev-table__item-val,
.cov-lev-table__footer {
  padding: 1.2rem 1.8rem;
}

.cov-lev-table__item-lev,
.cov-lev-table__item-val {
  background-color: #fff;
}

tr:first-of-type .cov-lev-table__item-lev {
  border-top-left-radius: var(--large-border-radius);
}

tr:first-of-type .cov-lev-table__item-val {
  border-top-right-radius: var(--large-border-radius);
}

tr:nth-last-child(2) .cov-lev-table__item-lev {
  border-bottom-left-radius: var(--large-border-radius);
}

tr:nth-last-child(2) .cov-lev-table__item-val {
  border-bottom-right-radius: var(--large-border-radius);
}

.cov-lev-table__item-lev {
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}

.cov-lev-table__item-val {
}

.cov-lev-table__footer {
  font-size: .9em;
}

.card-container--policy-types {

}

.card-content--policy-types {
  margin-bottom: 60px;
  margin-top: 30px;
}

/*
  ###################
  policy types styles
  ###################
*/
.policy-types-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2em;
}

@media (min-width: 768px) {
  .policy-types-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.policy-types-grid__item {
  text-align: center;
}

.policy-types-link {
  color: inherit;
  background-position-x: center;
  background-position-y: top;
  background-size: 130px 130px;
  background-repeat: no-repeat;
  display: block;
  min-height: 150px;
  padding-top: calc(130px + 1em);
  user-select: none;
}

.policy-types-link:link,
.policy-types-link:visited,
.policy-types-link:focus,
.policy-types-link:hover,
.policy-types-link:active {
  color: inherit;
  text-decoration: none;
}

.policy-types-link.single-trip {
  background-image: url("../../images/policy-type-single-icon.svg");
}

.policy-types-link.multi-trip {
  background-image: url("../../images/policy-type-multi-icon.svg");
}

.policy-types-link.backpacker {
  background-image: url("../../images/policy-type-backpacker-icon.svg");
}

.policy-types-link__hdr,
.policy-types-link__sub,
.policy-types-link__desc {
  display: block;
}

.policy-types-link__hdr {
  color: var(--brand-primary-color);
  font-family: 'Oswald', Impact, 'Arial Narrow', sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.policy-types-link__sub {
  font-family: 'Story Script', 'Adjusted Story Script Fallback';
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: .2em;
}

.policy-types-link__desc {
  text-wrap: balance;
}

/*
  ##################
  Trust logos styles
  ##################
*/
.card-container--trust-logos {
  background-color: #444;
  padding-bottom: 60px;
  padding-top: 60px;
}

.card-container--trust-logos h2,
.card-container--trust-logos p {
  color: #fff;
}

.card-content--trust-logos {
  
}

.trust-logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  justify-content: center;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .trust-logos-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5em;
  }
}

.trust-logos-grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trust-logos-grid__item.trustpilot {
  padding: 0 clamp(0px, 2vw, 20px);
}

.trust-logo-img {
  width: clamp(150px, 10vw, 180px);
}

.trust-logo-img.defaqto {
  aspect-ratio: 1.6;
  
}

.trust-logo-img.uktia {
  aspect-ratio: 3.4;
}

.trust-logo-img.trustpilot {

}

.trust-logo-img.moneyhelper {
  aspect-ratio: 2;
}

.trust-logo-img.biba {
  aspect-ratio: 2;
}

.trust-logo-img.ica {
  aspect-ratio: 3.65;
  width: 100%;
}

/*
  ##########################
  Policy extras icons styles
  ##########################
*/
.policy-extras-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.policy-extras-icons__item,
.policy-extras-icons__img {
  width: clamp(60px, 15vw, 120px);
  aspect-ratio: 1;
}