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

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

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

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

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

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

.container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .container {
    padding: 0 10px;
  }
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16.5px;
  line-height: 1.35;
  color: #3c3c3b;
}
@media (max-width: 1024px) {
  * {
    font-size: 15px;
  }
}
@media (max-width: 641px) {
  * {
    font-size: 14px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.noscroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #376ab2;
  font-weight: 400;
}
h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered {
  text-align: center;
}

.subnav,
.button {
  background: #376ab2;
}

a {
  text-decoration: none;
}

a:hover {
  color: #e62174;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border: none;
}

h1 {
  font-size: 2.9rem;
  line-height: 1.15;
}
@media (min-width: 1357px) {
  h1 {
    font-size: 3.1rem;
    line-height: 1.15;
  }
}
@media (max-width: 641px) {
  h1 {
    font-size: 2.5rem;
  }
}
h1 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

h2, .heading-2 {
  font-size: 2rem;
  line-height: 1.13;
}
@media (min-width: 1357px) {
  h2, .heading-2 {
    font-size: 2.15rem;
    line-height: 1.13;
  }
}
@media (max-width: 1024px) {
  h2, .heading-2 {
    font-size: 1.85rem;
    line-height: 1.13;
  }
}
@media (max-width: 641px) {
  h2, .heading-2 {
    font-size: 1.9rem;
  }
}
h2 a, .heading-2 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

h3, .heading-3 {
  font-size: 1.25rem;
}
h3 a, .heading-3 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

sup {
  font-weight: bold;
  line-height: 1;
  font-size: 70%;
  vertical-align: top;
  mso-text-raise: 30%;
}

.pagination {
  margin-top: 2.5em;
  display: block;
  text-align: center;
}
.pagination a, .pagination span {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.35em 0.7em;
  display: inline-block;
  font-weight: bold;
  margin: 0.3em 0.1em;
}
.pagination span.current {
  color: #ffffff;
  background: #e62174;
  border: 1px solid #e62174;
}

.button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
}

.button--small {
  background: #e62174;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
}
.button--small:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462);
}

.button--medium {
  background: #e62174;
  padding: 8px 15px;
}
.button--medium:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}

.inline-button {
  display: inline-block !important;
  transition: all ease 0.3s !important;
}
.inline-button:hover {
  background-color: #e62174;
}

.button--large {
  background: #e62174;
  padding: 15px 50px;
}
@media (max-width: 1024px) {
  .button--large {
    padding: 14px 20px;
  }
}
@media (max-width: 641px) {
  .button--large {
    padding: 12px 20px;
  }
}
.button--large:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}

.button--blue {
  background: #376ab2;
}
.button--blue:hover {
  background: rgb(48.9806866953, 94.3991416309, 158.5193133047) !important;
}

.button--white {
  background: #fff;
  color: #e62174;
  min-width: 220px;
}
.button--white:hover {
  background: #e62174 !important;
  color: #fff;
}

.button--gold {
  background: #EFBD12;
  color: #000000;
}
.button--gold:hover {
  background: #ffca13 !important;
  color: #000000;
}

.button--desktop {
  display: inline-block !important;
}
@media (max-width: 1024px) {
  .button--desktop {
    display: none !important;
  }
}

.button--device {
  display: none !important;
}
@media (max-width: 1024px) {
  .button--device {
    display: inline-block !important;
  }
}
@media (max-width: 641px) {
  .button--device {
    display: block !important;
  }
}

/* Website Notice */
.issue-notice {
  background-color: #f5f5f5;
  display: block;
}
.issue-notice .issue-text {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 1rem;
}
.issue-notice .issue-text p {
  text-align: center;
  color: #3d3d3b;
  margin: 0;
}
.issue-notice .issue-text > h3 {
  margin-top: 0;
}
.issue-notice .issue-text ul,
.issue-notice .issue-text ol {
  margin: auto;
  display: inline-block;
}
.issue-notice .issue-text h1,
.issue-notice .issue-text h2,
.issue-notice .issue-text h3,
.issue-notice .issue-text h4,
.issue-notice .issue-text h5,
.issue-notice .issue-text h6 {
  text-align: center;
  font-size: 18px;
  color: #3d3d3b;
  font-weight: 700;
}

#motorhome-insurance .issue-notice,
#caravan-insurance .issue-notice,
#static-caravan-insurance .issue-notice,
#car-insurance .issue-notice,
#home-insurance .issue-notice {
  display: block;
}

.header {
  padding-top: 7.5px;
  padding-bottom: 0px;
  /*box-shadow: 0px 10px 15px 0px rgba(104,104,104,1);*/
  position: relative;
  z-index: 6;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 36px;
  }
}
@media (max-width: 641px) {
  .header {
    padding-top: 0;
  }
}

.header__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .header__inner {
    padding: 0 10px;
  }
}
.header__inner {
  /*position: relative;*/
  overflow: visible;
}
@media (max-width: 641px) {
  .header__inner {
    padding: 0;
  }
}

.header__actions {
  flex-grow: 1;
  width: 100%;
}
.header__actions .form {
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
}
.header__actions .form .form-field {
  padding: 0px 5px;
}
.header__actions .form .form-field:first-child {
  flex-grow: 1;
}
.header__actions .form .form-field:last-child {
  padding-right: 0;
}
@media (max-width: 641px) {
  .header__actions {
    position: relative;
    padding: 10px;
    top: 0;
  }
}
.header__actions .header_action_list {
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 641px) {
  .header__actions .header_action_list {
    justify-content: space-between;
  }
}
.header__actions .header_action_list .header_action {
  flex-grow: 0;
}
.header__actions .header_action_list .header_action.desktop-phone {
  font-size: 1.3rem;
  text-align: right;
}
.header__actions .header_action_list .header_action.desktop-phone .xmas_hours a {
  font-size: 1rem;
  color: #e62174;
}
@media (max-width: 641px) {
  .header__actions .header_action_list .header_action.desktop-phone {
    text-align: left;
    max-width: 60%;
  }
}
.header__actions .header_action_list .header_action.desktop-phone strong {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .header__actions .header_action_list .header_action.desktop-phone strong {
    font-size: 1rem;
  }
}
.header__actions .header_action_list .header_action.desktop-phone strong {
  border-bottom: 1px solid transparent;
}
.header__actions .header_action_list .header_action.desktop-phone strong:hover {
  border-bottom: 1px solid #3c3c3b;
  transition: 0.3s;
}
.header__actions .header_action_list .header_action.desktop-phone span {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .header__actions .header_action_list .header_action.desktop-phone span {
    font-size: 0.9rem;
    display: none;
  }
}
.header__actions .header_action_list .header_action.desktop-phone .phone-icon {
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px;
}
.header__actions .header_action_list .header_action.search_action {
  flex-grow: 0;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
.header__actions .header_action_list .header_action.search_action .form {
  max-width: 351px;
  flex-basis: 60%;
}
@media (max-width: 641px) {
  .header__actions .header_action_list .header_action.search_action {
    display: none;
  }
}
.header__actions .header_action_list .header_action {
  font-size: 0.8rem;
  font-weight: 600;
}
.header__actions .header_action_list .header_action.header__actions-login {
  margin-right: 0px;
  float: right;
}
.header__actions .header_action_list .header_action span {
  font-weight: 500;
  font-size: inherit;
}
.header__actions .header_action_list .header_action.header__actions-last a {
  text-decoration: none;
  color: #3c3c3b;
  padding: 0;
}
.header__actions .header_action_list .header_action a {
  font-size: 1rem;
}
@media (max-width: 641px) {
  .header__actions .header_action_list .header_action {
    margin-right: 10px;
  }
  .header__actions .header_action_list .header_action.header__actions-last {
    float: left;
    margin-right: 0;
  }
}
.header__actions .header_action_list .header_action a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.header__actions .header_action_list .header_action a span {
  font-weight: 500;
  font-size: inherit;
}

.header__actions--desktop {
  display: inline-block !important;
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .header__actions--desktop {
    height: 30px;
    margin-right: 40px;
  }
}

.header__actions--device {
  display: none !important;
}
@media (max-width: 1024px) {
  .header__actions--device {
    display: inline-block !important;
  }
}

.header__actions-login a {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
}
.header__actions-login a:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462);
}
.header__actions-login a {
  font-size: 1rem !important;
}

.header__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__main.header__top {
  padding: 10px 0px;
}
.header__main.has-menu {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 7.5px;
}
.header__main.has-menu.fixed {
  margin-top: 0;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: #ffffff;
  /*	box-shadow: 0px 10px 15px 0px rgba(164,164,164,1);*/
}
@media (max-width: 1024px) {
  .header__main.has-menu {
    margin-top: 30px;
  }
}
@media (max-width: 641px) {
  .header__main.has-menu {
    background-color: transparent;
    padding-top: 0;
    margin-top: 0;
    padding: 10px 0px;
  }
}
@media (max-width: 641px) {
  .header__main {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header__logo-wrap.addition-header-image {
  display: flex;
  width: 55%;
  align-items: center;
}
.header__logo-wrap.addition-header-image .header__logo {
  width: 100%;
}
.header__logo-wrap.addition-header-image .header__logo img {
  max-height: 58px;
}
.header__logo-wrap.addition-header-image .header__logo:nth-child(2) {
  margin-left: 2.5rem;
}
.header__logo-wrap.addition-header-image .header__logo:nth-child(2) img {
  max-height: 70px;
  max-width: 170px;
  height: auto;
}
@media (max-width: 375px) {
  .header__logo-wrap.addition-header-image .header__logo:nth-child(2) img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 641px) {
  .header__logo-wrap {
    width: 100%;
    order: 1;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 18px 10px;
  }
  .header__logo-wrap.addition-header-image {
    width: 100%;
  }
  .header__logo-wrap.addition-header-image .header__logo {
    width: 50%;
  }
}

@media (max-width: 641px) {
  .header__logo {
    margin-left: 0px;
  }
}
.header__logo img,
.header__logo svg {
  display: block;
  max-height: 200px;
}
@media (max-width: 1024px) {
  .header__logo img,
  .header__logo svg {
    max-height: 100px;
  }
}
@media (max-width: 641px) {
  .header__logo img,
  .header__logo svg {
    max-height: 50px;
  }
}

.header__nav-toggle {
  display: none;
  z-index: 1000;
}
@media (max-width: 641px) {
  .header__nav-toggle {
    display: block;
    order: 1;
  }
  .header__nav-toggle.fixed {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.header__nav-toggle img,
.header__nav-toggle svg {
  display: block;
}
@media (max-width: 1024px) {
  .header__nav-toggle img,
  .header__nav-toggle svg {
    max-width: 109px;
    max-height: 40px;
  }
}
@media (max-width: 641px) {
  .header__nav-toggle img,
  .header__nav-toggle svg {
    max-width: 109px;
    max-height: 40px;
  }
}

@media (max-width: 641px) {
  .header__logo {
    order: 1;
  }
}
.header__logo a {
  transition: 0.2s ease-in-out;
}
.header__logo a:hover {
  opacity: 0.75;
}

#header__navigation {
  width: 100%;
  /*position: relative;*/
  margin-top: 0rem;
}
@media (max-width: 641px) {
  #header__navigation {
    display: block;
    order: 2;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 140px;
    padding: 0;
  }
  #header__navigation.fixed {
    top: 0;
    padding-top: 40px;
  }
  #header__navigation {
    height: 100vh;
    transform: translateX(-100vw);
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.4s ease-in-out;
    width: 100vw;
    border-top: 1px solid #fafafa;
  }
  #header__navigation.header__navigation--visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0;
  }
}
#header__navigation ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation {
    display: block;
  }
}
#header__navigation ul.navigation li.navigation__item {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
}
#header__navigation ul.navigation li.navigation__item > a.has-submenu .navigation__item--dropdown-icon {
  display: none;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item {
    display: block;
    text-align: left;
    border-top: 1px solid #3d3d3b;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header__navigation ul.navigation li.navigation__item > a.has-submenu.open {
    background-color: #e62174;
    color: #fff;
  }
  #header__navigation ul.navigation li.navigation__item > a.has-submenu.open .navigation__item--dropdown-icon:after {
    color: #fff;
    transform: rotate(90deg);
  }
  #header__navigation ul.navigation li.navigation__item > a.has-submenu .navigation__item--dropdown-icon {
    width: 40px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header__navigation ul.navigation li.navigation__item > a.has-submenu .navigation__item--dropdown-icon:after {
    content: ">";
    color: #000;
  }
  #header__navigation ul.navigation li.navigation__item:last-child {
    margin-bottom: 0;
  }
  #header__navigation ul.navigation li.navigation__item:last-child {
    margin-bottom: 0;
  }
}
#header__navigation ul.navigation li.navigation__item > a {
  border-bottom: 8px solid transparent;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  transition: 0.2s ease-in-out;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item > a {
    padding: 10px 15px;
    display: block;
    border-bottom: 0;
  }
}
#header__navigation ul.navigation li.navigation__item:hover > a {
  border-bottom: 8px solid #e62174;
  color: #3d3d3b;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item:hover > a {
    border-bottom: 0;
    background-color: white;
    color: #000;
  }
}
#header__navigation ul.navigation li.navigation__item.navigation__item--active > a {
  border-bottom: 8px solid #e62174;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item.navigation__item--active > a {
    border-bottom: 0;
    background-color: #e62174;
    color: #fff;
  }
  #header__navigation ul.navigation li.navigation__item.navigation__item--active > a:after {
    background-color: #e62174;
    color: #fff;
  }
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item.navigation__item--active > a.has-submenu .navigation__item--dropdown-icon:after {
    content: ">";
    color: #fff;
  }
}
#header__navigation ul.navigation li.navigation__item .sub-meganav {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(244.9, 244.9, 244.9);
  width: 100vw;
  z-index: 500;
  /*	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2); */
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .sub-meganav {
    position: relative;
    background: #fff;
  }
}
#header__navigation ul.navigation li.navigation__item .fixed + .sub-meganav {
  position: fixed;
  top: 62px;
}
#header__navigation ul.navigation li.navigation__item .meganav--hidden {
  display: none;
}
#header__navigation ul.navigation li.navigation__item .meganav--hidden .meganav__inner {
  opacity: 0;
}
#header__navigation ul.navigation li.navigation__item .meganav--visible {
  display: block;
}
#header__navigation ul.navigation li.navigation__item .meganav__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  #header__navigation ul.navigation li.navigation__item .meganav__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  #header__navigation ul.navigation li.navigation__item .meganav__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .meganav__inner {
    padding: 0 10px;
  }
}
#header__navigation ul.navigation li.navigation__item .meganav__sections {
  display: flex;
  flex-wrap: wrap;
  margin: -35px 0 0 -30px;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .meganav__sections {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#header__navigation ul.navigation li.navigation__item .meganav__section {
  flex: 1;
  padding: 40px 0 0 30px;
  flex: 0 0 33.3333%;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .meganav__section {
    flex: 0 0 100%;
    padding-top: 25px;
  }
}
#header__navigation ul.navigation li.navigation__item .meganav__section h3 {
  margin: 0 0 15px 0;
  text-align: left;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .meganav__section h3 {
    margin-bottom: 8px;
    padding-left: 1.5rem;
  }
}
#header__navigation ul.navigation li.navigation__item .meganav__section ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#header__navigation ul.navigation li.navigation__item .meganav__section ul li {
  margin-bottom: 4px;
  text-align: left;
}
#header__navigation ul.navigation li.navigation__item .meganav__section ul li:last-child {
  margin-bottom: 0;
}
#header__navigation ul.navigation li.navigation__item .meganav__section ul li a {
  color: #3c3c3b;
  padding: 0;
  font-size: 16.5px;
  transition: 0.2s;
  font-weight: 300;
}
#header__navigation ul.navigation li.navigation__item .meganav__section ul li a:hover {
  text-decoration: none;
  color: #e62174;
}
@media (max-width: 641px) {
  #header__navigation ul.navigation li.navigation__item .meganav__section ul li a {
    display: block;
    width: 100%;
    border-bottom: 0px solid #3c3c3b;
    padding: 0.2rem 0rem 0.2rem 1.5rem;
  }
}

.section {
  border-bottom: 1px solid #fafafa;
  overflow-x: hidden;
}

.section-nolazy {
  border-bottom: 1px solid #fafafa;
  overflow-x: hidden;
}

.alternate-section-backgrounds .section:nth-child(even) {
  background: #fafafa;
}

.section--bg {
  background: #fafafa;
}

.section__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .section__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .section__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .section__inner {
    padding: 0 10px;
  }
}
.section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}
@media (min-width: 1357px) {
  .section__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  .section__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 641px) {
  .section__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section__inner h2:first-child {
  margin-top: 0;
}
.section__inner.no-padding-top {
  padding-top: 0;
}

.section__title-image {
  display: inline-block;
}

.section__header {
  padding-bottom: 40px;
}
@media (max-width: 641px) {
  .section__header {
    padding-bottom: 0px;
  }
}
.section__header h2 {
  margin: 0;
}
.section__header p {
  margin-top: 20px;
}
.section__header p:last-child {
  margin-bottom: 0;
}
.section__header .blue_button {
  color: #fff !important;
  margin-top: auto !important;
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
.section__header .blue_button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
.section__header .blue_button {
  background: #376ab2;
}
.section__header .blue_button:hover {
  background: rgb(48.9806866953, 94.3991416309, 158.5193133047) !important;
}

.section__header--centered {
  text-align: center;
}
.section__header--centered p {
  margin-top: 0;
}

.section__body .articles-carousel {
  margin-top: 0;
}
.section__body h2:first-child {
  margin-top: 0;
}
.section__body p:last-child {
  margin-bottom: 0;
}
.section__body ul {
  padding-left: 17px;
  list-style-image: url("/images/bullet.svg");
}
.section__body ul li {
  padding-bottom: 20px;
  padding-left: 3px;
}
.section__body ul li:last-child {
  padding-bottom: 0;
}

.link-style a {
  color: #e62174;
  text-decoration: none;
}
.link-style a:hover {
  text-decoration: underline;
}
.link-style a b,
.link-style a strong {
  color: inherit;
}

.page-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 641px) {
  .page-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-body-links .product-links {
  margin-top: 1rem;
  justify-content: flex-start;
}
@media (max-width: 641px) {
  .page-body-links .product-links {
    justify-content: center;
  }
}
.page-body-links .product-links .product-link {
  flex-basis: 175px;
  height: 130px;
}
@media (max-width: 641px) {
  .page-body-links .product-links .product-link {
    flex-basis: 9.5rem;
  }
}
.page-body-links .product-links .product-link {
  max-width: 500px;
  flex-grow: 0;
}
.page-body-links .product-links .product-link a {
  background-color: #097DC9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-body-links .product-links .product-link a:hover {
  box-shadow: 0px 0px 10px #e62174;
  border-color: #e62174;
  transition: 0.3s;
}
.page-body-links .product-links .product-link a {
  color: #fff;
  padding: 0 1rem;
  height: 100%;
}
.page-body-links .product-links .product-link a img {
  max-height: 4rem;
}
.page-body-links .product-links .product-link a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

.page-content h5 a, .section__inner h5 a {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16.5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 15px;
  background-color: #376ab2;
  margin-top: 6px;
  display: inherit;
}
.page-content .link-style h5, .section__inner .link-style h5 {
  color: #ffffff !important;
}
.page-content .link-style h5 a, .section__inner .link-style h5 a {
  color: #ffffff !important;
}

.home_intro {
  text-align: center;
}
.home_intro h4, .home_intro h4 > strong, .home_intro strong > h4, .home_intro h1 > strong, .home_intro strong > h1 {
  color: #376ab2;
  font-size: 1.4rem;
  font-weight: 400;
}
.home_intro h1, .home_intro h2 {
  font-weight: bold;
  color: #376ab2;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
}

.page-content .article {
  width: calc(70% - 30px);
}
.page-content .article.full {
  width: 100%;
}
.page-content .article.feefo {
  width: calc(100% - 30px);
}
.page-content .article {
  margin-left: 15px;
  margin-right: 15px;
}
.page-content .article a {
  color: #e62174;
}
@media (max-width: 1024px) {
  .page-content .article {
    width: calc(100% - 30px);
  }
}
.page-content .article h2:first-child,
.page-content .article h3:first-child,
.page-content .article p:first-child {
  margin-top: 0;
}
.page-content .article table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-content .article table tr:first-child {
  background-color: #fafafa;
}
.page-content .article table th, .page-content .article table td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .page-content .article table th, .page-content .article table td {
    width: 40%;
  }
  .page-content .article table th:first-of-type, .page-content .article table td:first-of-type {
    width: 20%;
  }
}
.page-content .article table th p, .page-content .article table td p {
  padding: 0;
  margin: 0;
}

.page-content__sidebar {
  width: calc(30% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .page-content__sidebar {
    width: 100%;
    padding-top: 15px;
  }
}
.page-content__sidebar figure {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .page-content__sidebar figure {
    display: inline-block;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .page-content__sidebar figure img {
    max-height: 250px;
  }
}
@media (max-width: 641px) {
  .page-content__sidebar figure img {
    max-height: 100%;
    width: 100% !important;
  }
}

#personal .page-content .article {
  width: 100%;
}
#personal .page-content .article .personal-content {
  width: 45%;
  float: left;
}
@media (max-width: 641px) {
  #personal .page-content .article .personal-content {
    width: 100%;
    float: none;
  }
}
#personal .page-content .article .personal-content .personal-content {
  width: 100%;
}
#personal .page-content .article .form form {
  width: 50%;
  float: right;
}
@media (max-width: 641px) {
  #personal .page-content .article .form form {
    width: 100%;
    float: none;
  }
}

#contact .page-content .article {
  width: 100%;
}
#contact .page-content .article .form {
  width: 50%;
  float: right;
}
@media (max-width: 641px) {
  #contact .page-content .article .form {
    width: 100%;
    float: none;
  }
}
#contact .page-content .article .link-style {
  width: 45%;
  float: left;
}
@media (max-width: 641px) {
  #contact .page-content .article .link-style {
    width: 100%;
    float: none;
  }
}

.subnav {
  position: relative;
  border-radius: 30px;
}
.subnav + .subnav {
  margin-top: 20px;
}

.subnav__toggle {
  display: none;
}
@media (max-width: 1024px) {
  .subnav__toggle {
    display: block;
  }
}
.subnav__toggle a {
  padding: 14px 12px;
  color: #ffffff;
  display: block;
  background: #376ab2;
}

.subnav__links {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .subnav__links {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .subnav__links {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .subnav__links {
    padding: 0 10px;
  }
}
.subnav__links {
  padding-top: 23px;
  padding-bottom: 23px;
}
@media (max-width: 1024px) {
  .subnav__links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.subnav__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subnav__links ul li {
  display: block;
  margin-right: 0px;
  border-bottom: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.subnav__links ul li:first-child {
  padding-top: 0;
}
.subnav__links ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .subnav__links ul li {
    display: block;
    margin-bottom: 10px;
  }
  .subnav__links ul li.subnav__move-to {
    padding-bottom: 0;
  }
  .subnav__links ul li:last-child {
    margin-bottom: 0;
  }
}
.subnav__links ul li a {
  color: #ffffff;
  font-weight: 400;
  transition: 0.2s;
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
}
.subnav__links ul li a:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: ">";
}
.subnav__links ul li a:hover {
  opacity: 0.75;
}

.subnav__links-visible {
  display: block;
}

@media (max-width: 1024px) {
  .subnav__move-to {
    padding-bottom: 0;
  }
}

.hero-home {
  background-color: #3c3c3b;
  height: 530px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 641px) {
  .hero-home {
    height: auto;
    padding-top: 0px;
    padding-bottom: 35px;
    min-height: 300px;
  }
}

.hero-home__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-home__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .hero-home__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .hero-home__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .hero-home__inner {
    padding: 0 10px;
  }
}
.hero-home__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-home__inner .hero__buttons {
  position: absolute;
  bottom: 100px;
}
@media (max-width: 641px) {
  .hero-home__inner {
    position: static;
  }
}

.hero-home__feefo {
  height: auto;
  width: 193px;
  position: absolute;
  bottom: 45px;
  right: 30px;
  z-index: 4;
}
.hero-home__feefo img {
  max-width: 100%;
}
@media (max-width: 641px) {
  .hero-home__feefo {
    width: 100px;
    bottom: 20px;
    right: 15px;
    position: absolute;
  }
}

.hero-home__content {
  width: 70%;
}
@media (max-width: 641px) {
  .hero-home__content {
    width: 100%;
  }
}

.hero-home__title,
.hero-home__text {
  color: #ffffff;
}

.hero-home__title {
  margin: 0 0 10px 0;
}

.hero-home__text {
  margin: 0 0 30px 0;
}

.hero-home__buttons a.button {
  padding: 15px 25px;
  background: #e62174;
  margin-right: 10px;
}
@media (max-width: 641px) {
  .hero-home__buttons a.button {
    padding: 8px 7px;
    margin-right: 3px;
    font-size: 13px;
  }
}

.hero {
  background-color: transparent;
  position: relative;
  display: flex;
}
@media (max-width: 641px) {
  .hero {
    display: block;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.hero__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

.hero__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .hero__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .hero__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .hero__inner {
    padding: 0 10px;
  }
}
.hero__inner {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  min-height: 253px;
  width: 50%;
  flex-basis: 50%;
  background-color: #376ab2;
}
@media (max-width: 641px) {
  .hero__inner {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 0;
    width: 100%;
    flex-basis: 100%;
  }
}
.hero__inner .banner_text {
  padding-right: 10px;
  width: 80%;
  max-width: 490px;
  float: right;
}
@media (max-width: 1024px) {
  .hero__inner .banner_text {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
  }
}
.hero__inner .banner_text .button--large {
  background-color: #fff;
  color: #376ab2;
}
.hero__inner .banner_text .button--large:hover {
  background-color: #ffffff !important;
  opacity: 0.8;
}

.hero__inner_image {
  width: 50%;
  position: relative;
  min-height: 253px;
  order: 2;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 641px) {
  .hero__inner_image {
    width: 100%;
    flex-basis: 100%;
  }
}

.hero__feefo {
  height: auto;
  width: 193px;
  position: absolute;
  bottom: 45px;
  right: 30px;
  z-index: 4;
}
.hero__feefo img,
.hero__feefo svg {
  max-width: 100%;
}
@media (max-width: 641px) {
  .hero__feefo {
    width: 100px;
    bottom: 20px;
    right: 15px;
    position: absolute;
  }
}

.hero__content {
  width: 100%;
}
@media (max-width: 641px) {
  .hero__content {
    width: 100%;
  }
}

.hero__title,
.hero__text {
  color: #ffffff;
}

.hero__title {
  margin: 0 0 15px 0;
  text-shadow: 0px 0px 6px #000;
}

.hero__text {
  margin: 0 0 30px 0;
  text-shadow: 0px 0px 6px #000;
}
.hero__text sup {
  color: #ffffff;
}

p.hero__text {
  font-size: 1.3rem;
  font-weight: 600;
}

.hero__buttons {
  padding-top: 5px;
  display: flex;
}
@media (max-width: 641px) {
  .hero__buttons {
    display: block;
  }
}
.hero__buttons .button {
  margin-right: 10px;
  flex-grow: 0;
  flex-wrap: wrap;
}
.hero__buttons .button.button--large {
  padding: 15px;
}
@media (max-width: 650px) {
  .hero__buttons .button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 641px) {
  .hero__buttons .button {
    display: block;
    margin-right: 0;
  }
}

#hero-carousel {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 200px;
}
@media (max-width: 641px) {
  #hero-carousel {
    min-height: 300px;
  }
}
#hero-carousel div {
  height: 100%;
  width: 100%;
}
#hero-carousel .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%);
}
#hero-carousel .slick-next,
#hero-carousel .slick-prev {
  z-index: 1;
}

.hero-home-3col {
  background-color: #fff;
  height: 500px;
  margin-top: 1rem;
}
@media (min-width: 1840px) {
  .hero-home-3col {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 1100px) {
  .hero-home-3col {
    height: 450px;
  }
}
@media (max-width: 650px) {
  .hero-home-3col {
    height: auto;
  }
}
.hero-home-3col {
  position: relative;
  overflow: hidden;
}
.hero-home-3col--promo-no-image-3-row {
  height: 320px;
}
@media (min-width: 1840px) {
  .hero-home-3col--promo-no-image-3-row {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 650px) {
  .hero-home-3col--promo-no-image-3-row {
    height: auto;
  }
}
.hero-home-3col--promo-no-image-2-row {
  height: 270px;
}
@media (min-width: 1840px) {
  .hero-home-3col--promo-no-image-2-row {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 650px) {
  .hero-home-3col--promo-no-image-2-row {
    height: auto;
  }
}

.product-hero {
  height: 100%;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 650px) {
  .product-hero {
    display: block;
    height: auto;
  }
}
.product-hero > .product-hero-item {
  height: 100%;
  flex-grow: 1;
  background-color: #fff;
  padding: 20px 10px;
}
.product-hero > .product-hero-item:first-child {
  padding-left: 20px;
}
.product-hero > .product-hero-item:last-child {
  padding-right: 20px;
}
@media (min-width: 1840px) {
  .product-hero > .product-hero-item:first-child {
    padding-left: 0px;
  }
  .product-hero > .product-hero-item:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 650px) {
  .product-hero > .product-hero-item {
    height: auto;
    padding: 5px 10px;
  }
  .product-hero > .product-hero-item:first-child {
    padding: 10px;
    padding-bottom: 5px;
  }
  .product-hero > .product-hero-item:last-child {
    padding: 10px;
    padding-top: 5px;
  }
}
.product-hero > .product-hero-item > div {
  height: 100%;
}
@media (max-width: 650px) {
  .product-hero > .product-hero-item > div {
    height: auto;
  }
}
.product-hero > .product-hero-item .product-hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 1px 2px 13px -6px rgb(68, 68, 68);
}
@media (max-width: 650px) {
  .product-hero > .product-hero-item .product-hero-image {
    height: 300px;
  }
}
.product-hero > .product-hero-item .product-hero-image {
  position: relative;
}
.product-hero > .product-hero-item .product-hero-image--solid {
  background-color: #376ab2;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(55, 106, 178, 0.9);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-title h2 {
  margin: 0;
  color: #fff;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-title .product-hero-text-container {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-title .product-hero-text-container {
    padding: 15px 15px;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  width: 100%; /*alc(100% - 40px);*/
  position: absolute;
  padding: 0 3rem;
  left: 0px;
  bottom: 0px;
  color: #fff;
}
@media (max-width: 1225px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text {
    padding: 0 1rem;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .cta-intro {
  min-height: 44px;
}
@media (max-width: 870px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .cta-intro {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .cta-intro {
    font-size: 16.5px;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium {
  background-color: #376ab2;
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium:after {
  content: ">";
  padding-left: 1rem;
  position: absolute;
  top: 0.7rem;
}
@media (max-width: 1225px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium:after {
    content: "";
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium {
  color: #fff;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .button.button--medium:hover {
  background-color: rgb(42.9613733906, 82.7982832618, 139.0386266094) !important;
}
@media (min-width: 651px) and (max-width: 1562px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text {
    /*			min-height: 315px; */
  }
}
@media (max-width: 800px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text {
    bottom: 0;
    left: 0;
    width: 100%;
    /*	min-height: 265px;

    border-radius: 0; */
  }
}
@media (max-width: 651px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text {
    min-height: 10px;
    height: auto;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text h2 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.8rem;
}
@media (max-width: 1400px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 650px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text h2 {
    font-size: 1.8rem;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text h2,
.product-hero > .product-hero-item .product-hero-image .product-hero-text p {
  color: #376ab2;
  margin-top: 0;
  text-align: center;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text h2.has-button,
.product-hero > .product-hero-item .product-hero-image .product-hero-text p.has-button {
  margin-bottom: 0;
  margin-top: auto;
  padding-left: 1rem;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container {
  padding: 20px;
  min-height: 225px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 55px 50px 50px;
  gap: 20px;
  margin-top: -4rem;
  background-color: #fff;
  border-radius: 30px;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container--3-row {
  grid-template-rows: 55px 50px 50px;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container--2-row {
  grid-template-rows: 65px 50px;
  min-height: auto;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container p.has-button {
  padding-left: 0;
  width: 100%;
}
@media (max-width: 1365px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container {
    min-height: 160px;
  }
}
@media (max-width: 800px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container {
    padding: 15px 15px;
  }
}
@media (max-width: 651px) {
  .product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container {
    min-height: 10px;
  }
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container__heading {
  grid-row: 1;
  grid-column: 1;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container__cta {
  grid-row: 2;
  grid-column: 1;
  align-items: center;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container__button {
  grid-column: 1;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container__button--3-row {
  grid-row: 3;
}
.product-hero > .product-hero-item .product-hero-image .product-hero-text .product-hero-text-container__button--2-row {
  grid-row: 2;
}
.product-hero > .product-hero-item:nth-child(2) .product-hero-image .product-hero-text .button {
  background-color: #e62174;
}
.product-hero > .product-hero-item:nth-child(2) .product-hero-image .product-hero-text .button:hover {
  background-color: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
.product-hero > .product-hero-item:nth-child(2) .product-hero-image--solid {
  background-color: #e62174;
}
.product-hero > .product-hero-item:nth-child(3) .product-hero-image .product-hero-text .button {
  background-color: #efbd14;
}
.product-hero > .product-hero-item:nth-child(3) .product-hero-image .product-hero-text .button:hover {
  background-color: rgb(240.625498008, 195.7051792829, 43.874501992) !important;
}
.product-hero > .product-hero-item:nth-child(3) .product-hero-image--solid {
  background-color: #efbd14;
}

.boxes {
  margin: 0;
  padding: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  width: 100%;
}
@media (max-width: 641px) {
  .boxes {
    display: block;
    margin: 0;
  }
}

.boxes__row {
  display: table-row;
}
@media (max-width: 641px) {
  .boxes__row {
    display: block;
  }
}

.box {
  display: table-cell;
  width: 33.33333%;
  border: 1px solid #ccc;
  background: #fbfbfb;
  margin: 1.5em 0;
  padding: 1.2em 1em 5em 1em;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 641px) {
  .box {
    display: block;
    width: 100%;
  }
}

.boxes__row1 .box {
  display: block;
  margin: 0 auto;
}

.box__heading {
  font-size: 1.55em;
  margin: 0;
}

.box__summary {
  font-size: 0.9em;
}

.box__button {
  display: block;
  background: #376ab2;
  color: #ffffff;
  padding: 0.6em;
  text-align: center;
  max-width: 160px;
  margin: auto;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  border-radius: 5px;
  font-weight: 600;
}
.box__button:hover {
  color: #ffffff;
  background: rgb(42.9613733906, 82.7982832618, 139.0386266094);
}

.article .article__column p:first-child {
  margin-top: 0;
}

.home_intro p:last-child a {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 15px 50px;
}
@media (max-width: 1024px) {
  .home_intro p:last-child a {
    padding: 14px 20px;
  }
}
@media (max-width: 641px) {
  .home_intro p:last-child a {
    padding: 12px 20px;
  }
}
.home_intro p:last-child a:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}

.article--thirds {
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0 -50px;
}
@media (max-width: 1024px) {
  .article--thirds {
    margin: -25px 0 0 -25px;
  }
}
@media (max-width: 641px) {
  .article--thirds {
    margin: -25px 0 0 -25px;
  }
}
.article--thirds .article__column {
  flex: 1;
  padding: 50px 0 0 50px;
  flex: 0 0 33.3333%;
}
@media (max-width: 1024px) {
  .article--thirds .article__column {
    flex: 0 0 100%;
    padding: 25px 0 0 25px;
  }
}
@media (max-width: 641px) {
  .article--thirds .article__column {
    flex: 0 0 100%;
    padding: 25px 0 0 25px;
  }
}

.article--halves {
  display: flex;
  flex-wrap: wrap;
  margin: -70px 0 0 -50px;
}
@media (max-width: 641px) {
  .article--halves {
    margin: -25px 0 0 -25px;
  }
}
.article--halves .article__column {
  flex: 1;
  padding: 50px 0 0 50px;
  flex: 0 0 50%;
}
@media (max-width: 641px) {
  .article--halves .article__column {
    flex: 0 0 100%;
    padding: 25px 0 0 25px;
  }
}

.articles-carousel {
  position: relative;
  overflow: visible;
  margin-top: -20px;
}
@media (max-width: 1260px) {
  .articles-carousel {
    width: 80%;
    margin: auto;
  }
}
.articles-carousel .slick-track {
  display: flex;
}
.articles-carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.articles-carousel .article-list__item {
  height: 100%;
}
.articles-carousel .slick-slide {
  margin: 0 15px;
}
@media (max-width: 1024px) {
  .articles-carousel .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 641px) {
  .articles-carousel .slick-slide {
    margin: 0;
  }
}
.articles-carousel .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1024px) {
  .articles-carousel .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 641px) {
  .articles-carousel .slick-list {
    margin: 0;
  }
}

.draggable {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slick-prev {
  height: 48px;
  width: 48px;
  background: url("/images/prev-icon.svg");
  font-size: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, 0);
  z-index: 200;
}
@media (max-width: 1024px) {
  .slick-prev {
    display: none !important;
  }
}

.slick-next {
  height: 48px;
  width: 48px;
  background: url("/images/next-icon.svg");
  font-size: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, 0);
  z-index: 200;
}
@media (max-width: 1024px) {
  .slick-next {
    display: none !important;
  }
}

.slick-dots {
  list-style: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
  text-align: center;
}
@media (max-width: 641px) {
  .slick-dots {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }
}
.slick-dots li {
  padding: 0;
  margin: 0 3px;
  display: inline-block;
  padding-bottom: 0 !important;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li button {
  height: 12px;
  width: 12px;
  background: #376ab2;
  opacity: 0.2;
  display: block;
  border: 0;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
}

.articles-carousel .slick-prev {
  transform: translate(-130%, -50%);
}
.articles-carousel .slick-next {
  transform: translate(130%, -50%);
}

.custom-select {
  margin: 0 auto;
}

@keyframes revealMeganavLinks {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation__reveal-meganav-links {
  opacity: 0;
  animation-name: revealMeganavLinks;
  animation-duration: 0.45s;
  animation-delay: 0.46s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

/* rest of meganav styling has been moved inside the menu styling in header.scss */
#meganav-underlay {
  background: rgba(60, 60, 59, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.meganav-underlay--hidden {
  display: none;
}

.meganav-underlay--visible {
  display: block;
}

.about {
  width: 100%;
  background: #fafafa;
  position: relative;
  margin: 20px 0px;
}
@media (min-width: 1840px) {
  .about {
    width: calc(100% - 20rem);
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

.about__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .about__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .about__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .about__inner {
    padding: 0 10px;
  }
}
.about__inner {
  display: flex;
}

.about__text {
  width: 55%;
  padding: 40px 65px 65px 0px;
}
@media (max-width: 1024px) {
  .about__text {
    width: 100%;
    padding: 30px 10px;
  }
}
@media (max-width: 641px) {
  .about__text {
    width: 100%;
    padding: 20px 10px;
  }
}
.about__text h2 {
  margin-top: 0;
}
.about__text h2 a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.about__text h3 {
  margin-top: 40px;
}
.about__text .button {
  margin-top: 15px;
}

.about__image {
  width: 45%;
  height: 100%;
  background: #3c3c3b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .about__image {
    position: relative;
    height: 550px;
    width: 100%;
  }
}
@media (max-width: 641px) {
  .about__image {
    position: relative;
    height: 250px;
    width: 100%;
  }
}
.about__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: transparent;
}

.about__logos {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.about__logos img {
  display: inline-block;
  margin-right: 20px;
  max-height: 68px;
  width: auto;
}
@media (max-width: 641px) {
  .about__logos img {
    height: 48px;
  }
}

.claims {
  width: 100%;
  background: #fafafa;
  position: relative;
}
@media (min-width: 1840px) {
  .claims {
    margin-left: 10rem;
    margin-right: 10rem;
    width: calc(100% - 20rem);
  }
}

.claims__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .claims__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .claims__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .claims__inner {
    padding: 0 10px;
  }
}
.claims__inner {
  display: flex;
}

.claims__text {
  width: 55%;
  padding: 40px 65px 40px 0;
}
@media (max-width: 1024px) {
  .claims__text {
    width: 100%;
    padding: 30px 10px;
  }
}
@media (max-width: 641px) {
  .claims__text {
    width: 100%;
    padding: 20px 10px;
  }
}
.claims__text h2 {
  margin-top: 0;
}
.claims__text h2 a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.claims__text h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
.claims__text .button {
  margin-top: 20px;
}

.claims__image {
  width: 45%;
  height: 100%;
  background: #3c3c3b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .claims__image {
    position: relative;
    height: 550px;
    width: 100%;
  }
}
@media (max-width: 641px) {
  .claims__image {
    position: relative;
    height: 250px;
    width: 100%;
  }
}
.claims__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: transparent;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  border-radius: 5px;
}
@media (max-width: 641px) {
  figure img {
    width: 100%;
  }
}

figcaption {
  padding-top: 5px;
}

form input[readonly],
form select[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

.callback-form ::-webkit-input-placeholder {
  color: transparent;
}
.callback-form .input {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-field {
  display: block;
  padding-bottom: 20px;
}
.form-field label {
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field input[type=password],
.form-field input[type=number] {
  -webkit-appearance: none;
}
.form-field input[type=text],
.form-field input[type=search],
.form-field input[type=email],
.form-field select,
.form-field textarea {
  border: 1px #dddddd;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
}
.form-field input[type=submit],
.form-field button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
.form-field input[type=submit]:hover,
.form-field button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
.form-field .error {
  color: red;
  font-size: 0.9rem;
}
.form-field .error a {
  text-decoration: none;
  color: red;
  font-size: 0.9rem;
}

.form {
  padding-top: 15px;
}
.form .fields header:not(:first-child) h3 {
  margin-top: 20px;
}
.form h3 {
  margin-bottom: 7px;
}
.form form {
  padding-top: 10px;
}
.form form .heading {
  padding-bottom: 5px;
  font-weight: 600;
}
.form form input[type=text],
.form form input[type=email],
.form form input[type=tel],
.form form input[type=password],
.form form input[type=number],
.form form select,
.form form textarea {
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
}
.form form input.small,
.form form select.small {
  width: 20%;
}
.form form .input label {
  display: block;
}
.form form .input span.input-group-addon {
  padding: 5px 12px 6px;
  font-weight: 400;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form form .input span.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form form .input span.input-group-addon + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.form form .fui-btn-wrapper {
  padding-top: 10px;
  float: right;
}
@media (max-width: 641px) {
  .form form .fui-btn-wrapper {
    float: none;
  }
}
.form form .fui-btn-wrapper button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
.form form .fui-btn-wrapper button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
.form p + form {
  margin-top: 40px;
}
.form a.button {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
.form a.button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
.form .alert {
  padding: 10px;
  color: white;
  border-radius: 5px;
}
.form .alert.error {
  background-color: #f44336;
}
.form .alert.success {
  background-color: #4caf50;
}
.form .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.form .closebtn:hover {
  color: black;
}
.form .fields .errors li {
  color: #f44336;
}
.form.payment-details-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form.payment-details-form .submit-container {
  display: flex;
  gap: 20px;
}
.form.payment-details-form .submit-container .submit-container__error-container {
  color: red;
  padding: 10px;
  padding-left: unset;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form.payment-details-form .submit-container .submit-container__error-container img {
  height: 20px;
}
.form.payment-details-form .submit-container .submit-container__error-container .closebtn {
  color: red;
}
.form.payment-details-form #sp-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.required label:after {
  content: "*";
  color: #e62174;
}

/*.form-horizontal {
	* {
		box-sizing: border-box;
	}

	fieldset {
		min-width: 0;
		padding: 20px 0 0 0;
		margin: 10px 0 0 0;
		border: 0;
		border-top: 1px solid #ddd;
	}

	.form-group {
		&:before {
			display: table;
			content: " ";
		}
		&:after {
			clear: both;
		}

		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
		}

		.control-label {
			float: left;
			width: 33.33333333%;
			padding-top: 7px;
			margin-bottom: 0;
			text-align: right;
		}
		.col-sm-7 {
			width: 58.33333333%;
			float: left;
		}
	}
}*/
.products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
@media (max-width: 641px) {
  .products {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -10px;
  }
}

.products__item {
  margin-top: 30px;
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 5px;
}
.products__item > a.card_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 1024px) {
  .products__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 641px) {
  .products__item {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
  }
}
.products__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products__item ul li a {
  transition: 0.2s ease-in-out;
}

.products__image img {
  width: 100%;
}

.products__text {
  padding: 20px;
}
.products__text.bottom {
  margin-top: auto;
}

.products__title {
  margin-top: 0;
  margin-bottom: 12px;
}

.products__list-item {
  padding-left: 0 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  position: relative;
}
.products__list-item a {
  display: block;
  width: 100%;
}
.products__list-item a:after {
  content: ">";
  position: absolute;
  right: 0;
}
.products__list-item a:hover {
  text-decoration: underline;
  color: #376ab2;
  font-weight: 700;
}

h1.benefit-heading {
  font-size: 2rem;
  line-height: 1.13;
}
@media (min-width: 1357px) {
  h1.benefit-heading {
    font-size: 2.15rem;
    line-height: 1.13;
  }
}
@media (max-width: 1024px) {
  h1.benefit-heading {
    font-size: 1.85rem;
    line-height: 1.13;
  }
}
@media (max-width: 641px) {
  h1.benefit-heading {
    font-size: 1.9rem;
  }
}
h1.benefit-heading {
  min-height: 130px;
}
@media (max-width: 1024px) {
  h1.benefit-heading {
    min-height: auto;
  }
}

.links-footer {
  padding-top: 2rem;
}
.links-footer p {
  text-align: center;
}

.product-links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 641px) {
  .product-links {
    justify-content: center;
  }
}
.product-links {
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  position: relative;
}
.product-links .product-link {
  flex: 1 1 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 107px;
  min-width: 90px;
}
@media (max-width: 641px) {
  .product-links .product-link {
    width: 107px;
    max-width: 107px;
    min-width: 107px;
  }
}
.product-links .product-link {
  margin-bottom: 1rem;
}
.product-links .product-link a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #376ab2;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  width: 100%;
}
.product-links .product-link a > .product-icon {
  background-color: #e62174;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.product-links .product-link a > .product-icon:hover {
  box-shadow: 0px 0px 10px #376ab2;
  border-color: #376ab2;
  transition: 0.3s;
}
.product-links .product-link a > .product-icon img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.section .youtube__inner h2 {
  padding-bottom: 30px;
}

#ppc-container #main-page-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 37px;
  max-width: 1380px;
  padding: 20px;
  margin: 50px auto 96px;
}
@media (max-width: 1024px) {
  #ppc-container #main-page-content {
    display: flex;
    flex-direction: column;
  }
  #ppc-container #main-page-content #key-benefits-container {
    order: 1;
  }
  #ppc-container #main-page-content .get-your-quote-container {
    order: 2;
  }
  #ppc-container #main-page-content #review-container {
    margin-top: 20px;
    order: 3;
  }
  #ppc-container #main-page-content .get-your-phone-quote-container {
    order: 4;
  }
}
#ppc-container .page-banner * {
  text-shadow: none;
}
#ppc-container .page-banner__inner {
  padding: 60px 0;
}
#ppc-container .page-banner .banner_text {
  max-width: none;
}
#ppc-container .page-banner .banner_text > * {
  max-width: none;
}
#ppc-container .page-banner .hero__buttons a:first-child {
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 15px 50px;
}
@media (max-width: 1024px) {
  #ppc-container .page-banner .hero__buttons a:first-child {
    padding: 14px 20px;
  }
}
@media (max-width: 641px) {
  #ppc-container .page-banner .hero__buttons a:first-child {
    padding: 12px 20px;
  }
}
#ppc-container .page-banner .hero__buttons a:first-child:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
#ppc-container .page-banner .hero__buttons a:first-child {
  background: #EFBD12;
  color: #000000;
}
#ppc-container .page-banner .hero__buttons a:first-child:hover {
  background: #ffca13 !important;
  color: #000000;
}
#ppc-container .lifesure-box-block {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px 30px 30px 0px;
}
@media (min-width: 1024px) {
  #ppc-container .lifesure-box-block.lifesure-box-block--brand-ppc-feefo {
    height: 350px;
  }
}
#ppc-container #review-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ppc-container #review-container .reviewrating-seeall {
  font-size: 16px;
}
#ppc-container .get-your-quote-container {
  background-color: #BF1B61;
  display: flex;
  flex-direction: column;
  padding: 24px 32px 54px;
}
#ppc-container .get-your-quote-container__header {
  margin: 0 0 16px 0;
}
#ppc-container .get-your-quote-container__header > * {
  margin: 0;
}
#ppc-container .get-your-quote-container__body > * {
  margin: 0;
}
#ppc-container .get-your-quote-container * {
  color: #ffffff;
}
#ppc-container .get-your-quote-container {
  color: #ffffff;
}
#ppc-container .get-your-quote-container .button {
  margin-top: 32px;
  align-self: flex-start;
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
#ppc-container .get-your-quote-container .button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}
#ppc-container .get-your-quote-container .button {
  background: #EFBD12;
  color: #000000;
}
#ppc-container .get-your-quote-container .button:hover {
  background: #ffca13 !important;
  color: #000000;
}
#ppc-container .get-your-phone-quote-container {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 40px;
}
#ppc-container .get-your-phone-quote-container__header {
  margin: 0 0 16px 0;
}
#ppc-container .get-your-phone-quote-container__header > * {
  margin: 0;
}
#ppc-container .get-your-phone-quote-container__body > * {
  margin: 0;
}
#ppc-container .get-your-phone-quote-container .button {
  margin-top: 32px;
  align-self: flex-start;
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
}
#ppc-container .get-your-phone-quote-container .button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462);
}
#ppc-container .get-your-phone-quote-container .button {
  background: #376ab2;
}
#ppc-container .get-your-phone-quote-container .button:hover {
  background: rgb(48.9806866953, 94.3991416309, 158.5193133047) !important;
}
#ppc-container .get-your-phone-quote-container--brand-ppc {
  height: 40%;
}
#ppc-container .benefit-heading {
  min-height: unset;
  margin: 0 0 0;
}
#ppc-container .linked-icons {
  width: 100%;
}
@media (max-width: 840px) {
  #ppc-container .linked-icons {
    max-width: 540px;
  }
}
@media (max-width: 1190px) and (min-width: 1024px) {
  #ppc-container .linked-icons {
    max-width: 600px;
  }
}
#ppc-container .linked-icons .linked-icon {
  width: 15%;
  flex-basis: auto;
  justify-content: space-evenly;
  margin: 25px 16px 0 0;
}
@media (max-width: 1190px) {
  #ppc-container .linked-icons .linked-icon {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  #ppc-container .linked-icons .linked-icon {
    width: 120px;
  }
}
#ppc-container .linked-icons .linked-icon:last-child {
  margin-right: 0;
}
#ppc-container .linked-icons .linked-icon .benefit-container {
  margin-right: 0;
  width: 100%;
}
#ppc-container .linked-icons .linked-icon .benefit-container h2 {
  font-size: 0.8rem;
}
#ppc-container .linked-icons .linked-icon.linked-icon--brand-ppc {
  width: calc(33.3333333333% - 20px);
}

#two-column-form-container {
  margin: 0 auto;
  width: 100%;
}
#two-column-form-container #main-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 37px;
  max-width: 1380px;
  padding: 20px;
  margin: 50px auto 96px;
}
@media (max-width: 1024px) {
  #two-column-form-container #main-page-content {
    display: flex;
    flex-direction: column;
  }
}
#two-column-form-container #main-page-content .two-column-section {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 37px;
}
@media (max-width: 1024px) {
  #two-column-form-container #main-page-content .two-column-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
#two-column-form-container #main-page-content .two-column-section__left {
  grid-column: 1/2;
}
#two-column-form-container #main-page-content .two-column-section__right {
  grid-column: 2/3;
}
#two-column-form-container #main-page-content .key-benefit-review-wrapper {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1024px) {
  #two-column-form-container #main-page-content .key-benefit-review-wrapper {
    display: flex;
    flex-direction: column;
  }
}
#two-column-form-container #main-page-content .key-benefit-review-wrapper #key-benefits-container {
  grid-column: 1/3;
  max-width: 85%;
}
#two-column-form-container #main-page-content .key-benefit-review-wrapper #review-container {
  grid-column: 3;
}
#two-column-form-container #main-page-content .key-benefit-review-wrapper #review-container .feefo-snippet {
  max-width: 100%;
}
#two-column-form-container #main-page-content .additional-page-content .section#all-reviews {
  background-color: #fafafa;
}

.brand-ppc-products-extras {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.brand-ppc-copy-under-hero {
  margin: auto;
  padding-inline: 20px;
  max-width: 1380px;
}

.share-tools {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}

.share-tools__item {
  margin-right: 12px;
  font-weight: 600;
}
@media (max-width: 641px) {
  .share-tools__item svg {
    height: 23px;
  }
}
.share-tools__item svg path {
  fill: #e62174;
  transition: 0.2s fill ease-in-out;
}
.share-tools__item a:hover svg path {
  fill: #376ab2;
}

.documents {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
@media (max-width: 641px) {
  .documents {
    margin: -15px 0 0 -15px;
    padding-top: 20px;
  }
}

.documents__item {
  flex: 1;
  padding: 30px 0 0 30px;
  flex: 0 0 25%;
  text-align: center;
}
@media (max-width: 641px) {
  .documents__item {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-top: 15px;
  }
}

.documents__image {
  margin-bottom: 10px;
}

.documents__img-tag {
  margin: auto;
  display: block;
  transition: 0.2s;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
@media (max-width: 641px) {
  .documents__img-tag {
    width: 100%;
  }
}

.documents--shadow .documents__img-tag {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}

.documents__title {
  color: #376ab2;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 50px;
}

.documents__download {
  margin-bottom: 10px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.documents__download a.button {
  background: #e62174;
  width: 100%;
}

.documents__file-info {
  opacity: 0.6;
}

.page-banner {
  background: transparent;
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 641px) {
  .page-banner {
    display: block;
    min-height: 450px;
  }
}
.page-banner .page-banner__signpost_image {
  width: 50%;
}
.page-banner .page-banner__signpost_image img {
  width: 100%;
  max-height: 400px;
}
@media (max-width: 641px) {
  .page-banner .page-banner__signpost_image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-banner .page-banner__signpost_image img {
    height: 100%;
  }
}
.page-banner.product-ctas {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  padding-top: 60px;
  margin-top: 1px;
  background-color: #ffffff;
}
.page-banner.product-ctas .page-banner__inner {
  background: transparent;
  padding: 1.5rem;
  float: left;
}
@media (max-width: 641px) {
  .page-banner.product-ctas .page-banner__inner:last-child {
    display: none;
  }
}
.page-banner.product-ctas .page-banner__inner h1,
.page-banner.product-ctas .page-banner__inner h2 {
  color: #fff;
  font-weight: 600;
  text-align: right;
  text-shadow: none;
}
.page-banner.product-ctas .page-banner__inner h1 {
  margin-top: 0rem;
}
.page-banner.product-ctas .page-banner__inner h2 {
  font-size: 1.5rem;
  margin-bottom: 0rem;
}
.page-banner.product-ctas .page-banner__inner .product-links {
  margin-top: 1rem;
  justify-content: flex-start;
}
@media (max-width: 641px) {
  .page-banner.product-ctas .page-banner__inner .product-links {
    justify-content: center;
  }
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link {
  flex-basis: 33.33333%;
}
@media (max-width: 641px) {
  .page-banner.product-ctas .page-banner__inner .product-links .product-link {
    flex-basis: 9.5rem;
  }
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link {
  max-width: 500px;
  flex-grow: 0;
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link a {
  background-color: #097dc9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid transparent;
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link a:hover {
  box-shadow: 0px 0px 10px #e62174;
  border-color: #e62174;
  transition: 0.3s;
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link a {
  color: #fff;
  padding: 1.5rem 1rem;
  height: 100%;
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link a img {
  max-height: 4rem;
}
.page-banner.product-ctas .page-banner__inner .product-links .product-link a:hover {
  opacity: 0.9;
  transition: 0.3s;
}
.page-banner.product-ctas .page-banner__inner .links-footer {
  padding-top: 0rem;
  padding-left: 0.5rem;
}
.page-banner.product-ctas .page-banner__inner .links-footer p {
  text-align: left;
}
.page-banner .hero-strap {
  background-color: #e62174;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
@media (max-width: 641px) {
  .page-banner .hero-strap {
    height: auto;
  }
}
.page-banner .hero-strap h2 {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 641px) {
  .page-banner .hero-strap h2 {
    font-size: 1rem;
  }
}

.page-banner__background {
  background: orange;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.page-banner__inner {
  width: 50%;
  height: auto;
  background-color: #376ab2;
  padding-top: 85px;
  padding-bottom: 85px;
}
.page-banner__inner.addition-header-image {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-banner__inner {
  position: relative;
  min-height: 253px;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1357px) {
  .page-banner__inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1024px) {
  .page-banner__inner {
    padding-top: 65px;
    padding-bottom: 65px;
    min-height: 0;
  }
}
@media (max-width: 641px) {
  .page-banner__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 0;
    width: 100%;
    flex-basis: 100%;
  }
}
.page-banner__inner .banner_text {
  padding-right: 10px;
  width: 80%;
  max-width: 490px;
  float: right;
}
.page-banner__inner .banner_text sup {
  color: #fff;
}
@media (max-width: 1024px) {
  .page-banner__inner .banner_text {
    max-width: 100%;
    width: 100%;
    float: none;
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 641px) {
  .page-banner__inner .banner_text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-banner__inner .banner_text .button--large {
  background-color: #fff;
  color: #376ab2;
}
.page-banner__inner .banner_text .button--large:hover {
  background-color: #ffffff !important;
  opacity: 0.8;
}

#home .bannertext {
  height: 100%;
  padding-bottom: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.page-banner__inner_image {
  width: 50%;
  position: relative;
  min-height: 253px;
  order: 2;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 641px) {
  .page-banner__inner_image {
    width: 100%;
    flex-basis: 100%;
    max-height: 260px;
    min-height: 180px;
  }
}

.page-banner__breadcrumb {
  padding-bottom: 0px;
}
.page-banner__breadcrumb .section__inner {
  padding-bottom: 0;
}
.page-banner__breadcrumb ul.breadcrumb {
  list-style: none;
  margin: 0 15px 0 15px;
  padding: 0;
}
.page-banner__breadcrumb ul.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #3d3d3b;
}
.page-banner__breadcrumb ul.breadcrumb li.current {
  font-weight: 700;
  color: #376ab2;
}
.page-banner__breadcrumb ul.breadcrumb li:first-child {
  margin-left: 0;
}
.page-banner__breadcrumb ul.breadcrumb li.breadcrumb__divider {
  margin-right: 0px;
  margin-left: 0px;
}
.page-banner__breadcrumb ul.breadcrumb li a {
  color: #3d3d3b;
}

.page-banner__title {
  max-width: 80%;
}
@media (max-width: 1024px) {
  .page-banner__title {
    max-width: 100%;
  }
}
.page-banner__title h1 {
  margin: 0;
  color: #ffffff;
  text-shadow: 0px 0px 6px #000;
}
@media (max-width: 1024px) {
  .page-banner__title h1 {
    font-size: 2rem;
  }
}

.page-banner__tagline {
  max-width: 70%;
  padding-top: 8px;
}
@media (max-width: 1024px) {
  .page-banner__tagline {
    padding-top: 14px;
  }
}
.page-banner__tagline p {
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: 0px 0px 6px #000;
  margin-bottom: 1rem;
}

.page-banner--full-width {
  background: #376ab2;
}
.page-banner--full-width .page-banner__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.page-banner--full-width .banner_text {
  float: left;
}

body#product .footer__inner {
  padding-bottom: 166px;
}
@media (max-width: 641px) {
  body#product .footer__inner {
    padding-bottom: 120px;
  }
}

#quote-bar {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s transform ease-in-out;
}

.quote-bar--minimised {
  transform: translateY(76px);
}

#quote-bar__toggle {
  background: url("/images/quote-bar-icon.png");
  height: 28px;
  width: 48px;
  text-align: center;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.quote-bar__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .quote-bar__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .quote-bar__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .quote-bar__inner {
    padding: 0 10px;
  }
}
.quote-bar__inner {
  display: flex;
  padding-top: 18px;
  padding-bottom: 20px;
}
@media (max-width: 641px) {
  .quote-bar__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

.quote-bar__content {
  margin-top: 3px;
}
@media (max-width: 641px) {
  .quote-bar__content {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
  }
}
.quote-bar__content .logo {
  display: inline-block;
  margin-right: 30px;
}
.quote-bar__content .logo img {
  max-width: 30px;
}
.quote-bar__content .quote-bar__container {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (max-width: 641px) {
  .quote-bar__feefo {
    display: none;
  }
}

.quote-bar__buttons {
  margin-left: auto;
}
@media (max-width: 641px) {
  .quote-bar__buttons {
    margin-left: 0;
    width: 100%;
    background: #eee;
  }
}
.quote-bar__buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 641px) {
  .quote-bar__buttons ul {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.quote-bar__buttons ul li {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 641px) {
  .quote-bar__buttons ul li {
    flex-grow: 1;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.quote-bar__buttons ul li a.button {
  background: #e62174;
}
@media (max-width: 641px) {
  .quote-bar__buttons ul li a.button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    width: 100%;
  }
}

.article-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
@media (max-width: 641px) {
  .article-list {
    margin-top: -15px;
  }
}
.article-list .article-list__item {
  margin-top: 30px;
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .article-list .article-list__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 641px) {
  .article-list .article-list__item {
    width: 100% !important;
  }
}

.article-list__item {
  border: 1px solid #ebebeb;
  display: flex;
  flex-flow: column nowrap;
  transition: 0.2s all ease-in-out;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 641px) {
  .article-list__item {
    width: 100%;
    margin-top: 15px;
  }
}
.article-list__item:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 641px) {
  .article-list__item:hover {
    box-shadow: none;
  }
}

.article-list__link {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}

.article-list__image img {
  width: 100%;
}

.article-list__text {
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 641px) {
  .article-list__text {
    padding: 15px;
  }
}

.article-list__date {
  margin: 0 0 8px 0;
  opacity: 1;
  font-size: 0.8rem;
}

.article-list__title {
  margin: 0 0 15px 0;
}

.article-list__summary {
  margin: 0;
  padding-bottom: 20px;
}

.article-list__button {
  margin-top: auto !important;
  transition: 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #ffffff;
  padding: 7px;
  cursor: pointer;
  background: #e62174;
  padding: 8px 15px;
}
.article-list__button:hover {
  color: #ffffff;
  background: rgb(213.4615384615, 24.0384615385, 103.8461538462) !important;
}

.custom-select select {
  background-image: url("/images/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  background-color: transparent;
  padding: 10px 14px;
  color: #ffffff;
  border: 1px solid #e62174;
  appearance: none;
  outline: 0;
  min-width: 285px;
  font-weight: 600;
}
.custom-select select option {
  background-color: initial;
  background-image: none;
  color: initial;
  border: none;
}

.custom-select__element {
  background: #e62174;
  display: inline-block;
}

.careers-list {
  list-style: none;
  margin: -40px 0 0 0;
  padding: 0;
}
.careers-list li {
  padding-top: 40px;
}
.careers-list h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.careers-list h3 a {
  font-size: inherit;
}
.careers-list p {
  margin: 10px 0 0 0;
}

.footer {
  background-color: #3d3d3b;
}

.footer__inner {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .footer__inner {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .footer__inner {
    padding: 0 10px;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .footer__inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 641px) {
  .footer__inner {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.footer__links {
  width: 20%;
}
@media (max-width: 1024px) {
  .footer__links {
    width: 50%;
    margin-top: 20px;
  }
}
.footer__links h3 {
  margin-top: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  margin-bottom: 3px;
}
.footer__links ul li a {
  color: #ffffff;
  transition: 0.2s;
  font-size: 0.9rem;
}
.footer__links ul li a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.footer__social {
  width: 20%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .footer__social {
    width: 50%;
    margin-top: 30px;
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 641px) {
  .footer__social {
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
    text-align: left;
  }
}
.footer__social h3 {
  margin-top: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social ul li {
  margin-bottom: 3px;
  display: inline-block;
  margin-left: 10px;
}
.footer__social ul li a {
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.footer__social ul li a:hover {
  opacity: 0.75;
}
.footer__social ul li a svg path {
  fill: #ffffff;
}
@media (max-width: 641px) {
  .footer__social ul li a svg {
    height: 23px;
  }
}

.footer__disclaimer {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .footer__disclaimer {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .footer__disclaimer {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .footer__disclaimer {
    padding: 0 10px;
  }
}
.footer__disclaimer {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer__disclaimer {
    padding-bottom: 30px;
  }
}
@media (max-width: 641px) {
  .footer__disclaimer {
    padding-bottom: 30px;
  }
}
.footer__disclaimer p {
  font-size: 0.8rem;
  color: #ffffff;
}

.footer__madeby {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}
@media (min-width: 1357px) {
  .footer__madeby {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  .footer__madeby {
    padding: 0 30px;
  }
}
@media (max-width: 641px) {
  .footer__madeby {
    padding: 0 10px;
  }
}
.footer__madeby {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__madeby {
    padding-bottom: 30px;
  }
}
@media (max-width: 641px) {
  .footer__madeby {
    padding-bottom: 30px;
  }
}
.footer__madeby p {
  font-size: 0.8rem;
  color: #ffffff;
}
.footer__madeby a {
  font-size: 0.8rem;
  color: #ffffff;
}
.footer__madeby a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.footer__back-to-top {
  padding-top: 35px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 1;
  display: none;
}
@media (max-width: 1024px) {
  .footer__back-to-top {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 641px) {
  .footer__back-to-top {
    padding-top: 25px;
  }
}
.footer__back-to-top a {
  display: inline-block;
}

.footnotes {
  padding-top: 5px;
  opacity: 0.7;
}
.footnotes p {
  font-size: 0.85rem;
}

.reviews .review {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 20px;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.reviews .review .title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #376ab2;
}
.reviews .review .customer {
  margin: 10px 0;
}
.reviews .review .rating {
  margin: 15px 0;
}
.reviews .review .rating .fa-star {
  color: #f7f7f7;
}
.reviews .review .rating .fa-star.checked {
  color: #f8d147;
}
.reviews .slick-prev, .reviews .slick-next {
  top: 40%;
}

.quote-bar__feefo .logo {
  display: inline-block;
  margin-right: 20px;
}
.quote-bar__feefo .rating-container {
  display: inline-block;
}
.quote-bar__feefo .rating-container .rating-count h2, .quote-bar__feefo .rating-container .rating-count h5, .quote-bar__feefo .rating-container .rating-count h4 {
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.quote-bar__feefo .rating-container .rating-count h2 {
  color: #f8d147;
  font-size: 1.1rem;
}
.quote-bar__feefo .rating-container .rating-count h5, .quote-bar__feefo .rating-container .rating-count h4, .quote-bar__feefo .rating-container .rating-count a {
  color: #3c3c3b;
  font-size: 0.8rem;
}
.quote-bar__feefo .rating-container .rating {
  line-height: 0.6rem;
}
.quote-bar__feefo .rating-container .rating .fa {
  font-size: 0.8rem;
}
.quote-bar__feefo .rating-container .rating .fa-star, .quote-bar__feefo .rating-container .rating .fa-star-half-full {
  color: #f7f7f7;
}
.quote-bar__feefo .rating-container .rating .fa-star.checked, .quote-bar__feefo .rating-container .rating .fa-star-half-full.checked {
  color: #f8d147;
}
.quote-bar__feefo .rating-container .rating .fa-star-half-full {
  color: #f8d147;
}

.feefo-slideshow-header {
  margin-bottom: 20px;
}

.homepage__feefo {
  display: none;
  margin-bottom: 0 auto;
  text-align: center;
}
.homepage__feefo .rating-container .rating-count h2, .homepage__feefo .rating-container .rating-count h5, .homepage__feefo .rating-container .rating-count h4 {
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.homepage__feefo .rating-container .rating-count h2 {
  color: #f8d147;
  font-size: 1.5rem;
}
.homepage__feefo .rating-container .rating-count h5, .homepage__feefo .rating-container .rating-count h4, .homepage__feefo .rating-container .rating-count a {
  color: #3c3c3b;
  font-size: 1rem;
}
.homepage__feefo .rating-container .rating {
  line-height: 1.8rem;
}
.homepage__feefo .rating-container .rating .fa {
  font-size: 1rem;
}
.homepage__feefo .rating-container .rating .fa-star, .homepage__feefo .rating-container .rating .fa-star-half-full {
  color: #f7f7f7;
}
.homepage__feefo .rating-container .rating .fa-star.checked, .homepage__feefo .rating-container .rating .fa-star-half-full.checked {
  color: #f8d147;
}
.homepage__feefo .rating-container .rating .fa-star-half-full {
  color: #f8d147;
}

.reviewrating {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}
.reviewrating.outlined {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px 30px 30px 0px;
}
.reviewrating > * {
  flex: 1;
}
.reviewrating .feefo-snippet {
  min-height: 130px;
}
.reviewrating .reviewrating-seeall {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .reviewrating {
    display: block;
  }
}

.zebedee .zebedee-heading {
  background: #e62174;
  border-radius: 1rem 1rem 0rem 0rem;
  color: #fff;
  padding: 1.5rem;
}
.zebedee .zebedee-heading h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.zebedee .zebedee-heading p {
  text-align: center;
  color: #fff;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.zebedee .zebedee-footer {
  background: #376ab2;
  border-radius: 0rem 0rem 1rem 1rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
}
.zebedee .zebedee-footer h3 {
  margin: 0;
  color: #fff;
}
.zebedee .zebedee-trigger {
  background: #376ab2;
  color: #ffffff;
  padding: 0.75rem;
  position: relative;
  margin: 0;
  margin-bottom: 1px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: contain;
  display: flex;
  align-items: center;
  min-height: 73px;
}
.zebedee .zebedee-trigger > img {
  margin-right: 15px;
}
.zebedee .zebedee-trigger:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: block;
  height: 0.45em;
  right: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-70%) rotate(-225deg);
  width: 0.45em;
  transition: all 0.2s ease-in-out;
}
.zebedee .zebedee-trigger:hover {
  background-color: rgb(48.9806866953, 94.3991416309, 158.5193133047);
}
.zebedee .zebedee-trigger.pink {
  border: 1px solid #e62174;
  border-top: 0;
  background-color: #fff;
  color: #376ab2;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-bottom: 0;
}
.zebedee .zebedee-trigger.pink:hover {
  background-color: rgb(252.7125506073, 234.6874493927, 242.2817813765);
}
.zebedee .zebedee-trigger.pink:after {
  display: none;
}
.zebedee .zebedee-trigger.pink svg {
  display: block;
  right: 2em;
  position: absolute;
  top: calc(50% - 10px);
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.zebedee .zebedee-trigger.pink + .zebedee-content {
  background-color: rgba(230, 33, 116, 0.1);
}
.zebedee .zebedee-trigger.pink + .zebedee-content .faq-content {
  max-width: 90%;
}
.zebedee .zebedee-trigger.pink + .zebedee-content > div {
  max-width: 80%;
  margin: auto;
}
.zebedee .zebedee-trigger.pink + .zebedee-content > div a {
  border-bottom: 0px solid #376ab2;
  color: #376ab2;
}
.zebedee .zebedee-trigger.pink + .zebedee-content > div a:hover {
  border-bottom: 0px solid #e62174;
  color: #e62174;
}
.zebedee .zebedee-content {
  overflow-y: hidden;
  width: 100%;
  transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.zebedee .zebedee-content > div {
  width: 100%;
  padding: 1rem;
}
.zebedee .zebedee-active .zebedee-trigger {
  background: rgb(48.9806866953, 94.3991416309, 158.5193133047);
}
.zebedee .zebedee-active .zebedee-trigger:after {
  transform: translateY(-50%) rotate(-135deg);
}
.zebedee .zebedee-active .zebedee-trigger.pink {
  background: #fff;
}
.zebedee .zebedee-active .zebedee-trigger.pink svg {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-out;
}
.zebedee .zebedee-active .zebedee-content {
  visibility: visible;
  opacity: 1;
}

.mobile-search {
  display: none;
}
@media (max-width: 641px) {
  .mobile-search {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

.search-box {
  background: #376ab2;
  border-radius: 30px;
  padding: 15px;
}
.search-box h3, .search-box p, .search-box strong {
  text-align: center;
  color: #fff;
}
.search-box h3 {
  margin-top: 0;
}
.search-box strong {
  font-size: 0.9rem;
}
.search-box a {
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
}
.search-box .form {
  padding: 0;
}
.search-box .form-field {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
.search-box .form-field:last-child {
  padding-bottom: 0;
}
.search-box .form-field input[type=submit] {
  margin: auto;
  display: inline-block;
}
.search-box .button {
  color: #376ab2;
  background-color: #fff;
  padding: 10px 20px;
}
.search-box .button:hover {
  background-color: #fff !important;
  opacity: 0.8;
  cursor: pointer;
}

.subnav + .search-box {
  margin-top: 20px;
}

.search-result {
  border-bottom: 2px solid #efefef;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
.search-result .search-readmore {
  margin-top: 0;
}
.search-result .search-readmore .button {
  color: #fff;
  background-color: #376ab2;
  padding: 10px 20px;
  cursor: pointer;
}

.page-content.centered {
  justify-content: space-around;
}

.cta_buttons {
  display: flex;
  flex-direction: row;
  border: 5px solid #e62174;
  border-radius: 20px;
}
.cta_buttons .cta_button {
  padding: 10px;
  box-shadow: 1px 2px 13px -6px #444;
  border-radius: 10px;
  height: auto;
  width: 250px;
  background-color: #ebebeb;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.cta_buttons .cta_button .cta-intro {
  color: #376ab2;
}
.cta_buttons .cta_button .icon-number-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: auto;
}
.cta_buttons .cta_button .icon-number-wrapper .cta-icon {
  align-self: center;
  margin: 20px;
  max-width: 50px;
  max-height: 50px;
}
.cta_buttons .cta_button .icon-number-wrapper .cta-number {
  background-color: #e62174;
  color: #ffffff;
  padding: 5px;
  margin: 0px 30px;
  border-radius: 5px;
  margin-top: auto;
}
.cta_buttons .cta_button {
  margin: 10px;
}

@media (max-width: 650px) {
  .cta_buttons {
    flex-direction: column;
    width: 100%;
  }
  .cta_buttons .cta_button {
    width: auto;
  }
}
.linked-icons {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .linked-icons {
    width: 100%;
    justify-content: center;
  }
}
.linked-icons .linked-icon {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: #376ab2;
  border-radius: 30px;
  border-bottom-left-radius: 0;
}
@media (max-width: 641px) {
  .linked-icons .linked-icon {
    flex-basis: 46%;
    width: 46%;
    margin-bottom: 1rem;
  }
  .linked-icons .linked-icon:nth-child(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 641px) and (max-width: 641px) {
  .linked-icons .linked-icon:nth-child(odd) {
    margin-right: 2%;
  }
}
.linked-icons .linked-icon__container {
  height: 100%;
  width: 80%;
}
@media (max-width: 641px) {
  .linked-icons .linked-icon__container {
    margin-right: 0;
  }
}
.linked-icons .linked-icon__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.linked-icons .linked-icon__layout img {
  width: 70%;
  max-width: 200px;
}
.linked-icons .linked-icon__layout h4 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.linked-icons .linked-icon__icon {
  width: 80%;
}
.linked-icons .linked-icon--link:hover {
  cursor: pointer;
  background-color: #e62174;
}
.linked-icons .linked-icon--link .linked-icon__container:hover {
  cursor: pointer;
}
.linked-icons .linked-icon--link .linked-icon__container:hover .linked-icon__icon > g:first-of-type > path:first-of-type {
  fill: #e62174;
}
.linked-icons .linked-icon--link .linked-icon__link {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.linked-icons--six .linked-icon {
  width: 16.6666666667%;
}
.linked-icons--five .linked-icon {
  width: 20%;
}
.linked-icons--four .linked-icon {
  width: 25%;
}
.linked-icons--two .linked-icon {
  width: 50%;
}
.linked-icons--one .linked-icon {
  width: 100%;
}

.promo-panels {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 641px) {
  .promo-panels {
    flex-direction: column;
  }
}

.promo-panel {
  flex: 1 1 calc(33.333% - 20px);
  margin: 10px;
  box-shadow: 1px 2px 13px -6px rgb(68, 68, 68);
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border-radius: 30px;
  border-bottom-left-radius: 0;
}
.promo-panel__content {
  height: 100%;
}
.promo-panel__content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.promo-panel__title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.promo-panel__text {
  font-size: 1em;
  color: #376ab2;
}
.promo-panel:nth-child(1) a {
  background-color: #376ab2;
}
.promo-panel:nth-child(1) a:hover {
  background-color: rgb(48.9806866953, 94.3991416309, 158.5193133047);
}
.promo-panel:nth-child(3) a {
  background-color: #efbd14;
  color: #000000;
}
.promo-panel:nth-child(3) a:hover {
  background-color: rgb(240.625498008, 195.7051792829, 43.874501992) !important;
}

.loading-icon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.loading-icon-wrapper img {
  height: 150px;
  width: 150px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.loading-overlay__spinner {
  width: 100px;
  height: 100px;
}

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

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

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

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

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

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

body {
  margin: 0;
  background: #ffffff;
}