/* Grilla.
// Responsive SASS Framework
// Version: V2.0
// Last Updated: 2019-10-11
// Author: Twilo Creative Limited */
@font-face {
  font-family: "vag-rundschrift-d";
  src: url("/wp-content/plugins/ecohappy-builders/fonts/vag-rundschrift-d.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "lato";
  src: url("/wp-content/plugins/ecohappy-builders/fonts/lato-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "lato";
  src: url("/wp-content/plugins/ecohappy-builders/fonts/lato-italic-bold.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "lato";
  src: url("/wp-content/plugins/ecohappy-builders/fonts/lato-normal-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "lato";
  src: url("/wp-content/plugins/ecohappy-builders/fonts/lato-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/plugins/ecohappy-builders/fonts/rubik.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/plugins/ecohappy-builders/fonts/rubik700.woff2") format("woff2");
}
.tk-rubik {
  font-family: "Rubik", sans-serif;
  font-weight: 700 !important;
}

.tk-vag-rundschrift-d {
  font-family: "vag-rundschrift-d", sans-serif;
  font-display: swap;
}

.tk-lato {
  font-family: "lato", sans-serif;
  font-display: swap;
}

.bg-brand {
  background: #06d29e !important;
  color: #fff;
}

.bg-brand-dark {
  background: #0F8A6B !important;
  color: #fff;
}

.bg-brand-light {
  background: #6C1C78 !important;
  color: #fff;
}

.bg-contrast {
  background: #773bee !important;
}

.bg-white {
  background: #fff !important;
}

.c-brand {
  color: #06d29e !important;
}

.c-brand-dark {
  color: #0F8A6B !important;
}

.c-brand-light {
  color: #6C1C78 !important;
}

.c-contrast {
  color: #773bee !important;
}

.c-grey-light {
  color: #B8C3CC !important;
}

.bg-blue {
  background: #6CDFEA !important;
}

.bg-blue-light {
  background: #91e7ef !important;
}

.bg-blue-lightest {
  background: #b6eff5 !important;
}

.bg-pink {
  background: #FF099C !important;
  color: #fff;
}

.bg-lilac {
  background: #8B6DED !important;
}

.c-blue {
  color: #6CDFEA !important;
}

.c-royal-blue {
  color: #1e64c8 !important;
}

.bg-pink-lightest {
  background: #fce7f3 !important;
}

.bg-green-light {
  background: #C0E7D9 !important;
}

.bg-lilac-light {
  background: #E7E1FB !important;
}

.bg-grey-darkest {
  background: #333333 !important;
}

.bg-grey-dark {
  background: #555F69 !important;
}

.bg-grey {
  background: #848C99 !important;
}

.bg-grey-light {
  background: #B8C3CC !important;
}

.bg-grey-lightest {
  background: #F2F2F2 !important;
}

.bg-black {
  background: #000000 !important;
  color: #ffffff;
}

.bg-success {
  background: #00B969 !important;
}

.bg-warning {
  background: #ed952b !important;
}

.bg-danger {
  background: #d83a3a !important;
}

.c-success {
  color: #00B969 !important;
}

.c-warning {
  color: #ed952b !important;
}

.c-danger {
  color: #d83a3a !important;
}

.c-text-muted {
  color: #555F69 !important;
}

.c-white {
  color: #fff !important;
}

.bg-gradient-pink {
  background: #FF099C;
  background: linear-gradient(#FF099C 0%, #8B6DED 100%);
  color: #fff;
}

.bg-gradient-pink-dark {
  background: #FF099C;
  background: linear-gradient(#FF099C 0%, #6C1C78 100%);
  color: #fff;
}

.bg-gradient-dark {
  background: #FF099C;
  background: linear-gradient(#FF099C 0%, #6C1C78 100%);
  color: #fff;
}

.bg-gradient-dark {
  background: #0F8A6B;
  background: linear-gradient(#0F8A6B 0%, #8B6DED 100%);
  color: #fff;
}

b, strong {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container {
    width: 1440px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    width: 1920px;
  }
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

.container-max {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-gutter {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.row-gutter > [class^=col] {
  padding: 0 0.5rem;
}
@media screen and (min-width: 1201px) {
  .row-gutter > [class^=col] {
    padding: 0 1rem;
  }
}

.reverse {
  flex-direction: row-reverse;
}

.eq-height {
  align-items: stretch;
}

.auto-height {
  align-items: flex-start;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-reverse {
  flex-direction: column-reverse;
}

.col-center {
  display: block;
  float: none;
  margin: 0 auto;
}

.col-first {
  order: -1;
}

.col-last {
  order: 1;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 100%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 100%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.start-xs {
  justify-content: flex-start;
}

.center-xs {
  justify-content: center;
}

.end-xs {
  justify-content: flex-end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media screen and (min-width: 481px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media screen and (min-width: 1201px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: 100%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    justify-content: flex-start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-table-cell {
  display: table-cell;
}

.d-table-row {
  display: table-row;
}

.d-xs-block {
  display: block;
}

.d-xs-flex {
  display: flex;
}

.d-xs-inline {
  display: inline;
}

.d-xs-inline-block {
  display: inline-block;
}

.d-xs-table-cell {
  display: table-cell;
}

.d-xs-none {
  display: none;
}

@media screen and (max-width: 480px) {
  .d-xs-only-block {
    display: block;
  }
  .d-xs-only-flex {
    display: flex;
  }
  .d-xs-only-inline {
    display: inline;
  }
  .d-xs-only-inline-block {
    display: inline-block;
  }
  .d-xs-only-table-cell {
    display: table-cell;
  }
  .d-xs-only-none {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-none {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .d-sm-only-block {
    display: block;
  }
  .d-sm-only-flex {
    display: flex;
  }
  .d-sm-only-inline {
    display: inline;
  }
  .d-sm-only-inline-block {
    display: inline-block;
  }
  .d-sm-only-table-cell {
    display: table-cell;
  }
  .d-sm-only-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .d-md-only-block {
    display: block;
  }
  .d-md-only-flex {
    display: flex;
  }
  .d-md-only-inline {
    display: inline;
  }
  .d-md-only-inline-block {
    display: inline-block;
  }
  .d-md-only-table-cell {
    display: table-cell;
  }
  .d-md-only-none {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-none {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .d-lg-only-block {
    display: block;
  }
  .d-lg-only-flex {
    display: flex;
  }
  .d-lg-only-inline {
    display: inline;
  }
  .d-lg-only-inline-block {
    display: inline-block;
  }
  .d-lg-only-table-cell {
    display: table-cell;
  }
  .d-lg-only-none {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-none {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.5;
  color: #1E1E1E;
  text-align: left;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code {
  white-space: pre-wrap;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #555F69;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.rel {
  position: relative;
}

.right {
  float: right;
}

.left {
  float: left;
}

.hidden {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.mb {
  margin-bottom: 2rem;
}

.mb-small {
  margin-bottom: 0.6666666667rem;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.ml-13 {
  margin-left: 3.25rem !important;
}

.mr-13 {
  margin-right: 3.25rem !important;
}

.pl-13 {
  padding-left: 3.25rem !important;
}

.pr-13 {
  padding-right: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.ml-15 {
  margin-left: 3.75rem !important;
}

.mr-15 {
  margin-right: 3.75rem !important;
}

.pl-15 {
  padding-left: 3.75rem !important;
}

.pr-15 {
  padding-right: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.ml-17 {
  margin-left: 4.25rem !important;
}

.mr-17 {
  margin-right: 4.25rem !important;
}

.pl-17 {
  padding-left: 4.25rem !important;
}

.pr-17 {
  padding-right: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.ml-19 {
  margin-left: 4.75rem !important;
}

.mr-19 {
  margin-right: 4.75rem !important;
}

.pl-19 {
  padding-left: 4.75rem !important;
}

.pr-19 {
  padding-right: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.ml-21 {
  margin-left: 5.25rem !important;
}

.mr-21 {
  margin-right: 5.25rem !important;
}

.pl-21 {
  padding-left: 5.25rem !important;
}

.pr-21 {
  padding-right: 5.25rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.ml-22 {
  margin-left: 5.5rem !important;
}

.mr-22 {
  margin-right: 5.5rem !important;
}

.pl-22 {
  padding-left: 5.5rem !important;
}

.pr-22 {
  padding-right: 5.5rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.ml-23 {
  margin-left: 5.75rem !important;
}

.mr-23 {
  margin-right: 5.75rem !important;
}

.pl-23 {
  padding-left: 5.75rem !important;
}

.pr-23 {
  padding-right: 5.75rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.ml-25 {
  margin-left: 6.25rem !important;
}

.mr-25 {
  margin-right: 6.25rem !important;
}

.pl-25 {
  padding-left: 6.25rem !important;
}

.pr-25 {
  padding-right: 6.25rem !important;
}

.mt-gutter {
  margin-top: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mt-gutter {
    margin-top: 2rem !important;
  }
}

.mb-gutter {
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 1201px) {
  .mb-gutter {
    margin-bottom: 2rem !important;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

big {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.radius50 {
  border-radius: 50%;
}

.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.animate-container {
  overflow: hidden;
}

.animate {
  will-change: transform;
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
}

.animate.nofade {
  opacity: 1;
}

.animate.rtl {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.animate.ltr {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.animate.btt {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.animate.scale {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.reveal .animate {
  opacity: 1;
}
.reveal .animate.rtl,
.reveal .animate.ltr {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.reveal .animate.btt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.reveal .animate.scale {
  transform: scale(1);
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse-text {
  animation: pulsate 2s infinite;
  transform: scale(1);
}

@media screen and (min-width: 769px) {
  .animate.delay-1 {
    transition-delay: 100ms;
  }
  .animate.delay-2 {
    transition-delay: 200ms;
  }
  .animate.delay-3 {
    transition-delay: 300ms;
  }
  .animate.delay-4 {
    transition-delay: 400ms;
  }
  .animate.delay-5 {
    transition-delay: 500ms;
  }
  .animate.delay-6 {
    transition-delay: 600ms;
  }
}
.blog,
.archive,
.post-template-default {
  color: #1E1E1E;
}
.blog #primary .breadcrumbs,
.archive #primary .breadcrumbs,
.post-template-default #primary .breadcrumbs {
  padding: 30px 0;
  line-height: 30px;
}
.blog #primary header,
.archive #primary header,
.post-template-default #primary header {
  padding: 60px 0 30px;
}
.blog #primary header h1,
.archive #primary header h1,
.post-template-default #primary header h1 {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .blog #primary header h1,
  .archive #primary header h1,
  .post-template-default #primary header h1 {
    font-size: 42px;
  }
}
.blog #primary header p,
.archive #primary header p,
.post-template-default #primary header p {
  color: #848C99;
}
.blog #primary .blog-header,
.archive #primary .blog-header,
.post-template-default #primary .blog-header {
  padding: 0;
}
.blog #primary .blog-header p,
.archive #primary .blog-header p,
.post-template-default #primary .blog-header p {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #6C1C78;
}
.blog #primary .subscribe,
.archive #primary .subscribe,
.post-template-default #primary .subscribe {
  display: inline-block;
  padding: 0.75em 0;
}
.blog #primary article .article-content,
.archive #primary article .article-content,
.post-template-default #primary article .article-content {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .blog #primary article .article-content,
  .archive #primary article .article-content,
  .post-template-default #primary article .article-content {
    font-size: 14px;
  }
}
.blog #primary article .article-content > a,
.archive #primary article .article-content > a,
.post-template-default #primary article .article-content > a {
  color: #1E1E1E;
  text-decoration: none;
}
.blog #primary article .article-content > a:hover,
.archive #primary article .article-content > a:hover,
.post-template-default #primary article .article-content > a:hover {
  text-decoration: underline;
}
.blog #primary article .article-content > a .article-title,
.archive #primary article .article-content > a .article-title,
.post-template-default #primary article .article-content > a .article-title {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0.6em 0;
}
@media screen and (min-width: 769px) {
  .blog #primary article .article-content > a .article-title,
  .archive #primary article .article-content > a .article-title,
  .post-template-default #primary article .article-content > a .article-title {
    height: 2.4em;
    max-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1441px) {
  .blog #primary article .article-content > a .article-title,
  .archive #primary article .article-content > a .article-title,
  .post-template-default #primary article .article-content > a .article-title {
    font-size: 26px;
  }
}
.blog #primary article .article-content .entry-meta,
.archive #primary article .article-content .entry-meta,
.post-template-default #primary article .article-content .entry-meta {
  color: #848C99;
  margin: 0;
}
.blog #primary article .article-content .entry-meta > span,
.archive #primary article .article-content .entry-meta > span,
.post-template-default #primary article .article-content .entry-meta > span {
  margin-right: 1em;
}
.blog #primary article .article-content .entry-meta > span:last-of-type,
.archive #primary article .article-content .entry-meta > span:last-of-type,
.post-template-default #primary article .article-content .entry-meta > span:last-of-type {
  margin-right: 0;
}
.blog #primary article .article-content .entry-meta.has-avatar,
.archive #primary article .article-content .entry-meta.has-avatar,
.post-template-default #primary article .article-content .entry-meta.has-avatar {
  padding-top: 5px;
}
.blog #primary article .article-content .entry-meta.has-avatar .avatar,
.archive #primary article .article-content .entry-meta.has-avatar .avatar,
.post-template-default #primary article .article-content .entry-meta.has-avatar .avatar {
  margin: -5px 5px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.blog #primary article .article-content .entry-meta.single-line,
.archive #primary article .article-content .entry-meta.single-line,
.post-template-default #primary article .article-content .entry-meta.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog #primary article .article-content .entry-meta .category,
.blog #primary article .article-content .entry-meta .tags,
.blog #primary article .article-content .entry-meta .author,
.blog #primary article .article-content .entry-meta .posted_on,
.archive #primary article .article-content .entry-meta .category,
.archive #primary article .article-content .entry-meta .tags,
.archive #primary article .article-content .entry-meta .author,
.archive #primary article .article-content .entry-meta .posted_on,
.post-template-default #primary article .article-content .entry-meta .category,
.post-template-default #primary article .article-content .entry-meta .tags,
.post-template-default #primary article .article-content .entry-meta .author,
.post-template-default #primary article .article-content .entry-meta .posted_on {
  white-space: nowrap;
}
.blog #primary article .article-content .entry-meta .category a,
.archive #primary article .article-content .entry-meta .category a,
.post-template-default #primary article .article-content .entry-meta .category a {
  color: #6C1C78;
}

.entry-meta .updated {
  display: none;
}

.blog #primary article,
.archive #primary article {
  margin-bottom: 30px;
}
.blog #primary article .post-thumbnail,
.archive #primary article .post-thumbnail {
  display: block;
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
  background: #F2F2F2;
}
.blog #primary article .post-thumbnail img,
.archive #primary article .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.25s;
  will-change: transform;
}
.blog #primary article .post-thumbnail:hover img,
.archive #primary article .post-thumbnail:hover img {
  transform: scale(1.05);
}
.blog #primary article .article-content,
.archive #primary article .article-content {
  background: #F2F2F2;
  padding: 20px;
}
.blog .select-filters .select,
.archive .select-filters .select {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .blog .select-filters .select,
  .archive .select-filters .select {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .post-template-default #content {
    background-color: white;
  }
}
.post-template-default #primary {
  margin-bottom: 0;
  padding: 0 0 6rem 0;
  background: white;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .post-template-default #primary {
    padding: 0 30px 6rem 0;
  }
}
@media screen and (min-width: 1441px) {
  .post-template-default #primary {
    padding-right: 12.5%;
  }
}
.post-template-default #primary header {
  padding: 0 0 50px;
}
.post-template-default .post-thumbnail,
.post-template-default figure.aligncenter {
  margin: 0 0 50px;
}
@media screen and (min-width: 1441px) {
  .post-template-default .post-thumbnail,
  .post-template-default figure.aligncenter {
    margin: 0 -14.3% 50px;
  }
}
.post-template-default .entry-content {
  line-height: 2rem;
  font-size: 18px;
}
.post-template-default .entry-content p {
  color: #555F69;
  margin-bottom: 2rem;
}
.post-template-default .entry-content h2, .post-template-default .entry-content h3, .post-template-default .entry-content h4 {
  margin: 2rem 0 1rem;
  font-size: 26px;
}
.post-template-default .entry-content h2, .post-template-default .entry-content .h2, .post-template-default .entry-content h3, .post-template-default .entry-content .h3, .post-template-default .entry-content h4, .post-template-default .entry-content .h4 {
  color: #1E1E1E;
}
@media screen and (min-width: 769px) {
  .post-template-default .entry-content h2 {
    font-size: 32px;
  }
}
.post-template-default .entry-content h4 {
  font-size: 18px;
}
.post-template-default .entry-content ul {
  margin: 2rem;
  padding-left: 2rem;
}
.post-template-default .entry-content blockquote {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 2rem;
  border-left: 5px solid #06d29e;
  margin-bottom: 2rem;
}
.post-template-default .entry-content blockquote p:last-of-type {
  margin: 0;
}
.post-template-default .entry-content .wp-block-pullquote {
  border: 2px solid #B8C3CC;
  position: relative;
  padding: 0;
  margin: 2rem;
}
.post-template-default .entry-content .wp-block-pullquote blockquote {
  padding: 2rem;
  border: none;
  margin: 0;
}
.post-template-default .entry-content .wp-block-pullquote blockquote p {
  font-family: lato;
  font-style: italic;
  font-weight: 500;
  text-align: left;
  font-size: 25px;
  color: #6C1C78;
}
.post-template-default .entry-content .wp-block-pullquote blockquote::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 64.69 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23linear-gradient);%7D.cls-2%7Bfill:url(%23linear-gradient-2);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='0' y1='15' x2='18.16' y2='15' gradientTransform='matrix(1, 0, 0, 1, 0, 0)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff35ab'/%3E%3Cstop offset='1' stop-color='%23ff35ab'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='22.27' x2='40.43' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.04,14.35c4.21,0,7.12,3.01,7.12,7.63s-3.41,8.03-8.33,8.03C4.21,30,0,24.98,0,18.36,0,7.73,8.33,0,14.85,0c1.61,0,3.01,1.3,3.01,2.71,0,2.41-2.41,2.91-5.32,4.51-3.41,1.91-5.12,4.31-5.22,7.93,1.3-.5,2.61-.8,3.71-.8Z'/%3E%3Cpath class='cls-2' d='M33.21,14.35c4.21,0,7.22,3.01,7.22,7.63s-3.51,8.03-8.43,8.03c-5.62,0-9.73-5.02-9.73-11.64C22.27,7.73,30.5,0,37.02,0c1.61,0,3.01,1.3,3.01,2.71,0,2.41-2.31,2.91-5.22,4.51-3.41,1.91-5.12,4.31-5.22,7.93,1.3-.5,2.51-.8,3.61-.8Z'/%3E%3C/svg%3E");
  text-align: left;
  background-color: white;
  position: absolute;
  top: -15px;
  left: -20px;
  width: 70px;
  height: 55px;
}
.post-template-default .entry-content .wp-block-pullquote blockquote::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 64.69 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:url(%23linear-gradient);%7D.cls-2%7Bfill:url(%23linear-gradient-2);%7D%3C/style%3E%3ClinearGradient id='linear-gradient' x1='0' y1='15' x2='18.16' y2='15' gradientTransform='matrix(1, 0, 0, 1, 0, 0)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff35ab'/%3E%3Cstop offset='1' stop-color='%23ff35ab'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='22.27' x2='40.43' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.04,14.35c4.21,0,7.12,3.01,7.12,7.63s-3.41,8.03-8.33,8.03C4.21,30,0,24.98,0,18.36,0,7.73,8.33,0,14.85,0c1.61,0,3.01,1.3,3.01,2.71,0,2.41-2.41,2.91-5.32,4.51-3.41,1.91-5.12,4.31-5.22,7.93,1.3-.5,2.61-.8,3.71-.8Z'/%3E%3Cpath class='cls-2' d='M33.21,14.35c4.21,0,7.22,3.01,7.22,7.63s-3.51,8.03-8.43,8.03c-5.62,0-9.73-5.02-9.73-11.64C22.27,7.73,30.5,0,37.02,0c1.61,0,3.01,1.3,3.01,2.71,0,2.41-2.31,2.91-5.22,4.51-3.41,1.91-5.12,4.31-5.22,7.93,1.3-.5,2.51-.8,3.61-.8Z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  text-align: left;
  background-color: white;
  position: absolute;
  bottom: -15px;
  right: -20px;
  width: 70px;
  height: 55px;
}
.post-template-default .blog-divider {
  font-size: 3px;
  max-width: 100%;
  width: 109em;
  height: 1em;
  background: url("img/dot.svg") repeat-x;
  margin: 50px 0;
}

#blog-sidebar {
  position: sticky;
  top: 0;
  background: white;
  padding: 30px;
  margin: 0 -15px;
  display: none;
}
@media screen and (min-width: 769px) {
  #blog-sidebar {
    top: 80px;
    margin: 0;
    padding: 30px 0 0 30px;
    display: block;
  }
}
#blog-sidebar .widget {
  font-size: 18px;
  margin-bottom: 60px;
}
#blog-sidebar .widget h6.widget-title,
#blog-sidebar .widget h6.sidebar-title {
  color: #06d29e;
  font-size: 26px;
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post {
  margin: 0 0 30px 0;
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content {
  padding-left: 20px;
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content .title-link {
  color: #1E1E1E;
  text-decoration: none;
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content .title-link h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2em;
  height: 2.4em;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content .entry-meta {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content .entry-meta {
    font-size: 14px;
  }
}
#blog-sidebar .widget.widget_custom_recent_posts .recent-post .recent-post-content .entry-meta > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog-sidebar .widget.widget_categories ul {
  padding: 0;
}
#blog-sidebar .widget.widget_categories ul .cat-item {
  list-style: none;
}
#blog-sidebar .widget.widget_categories ul .cat-item a {
  display: block;
  padding: 1em 1em 1em 2em;
  background: white;
  border-radius: 3px;
  margin-bottom: 2px;
  text-decoration: none;
  color: #1E1E1E;
  position: relative;
  transition: 0.25s;
}
#blog-sidebar .widget.widget_categories ul .cat-item a:hover {
  background: #06d29e;
  color: white;
}
#blog-sidebar .widget_tag_cloud .tagcloud a.tag-cloud-link {
  font-size: 18px !important;
  display: inline-block;
  background: #06d29e;
  color: #ffffff;
  text-decoration: none;
  line-height: 2em;
  border-radius: 1em;
  padding: 0 1em;
  margin: 0 0.25em 0.5em 0;
  transition: 0.25s;
}
#blog-sidebar .widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
  background: #1E1E1E;
}

.pagination {
  margin-top: 30px;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  color: #1E1E1E;
}
.pagination .nav-links .page-numbers.current {
  background: #06d29e;
  color: white;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  border-radius: 0.25rem;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all ease 0.3s !important;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:focus {
  outline: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn-lg {
  font-size: 1.25rem;
}

.btn-brand {
  background: #06d29e;
  color: #ffffff !important;
}
.btn-brand:hover {
  background: #0F8A6B;
}

.btn-contrast {
  background: #773bee;
  color: white !important;
}
.btn-contrast:hover {
  background: #E10089;
}
.btn-contrast.disabled {
  background: #B8C3CC;
}
.btn-contrast.disabled:hover {
  background: #B8C3CC;
}

.btn-outline {
  background: transparent;
  border-color: #06d29e;
  color: #06d29e;
}
.btn-success {
  color: #ffffff !important;
  background: #06D29E;
  background: linear-gradient(0deg, rgb(6, 210, 158) 0%, rgb(3, 153, 116) 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 20, 0, 0.2);
}
.btn-success:hover {
  background-image: linear-gradient(#0ac373, #3eb78c);
  box-shadow: 0 4px 8px 0 rgba(0, 20, 0, 0.2);
}
.btn-success:active {
  background-image: linear-gradient(#008a4f, #008a4f);
  box-shadow: none;
}
.btn-success.disabled {
  background: #B8C3CC;
  box-shadow: none;
}
.btn-success.disabled:hover {
  background: #B8C3CC;
  box-shadow: none;
}

.btn-warning {
  background: #ed952b;
  color: #ffffff !important;
}
.btn-warning:hover {
  background: #D18323;
}

.btn-danger {
  background: #d83a3a;
  color: #ffffff !important;
}
.btn-danger:hover {
  background: #BF3333;
}

.btn-grey {
  background: #B8C3CC;
}
.btn-grey:hover {
  background: #848C99;
}

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn-blank {
  background: transparent;
  border: 0;
  color: inherit;
}

.btn-link {
  background: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover {
  color: #773bee;
}

.btn-group {
  margin-bottom: 1rem;
}
.btn-group .btn {
  margin: 0 0.5em 0.5em 0;
}

.btn-rounded {
  border-radius: 100px;
}

a[ref=video] {
  color: #1e64c8;
  font-weight: 700;
  text-decoration: none;
}
a[ref=video]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f144";
  padding-right: 0.3rem;
}
a[ref=video]:hover {
  color: #174f9f;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
label.required:after {
  content: " *";
  color: #06d29e;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
div.input {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  height: 50px;
  font-size: inherit;
  background: #ffffff;
  border: 1px solid #B8C3CC;
  border-radius: 0.25rem;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: border-color ease 0.3s;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
div.input:focus {
  border-color: #06d29e;
}

input[type=file] {
  margin-bottom: 1rem;
}

select {
  display: block;
  width: 100%;
  font-weight: normal;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 50% !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
  color: #1E1E1E;
  opacity: 0.75;
}

::-moz-placeholder {
  color: #1E1E1E;
  opacity: 0.75;
}

:-ms-input-placeholder {
  color: #1E1E1E;
  opacity: 0.75;
}

:-moz-placeholder {
  color: #1E1E1E;
  opacity: 0.75;
}

textarea {
  max-width: 100%;
  height: 4rem;
}

.input-group {
  display: flex;
}
.input-group + .input-group {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #B8C3CC;
}
.input-group > * {
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.input-group > * + * {
  margin-left: 0.5rem !important;
}

span[role=alert] {
  display: block;
  font-size: 0.825rem;
  color: #ed952b;
}

.ajax-loader {
  position: absolute;
}

.g-recaptcha > div {
  margin-bottom: 0.75rem;
}

.form-centre .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}

.site-header-menu {
  position: relative;
}
.site-header-menu .main-navigation {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 1000000000000000000000;
  width: 100vw;
  height: 100vh;
  transition: all ease 0.3s;
  transform: translateY(-20px);
  opacity: 0;
  will-change: transform;
  background-color: #F2F2F2;
  flex-direction: column;
  max-height: calc(100vh - 65px);
  display: none;
}
@media screen and (min-width: 769px) {
  .site-header-menu .main-navigation {
    top: 82px;
    max-height: calc(100vh - 82px);
  }
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation {
    display: block;
    overflow: visible;
    position: unset;
    transform: unset !important;
    will-change: unset !important;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    opacity: 1;
    background-color: transparent;
    max-height: none;
  }
}
@media screen and (max-width: 1200px) {
  .site-header-menu .main-navigation .menu {
    flex-grow: 1;
    overflow: scroll;
    padding-bottom: 150px;
  }
}
.site-header-menu .main-navigation .menu ul {
  z-index: 998;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation .menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}
.site-header-menu .main-navigation .menu ul .sub-menu-container {
  display: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .site-header-menu .main-navigation .menu ul .sub-menu-container .container {
    padding: 0;
    background-color: #F2F2F2;
  }
}
@media screen and (max-width: 1200px) {
  .site-header-menu .main-navigation .menu ul .toggled-open .sub-menu-container {
    display: block;
  }
}
.site-header-menu .main-navigation .menu ul .menu-item {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: white;
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
}
.site-header-menu .main-navigation .menu ul .menu-item[aria-expanded=true] i {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .site-header-menu .main-navigation .menu ul .menu-item.show-mobile {
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation .menu ul .menu-item.show-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .site-header-menu .main-navigation .menu ul .menu-item.unshow-mobile {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation .menu ul .menu-item.unshow-mobile {
    display: flex;
  }
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container {
  padding: 0;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu-heading {
  font-size: 16px;
  font-weight: bold;
  font-family: "lato", sans-serif;
  margin-bottom: 0;
  padding: 5px 10px;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu {
  display: block;
  padding: 0.3rem 0 1.7rem 0;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu .sub-menu-item {
  font-size: 16px;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu .sub-menu-item a {
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.2s;
  display: block;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu .sub-menu-item a i {
  transform: initial;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card {
  background-color: white;
  border-radius: 20px;
  border: 1px solid white;
  padding: 20px;
  width: 100%;
  text-decoration: none;
  display: block;
  height: 100%;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .boiler-care-image {
  max-width: 80%;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .row {
  height: 100%;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .menu-card-text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .menu-card-text .menu-card-text-top {
  flex-grow: 1;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .menu-card-text .menu-card-text-top .menu-title {
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 0;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .menu-card-text .menu-card-text-top .menu-subtitle {
  font-size: 16px;
  color: #555F69;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .menu-card-text .menu-card-link {
  font-size: 18px;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .large-icon::before {
  font-size: 24px;
  color: #773bee;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card .animate-icon {
  transform: translateX(0);
  transition: 0.2s;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card:hover {
  border: 1px solid #773bee;
}
.site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .menu-card:hover .animate-icon {
  transform: translateX(30%);
}
.site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level {
  position: relative;
  display: block;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 24px;
  width: 100%;
  border-bottom: 2px solid transparent;
  margin: 0;
}
.site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level i {
  transition: 0.2s;
  position: absolute;
  top: 30px;
  right: 50px;
  color: #773bee;
}
@media screen and (max-width: 768px) {
  .site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level i {
    right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu-item i {
    transform: translateX(0);
    opacity: 0;
    transition: 0.2s;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu-item:hover {
    background-color: white;
    color: #773bee;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .sub-menu-container .sub-menu-item:hover i {
    transform: translateX(30%);
    opacity: 1;
  }
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation .menu ul .menu-item {
    position: unset;
    background-color: transparent;
    border: 0;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:last-child {
    margin-right: 26px;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level {
    transition: all ease 0.3s;
    padding: 26px 20px;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #773bee;
    transition: all ease-in-out 0.2s;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level i {
    font-size: 0.8rem;
    color: #1E1E1E;
    position: initial;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .menu-item-top-level {
    color: #773bee;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .menu-item-top-level:after {
    width: 100%;
    left: 0;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .menu-item-top-level i {
    color: #773bee;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F2F2F2;
    width: 100%;
    box-shadow: 0 5px 5px 0 rgba(0, 20, 0, 0.1);
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu {
    padding: 0.5rem 0 0 0;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu .sub-menu-heading {
    font-size: 18px;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu .sub-menu-item {
    font-size: 18px;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu .sub-menu-item i {
    transform: translateX(0);
    opacity: 0;
    transition: 0.2s;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu .sub-menu-item:hover {
    background-color: white;
    color: #773bee;
  }
  .site-header-menu .main-navigation .menu ul .menu-item:hover .sub-menu-container .sub-menu .sub-menu-item:hover i {
    transform: translateX(30%);
    opacity: 1;
  }
}
@media screen and (min-width: 1921px) {
  .site-header-menu .main-navigation .menu ul .menu-item:last-child {
    margin-right: 30px;
  }
  .site-header-menu .main-navigation .menu ul .menu-item .menu-item-top-level {
    transition: all ease 0.3s;
    padding: 26px;
  }
}
.site-header-menu .main-navigation[aria-expanded=true] {
  opacity: 1;
  transform: translateY(0);
  display: flex;
}
.site-header-menu .main-navigation .get-a-quote-bottom {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-top: 1px solid #F2F2F2;
  flex-grow: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 1201px) {
  .site-header-menu .main-navigation .get-a-quote-bottom {
    display: none;
  }
}
.site-header-menu .btn-header {
  color: #00B969;
  border: 1px solid #00B969;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .site-header-menu .btn-header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .site-header-menu .btn-header {
    margin: 20px 0 10px 0;
  }
}
.site-header-menu .btn-header::after {
  border-color: transparent transparent transparent #00B969;
  transition: all ease 0.3s;
}
.site-header-menu .btn-header:hover {
  border: 1px solid transparent;
  color: white;
  background-image: linear-gradient(#0ac373, #3eb78c);
}
.site-header-menu .btn-header:hover::after {
  border-color: transparent transparent transparent white;
}
.site-header-menu .btn-header.btn-success::after {
  border-color: transparent transparent transparent white;
}

.no-js .site-header-menu {
  transform: translateX(0);
}
.no-js .main-navigation ul ul {
  display: block;
}

.menu-toggle {
  z-index: 999;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle line {
  transition: 0.3s;
}

.dropdown-toggle {
  min-width: 50px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: all ease 0.3s;
  will-change: transform;
}
.dropdown-toggle:after {
  content: "";
  font-size: 1.25rem;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-right: 0.2em solid;
  border-bottom: 0.2em solid;
  transform: rotate(-45deg);
}
.dropdown-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}

@media screen and (min-width: 1201px) {
  .dropdown-toggle,
  .main-navigation ul,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
}
.menu-open {
  position: relative;
  overflow: hidden;
}
.menu-open .menu-toggle .menu-toggle-line-1 {
  transform: rotate(45deg) translate(28%, -21%);
}
.menu-open .menu-toggle .menu-toggle-line-2 {
  opacity: 0;
}
.menu-open .menu-toggle .menu-toggle-line-3 {
  transform: rotate(-45deg) translate(-45%, -5%);
}
.menu-open .intercom-lightweight-app {
  z-index: 0;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .menu-toggle {
    justify-content: flex-start;
  }
}
.menu-toggle .menu-toggle-line-1,
.menu-toggle .menu-toggle-line-2,
.menu-toggle .menu-toggle-line-3 {
  fill: none;
  stroke: #773bee;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.menu-toggle-close,
.menu-toggle-open {
  background: transparent;
  color: black;
}
.menu-toggle-close:before, .menu-toggle-close:after,
.menu-toggle-open:before,
.menu-toggle-open:after {
  background: #773bee;
}

.menu-toggle-open:before {
  box-shadow: 0 8px 0 0 #773bee;
}

.responsive-object, .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed, .wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination li button {
  position: relative;
  display: block;
  padding: 0.5rem 0.875rem;
  margin-left: -1px;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #B8C3CC;
  cursor: pointer;
}
.pagination li button > * {
  line-height: 1.5 !important;
}
.pagination li:first-child button {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination li:last-child button {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination li:hover button {
  text-decoration: none;
  background-color: #B8C3CC;
}
.pagination li.active button {
  z-index: 1;
  color: #ffffff;
  background-color: #06d29e;
}
.pagination li.disabled button {
  background-color: #F2F2F2;
  color: #848C99;
  cursor: not-allowed;
  pointer-events: none;
}

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 1rem;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  text-align: center;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  opacity: 0.75;
  display: block;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  border-right: 0.2em solid black;
  border-bottom: 0.2em solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

.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;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

table {
  margin-bottom: 2rem;
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

.table {
  width: 100%;
  max-width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #848C99;
}
.table tr:first-child td {
  border-top: none;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #848C99;
}
.table tbody + tbody {
  border-top: 2px solid #848C99;
}
.table .table {
  background-color: #ffffff;
}

.table-clean th,
.table-clean td {
  border-top: none;
}

.table-sm th,
.table-sm td {
  padding: 0.25rem;
}

.table-bordered {
  border: 1px solid #848C99;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #848C99;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.table-highlight-head thead {
  background: #06d29e;
  color: #ffffff;
}

.table-highlight-left tbody tr td:first-child {
  background: #06d29e;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  line-height: 1.25;
}

h1, .h1 {
  font-size: 1.875rem;
}
@media screen and (min-width: 769px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
}
@media screen and (min-width: 769px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  h3, .h3 {
    font-size: 2.25rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
}

.screen-reader-response {
  display: none;
}

.text-xl {
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .text-xl {
    font-size: 4.5rem;
  }
}

.z-2 {
  position: relative;
  z-index: 2;
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6, ul + h1, ul + .h1, ul + h2, ul + .h2, ul + h3, ul + .h3, ul + h4, ul + .h4, ul + h5, ul + .h5, ul + h6, ul + .h6, ol + h1, ol + .h1, ol + h2, ol + .h2, ol + h3, ol + .h3, ol + h4, ol + .h4, ol + h5, ol + .h5, ol + h6, ol + .h6, blockquote + h1, blockquote + .h1, blockquote + h2, blockquote + .h2, blockquote + h3, blockquote + .h3, blockquote + h4, blockquote + .h4, blockquote + h5, blockquote + .h5, blockquote + h6, blockquote + .h6, figure + h1, figure + .h1, figure + h2, figure + .h2, figure + h3, figure + .h3, figure + h4, figure + .h4, figure + h5, figure + .h5, figure + h6, figure + .h6 {
  margin-top: 2rem;
}

.pt-40 {
  padding-top: 3rem;
}
@media screen and (min-width: 769px) {
  .pt-40 {
    padding-top: 10rem;
  }
}

.pb-40 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .pb-40 {
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-center-md {
    text-align: center !important;
  }
}
p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 20px;
  }
}
p.small {
  font-size: 16px;
}

.padding {
  padding: 2rem;
}

.border {
  border: 3px solid #773bee;
  border-radius: 1em;
}

::selection {
  color: #fff;
  background: #773bee;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #773bee;
  text-shadow: none;
}

.v-icon {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
}

.v-icon-circle {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
  background: #6CDFEA;
  color: #fff;
  border-radius: 50%;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-10 {
  opacity: 0.1;
}

button {
  border: none;
}

.btn {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 1em;
  font-size: 18px;
  line-height: 20px;
  transition: background;
}
@media screen and (min-width: 769px) {
  .btn {
    padding: 20px 1em;
  }
}

.btn-subtle {
  background: #fff;
}

.btn-sm {
  font-size: 18px;
  padding: 0.4em 0.6em;
}

.btn-caret-after {
  position: relative;
}
.btn-caret-after::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.5em;
}

.btn-caret-before {
  position: relative;
}
.btn-caret-before::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
  margin-right: 0.5em;
}

.btn-link.btn-caret-after::after {
  border-color: transparent transparent transparent #0F8A6B;
}

.icon-email.btn-caret-after::after {
  filter: invert(17%) sepia(74%) saturate(6320%) hue-rotate(315deg) brightness(103%) contrast(102%);
  border-color: transparent transparent transparent #000;
}
.icon-email.btn-caret-after:hover:after {
  filter: invert(98%) sepia(30%) saturate(6%) hue-rotate(193deg) brightness(103%) contrast(103%);
}

.view-boiler {
  text-decoration: underline;
  cursor: pointer;
  background: transparent !important;
  font-weight: 600;
  padding: 15px 0 0 0;
  color: #1E1E1E;
}

.btn-blue {
  color: #06d29e;
  background: #b6eff5;
}
.btn-blue:hover {
  background: #6CDFEA;
}

.btn-back {
  text-decoration: none;
  color: #6C1C78;
}
.btn-back:hover {
  text-decoration: underline;
}

.btn-radio {
  position: relative;
}
.btn-radio::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  content: "";
  font-size: 26px;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #fff;
  transform: translate(0.35em, -50%);
  pointer-events: none;
}
.btn-radio input {
  padding-left: 2.5rem;
}
.btn-radio.btn-radio-selected::before {
  background-image: url("img/check.png");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}

.site-header .site-header-menu {
  background: #fff;
  display: none;
  padding: 10px 1rem;
  min-height: 60px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-bottom: 2px solid #F2F2F2;
  transition: all ease 0.3s;
}
@media screen and (min-width: 1201px) {
  .site-header .site-header-menu {
    padding: 0 2rem;
  }
  .site-header .site-header-menu:hover {
    background: white;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .site-header .site-header-menu .site-header-logo {
    text-align: center;
  }
}
.site-header .site-header-menu-top {
  width: 100%;
  padding: 0 2rem;
  height: 30px;
  background-color: rgba(242, 242, 245, 0.75);
  text-align: center;
}
.site-header .site-header-menu-top ul {
  margin-bottom: 0;
  padding: 0;
}
.site-header .site-header-menu-top ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 15px 3px 15px;
  line-height: 0.9;
  font-weight: bold;
  border-color: #1E1E1E;
  border-style: solid;
  border-width: 0 0.5px 0 0.5px;
}
.site-header .site-header-menu-top ul li:first-child {
  border-width: 0 0.5px 0 0;
}
.site-header .site-header-menu-top ul li:last-child {
  border-width: 0 0 0 0.5px;
}
.site-header .site-header-menu-top ul li a {
  text-decoration: none;
  font-size: 14px;
}
.site-header .site-header-menu-top ul li a:hover {
  text-decoration: underline;
}
.site-header .site-header-menu-bottom {
  width: 100%;
  padding: 0px 1rem;
}
@media screen and (min-width: 1201px) {
  .site-header .site-header-menu-bottom {
    padding: 0 2rem;
  }
}
.site-header .trustpilot-widget {
  padding-right: 10px;
}

#top-messages {
  padding: 0.5rem;
  font-size: 1rem;
}
#top-messages .slick-track {
  display: flex;
  height: 100%;
  align-items: center;
}
#top-messages .message img {
  display: inline;
  position: relative;
  top: -2px;
  margin-right: 0.5em;
}
#top-messages .message .pink-lines {
  position: relative;
}
#top-messages .message .pink-lines:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/plugins/ecohappy-builders/img/3-pink-lines.png");
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: -2px;
  right: -12px;
}

.banner-highlights {
  color: #1E1E1E;
  font-size: 16px;
  background-color: white;
  height: 55px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-top: 1px solid #B8C3CC;
  border-bottom: 1px solid #B8C3CC;
  margin-bottom: 0.5rem;
}
.banner-highlights.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .banner-highlights {
    font-size: 14px;
  }
}
.banner-highlights div {
  margin: auto;
}
.banner-highlights div div {
  display: inline;
}
.banner-highlights div img {
  max-height: 24px;
  max-width: 24px;
  margin: 0 10px 0 10px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .banner-highlights div img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner-highlights > div {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    position: absolute;
    opacity: 0;
    margin-top: 5px;
    text-align: center;
    animation-name: highlights;
    animation-duration: 15s;
    animation-iteration-count: infinite;
  }
  .banner-highlights > :nth-child(1n) {
    animation-delay: -1.875s;
  }
  .banner-highlights > :nth-child(2n) {
    animation-delay: 0s;
  }
  .banner-highlights > :nth-child(3n) {
    animation-delay: 1.875s;
  }
  .banner-highlights > :nth-child(4n) {
    animation-delay: 3.75s;
  }
  .banner-highlights > :nth-child(5n) {
    animation-delay: 5.625s;
  }
  .banner-highlights > :nth-child(6n) {
    animation-delay: 7.5s;
  }
  .banner-highlights > :nth-child(7n) {
    animation-delay: 9.375s;
  }
  .banner-highlights > :nth-child(8n) {
    animation-delay: 11.25s;
  }
  .banner-highlights > :nth-child(9n) {
    animation-delay: 13.125s;
  }
  .banner-highlights > :nth-child(10n) {
    animation-delay: 15s;
  }
  @keyframes highlights {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    18% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
  }
}
.banner-highlights img {
  height: 28px;
}
.banner-highlights .bullet {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .banner-highlights .bullet {
    display: inline;
  }
}

.banner-code {
  color: white;
  background: #ff0a4b;
  padding: 8px;
  font-weight: normal;
  text-align: center;
  margin: auto;
}
.banner-code.no-background {
  background: transparent;
}
.banner-code.no-background .white-border {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-code.coronation-code {
  background: linear-gradient(90deg, #f8f2b6, #d3b974, #f8f2b6, #d3b974);
}
.banner-code.coronation-code > p {
  color: #1E1E1E;
}
.banner-code p {
  display: inline;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .banner-code p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .banner-code p {
    font-size: 14px;
  }
}
.banner-code .coupon {
  border-radius: 5px;
  background-image: linear-gradient(#00b969, #2da078);
  box-shadow: 0 2px 4px 0 rgba(0, 20, 0, 0.2);
  margin: 0 20px 0 20px;
  display: inline-block;
  cursor: copy;
}
@media screen and (max-width: 1440px) {
  .banner-code .coupon {
    margin: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner-code .coupon {
    margin: 5px 0;
  }
}
.banner-code .coupon:active {
  background-image: none;
  background-color: #008a4f;
}
.banner-code .coupon code {
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 17px;
  padding: 0 17px;
  border-right: 1px dashed #70379c;
}
@media screen and (max-width: 1440px) {
  .banner-code .coupon code {
    padding: 0 10px;
  }
}
.banner-code .coupon .copy-code {
  font-size: 15px;
  padding: 0 17px;
}
@media screen and (max-width: 1440px) {
  .banner-code .coupon .copy-code {
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .banner-code .coupon .copy-code i {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .banner-code .coupon .copy-code i {
    display: none;
  }
}

.breadcrumbs {
  padding: 0.25em 0;
  background: white;
  font-size: 16px;
  color: #555F69;
}

.bubble {
  padding: 1.5rem;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bubble {
    padding: 2rem;
    margin-bottom: unset;
  }
}
.bubble h3 {
  margin: 0;
}
.bubble h5 {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .bubble h5 {
    font-size: 1.5rem;
  }
}
.bubble .bubble-sub {
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.bubble .bubble-sub h5 {
  margin: 0;
  line-height: 30px;
}
.bubble .bubble-sub p {
  color: #0F8A6B;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  background-color: #c6e7dc;
  position: relative;
  display: inline;
  padding: 0.2em;
}

.bubble-blue {
  border-color: #6CDFEA;
}

.bubble-brand {
  background: #06d29e;
  color: #fff;
}

.hero-header {
  position: relative;
  overflow: hidden;
}
.hero-header #form-postcode {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .hero-header #form-postcode {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .hero-header #form-postcode {
    margin: 0 auto;
  }
}
.hero-header h1 {
  margin: 0 0 1rem 0;
}
.hero-header h5 {
  margin: 0 0 -50px;
}
.hero-header .text-submit input {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .hero-header .text-submit input {
    font-size: unset;
  }
}
.hero-header .home-header-top,
.hero-header .home-header-bottom {
  display: flex;
}
@media screen and (min-width: 769px) {
  .hero-header .home-header-top,
  .hero-header .home-header-bottom {
    min-height: 160px;
  }
}
.hero-header .home-header-top {
  padding-top: 40px;
  background: url("img/hero-background.jpg");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .hero-header .home-header-top {
    padding-top: 0;
    align-items: flex-end;
  }
}
.hero-header .home-header-top.black-friday-background {
  background-image: url("img/pink-glow.svg"), linear-gradient(0deg, #3c3c3c 0%, #282828 50%);
  background-size: calc(20% + 200px) calc(60% - 100px), cover;
  background-position: top right, top left;
  background-repeat: no-repeat;
  color: white;
}
.hero-header .home-header-top.christmas-background {
  background: url("img/offers/christmas-2022/christmas-hero-background.png");
  background-size: cover;
}
.hero-header .home-header-top.coronation-background {
  background: linear-gradient(90deg, #78228a, #805ac6);
  background-size: cover;
}
.hero-header .home-header-top.coronation-background h1, .hero-header .home-header-top.coronation-background h5 {
  background: linear-gradient(90deg, #f8f2b6, #d3b974, #f8f2b6, #d3b974);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #f8f2b6, #d3b974, #f8f2b6, #d3b974);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #f8f2b6, #d3b974, #f8f2b6, #d3b974);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  color: white;
}
.hero-header .home-header-bottom {
  padding-bottom: 220px;
}
@media screen and (min-width: 481px) {
  .hero-header .home-header-bottom {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 769px) {
  .hero-header .home-header-bottom {
    padding-bottom: 0;
  }
}
.hero-header .responsive-object {
  overflow: inherit;
  width: 100%;
}
.hero-header .hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .hero-header .hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-header .hero-container .hero-image {
  transform: scale(0.7);
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.hero-header .hero-container .hero-image.hero-image-coronation {
  transform: scale(1);
}
@media screen and (min-width: 481px) {
  .hero-header .hero-container .hero-image {
    transform: scale(0.9);
  }
}
.hero-header .hero-container .hero-image .text-container {
  position: absolute;
  top: 72px;
  right: -86px;
  width: 100%;
  height: 100%;
  max-width: 250px;
}
.hero-header .hero-container .hero-image .warranty-badge {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 150px;
}

.hero-subheader {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
}
.hero-subheader .hero-image {
  max-width: 75%;
}
@media screen and (min-width: 769px) {
  .hero-subheader {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
  }
  .hero-subheader .hero-image {
    max-width: 100%;
  }
}
.hero-subheader .nationwide-coverage-light {
  font-size: 14px;
}

#hero_player {
  z-index: 1;
  border-radius: 1.5rem;
  border: 5px solid #1E1E1E;
  background: #1E1E1E;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.3s;
}
#hero_player.player_ready {
  transform: translateY(0);
  opacity: 1;
}

.responsive-tv::before {
  width: 103px;
  height: 98px;
  background: url("img/tv-ariel.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -70px;
  left: 60px;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1s;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .responsive-tv::before {
    content: "";
  }
}

.ready .responsive-tv::before {
  transform: translateY(0);
  opacity: 1;
}

.hero-header .bricks-1,
.hero-header .bricks-2 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}
.hero-header .bricks-1 {
  width: 200px;
}
.hero-header .bricks-2 {
  top: 490px;
  left: auto;
  right: 50%;
  transform: scale(-1);
  margin: 0 294px 0 0;
}
.hero-header .hero-boiler-1,
.hero-header .hero-boiler-2 {
  position: absolute;
  top: 0;
  right: 55%;
  margin: 0 480px 0 0;
}
.hero-header .hero-boiler-2 {
  left: 50%;
  right: auto;
  margin: 0 0 0 420px;
}

@media screen and (min-width: 769px) {
  .hero-header .bricks-1 {
    top: 10px;
    left: 50%;
    margin: 0 0 0 307px;
    width: 300px;
  }
}
.boiler-mobile {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  max-width: 90%;
}

@media screen and (min-width: 1800px) {
  .hero-header .bricks-1,
  .hero-header .bricks-2 {
    left: 67%;
    margin: 0;
  }
  .hero-header .bricks-2 {
    left: 17%;
    transform: scale(-1);
    margin: 0;
  }
  .hero-header .hero-boiler-1,
  .hero-header .hero-boiler-2 {
    left: -100px;
  }
  .hero-header .hero-boiler-2 {
    left: auto;
    right: -60px;
  }
}
.enter-postcode {
  cursor: pointer;
}

#input-header-postcode {
  z-index: 1;
}

.input-focus {
  padding: 5px;
  border-radius: 0.5rem;
  transition: background 0.3s;
}
.input-focus:focus-within {
  background: #91e7ef;
}

.text-submit {
  background: #fff;
  border: 3px solid #fff;
  padding: 2px;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}
.text-submit input[type=text] {
  margin: 0;
  border: none;
  padding: 0.5rem;
}
.text-submit input {
  font-size: 0.875rem;
}
@media screen and (min-width: 481px) {
  .text-submit input {
    font-size: unset;
  }
}

.step {
  max-width: 240px;
  margin: 0 auto;
  height: 100%;
}
.step img {
  margin: 0 auto;
}

.animate-container .boiler-thumbnail .post-thumbnail {
  max-width: 300px;
}

#featured-reviews {
  margin-top: -106px;
}
#featured-reviews .review-wrap {
  padding: 1rem;
}
#featured-reviews .review-wrap .review {
  font-size: 1rem;
  padding: 1.5rem;
  background: #fff;
  min-height: 180px;
}
#featured-reviews .review-wrap .review p {
  font-size: 1rem;
  margin: 0;
}
#featured-reviews .review-wrap .review p.author {
  font-size: 14px;
}
#featured-reviews .review-wrap .review p.review-text {
  overflow: hidden;
  max-height: 72px;
}

.slick-prev,
.slick-next {
  width: 2rem;
  height: 2rem;
  border: 3px solid #6C1C78;
  border-radius: 50%;
}
.slick-prev:before,
.slick-next:before {
  border-color: #6C1C78;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 9px;
}

.home-steps .slick-prev {
  left: -0.625rem;
}
@media screen and (min-width: 481px) {
  .home-steps .slick-prev {
    left: 0;
  }
}
.home-steps .slick-next {
  right: -0.625rem;
}
@media screen and (min-width: 481px) {
  .home-steps .slick-next {
    right: 0;
  }
}

.slick-next:before {
  margin: 0 0 0 5px;
}

.slick-dots li button:before {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #6CDFEA;
}
.slick-dots li.slick-active button:before {
  background-color: #FF099C;
}

@media screen and (max-width: 768px) {
  #how-image {
    width: 440px;
    max-width: 440px;
    position: absolute;
    right: 0%;
  }
  #how-thumb {
    position: relative;
    z-index: 2;
    margin-top: 19rem !important;
  }
  #how-bubble {
    margin-top: 1rem !important;
  }
}
#slick-how-icons {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
#slick-how-icons .slick-track {
  display: flex;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
#slick-how-icons .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 330px;
  background: #8B6DED;
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="0"] {
  background: linear-gradient(#7553C4 0%, #8B6DED 100%);
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="1"] {
  background: linear-gradient(#7553C4 0%, #6C1C78 100%);
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="2"] {
  background: linear-gradient(#C1026F 0%, #6C1C78 100%);
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="3"] {
  background: linear-gradient(#C1026F 0%, #FF099C 100%);
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="4"] {
  background: linear-gradient(#C047D5 0%, #FF099C 100%);
}
#slick-how-icons .slick-track .slick-slide[data-slick-index="5"] {
  background: linear-gradient(#C047D5 0%, #8B6DED 100%);
}
#slick-how-icons .slick-track .slick-slide img {
  margin: 2rem auto 1rem;
}
#slick-how-icons .slick-track .slick-slide h5 {
  padding: 0 1rem;
}
#slick-how-icons .slick-prev, #slick-how-icons .slick-next {
  margin: 0 0 0 0.5rem;
  border-color: #ffffff;
}
#slick-how-icons .slick-prev:before, #slick-how-icons .slick-next:before {
  border-color: #ffffff;
}
#slick-how-icons .slick-next {
  margin: 0 0.5rem 0 0;
}

.card {
  margin: 5px;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 769px) {
  .card {
    padding: 2rem;
  }
}

.payment-options .card {
  transition: 0.6s ease 0s;
  border: 4px solid transparent;
}
.payment-options .card:hover {
  border: 4px solid #FF099C;
  box-shadow: -7px 7px 30px -5px rgba(0, 0, 0, 0.69);
  cursor: pointer;
}

.way-to-pay-card {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: 0.6s ease 0s;
  height: 100%;
  padding: 15px;
}
@media screen and (min-width: 481px) {
  .way-to-pay-card {
    padding: 25px;
  }
}
@media screen and (min-width: 1201px) {
  .way-to-pay-card {
    padding: 10px 25px;
    margin-top: 0;
  }
}
.way-to-pay-card h4 {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 25px;
}
.way-to-pay-card p {
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .payment-options article:nth-child(2n+0) .way-to-pay-card {
    margin-top: 20px;
  }
}
.card.get-a-quote {
  padding: 1rem;
}
.card.get-a-quote .order-answers {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .card.get-a-quote .order-answers .order-button {
    width: 8em;
    height: 8em;
  }
}
.card.get-a-quote .order-answers .order-button .order-button-label {
  padding-bottom: 0.25rem;
  color: #1E1E1E;
}
.card.get-a-quote .order-answers .order-button.bounce {
  animation: heartbeat 2s infinite;
}
.card.get-a-quote .order-answers .order-button.bounce.bounce-2 {
  animation-delay: 0.1s;
}
.card.get-a-quote .order-answers .order-button.bounce.bounce-3 {
  animation-delay: 0.2s;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.85);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.card.get-cover {
  padding: 1rem;
  background-image: linear-gradient(90deg, #805ac6, #78228a);
}
.card.get-cover .get-cover-left {
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .card.get-cover .get-cover-left {
    margin: 0 auto;
  }
}
.card.get-cover .get-cover-right {
  padding: 1.5em;
}
.card.get-cover .get-cover-right p {
  font-size: 1.875em;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .card.get-cover .get-cover-right p {
    font-size: 2.275em;
  }
}

.card-link {
  display: block;
  text-decoration: none;
}

.bg-bricks {
  position: relative;
  overflow: hidden;
}
.bg-bricks .bricks-1,
.bg-bricks .bricks-2 {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: scale(-1);
}
.bg-bricks .bricks-2 {
  top: auto;
  left: auto;
  bottom: 10%;
  right: 10%;
  transform: scale(1);
}
.bg-bricks .container {
  position: relative;
  z-index: 2;
}

.bg-clouds {
  position: relative;
  overflow: hidden;
}
.bg-clouds .clouds-1,
.bg-clouds .clouds-2,
.bg-clouds .clouds-3,
.bg-clouds .clouds-4,
.bg-clouds .clouds-5 {
  position: absolute;
  top: 54%;
  left: 17%;
}
.bg-clouds .clouds-2 {
  top: 10%;
  left: 73%;
}
.bg-clouds .clouds-3 {
  top: 25%;
  left: 85%;
  transform: scaleX(-1);
}
.bg-clouds .clouds-4 {
  top: 58%;
  left: auto;
  right: 14%;
}
.bg-clouds .clouds-5 {
  top: 25%;
  left: 8%;
  transform: scaleX(-1);
}

.bg-valentines {
  background-color: white;
  background: url("img/offers/valentines/heart-pattern.png") repeat;
}

.bg-triangle-bright {
  background: url("img/triangle-bright.svg") no-repeat center;
}

.drop-shadow-lg {
  box-shadow: -30px 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1201px) {
  .drop-shadow-lg {
    box-shadow: -60px 20px 60px rgba(0, 0, 0, 0.3);
  }
}

.boiler-thumbnail {
  position: relative;
  display: inline-block;
}

.manufacturer-logo {
  width: 75%;
  top: 10%;
  right: 0;
  position: absolute;
  transform: translate(25%, -50%);
}

.boiler-sticker {
  position: absolute;
  top: 15%;
  right: 0%;
  width: 50%;
}
@media screen and (min-width: 1201px) {
  .boiler-sticker {
    width: initial;
    top: 15%;
    right: 5%;
  }
}

.low-stock-text {
  font-weight: bold;
  color: #FF0A4B;
  padding-top: 15px;
}

ul.check-list {
  margin: 0;
  padding: 0;
  color: #555F69;
  list-style: none;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  ul.check-list {
    font-size: 20px;
  }
}
ul.check-list li {
  margin: 0;
  padding: 0 0 0 1.75em;
  line-height: 1.5em;
  position: relative;
}
ul.check-list li .icon-check-30 {
  width: 1.5em;
  left: 0;
  top: 0;
  position: absolute;
  fill: #00B969;
}
@media screen and (min-width: 1201px) {
  ul.check-list.check-list-sm {
    columns: 2;
  }
}
ul.check-list.check-list-sm li {
  font-size: 1rem;
  margin: 0.1875rem;
}

.category-page .entry-meta {
  display: flex;
  flex-wrap: wrap;
}
.category-page .entry-meta .updated_on,
.category-page .entry-meta .posted_on {
  flex-basis: 65%;
  width: 65%;
  margin: 0 !important;
}
.category-page .entry-meta .updated_on {
  order: 1;
}
.category-page .entry-meta .posted_on {
  order: 3;
}
.category-page .entry-meta .author {
  flex-basis: 35%;
  width: 35%;
  order: 2;
  text-align: right;
}
.category-page .article-title {
  margin-top: 0 !important;
}

.news-article {
  padding: 0 1rem;
}
.news-article .post-thumbnail {
  overflow: hidden;
  border-radius: 0.5rem;
}
.news-article a {
  text-decoration: none;
}
.news-article .category a {
  margin: 0 0 0 20px;
  display: inline-block;
  background: #8B6DED;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1em;
  padding: 0.611111em 0.75em;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: -1.111111em;
  border-radius: 0.25rem;
  transition: background 0.3s;
}
.news-article .category a:hover {
  background: #6C1C78;
}
.news-article p {
  margin: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-article p.h4 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1200px) {
  .news-article p.h4 {
    font-size: 1.5rem !important;
  }
}

.cover-header {
  padding-top: 40px;
  background: url("img/hero-background.jpg");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .cover-header {
    padding-top: 0;
    align-items: flex-end;
  }
}
.cover-header .funky-underline {
  position: relative;
  z-index: 1;
}
.cover-header .funky-underline:after {
  content: "";
  position: absolute;
  top: 85%;
  width: 100%;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, #8e76f8 0%, #a640bf 50%, #ff099c 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cover-header .funky-underline:after {
    height: 6px;
  }
}
.cover-header .hero-container {
  justify-content: end;
}
.cover-header .hero-container .hero-image {
  margin: 0;
  transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}
@media screen and (max-width: 768px) {
  .cover-header .hero-container {
    margin-top: -50px;
  }
  .cover-header .hero-container .hero-image {
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
  }
}

.cover-plan {
  border-top: 1px solid #B8C3CC;
}
.cover-plan .cover-plan-title {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 32px;
  background: linear-gradient(90deg, #8e76f8, #ff099c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.cover-plan .cover-plan-subtitle {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.btn-toggle {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #B8C3CC;
  padding: 0.2rem;
  margin: 0.5rem;
}
.btn-toggle .btn {
  width: 100%;
  text-align: center;
  transition: none !important;
}
.btn-toggle .btn-link {
  color: #555F69;
  background: transparent;
}
.btn-toggle .btn-link:hover {
  background-color: #c6e7dc;
}

.cover-table {
  width: 100%;
  margin-bottom: 0;
}
.cover-table .purple-header {
  margin: 5px;
  padding: 10px;
  border-radius: 0.75rem;
  height: 100%;
}
.cover-table .purple-header h5 {
  font-family: "lato", sans-serif;
  font-size: 16px;
  text-align: left;
  padding: 0 0 10px 0;
}
.cover-table .purple-header img {
  max-width: 30%;
  margin: 5px auto 20px auto;
  display: block;
}
.cover-table .purple-header .cover-option-container {
  height: 100%;
  flex-direction: column;
}
.cover-table .purple-header .cover-option-body {
  flex: 1;
}
.cover-table .purple-header .cover-option-body .cover-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cover-table .purple-header .cover-option-body .cover-area .top {
  flex: 1;
}
.cover-table .purple-header .cover-option-body .cover-area .top p {
  font-family: "lato", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
}
.cover-table .purple-header .cover-option-body .cover-area .bottom {
  flex: none;
}
.cover-table .purple-header .cover-option-body .cover-area .bottom .btn {
  font-size: 14px;
  line-height: 0;
}
.cover-table .purple-header .most-popular {
  background-color: #00B969;
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
}
.cover-table th, .cover-table .th {
  width: 20%;
  vertical-align: top;
}
.cover-table th h1, .cover-table th h2, .cover-table th h3, .cover-table th h4, .cover-table th h5, .cover-table th h6, .cover-table th p, .cover-table .th h1, .cover-table .th h2, .cover-table .th h3, .cover-table .th h4, .cover-table .th h5, .cover-table .th h6, .cover-table .th p {
  margin: 0;
}
.cover-table tr:nth-child(2n+0) {
  border-radius: 50px;
}
.cover-table tr:nth-child(2n+0) td {
  background-color: #F2F2F2;
  background-clip: padding-box;
}
.cover-table tr:nth-child(2n+0) td:first-child {
  border-radius: 50px 0 0 50px;
}
.cover-table tr:nth-child(2n+0) td:last-child {
  border-radius: 0 50px 50px 0;
}
.cover-table .th-call-out {
  color: #555F69;
}
.cover-table .th-call-out p {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #555F69;
}
.cover-table .th-call-out a {
  color: #555F69;
}
.cover-table .th-call-out h6 {
  font-family: "lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #555F69;
}
.cover-table .cover-table-buttons {
  background: #06d29e;
}
.cover-table .cover-table-buttons th, .cover-table .cover-table-buttons .th {
  background: #06d29e;
  padding: 0.75rem 1rem;
}
.cover-table td {
  width: 20%;
  color: #555F69;
  padding: 0.2rem 1rem;
  position: relative;
  font-size: 14px;
  border-left: 1px solid #B8C3CC;
  border-right: 1px solid #B8C3CC;
}
@media screen and (min-width: 1441px) {
  .cover-table td {
    padding: 0.2rem 1rem;
  }
}
.cover-table td:first-child {
  border-left: none;
}
.cover-table td:last-child {
  border-right: none;
}

table.cover-table {
  border-radius: 0.5rem;
  overflow: hidden;
}

.ct-max-width {
  max-width: 1000px !important;
}

.icon-check-30 {
  width: 30px;
  fill: #00B969;
}

.icon-calendar {
  padding: 0.75rem 1rem 1.25rem;
}
.icon-calendar:before {
  display: inline-block;
  content: "";
  background: url("img/icon-calendar-simple.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  margin-right: 0.5em;
  transform: translateY(0.25em);
}
@media screen and (min-width: 481px) {
  .icon-calendar:before {
    width: 21px;
    height: 24px;
  }
}

.icon-email {
  padding: 0.75rem 1rem 1.25rem;
}
.icon-email:before {
  display: inline-block;
  content: "";
  background: url("img/envelope-regular.svg");
  background-repeat: no-repeat;
  filter: invert(17%) sepia(74%) saturate(6320%) hue-rotate(315deg) brightness(103%) contrast(102%);
  width: 16px;
  height: 18px;
  margin-right: 0.5em;
  transform: translateY(0.25em);
}
@media screen and (min-width: 481px) {
  .icon-email:before {
    width: 26px;
    height: 24px;
  }
}

#cover-table-sticky {
  padding: 2rem 0;
}
#cover-table-sticky h6 {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  #cover-table-sticky h6 span {
    display: block;
  }
}
#cover-table-sticky .call-out h6 {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  #cover-table-sticky {
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  #cover-table-sticky h6 {
    font-size: 1.25rem;
  }
}

.mobile-call-out {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mobile-call-out.show {
    display: block;
  }
}

.cover-feature-list {
  padding: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #B8C3CC;
  border-top: 0px;
  margin-bottom: 20px;
}
.cover-feature-list:last-child {
  border-bottom: none;
}
.cover-feature-list > div {
  justify-content: center;
  color: #555F69;
}

.helpline-section {
  border-radius: 50px;
  background-color: #06d29e;
  box-shadow: 0 7px 15px rgba(55, 0, 60, 0.2);
  color: white;
  overflow: hidden;
}
.helpline-section .helpline-image-container {
  overflow: hidden;
  position: relative;
}
.helpline-section .helpline-image-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.helpline-section .helpline-section-text {
  padding: 20px 30px;
}
.helpline-section .helpline-section-text img {
  width: 100px;
}
@media screen and (min-width: 1441px) {
  .helpline-section .helpline-section-text img {
    width: 200px;
    padding-bottom: 20px;
  }
}

.partners-header {
  text-transform: uppercase;
  font-size: 1em;
  padding-bottom: 0.5rem;
}

.partners {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .partners {
    border-radius: 25px;
  }
}
.partners .greyscale-logo-container {
  display: flex;
  align-items: center;
}
.partners .greyscale-logo-container img {
  padding: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .partners .greyscale-logo-container img {
    padding: 10px;
  }
}

.purple-shield-section {
  background: rgb(117, 82, 196);
  background: linear-gradient(90deg, rgb(117, 82, 196) 0%, rgb(108, 29, 121) 70%);
  color: #ffffff;
  font-family: "lato", sans-serif;
}

.boiler-cover-row {
  justify-content: center;
  align-items: center;
}
.boiler-cover-row .funky-underline {
  position: relative;
  z-index: 1;
}
.boiler-cover-row .funky-underline:after {
  content: "";
  position: absolute;
  top: 85%;
  width: 100%;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, #8e76f8 0%, #a640bf 50%, #ff099c 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .boiler-cover-row .funky-underline:after {
    height: 6px;
  }
}

.bottom-cta {
  padding: 30px;
  border-top: 1px solid #b8c3cc;
  overflow: hidden;
  background-image: url("img/hero-background.jpg");
  background-size: cover;
}
.bottom-cta h2, .bottom-cta h5, .bottom-cta a, .bottom-cta .cta-boiler-image {
  z-index: 10;
  position: relative;
}

.bubble-wrap {
  position: relative;
  overflow: hidden;
}
.bubble-wrap .container {
  position: relative;
  z-index: 2;
}

.bubbles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}

.water-bubbles {
  position: relative;
}

.water-bubble {
  position: absolute;
  bottom: -200px;
  background-image: url("img/bubble.png");
  background-size: cover;
  opacity: 0.5;
  filter: blur(3px);
  animation: fly 15s ease-in-out infinite;
}

.water-bubble:nth-child(1) {
  left: 1%;
  height: 40px;
  width: 40px;
  filter: blur(5px);
  animation-duration: 8s;
}

.water-bubble:nth-child(2) {
  left: 10%;
  height: 20px;
  width: 20px;
  filter: blur(3px);
  animation-duration: 10s;
  animation-delay: 1s;
}

.water-bubble:nth-child(3) {
  left: 15%;
  height: 30px;
  width: 30px;
  filter: blur(1px);
  animation-duration: 6s;
  animation-delay: 2s;
}

.water-bubble:nth-child(4) {
  left: 30%;
  height: 60px;
  width: 60px;
  filter: blur(5px);
  animation-duration: 12s;
  animation-delay: 5s;
}

.water-bubble:nth-child(5) {
  left: 40%;
  height: 30px;
  width: 30px;
  filter: blur(3px);
  animation-duration: 9s;
  animation-delay: 0;
}

.water-bubble:nth-child(6) {
  left: 50%;
  height: 15px;
  width: 15px;
  filter: blur(4px);
  animation-duration: 13s;
  animation-delay: 8s;
}

.water-bubble:nth-child(7) {
  left: 55%;
  height: 60px;
  width: 60px;
  filter: blur(3px);
  animation-duration: 10s;
  animation-delay: 0;
}

.water-bubble:nth-child(8) {
  left: 60%;
  height: 10px;
  width: 10px;
  filter: blur(7px);
  animation-duration: 14s;
  animation-delay: 5s;
}

.water-bubble:nth-child(9) {
  left: 65%;
  height: 20px;
  width: 20px;
  filter: blur(2px);
  animation-duration: 10s;
  animation-delay: 3s;
}

.water-bubble:nth-child(10) {
  left: 70%;
  height: 55px;
  width: 55px;
  filter: blur(2px);
  animation-duration: 7s;
  animation-delay: 11s;
}

.water-bubble:nth-child(11) {
  left: 80%;
  height: 33px;
  width: 33px;
  filter: blur(7px);
  animation-duration: 4s;
  animation-delay: 15s;
}

.water-bubble:nth-child(12) {
  left: 90%;
  height: 24px;
  width: 24px;
  filter: blur(5px);
  animation-duration: 8s;
  animation-delay: 5s;
}

.water-bubble:nth-child(13) {
  left: 95%;
  height: 20px;
  width: 20px;
  filter: blur(2px);
  animation-duration: 9s;
  animation-delay: 4s;
}

.water-bubble:nth-child(14) {
  left: 25%;
  height: 28px;
  width: 28px;
  filter: blur(5px);
  animation-duration: 17s;
  animation-delay: 0s;
}

.water-bubble:nth-child(15) {
  left: 20%;
  height: 20px;
  width: 20px;
  filter: blur(4px);
  animation-duration: 14s;
  animation-delay: 1s;
}

@keyframes fly {
  0% {
    bottom: -200px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
.competition-background {
  background-color: #F2F2F5;
  background-image: url("img/bricks.svg"), url("img/bricks.svg");
  background-repeat: no-repeat, no-repeat;
  background-position-y: 400px, 50px;
  background-position-x: 150px, 1770px;
  background-size: 150px 135px;
}
.competition-background .party-animals {
  background: url("img/competition/party-animals.png") no-repeat bottom;
}
.competition-background .competition-winner {
  font-size: 25px;
  hyphens: auto;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .competition-background .competition-winner {
    padding-bottom: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .competition-background .btn {
    font-size: 16px;
  }
}
.competition-background .social-icons {
  list-style: none;
  padding: 0;
  max-width: 300px;
  margin: 0 auto;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.site-footer {
  color: white;
  background-color: #1e1e1e;
  background-image: linear-gradient(0deg, #3c3c3c 0%, #282828 50%);
}
.site-footer .partners {
  padding-top: 0;
}
.site-footer .partners .greyscale-logo-container {
  display: flex;
  align-items: center;
}
.site-footer .partners .greyscale-logo-container img {
  padding: 0;
  opacity: 1;
  filter: invert(1) brightness(1000);
}
@media screen and (max-width: 1200px) {
  .site-footer .partners .greyscale-logo-container img {
    padding: 0;
  }
}
.site-footer .terms-menu {
  border-top: 1px solid #F2F2F2;
  font-size: 14px;
  justify-content: space-between;
}
.site-footer .terms-menu .list-footer-top {
  margin: 0;
  text-align: center;
  padding: 0;
  font-size: 16px;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.site-footer .terms-menu .list-footer-top li {
  display: block;
  text-align: center;
}
.site-footer .terms-menu .list-footer-top li a {
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  .site-footer .terms-menu .list-footer-top {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .terms-menu .list-footer-top {
    text-align: left;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .site-footer .terms-menu .list-footer-top li {
    display: inline-block;
    margin-right: 2em;
  }
}
.site-footer .terms-menu .list-footer-bottom {
  text-decoration: none;
  margin: 0;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  text-align: center;
  padding: 0;
  font-size: 16px;
}
.site-footer .terms-menu .list-footer-bottom li {
  display: block;
}
.site-footer .terms-menu .list-footer-bottom li a {
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  .site-footer .terms-menu .list-footer-bottom {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media screen and (min-width: 769px) {
  .site-footer .terms-menu .list-footer-bottom {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    text-align: left;
  }
}
@media screen and (min-width: 1201px) {
  .site-footer .terms-menu .list-footer-bottom {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
  }
}
.site-footer .footer-contact-details {
  font-size: 16px;
}
.site-footer .footer-contact-details-phone {
  font-size: 28px;
}
.site-footer .footer-contact-details-email {
  font-size: 16px;
}

.width-100 {
  width: 100%;
}

ul.list-inline {
  margin: 0;
  padding: 0;
}
ul.list-inline li {
  display: inline-block;
  margin-right: 2em;
}
ul.list-inline li a {
  text-decoration: none;
}
ul.list-inline li a:hover {
  text-decoration: underline;
}
ul.list-inline-right {
  text-align: right;
}
ul.list-inline-right li {
  margin-right: 0;
  margin-left: 2em;
}

.text-right ul.list-inline li {
  margin-right: 0;
  margin-left: 2em;
}

.widget_nav_menu .menu {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.widget_nav_menu .menu li {
  list-style: none;
}
.widget_nav_menu .menu li a {
  color: white;
  text-decoration: none;
}
.widget_nav_menu .menu li a:hover {
  text-decoration: underline;
}

.social-menu .icon-brand {
  filter: invert(100%) contrast(116%);
  width: 30px;
  height: auto;
}

#page {
  margin-top: 144px;
}
@media screen and (min-width: 769px) {
  #page {
    margin-top: 82px;
  }
}
#page.small-header {
  margin-top: 0;
}

.page-template-page-boilers,
.page-template-page-boiler-results,
.page-template-page-boiler-info,
.page-template-page-boiler-booking,
.page-template-page-boiler-checkout,
.page-template-page-boiler-checkout-proof,
.page-template-page-boiler-service-checkout,
.page-template-page-boiler-cover-checkout,
.page-template-page-boiler-repair-checkout,
.boiler-template-default {
  min-height: 100vh;
  background: #F2F2F2;
}
.page-template-page-boilers .simple-hidden,
.page-template-page-boiler-results .simple-hidden,
.page-template-page-boiler-info .simple-hidden,
.page-template-page-boiler-booking .simple-hidden,
.page-template-page-boiler-checkout .simple-hidden,
.page-template-page-boiler-checkout-proof .simple-hidden,
.page-template-page-boiler-service-checkout .simple-hidden,
.page-template-page-boiler-cover-checkout .simple-hidden,
.page-template-page-boiler-repair-checkout .simple-hidden,
.boiler-template-default .simple-hidden {
  display: none !important;
}
.page-template-page-boilers .site-header-menu,
.page-template-page-boiler-results .site-header-menu,
.page-template-page-boiler-info .site-header-menu,
.page-template-page-boiler-booking .site-header-menu,
.page-template-page-boiler-checkout .site-header-menu,
.page-template-page-boiler-checkout-proof .site-header-menu,
.page-template-page-boiler-service-checkout .site-header-menu,
.page-template-page-boiler-cover-checkout .site-header-menu,
.page-template-page-boiler-repair-checkout .site-header-menu,
.boiler-template-default .site-header-menu {
  position: initial !important;
  display: none !important;
}
.page-template-page-boilers #top-messages,
.page-template-page-boiler-results #top-messages,
.page-template-page-boiler-info #top-messages,
.page-template-page-boiler-booking #top-messages,
.page-template-page-boiler-checkout #top-messages,
.page-template-page-boiler-checkout-proof #top-messages,
.page-template-page-boiler-service-checkout #top-messages,
.page-template-page-boiler-cover-checkout #top-messages,
.page-template-page-boiler-repair-checkout #top-messages,
.boiler-template-default #top-messages {
  margin-top: 0;
}
.page-template-page-boilers #page,
.page-template-page-boiler-results #page,
.page-template-page-boiler-info #page,
.page-template-page-boiler-booking #page,
.page-template-page-boiler-checkout #page,
.page-template-page-boiler-checkout-proof #page,
.page-template-page-boiler-service-checkout #page,
.page-template-page-boiler-cover-checkout #page,
.page-template-page-boiler-repair-checkout #page,
.boiler-template-default #page {
  margin-top: initial;
}

.page-template-page-boiler-info .results-boiler .content {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.page-template-page-boiler-info .results-boiler footer {
  display: none;
}

.p-question {
  background-color: #06d29e;
  padding: 0.125rem 1rem;
  border-radius: 1rem;
}
.p-question i {
  display: inline-block;
  background: #773bee;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 1.5em;
  text-align: center;
  font-style: normal;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  border-radius: 50%;
}

.order-step {
  background: #F2F2F2;
  text-align: center;
  align-items: center;
  display: none;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .order-step {
    margin-top: 0;
    min-height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .order-step.order-step-3-2 {
    min-height: 700px;
  }
}
.order-step.active {
  display: flex;
}
.order-step .question-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.order-step .btn-back {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  padding: 20px;
  color: #0F8A6B;
}
.order-step .btn-back:hover {
  text-decoration: none;
}
.order-step #form-postcode {
  max-width: 450px;
  margin: 2rem auto;
}

.order-question {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0 auto;
  color: #333333;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .order-question {
    font-size: 30px;
  }
}
.order-question img {
  margin: 0 auto;
}
.order-question strong {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #773bee;
}
.order-question i {
  display: inline-block;
  background: #6CDFEA;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-style: normal;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  border-radius: 50%;
}

.order-answers,
.order-answers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem 0;
}
.order-answers.order-answers-numbers,
.order-answers.order-answers-numbers {
  flex-direction: row;
  flex-wrap: wrap;
}
.order-answers.order-answers-numbers .order-button,
.order-answers.order-answers-numbers .order-button {
  padding-left: 0;
}
.order-answers .order-button,
.order-answers .order-button {
  width: 100%;
  font-size: 20px;
  margin: 0.5rem 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 3px solid #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background-size: 80px;
  padding: 30px 10px 30px 70px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: -10px -5px;
  transition: 0.3s;
}
.order-answers .order-button.numeric,
.order-answers .order-button.numeric {
  padding-left: 0;
}
.order-answers .order-button .order-button-info,
.order-answers .order-button .order-button-info {
  margin-left: auto;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  text-align: right;
  color: #773bee;
  width: 30px;
  text-align: center;
}
.order-answers .order-button .order-button-label,
.order-answers .order-button .order-button-label {
  width: 100%;
  text-align: left;
  position: relative;
  color: #1E1E1E;
}
.order-answers .order-button .order-button-label .extra,
.order-answers .order-button .order-button-label .extra {
  font-size: 14px;
  color: #773bee;
}
.order-answers .order-button .order-button-number,
.order-answers .order-button .order-button-number {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #6C1C78;
  font-size: 36px;
}
@media screen and (min-width: 769px) {
  .order-answers .order-button .order-button-number,
  .order-answers .order-button .order-button-number {
    font-size: 48px;
  }
}
.order-answers .order-button .order-button-helper,
.order-answers .order-button .order-button-helper {
  opacity: 0;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.order-answers .order-button:hover, .order-answers .order-button.hover,
.order-answers .order-button:hover,
.order-answers .order-button.hover {
  border-color: #06d29e;
}
.order-answers .order-button:hover .order-button-helper, .order-answers .order-button.hover .order-button-helper,
.order-answers .order-button:hover .order-button-helper,
.order-answers .order-button.hover .order-button-helper {
  transform: translateY(100%);
  opacity: 1;
}
.order-answers .order-button-sm,
.order-answers .order-button-sm {
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .order-answers .order-button-sm,
  .order-answers .order-button-sm {
    height: 50px;
    width: 4em;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .order-answers {
    flex-direction: row;
  }
  .order-answers .order-button {
    margin: 0.5rem;
    background-size: cover;
    background-position: center;
    padding: 0;
    width: 12em;
    height: 12em;
    flex-direction: column;
    align-items: stretch;
  }
  .order-answers .order-button .order-button-label {
    margin-top: auto;
    padding-bottom: 1rem;
    text-align: center;
    color: #1E1E1E;
  }
  .order-answers .order-button-sm {
    width: 6em;
    height: auto;
  }
}
@media screen and (min-width: 1201px) {
  .order-answers {
    padding: 3rem 0;
  }
}
.reveal {
  opacity: 0;
  transition: opacity 0.3s;
}

.ready .reveal {
  opacity: 1;
}

.progress-bar {
  width: 100%;
  font-size: 10px;
  height: 1em;
  background: #6C1C78;
  position: relative;
}
.progress-bar .progress-made {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1em;
  background: #FF099C;
  transition: all ease 1s;
}
.progress-bar.progress-bar-lg {
  font-size: 20px;
}
.progress-bar.no-transition .progress-made {
  transition: none;
}

.page-template-page-boiler-results .results h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 481px) {
  .page-template-page-boiler-results .results h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1201px) {
  .page-template-page-boiler-results .results h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

a.video-link {
  display: inline-flex;
  width: auto;
  max-width: 260px;
  padding: 1rem 2rem 1rem 1rem;
  background: #FF099C;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 0.65rem !important;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  font-weight: 700 !important;
}
@media screen and (min-width: 481px) {
  a.video-link {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 769px) {
  a.video-link {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  a.video-link {
    font-size: 1.25rem !important;
    max-width: unset;
  }
}
a.video-link img {
  max-width: 20px;
  margin-right: 0.25rem;
  transform: translateY(-0.1rem);
}
@media screen and (min-width: 769px) {
  a.video-link img {
    max-width: unset;
  }
}
a.video-link span {
  position: relative;
}
a.video-link span::after {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.boiler-information a.video-link {
  max-width: 300px;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 1201px) {
  .boiler-information a.video-link {
    max-width: 280px;
  }
}

.header-actions button {
  border-radius: 100px;
  color: white;
  cursor: pointer;
  background-color: transparent;
  font-weight: bold;
  border: 1px solid white;
  padding: 0.5rem 1rem;
}
.header-actions button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .header-actions button i {
    display: none;
  }
}

.results-steps {
  margin: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .results-steps {
    margin: 2rem 0 2.5rem;
  }
}
.results-steps .step-info {
  text-align: center;
  border-right: 3px solid #F2F2F2;
  border-bottom: 3px solid #F2F2F2;
  padding-top: 0rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 481px) {
  .results-steps .step-info {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .results-steps .step-info {
    border-bottom: none;
  }
}
.results-steps .step-info.last {
  border-right: none;
}
.results-steps p, .results-steps input {
  font-family: lato, sans-serif;
  font-weight: normal !important;
  font-size: 0.65rem;
  font-weight: 700 !important;
}
@media screen and (min-width: 481px) {
  .results-steps p, .results-steps input {
    font-size: 1.125rem;
  }
}
.results-steps .start-again-step {
  cursor: pointer;
}
.results-steps .start-again {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .results-steps .start-again {
    width: auto;
  }
}
.results-steps .m-icon {
  height: 14px;
  width: auto;
  margin: 0 auto;
  filter: invert(26%) sepia(88%) saturate(7459%) hue-rotate(317deg) brightness(107%) contrast(102%);
  vertical-align: bottom;
}
@media screen and (min-width: 481px) {
  .results-steps .m-icon {
    height: 18px;
    vertical-align: middle;
  }
}
.results-steps .icon:before {
  display: none;
  content: "";
  height: 33px;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  transform: translateY(0.45em);
  filter: invert(26%) sepia(88%) saturate(7459%) hue-rotate(317deg) brightness(107%) contrast(102%);
}
@media screen and (min-width: 769px) {
  .results-steps .icon:before {
    display: inline-block;
  }
}
.results-steps .icon-reset:before {
  background: url("img/icon-reset.svg");
  background-repeat: no-repeat;
  width: 18px;
  margin-right: 0;
  transform: translateY(0.9em);
}
.results-steps .icon-bed:before {
  background: url("img/icon-bed.svg");
  background-repeat: no-repeat;
  width: 47px;
}
.results-steps .icon-bath:before {
  background: url("img/icon-bath.svg");
  background-repeat: no-repeat;
  width: 40px;
}
.results-steps .icon-shower:before {
  background: url("img/icon-shower.svg");
  background-repeat: no-repeat;
  width: 31px;
}
.results-steps p {
  margin-bottom: 0;
  margin-top: 9px;
}
@media screen and (min-width: 481px) {
  .results-steps p {
    transform: translateY(0);
    margin: 0;
  }
}

.drop-shadow-sm-filter {
  filter: drop-shadow(-5px 1px 5px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width: 1201px) {
  .drop-shadow-sm-filter {
    filter: drop-shadow(-10px 1px 10px rgba(0, 0, 0, 0.1));
  }
}
.show-other-boilers {
  cursor: pointer;
  color: black;
}
.show-other-boilers button {
  background-color: #06d29e;
}

.whats-included-banner {
  background-color: white;
}
.whats-included-banner dl {
  font-family: "lato", sans-serif;
  font-size: 14px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
@media screen and (max-width: 768px) {
  .whats-included-banner dl {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.whats-included-banner dl i {
  line-height: 1.2;
}
.whats-included-banner dl dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .whats-included-banner dl dt {
    font-weight: normal;
  }
}
.whats-included-banner dl dd {
  color: #555F69;
}

.help-me-choose {
  background-color: white;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 35px;
  left: 50%;
}
.help-me-choose img {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
}
.help-me-choose .help-me-choose-text {
  display: flex;
  align-items: center;
}
.help-me-choose .help-me-choose-text p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .help-me-choose .help-me-choose-text p {
    padding: 5px;
    font-size: 16px;
  }
}
.help-me-choose button {
  display: inline-block;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  background-color: #773bee;
  padding: 10px 30px;
  margin: 15px 0 15px 0;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .help-me-choose button {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .help-me-choose button {
    padding: 5px;
    font-size: 14px;
  }
}
.help-me-choose button:hover {
  background-color: #D70082;
}

@media screen and (max-width: 768px) {
  .products-header.gradient-header .title {
    font-size: 1.25em;
  }
  .products-header.gradient-header .subtitle {
    font-size: 0.8em;
  }
}

.your-answers {
  background: white;
}
.your-answers .your-answers-left {
  align-content: start;
}
.your-answers .your-answers-left .your-answers-heading {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 32px;
  background: linear-gradient(90deg, #8e76f8, #ff099c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .your-answers .your-answers-left .your-answers-heading {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.your-answers .your-answers-left .start-again-button {
  background: transparent;
  border-radius: 100px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.your-answers .your-answers-left .start-again-button:hover {
  background-color: #F2F2F2;
}
.your-answers .your-answers-row {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #B8C3CC;
  padding: 8px;
  font-family: "lato", sans-serif;
  font-size: 20px;
  position: relative;
  line-height: 1.5;
}
.your-answers .your-answers-row:first-child {
  border-top: none;
}

.results-boiler {
  position: relative;
  color: #1E1E1E;
}
.results-boiler .content {
  padding: 15px 30px;
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -370px -290px;
  background-size: 650px 650px;
}
@media screen and (max-width: 1440px) {
  .results-boiler .content {
    background-size: 550px 550px;
  }
}
.results-boiler .content.Worcester {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ced5de;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Worcester .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/worcester.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.Viessmann {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fad1c9;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Viessmann .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/viessmann.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.Alpha {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7c6cb;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Alpha .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/alpha.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.Ideal {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e6f1c8;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Ideal .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/ideal.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.Navien {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffe3cf;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Navien .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/navien.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.Vaillant {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23cce7e5;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.results-boiler .content.Vaillant .boiler-manufacturer-logo {
  background-image: url("img/manufacturer-logos/vaillant.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: clamp(0px, 80px, 50%) 100%;
}
.results-boiler .content.is-bundle {
  border-color: #ff0a4b;
  border-radius: 0 0 20px 20px;
}
.results-boiler .content.recommended {
  border-color: #00B969;
  border-radius: 0 0 20px 20px;
}
.results-boiler .content.budget-option, .results-boiler .content.best-of-british {
  border-radius: 0 0 20px 20px;
  border-top: 0px;
}
.results-boiler .content.energy-saving-bundle {
  border-color: transparent;
  border-radius: 0 0 20px 20px;
}
.results-boiler .content.energy-saving-bundle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 26px;
  background: conic-gradient(#fcf6ba, #aa771c, #fcf6ba, #aa771c, #fcf6ba, #aa771c, #fcf6ba);
}
.results-boiler .content.energy-saving-bundle .boiler-name {
  background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.results-boiler .content .results-boiler-main .results-boiler-left {
  margin: 0 auto 3rem auto;
  position: relative;
}
.results-boiler .content .results-boiler-main .results-boiler-left .image-section {
  text-align: center;
}
.results-boiler .content .results-boiler-main .results-boiler-left .image-section img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 1201px) {
  .results-boiler .content .results-boiler-main .results-boiler-left .image-section img {
    max-height: 350px;
  }
}
.results-boiler .content .results-boiler-main .results-boiler-left .image-section .payment-badges {
  width: 25%;
  height: auto;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .results-boiler .content .results-boiler-main .results-boiler-left .image-section .payment-badges {
    width: 20%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .results-boiler-left .image-section .payment-badges {
    width: 35%;
  }
}
.results-boiler .content .results-boiler-main .results-boiler-left .image-section .payment-badges .finance {
  margin-bottom: 5px;
}
.results-boiler .content .results-boiler-main .results-boiler-left .image-section .installed-last-week {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 60%;
  width: max-content;
  padding: 3px 10px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 2px 8px 0 rgba(0, 20, 0, 0.2);
  font-size: 0.875rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-radius: 4px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .results-boiler .content .results-boiler-main .results-boiler-left .image-section .installed-last-week {
    font-size: 0.75rem;
    padding: 3px;
  }
}
.results-boiler .content .results-boiler-main .results-boiler-left .viessmann-servicing {
  padding: 5px 15px;
  margin: 25px;
}
@media screen and (max-width: 1440px) {
  .results-boiler .content .results-boiler-main .results-boiler-left .viessmann-servicing {
    margin: 25px auto 0 auto;
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .results-boiler .content .results-boiler-main .results-boiler-left {
    margin-bottom: 0;
  }
}
.results-boiler .content .results-boiler-main .boiler-info {
  border-right: 1px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .results-boiler .content .results-boiler-main .boiler-info {
    border-right: none;
  }
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars {
  display: flex;
  font-size: 16px;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating {
  text-align: center;
  height: 100%;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating h4 {
  font-family: "lato", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating p {
  font-size: 14px;
  color: #555F69;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating .stars-container {
  position: relative;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating .stars-container .stars-active, .results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating .stars-container .stars-unactive {
  white-space: nowrap;
  top: 0px;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating .stars-container .stars-active {
  color: #f4a400;
  -webkit-text-stroke: 1px #ff6701;
  position: absolute;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-stars .five-star-rating .stars-container .stars-unactive {
  color: #F2F2F2;
}
.results-boiler .content .results-boiler-main .boiler-info .reviews-count {
  font-size: 14px;
  margin-top: 3px;
  color: #333333;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-name {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .results-boiler .content .results-boiler-main .boiler-info .boiler-name {
    font-size: 18px;
  }
}
.results-boiler .content .results-boiler-main .boiler-info .description-text .description {
  font-size: 16px;
}
.results-boiler .content .results-boiler-main .boiler-info .description-text .description.is-bundle {
  font-size: 12px;
  border-radius: 4px;
  background-color: #c6e7dc;
  padding: 3px 6px;
}
.results-boiler .content .results-boiler-main .boiler-info .description-text .description.energy-saving-bundle {
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 6px;
  color: white;
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.results-boiler .content .results-boiler-main .boiler-info .description-text .description-points {
  font-size: 14px;
  padding: 0;
  list-style-position: inside;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs {
  color: #1E1E1E;
  margin: 15px 0 15px 0;
  grid-gap: 2px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .results-boiler .content .results-boiler-main .boiler-info .boiler-specs {
    margin: 15px auto;
  }
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs .spec {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 4px;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs .spec .spec-box {
  display: grid;
  grid-gap: 0 3px;
  grid-template-columns: auto 1fr auto;
  line-height: 1;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs .spec .spec-box .spec-number {
  font-weight: 1000;
  font-size: 18px;
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs .spec .spec-box .spec-unit {
  font-size: 18px;
  margin: 0;
  grid-column: 2/3;
  grid-row: 2;
}
.results-boiler .content .results-boiler-main .boiler-info .boiler-specs .spec .spec-box .spec-attribute {
  font-size: 12px;
  grid-column: 1/3;
  grid-row: 1;
}
.results-boiler .content .results-boiler-main .boiler-prices .row {
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .boiler-prices .row {
    justify-content: center;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .finance-calculator-button {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
  color: #773bee;
  border-radius: 50px;
  display: block;
  width: fit-content;
  padding: 3px 10px;
}
.results-boiler .content .results-boiler-main .boiler-prices .finance-calculator-button:hover {
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .boiler-prices .finance-calculator-button {
    font-size: 12px;
    padding: 3px 0;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price {
  font-size: 32px;
  color: #0F8A6B;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0;
  position: relative;
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price .per-month {
  font-size: 20px;
}
@media (max-width: 820px) {
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price {
    font-size: 22px;
  }
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price .per-month {
    font-size: 14px;
  }
}
@media (min-width: 820px) and (max-width: 1100px) {
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price {
    font-size: 24px;
  }
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price .per-month {
    font-size: 16px;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price-text {
  font-size: 12px;
  color: #0F8A6B;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  margin-top: -5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price-text {
    font-size: 10px;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price-text.no-deposit-required {
  text-decoration: underline;
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price-text.no-deposit-required:hover {
  cursor: pointer;
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price-divider {
  border-left: 1px solid #000;
  position: relative;
  padding: 13px 0px 13px 0px;
  display: inline-block;
  margin: 35px 20px 0 20px;
  height: 0px;
}
.results-boiler .content .results-boiler-main .boiler-prices .boiler-price-divider span {
  background: #fff;
  padding: 0;
  font-size: 9px;
  position: absolute;
  top: 7px;
  left: -7px;
}
@media screen and (min-width: 769px) {
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price-divider {
    margin: 15px 10px 0 10px;
  }
}
@media screen and (min-width: 1441px) {
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price-divider {
    margin: 35px 40px 0 10px;
  }
  .results-boiler .content .results-boiler-main .boiler-prices .boiler-price-divider span {
    font-size: 11px;
    top: 5px;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .monthly-price {
  display: flex;
}
@media screen and (max-width: 480px) {
  .results-boiler .content .results-boiler-main .boiler-prices .total-price {
    flex-basis: 35%;
  }
  .results-boiler .content .results-boiler-main .boiler-prices .monthly-price {
    flex-basis: 60%;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .fuel-savings {
  display: flex;
  justify-content: space-between;
  background-color: #c6e7dc;
  margin-bottom: 30px;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .boiler-prices .fuel-savings {
    font-size: 12px;
    padding: 1px 5px;
  }
}
@media screen and (max-width: 768px) {
  .results-boiler .content .results-boiler-main .boiler-prices .fuel-savings {
    display: none;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .fuel-savings :last-child {
  text-align: right;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn {
  font-size: 0.85rem;
  border-radius: 100px;
}
@media screen and (min-width: 481px) {
  .results-boiler .content .results-boiler-main .boiler-prices .btn {
    font-size: 1.125rem;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-success {
  margin-bottom: 8px;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.disabled {
  margin-bottom: 8px;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-outline {
  border-color: #773bee;
  color: #773bee;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-outline:hover {
  background: #773bee;
  color: #fff !important;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-outline:hover:before {
  border-color: transparent #fff transparent transparent;
  transition: 0.3s;
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-outline:hover.icon-email:before {
  filter: invert(98%) sepia(30%) saturate(6%) hue-rotate(193deg) brightness(103%) contrast(103%);
}
.results-boiler .content .results-boiler-main .boiler-prices .btn.btn-outline:before {
  border-color: transparent #773bee transparent transparent;
}
.results-boiler .content .results-boiler-main .boiler-prices .save-quote {
  display: block;
}
.results-boiler .content .results-boiler-main .boiler-prices .save-quote .posts {
  display: none;
}
.results-boiler .content .results-boiler-main .boiler-prices .we-can-install {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .results-boiler .content .results-boiler-main .boiler-prices .we-can-install {
    font-size: 12px;
  }
}
.results-boiler .content .results-boiler-main .boiler-prices .we-can-install .timer-inner {
  border-radius: 4px;
  padding: 0 3px;
  margin: 0 auto;
  display: inline-block;
}
.results-boiler .content .results-boiler-main .boiler-prices .we-can-install .timer-inner.warning {
  background-color: #ff0a4b;
  color: white;
}
.results-boiler .content .results-boiler-main .boiler-prices .we-can-install .timer-inner.warning img {
  filter: invert(100%);
}
.results-boiler .content .results-boiler-main .boiler-prices .we-can-install .timer-inner img {
  vertical-align: middle;
  margin-top: -3px;
  object-fit: cover;
  line-height: 1.2;
}
.results-boiler .content .results-boiler-footer {
  border-top: 1px solid #F2F2F2;
  padding-top: 10px;
}
.results-boiler .content .results-boiler-footer .control-button {
  text-decoration: none;
  background-color: white;
  border-radius: 500px;
  margin: 0 2px;
  padding: 1px 10px;
  font-size: 14px;
}
.results-boiler .content .results-boiler-footer .control-button.blue {
  color: #1e64c5;
  border: 1px solid #1e64c5;
}
.results-boiler .content .results-boiler-footer .control-button.pink {
  color: #773bee;
  border: 1px solid #773bee;
}
.results-boiler .content .results-boiler-footer .control-button:hover {
  cursor: pointer;
}
.results-boiler .content .results-boiler-footer .left-buttons {
  text-align: left;
}
.results-boiler .content .results-boiler-footer .right-buttons {
  text-align: right;
}
.results-boiler .content .results-boiler-footer .right-buttons .need-help {
  color: #555F69;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
}
.results-boiler .boiler-price-formatted {
  color: #ff0a4b;
  text-decoration: line-through;
  font-size: 16px;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: normal !important;
  margin: 0 0 -10px 0;
  position: relative;
  text-align: right;
}
.results-boiler .header-label {
  border-radius: 50px 50px 0 0;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 2px 22px;
  text-align: center;
  overflow: hidden;
}
.results-boiler .header-label.recommended {
  background-image: linear-gradient(90deg, #34ad82, #00b969);
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.results-boiler .header-label.recommended::before {
  content: "";
  background-image: url("img/bc-logo-white.svg"), url("img/bc-logo-white.svg");
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
  background-size: 25%, 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.results-boiler .header-label.budget-option {
  background-color: #e1f8fb;
  color: #555F69;
  border: 1px solid #B8C3CC;
  border-bottom: 0px;
}
.results-boiler .header-label.best-of-british {
  background-color: #bc3133;
  overflow: hidden;
  position: relative;
}
.results-boiler .header-label.best-of-british::before, .results-boiler .header-label.best-of-british:after {
  content: "";
  background-image: url("img/half-union-jack.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.results-boiler .header-label.best-of-british:after {
  transform: rotate(180deg);
}
.results-boiler .header-label.energy-saving-bundle {
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.results-boiler .header-label.energy-saving-bundle img {
  height: 1.3em;
  margin-top: -0.3em;
}
.results-boiler .energy-saving-bundle-header-labels {
  z-index: 10;
  position: relative;
  top: -2.5px;
}

.product-results .other-boilers-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .product-results .other-boilers-heading {
    font-size: 16px;
  }
}
.product-results .other-boilers-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-results .other-boilers-container::-webkit-scrollbar {
  display: none;
}
.product-results .other-boilers-container .results-boiler-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 25px);
  padding: 10px;
  scroll-snap-align: center;
  transition: all 0.2s;
  opacity: 1;
  color: #1E1E1E;
  height: inherit;
}
.product-results .other-boilers-container .results-boiler-card .content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top {
  flex-grow: 1;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs {
  color: #1E1E1E;
  margin: 15px 0 15px 0;
}
@media screen and (max-width: 768px) {
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs {
    margin: 15px auto;
  }
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs .spec {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 4px;
  display: inline-block;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs .spec .spec-box {
  display: grid;
  grid-gap: 0 3px;
  grid-template-columns: auto 1fr auto;
  line-height: 1;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs .spec .spec-box .spec-number {
  font-weight: 1000;
  font-size: 14px;
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs .spec .spec-box .spec-unit {
  font-size: 14px;
  margin: 0;
  grid-column: 2/3;
  grid-row: 2;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-specs .spec .spec-box .spec-attribute {
  font-size: 12px;
  grid-column: 1/3;
  grid-row: 1;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .image-section {
  text-align: center;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .image-section img {
  max-height: 140px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.2));
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .save-quote {
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-radius: 500px;
  margin: 0 2px;
  padding: 1px 10px;
  font-size: 14px;
  color: #773bee;
  border: 1px solid #773bee;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .save-quote:hover {
  cursor: pointer;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars {
  display: flex;
  font-size: 16px;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating {
  text-align: center;
  height: 100%;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating h4 {
  font-family: "lato", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating p {
  font-size: 14px;
  color: #555F69;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating .stars-container {
  position: relative;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating .stars-container .stars-active, .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating .stars-container .stars-unactive {
  white-space: nowrap;
  top: 0px;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating .stars-container .stars-active {
  color: #f4a400;
  -webkit-text-stroke: 1px #ff6701;
  position: absolute;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-stars .five-star-rating .stars-container .stars-unactive {
  color: #F2F2F2;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .reviews-count {
  font-size: 14px;
  margin-top: 3px;
  color: #333333;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .reviews-count .reviews-text {
  display: none;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-name {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .boiler-name {
    font-size: 18px;
  }
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-top .description {
  font-size: 12px;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom {
  flex-grow: 0;
  border-top: 1px solid #F2F2F2;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price {
  font-size: 18px;
  color: #0F8A6B;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0;
  position: relative;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price .per-month {
  font-size: 14px;
}
@media (max-width: 820px) {
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price {
    font-size: 16px;
  }
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price .per-month {
    font-size: 14px;
  }
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-text {
  font-size: 14px;
  color: #0F8A6B;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  margin-top: -5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-text {
    font-size: 11px;
  }
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-text.no-deposit-required {
  text-decoration: underline;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-text.no-deposit-required:hover {
  cursor: pointer;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-divider {
  font-size: 9px;
  margin-top: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .boiler-price-divider {
    margin-top: 6px;
  }
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .btn.disabled {
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.product-results .other-boilers-container .results-boiler-card .content .results-boiler-card-bottom .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
@media screen and (min-width: 481px) {
  .product-results .other-boilers-container .results-boiler-card {
    flex-basis: calc(50% - 15px);
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 769px) {
  .product-results .other-boilers-container .results-boiler-card {
    flex-basis: calc(33.3333333333% - 15px);
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 1441px) {
  .product-results .other-boilers-container .results-boiler-card {
    flex-basis: calc(25% - 15px);
    scroll-snap-align: center;
  }
}
.product-results .dot-navigation {
  text-align: center;
  height: 40px;
}
.product-results .dot-navigation .dot-navigation-arrow {
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.product-results .dot-navigation .dot-navigation-arrow.disabled {
  color: #848C99;
}
.product-results .dot-navigation .dot-navigation-arrow i {
  vertical-align: top;
}
.product-results .dot-navigation .dots {
  display: inline-block;
}
.product-results .dot-navigation .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  background-color: #B8C3CC;
  transition: 0.3s;
  vertical-align: middle;
}
.product-results .dot-navigation .dots .dot:hover {
  background-color: #773bee;
}
.product-results .dot-navigation .dots .dot.active {
  background-color: #773bee;
  transform: scale(120%);
}
@media screen and (min-width: 481px) {
  .product-results .dot-navigation .dots .dot:last-child {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .product-results .dot-navigation .dots .dot:last-child, .product-results .dot-navigation .dots .dot:nth-last-child(2) {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .product-results .dot-navigation .dots .dot:last-child, .product-results .dot-navigation .dots .dot:nth-last-child(2), .product-results .dot-navigation .dots .dot:nth-last-child(3) {
    display: none;
  }
}

.results-boiler-skeleton {
  border-radius: 20px;
  height: 700px;
}
@media screen and (min-width: 1201px) {
  .results-boiler-skeleton {
    height: 500px;
  }
}

.individual-boiler {
  background-color: white;
}
.individual-boiler .back-to-results {
  text-decoration: none;
  color: #773bee;
  display: block;
  padding-bottom: 10px;
}
.individual-boiler .shortages-text {
  background-color: #F2F2F2;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .shortages-text {
    font-size: 14px;
  }
}
.individual-boiler .header-labels {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .individual-boiler .header-labels {
    text-align: right;
  }
}
.individual-boiler .header-labels .header-label {
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 2px 22px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.individual-boiler .header-labels .header-label.save {
  background-color: #ff0a4b;
}
.individual-boiler .header-labels .header-label.recommended {
  background-color: #00B969;
}
.individual-boiler .header-labels .header-label.energy-saving-bundle {
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.individual-boiler .header-labels .header-label.energy-saving-bundle img {
  height: 1.3em;
  margin-top: -0.3em;
}
.individual-boiler .badge-wrap {
  position: absolute;
  z-index: 2;
}
.individual-boiler .badge-wrap .badge {
  display: block;
}
.individual-boiler .badge-wrap .payment-badges {
  width: 80px;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.individual-boiler .badge-wrap .payment-badges .finance {
  margin-bottom: 5px;
}
.individual-boiler .boiler-thumbnail {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .individual-boiler .boiler-thumbnail {
    margin: 0;
  }
}
.individual-boiler .boiler-thumbnail .post-thumbnail {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 350px;
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Worcester {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ced5de;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Viessmann {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fad1c9;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Alpha {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7c6cb;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Ideal {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e6f1c8;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Navien {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffe3cf;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
.individual-boiler .boiler-thumbnail .post-thumbnail.Vaillant {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.88 48.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23cce7e5;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='24.44' cy='24.44' r='24.44'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1201px) {
  .individual-boiler .boiler-thumbnail .post-thumbnail {
    background-size: 400px;
  }
}
.individual-boiler .boiler-thumbnail .post-thumbnail img {
  max-height: 450px;
  width: auto;
  margin: 0 auto;
  padding: 30px 0;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 1201px) {
  .individual-boiler .boiler-thumbnail .post-thumbnail img {
    max-height: 550px;
  }
}
.individual-boiler .boiler-thumbnail .post-thumbnail .installed-last-week {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 60%;
  width: max-content;
  padding: 3px 10px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 2px 8px 0 rgba(0, 20, 0, 0.2);
  font-size: 0.875rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-radius: 4px;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .individual-boiler .boiler-thumbnail .post-thumbnail .installed-last-week {
    font-size: 0.75rem;
    padding: 3px;
  }
}
.individual-boiler .boiler-thumbnail .video-review {
  color: #1e64c5;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: 700;
}
.individual-boiler .boiler-name {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .individual-boiler .boiler-name {
    font-size: 18px;
  }
}
.individual-boiler .boiler-name.energy-saving-bundle {
  background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.individual-boiler .description-text .description.is-bundle {
  font-size: 12px;
  border-radius: 4px;
  background-color: #c6e7dc;
  line-height: 1.2;
  padding: 3px 6px;
}
.individual-boiler .description-text .description.energy-saving-bundle {
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  padding: 3px 6px;
  color: white;
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.individual-boiler .boiler-prices {
  position: sticky;
  top: 70px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .individual-boiler .boiler-prices {
    position: static;
  }
}
.individual-boiler .boiler-prices .finance-calculator-button {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  cursor: pointer;
  color: #773bee;
  border-radius: 50px;
  display: block;
  width: fit-content;
  padding: 3px 10px;
}
.individual-boiler .boiler-prices .finance-calculator-button:hover {
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-prices .finance-calculator-button {
    font-size: 12px;
    padding: 3px 0;
  }
}
.individual-boiler .boiler-prices .row {
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-prices .row {
    justify-content: center;
  }
}
.individual-boiler .boiler-prices .fixed-installation-price {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .individual-boiler .boiler-prices .fixed-installation-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .individual-boiler .boiler-prices .fixed-installation-price {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #B8C3CC;
  }
}
.individual-boiler .boiler-prices .boiler-price {
  font-size: 32px;
  color: #0F8A6B;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0;
  position: relative;
}
.individual-boiler .boiler-prices .boiler-price .per-month {
  font-size: 20px;
}
@media (max-width: 820px) {
  .individual-boiler .boiler-prices .boiler-price {
    font-size: 22px;
  }
  .individual-boiler .boiler-prices .boiler-price .per-month {
    font-size: 14px;
  }
}
@media (min-width: 820px) and (max-width: 1100px) {
  .individual-boiler .boiler-prices .boiler-price {
    font-size: 24px;
  }
  .individual-boiler .boiler-prices .boiler-price .per-month {
    font-size: 16px;
  }
}
.individual-boiler .boiler-prices .boiler-price-text {
  font-size: 12px;
  color: #0F8A6B;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  margin-top: -5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .individual-boiler .boiler-prices .boiler-price-text {
    font-size: 10px;
  }
}
.individual-boiler .boiler-prices .boiler-price-text.no-deposit-required {
  text-decoration: underline;
}
.individual-boiler .boiler-prices .boiler-price-text.no-deposit-required:hover {
  cursor: pointer;
}
.individual-boiler .boiler-prices .boiler-price-formatted {
  color: #ff0a4b;
  text-decoration: line-through;
  font-size: 16px;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: normal !important;
  margin: 0 0 -10px 0;
  position: relative;
  text-align: right;
}
.individual-boiler .boiler-prices .boiler-price-divider {
  border-left: 1px solid #000;
  position: relative;
  padding: 13px 0px 13px 0px;
  display: inline-block;
  margin: 35px 20px 0 20px;
  height: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .individual-boiler .boiler-prices .boiler-price-divider {
    margin: 15px 10px 0 10px;
  }
}
.individual-boiler .boiler-prices .boiler-price-divider span {
  background: #fff;
  padding: 0px 0;
  font-size: 9px;
  position: absolute;
  top: 7px;
  left: -7px;
}
.individual-boiler .boiler-prices .monthly-price {
  display: flex;
}
.individual-boiler .boiler-prices .fuel-savings {
  display: flex;
  justify-content: space-between;
  background-color: #c6e7dc;
  margin-bottom: 30px;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .individual-boiler .boiler-prices .fuel-savings {
    font-size: 12px;
    padding: 1px 5px;
  }
}
@media screen and (max-width: 768px) {
  .individual-boiler .boiler-prices .fuel-savings {
    display: none;
  }
}
.individual-boiler .boiler-prices .fuel-savings :last-child {
  text-align: right;
}
.individual-boiler .boiler-prices .btn {
  font-size: 0.85rem;
  border-radius: 100px;
}
@media screen and (min-width: 481px) {
  .individual-boiler .boiler-prices .btn {
    font-size: 1.125rem;
  }
}
.individual-boiler .boiler-prices .btn.btn-success {
  margin-bottom: 8px;
}
.individual-boiler .boiler-prices .btn.disabled {
  margin-bottom: 8px;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.individual-boiler .boiler-prices .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.individual-boiler .boiler-prices .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.individual-boiler .boiler-prices .btn.btn-outline {
  border-color: #773bee;
  color: #773bee;
}
.individual-boiler .boiler-prices .btn.btn-outline:hover {
  background: #773bee;
  color: #fff !important;
}
.individual-boiler .boiler-prices .btn.btn-outline:hover:before {
  border-color: transparent #fff transparent transparent;
  transition: 0.3s;
}
.individual-boiler .boiler-prices .btn.btn-outline:hover.icon-email:before {
  filter: invert(98%) sepia(30%) saturate(6%) hue-rotate(193deg) brightness(103%) contrast(103%);
}
.individual-boiler .boiler-prices .btn.btn-outline:before {
  border-color: transparent #773bee transparent transparent;
}
.individual-boiler .boiler-prices .save-quote {
  display: block;
}
.individual-boiler .boiler-prices .save-quote .posts {
  display: none;
}
.individual-boiler .boiler-prices .we-can-install {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-prices .we-can-install {
    font-size: 12px;
  }
}
.individual-boiler .boiler-prices .we-can-install .timer-inner {
  border-radius: 4px;
  padding: 0 3px;
  margin: 0 auto;
  display: inline-block;
}
.individual-boiler .boiler-prices .we-can-install .timer-inner.warning {
  background-color: #ff0a4b;
  color: white;
}
.individual-boiler .boiler-prices .we-can-install .timer-inner.warning img {
  filter: invert(100%);
}
.individual-boiler .boiler-prices .we-can-install .timer-inner img {
  vertical-align: middle;
  margin-top: -3px;
  object-fit: cover;
  line-height: 1.2;
}
.individual-boiler .boiler-overview {
  padding-top: 40px;
}
.individual-boiler .boiler-overview p {
  font-size: 18px;
  padding-right: 20px;
}
.individual-boiler .boiler-overview .specs-grid {
  font-size: 16px;
}
.individual-boiler .boiler-overview .specs-grid > div {
  margin-bottom: 30px;
  padding: 0px 5px;
}
.individual-boiler .boiler-overview .specs-grid > div .spec-label {
  font-weight: bold;
  margin-bottom: 5px;
}
.individual-boiler .boiler-overview .specs-grid > div > div > span.bold {
  font-weight: normal !important;
}
.individual-boiler .boiler-overview .specs-grid .fuel-savings {
  background-color: #c6e7dc;
  margin-bottom: 30px;
  padding: 2px 5px;
  border-radius: 4px;
}
.individual-boiler .your-installation h3 {
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
  margin-right: 100px;
}
.individual-boiler .your-installation p {
  font-size: 16px;
}
.individual-boiler .your-installation .your-installation-top {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .your-installation .your-installation-top {
    margin-bottom: 0px;
  }
  .individual-boiler .your-installation .your-installation-top img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.individual-boiler .your-installation .your-installation-top > div {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .individual-boiler .your-installation .your-installation-top > div img {
    position: absolute;
    top: -50px;
  }
}
.individual-boiler h4 {
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 700 !important;
  font-size: 22px;
}
.individual-boiler .included > div > div {
  padding: 30px 10px;
}
.individual-boiler .included > div > div p {
  margin-bottom: 10px;
}
.individual-boiler .included h6 {
  font-family: "lato", sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
}
.individual-boiler .included a {
  color: #00B969;
  font-size: 16px;
  cursor: pointer;
  font-family: "lato", sans-serif;
  padding: 5px 12px !important;
  margin-top: 5px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00B969;
  border-radius: 50px;
}
.individual-boiler .included a:hover {
  background-color: #00B969;
  color: white;
}
.individual-boiler .included a:focus {
  outline: none;
}
.individual-boiler .manufacturer {
  border-radius: 20px;
  margin-right: 10px;
  margin: 20px 0;
  overflow: hidden;
}
.individual-boiler .manufacturer.worcester {
  box-shadow: 0 2px 8px 0 #36537e80;
}
.individual-boiler .manufacturer.viessmann {
  box-shadow: 0 2px 8px 0 #ff3e1780;
}
.individual-boiler .manufacturer.alpha {
  box-shadow: 0 2px 8px 0 #ea202e80;
}
.individual-boiler .manufacturer.ideal {
  box-shadow: 0 2px 8px 0 #95c11f80;
}
.individual-boiler .manufacturer.navien {
  box-shadow: 0 2px 8px 0 #ff730f80;
}
.individual-boiler .manufacturer.vaillant {
  box-shadow: 0 2px 8px 0 #00897D80;
}
.individual-boiler .manufacturer > div {
  padding: 20px 40px 20px 20px;
  color: white;
}
.individual-boiler .manufacturer > div.worcester {
  background-color: #36537e;
}
.individual-boiler .manufacturer > div.worcester > div {
  background-image: url("img/manufacturer-logos/white/worcester.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.worcester > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.worcester > div > p {
  font-size: 18px;
}
.individual-boiler .manufacturer > div.viessmann {
  background-color: #ff3e17;
}
.individual-boiler .manufacturer > div.viessmann > div {
  background-image: url("img/manufacturer-logos/white/viessmann.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.viessmann > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.viessmann > div > p {
  font-size: 18px;
}
.individual-boiler .manufacturer > div.alpha {
  background-color: #ea202e;
}
.individual-boiler .manufacturer > div.alpha > div {
  background-image: url("img/manufacturer-logos/white/alpha.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.alpha > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.alpha > div > p {
  font-size: 18px;
}
.individual-boiler .manufacturer > div.ideal {
  background-color: #95c11f;
}
.individual-boiler .manufacturer > div.ideal > div {
  background-image: url("img/manufacturer-logos/white/ideal.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.ideal > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.ideal > div > p {
  font-size: 18px;
}
.individual-boiler .manufacturer > div.navien {
  background-color: #ff730f;
}
.individual-boiler .manufacturer > div.navien > div {
  background-image: url("img/manufacturer-logos/white/navien.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.navien > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.navien > div > p {
  font-size: 18px;
}
.individual-boiler .manufacturer > div.vaillant {
  background-color: #00897D;
}
.individual-boiler .manufacturer > div.vaillant > div {
  background-image: url("img/manufacturer-logos/white/vaillant.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 10%;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .manufacturer > div.vaillant > div {
    background-size: 20%;
  }
}
.individual-boiler .manufacturer > div.vaillant > div > p {
  font-size: 18px;
}
.individual-boiler .boiler-heating-homecare img {
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare img {
    margin: 0 auto;
    display: block;
    width: 50%;
  }
}
.individual-boiler .boiler-heating-homecare h3 {
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare h3 {
    font-size: 24px;
    margin-top: 10px;
  }
}
.individual-boiler .boiler-heating-homecare .funky-underline {
  position: relative;
  z-index: 1;
}
.individual-boiler .boiler-heating-homecare .funky-underline:after {
  content: "";
  position: absolute;
  top: 85%;
  width: 100%;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, #8e76f8 0%, #a640bf 50%, #ff099c 100%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare .funky-underline:after {
    height: 4px;
  }
}
.individual-boiler .boiler-heating-homecare p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare p {
    font-size: 16px;
    font-weight: normal;
  }
}
.individual-boiler .boiler-heating-homecare .btn {
  font-size: 20px;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare .btn {
    margin: 0 auto;
  }
}
.individual-boiler .boiler-heating-homecare .btn.disabled {
  display: block;
  margin: 15px auto 8px auto;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.individual-boiler .boiler-heating-homecare .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.individual-boiler .boiler-heating-homecare .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .boiler-heating-homecare .btn.disabled {
    margin: 0 auto;
  }
}
.individual-boiler .FAQs h3 {
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
  margin-right: 100px;
}
.individual-boiler .FAQs > div > div {
  padding-right: 12px;
}
.individual-boiler .FAQs > div > div p {
  font-size: 16px;
}
.individual-boiler .FAQs h6 {
  font-family: "lato", sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  margin-bottom: 10px;
}
.individual-boiler .more-boilers {
  background-color: #F2F2F2;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  margin-top: 40px;
  left: 50%;
}
.individual-boiler .more-boilers div.more-boilers-top {
  justify-content: space-between;
}
.individual-boiler .more-boilers div.more-boilers-bottom {
  display: flex;
  justify-content: left;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler {
  width: calc(33.33% - 20px);
  margin: 10px;
  border-radius: 20px;
  border: 1px solid #B8C3CC;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler {
    width: calc(33.33% - 6px);
    margin: 3px 3px 10px 3px;
    padding: 5px;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler.currently-viewing {
  border: 1px solid #555F69;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler:first-child {
  margin-left: 0;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler:last-child {
  margin-right: 0;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-top {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-top .fraction {
  color: #848C99;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-top .currently-viewing {
  position: absolute;
  right: 0;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler img {
  box-shadow: 0 2px 4px 0 rgba(0, 20, 0, 0.2);
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler img {
    max-height: 100px;
    margin-bottom: 5px;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-title {
  padding-bottom: 10px;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info {
  padding-left: 20px;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 26px;
}
@media screen and (max-width: 1440px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price {
    font-size: 18px;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price .boiler-price-divider {
  font-family: "lato", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price .boiler-price-divider {
    font-size: 12px;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price .per-month {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-info .alternative-boiler-price .per-month {
    font-size: 14px;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs > div {
  border-top: 1px solid #B8C3CC;
  padding: 8px;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs > div > p {
  font-size: 16px !important;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs > div > p {
    font-size: 14px !important;
  }
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs > div > p > span.bold {
    font-size: 14px !important;
  }
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .alternative-boiler-specs > div > p:last-child {
  font-weight: bold;
  text-align: right;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler h4 {
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  text-align: left;
  display: inline;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler h4:hover {
  border-bottom: 3px dotted #1E1E1E;
  cursor: pointer;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn {
  font-size: 20px;
  margin: 10px auto;
  width: 80%;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn.disabled {
  margin: 10px auto;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 1200px) {
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn {
    font-size: 14px;
    padding: 15px;
    margin: 10px auto 0 auto;
  }
  .individual-boiler .more-boilers div.more-boilers-bottom .alternative-boiler .btn.disabled .loading {
    font-size: 1rem;
  }
}
.individual-boiler .more-boilers .arrows .more-boilers-arrow {
  width: 50px;
  font-size: 30px;
  border-radius: 20000px;
  margin-right: 20px;
  border: 1px solid #B8C3CC;
  background-color: white;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.individual-boiler .more-boilers .arrows .more-boilers-arrow.disabled {
  box-shadow: none;
  color: #555F69;
  background-color: #F2F2F2;
  cursor: default;
}
.individual-boiler .product-footer {
  font-family: "lato", sans-serif;
  background-color: white;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .individual-boiler .product-footer {
    padding-top: 20px;
  }
}
.individual-boiler .product-footer .man {
  display: block;
  padding: 5px;
  margin-top: 50px;
}
.individual-boiler .product-footer .product-footer-left {
  padding: 50px 50px 50px 50px;
}
@media screen and (max-width: 768px) {
  .individual-boiler .product-footer .product-footer-left {
    padding: 20px 0 0 0;
  }
}
.individual-boiler .product-footer h4 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .individual-boiler .product-footer h4 {
    font-size: 20px;
  }
}
.individual-boiler .product-footer p {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .individual-boiler .product-footer p {
    font-size: 18px;
  }
}
.individual-boiler .product-footer button {
  display: inline-block;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  background-color: #773bee;
  padding: 15px 30px;
  margin: 15px 0 15px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .individual-boiler .product-footer button {
    padding: 10px;
    font-size: 14px;
  }
}
.individual-boiler .product-footer button:hover {
  background-color: #D70082;
}

.information .max-width {
  max-width: 900px;
  margin: 0 auto;
}
.information .accordion-content {
  background: #fff;
  padding: 0 1rem 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .information .accordion-content {
    padding: 0 3rem 3rem;
  }
}
.information .page-content {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .information .page-content {
    padding: 3rem;
  }
}
.information .faq-question .p-question {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .information .faq-question .p-question {
    font-size: 1.5rem;
  }
}
.information .payment-information {
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .information .payment-information {
    padding: 3rem;
  }
}
.information .payment-information .boiler-prices {
  height: 100%;
  width: 100%;
  padding: 1rem;
}
.information .payment-information .boiler-prices .btn {
  white-space: normal;
}

.boiler-icon-info img {
  margin-right: 1rem;
}
.boiler-icon-info p {
  margin: 0;
  line-height: 1.2em;
}

.bubble-title {
  display: inline-block;
  background: #91e7ef;
  color: #fff;
  border-radius: 1em;
  padding: 0.125em 0.5em;
}

.edit-buttons {
  flex-direction: column;
}

.order-booking .order-booking-header {
  background: #fff;
  padding: 1rem 1.5rem 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.order-summary .order-summary-header {
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1rem 1.5rem;
  border-bottom: 4px solid #F2F2F2;
}
.order-summary .order-summary-row {
  padding: 0.25rem 0;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F2F2F2;
}
.order-summary .order-summary-row p {
  line-height: 1.2em;
  color: #555F69;
  font-size: 1rem;
  margin: 0;
  max-width: 180px;
}
.order-summary .order-summary-row p a {
  color: #773bee;
}
.order-summary .order-summary-row h5 {
  margin: auto 1rem auto auto;
}
.order-summary .order-summary-row.order-summary-row-sm img {
  width: 60px;
  margin: 0 20px;
}
.order-summary .order-summary-row.order-summary-row-sm h5 {
  font-size: 1.125rem;
  margin: auto 1rem auto auto;
}
.order-summary .order-summary-row.order-summary-row-sm.discount-code {
  padding: 15px 0 15px 20px;
}
.order-summary .order-summary-footer {
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
  padding: 1rem 1.5rem 0 1.5rem;
  border-top: 2px solid #F2F2F2;
}
.order-summary p.order-summary-terms {
  padding: 0.5em;
  margin: 1em -1.5rem 0;
}

.order-summary-alt .order-summary-header,
.order-summary-alt .order-summary-row,
.order-summary-alt .order-summary-footer {
  background: #F2F2F2;
  border-color: #fff;
}

.order-checkout .success-message {
  padding: 1rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  background-color: #c6e7dc;
}
.order-checkout .error-message {
  padding: 1rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  background-color: #F29A9A;
}
.order-checkout .order-checkout-step {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.order-checkout .order-checkout-step h5 {
  color: #555F69;
  margin: 0;
}
.order-checkout .order-checkout-step.complete i, .order-checkout .order-checkout-step.complete-fixed i {
  background: #00B969;
}
.order-checkout .order-checkout-step .order-checkout-content {
  display: none;
}
.order-checkout .order-checkout-step.active .order-checkout-content {
  display: block;
}
.order-checkout .order-checkout-step.complete {
  cursor: pointer;
}
.order-checkout .order-checkout-step .cover-area {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.order-checkout .order-checkout-step .cover-area .top {
  flex: 1;
}
.order-checkout .order-checkout-step .cover-area .bottom {
  flex: none;
}
.order-checkout .order-checkout-step .cover-area h5 {
  font-weight: bold;
  font-size: 0.875rem;
  color: #3e414a;
  margin-bottom: 1rem;
}
.order-checkout .order-checkout-step .cover-area h6 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #38003c;
}
@media screen and (max-width: 1200px) {
  .order-checkout .order-checkout-step .cover-area h6 {
    font-size: 1.2rem;
  }
}
.order-checkout .order-checkout-step .cover-area p {
  font-weight: normal;
  font-size: 0.875rem;
  color: #555F69;
}
.order-checkout .order-checkout-step .cover-area ul {
  font-weight: normal;
  font-size: 0.875rem;
  color: #555F69;
  list-style: none;
  padding: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .order-checkout .order-checkout-step .cover-area ul {
    margin-left: 0;
  }
}
.order-checkout .order-checkout-step .cover-area ul li {
  margin-top: 10px;
}
.order-checkout .order-checkout-step .cover-area ul li:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 30px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(img/check.png);
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 1200px) {
  .order-checkout .order-checkout-step .cover-area ul li:before {
    height: 15px;
    width: 25px;
    background-size: 15px;
    margin: 0 0 0 -25px;
  }
}
.order-checkout .order-checkout-step .cover-area input {
  font-size: 14px;
  padding: 15px 1em;
  align-self: flex-end;
}

.hide-unless-toggled {
  display: none;
}

.toggled .hide-unless-toggled {
  display: inherit;
}

.page-template-page-boiler-checkout-proof .order-checkout .order-checkout-step .order-checkout-content {
  display: block;
}

.alert {
  border-radius: 4rem;
  font-size: 1rem;
}

.purple-header {
  background: rgb(117, 82, 196);
  background: linear-gradient(45deg, rgb(117, 82, 196) 0%, rgb(108, 29, 121) 70%);
  color: #ffffff;
  border-radius: 0.75rem 0.75rem 0 0;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.purple-header h5 {
  color: #ffffff !important;
  padding-top: 0.25rem;
  padding-left: 0.25rem;
}
.purple-header h6 {
  margin: 0;
  padding-bottom: 0.75rem;
}

.most-popular {
  font-size: 14px;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #00B969;
  text-align: center;
}

.order-option-container {
  flex-direction: column;
  height: 100%;
}

.order-option {
  background: #fff;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
  border: 1px solid #B8C3CC;
  border-radius: 0.75rem;
  text-align: left;
  font-size: 1.5rem;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  white-space: normal;
  color: #000;
  margin-bottom: 1rem;
}
.order-option.btn-cover-option {
  border: none;
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.75rem 0.75rem;
  flex: 1;
}
.order-option .check-list {
  font-size: 1rem;
}
.order-option .check-list li {
  line-height: 1.2em;
}
.order-option .h5 {
  margin-left: 2.25rem;
}
.order-option p {
  margin-bottom: 0;
}
.order-option p.c-success {
  font-size: 1rem;
}
.order-option:hover {
  cursor: auto;
}
.order-option:hover .radio i {
  display: block;
}
.order-option.active {
  background: #f6f6f6;
}
.order-option.active .radio {
  display: block;
}
.order-option.active .radio i {
  display: block;
}
.order-option .radio {
  display: block;
  position: absolute;
  top: 18px;
  background: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #555F69;
  border-radius: 50%;
  padding: 0.75rem;
}
.order-option .radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.order-option .payment-logo {
  margin-top: 0.5rem;
}
@media screen and (min-width: 481px) {
  .order-option .payment-logo {
    text-align: right;
    margin-top: 0;
  }
}
.order-option .payment-logo .placeholder-payment-logo {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
  display: inline-block;
}

.order-option-finance,
.order-option-card {
  padding: 1em;
  border: 3px solid #773bee;
  border-radius: 1em;
}

.order-option-card {
  border-color: #6CDFEA;
}

#getaddress_input {
  color: inherit !important;
}

#order-payment {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  #order-payment {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn-payment-option:hover {
  background: #f6f6f6;
  cursor: pointer;
}
.btn-payment-option.active {
  background: #f6f6f6;
  color: #000;
}

.payment-area {
  text-align: left;
  display: none;
}
.payment-area.active {
  display: block;
}

.StripeElement {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  height: 50px;
  font-size: inherit;
  background: #ffffff;
  border: 1px solid #B8C3CC;
  border-radius: 0.25rem;
}

form label {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0F8A6B;
}

.calculator {
  max-width: 800px;
}
.calculator .btn {
  white-space: normal;
}
.calculator header h4 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .calculator header h4 {
    text-align: left;
  }
}
.calculator header img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .calculator header img {
    margin-bottom: 0;
  }
}
.calculator p.c-success {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  font-size: 0.875rem;
  text-align: center;
}
.calculator .order-calculator-step .p-question {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .calculator .order-calculator-step .p-question {
    font-size: 1.5rem;
  }
}
.calculator .order-calculator-step .p-question i {
  background: #00B969;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.3;
  margin-right: 0.25rem;
}
@media screen and (min-width: 769px) {
  .calculator .order-calculator-step .p-question i {
    width: 2rem;
    height: 2rem;
    line-height: 1.3;
    margin-right: 0.5rem;
  }
}
.calculator .step-container {
  padding: 0.5rem 0;
  border-radius: 0.75rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-container {
    padding: 1rem 0;
  }
}
.calculator .step-1 {
  background: #f6f6f6;
}
.calculator .step-1 .order-calculator-step {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-1 .order-calculator-step {
    padding: 0 2rem;
  }
}
.calculator .step-1 .order-calculator-content {
  justify-content: space-evenly;
  padding: 0 4rem;
}
.calculator .step-1 .order-calculator-content .col-sm-4 {
  padding: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-1 .order-calculator-content .col-sm-4 {
    padding: 0;
  }
}
.calculator .step-1 .order-calculator-content .btn-lg {
  background: #fff;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border: 3px solid #B8C3CC;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #000;
}
@media screen and (min-width: 769px) {
  .calculator .step-1 .order-calculator-content .btn-lg {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1201px) {
  .calculator .step-1 .order-calculator-content .btn-lg {
    margin-bottom: 0;
    padding: 1rem;
    font-size: 1.25rem;
  }
}
.calculator .step-1 .order-calculator-content .btn-lg:hover, .calculator .step-1 .order-calculator-content .btn-lg.btn-selected {
  background: #00B969;
  border: 3px solid #555F69;
  color: #fff;
}
.calculator .step-1 .small {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-1 .small {
    font-size: 1rem;
  }
}
.calculator .step-2 .order-calculator-step {
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-2 .order-calculator-step {
    padding: 0 2rem;
  }
}
.calculator .step-2 .order-calculator-content {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .calculator .step-2 .order-calculator-content {
    padding: 0 4rem;
  }
}
.calculator .step-2 .order-calculator-content .btn-lg {
  background: #fff;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #B8C3CC;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #000;
}
.calculator .step-2 .order-calculator-content .btn-lg:hover {
  background: #f6f6f6;
}
.calculator .step-2 .order-calculator-content .btn-lg:hover .radio i {
  display: block;
}
.calculator .step-2 .order-calculator-content .btn-lg.btn-radio-selected .radio {
  display: block;
}
.calculator .step-2 .order-calculator-content .btn-lg.btn-radio-selected .radio i {
  display: block;
}
.calculator .step-2 .order-calculator-content .btn-lg.active {
  background: #f6f6f6;
}
.calculator .step-2 .order-calculator-content .option-monthly + .option-monthly {
  margin-top: 0.5rem;
}
.calculator .step-2 .order-calculator-content .option-monthly + .option-monthly.interest-free {
  margin-top: 1.5rem;
}
.calculator .step-2 .order-calculator-content .option-monthly {
  position: relative;
  cursor: pointer;
}
.calculator .step-2 .order-calculator-content .option-monthly.btn-radio-selected {
  background: #f6f6f6;
}
.calculator .step-2 .order-calculator-content .option-monthly.btn-radio-selected .option-details {
  display: flex;
}
.calculator .step-2 .order-calculator-content .option-monthly div, .calculator .step-2 .order-calculator-content .option-monthly label {
  cursor: pointer;
}
.calculator .step-2 .order-calculator-content .option-monthly label {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 481px) {
  .calculator .step-2 .order-calculator-content .option-monthly label {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .calculator .step-2 .order-calculator-content .option-monthly label {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
}
.calculator .step-2 .order-calculator-content .option-monthly .h6 {
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .calculator .step-2 .order-calculator-content .option-monthly .h6 {
    font-size: 0.875rem;
    text-align: left;
  }
}
.calculator .step-2 .order-calculator-content .option-monthly:before {
  display: none;
  position: absolute;
  top: -0.25rem;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 125px;
  margin: 0 auto;
  padding: 0.05rem 0.25rem;
  border-radius: 0;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .calculator .step-2 .order-calculator-content .option-monthly:before {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
}
.calculator .step-2 .order-calculator-content .option-monthly.interest-free {
  border: 3px solid #ffff00;
}
.calculator .step-2 .order-calculator-content .option-monthly.interest-free:before {
  content: "Interest Free";
  display: block;
  background: #ffff00;
  color: #06d29e;
  border-radius: 0.25rem;
}
.calculator .step-2 .order-calculator-content .option-monthly.interest-free .interest-text {
  display: inline;
  text-transform: uppercase;
  color: #37003C;
  background: #ffff00;
  border-radius: 0.25rem;
  padding: 0.2rem 0.4rem;
  font-family: lato, sans-serif;
  font-weight: 700 !important;
  font-size: 0.875rem;
}
.calculator .step-2 .order-calculator-content .option-monthly.cheapest .h6 {
  color: #00B969;
}
.calculator .step-2 .order-calculator-content .option-details {
  display: none;
  justify-content: center;
}
.calculator .step-2 .order-calculator-content .option-details .info {
  padding: 0.5rem;
}
.calculator .step-2 .order-calculator-content .option-details .price-box {
  background: #fff;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #000;
  border-radius: 0.75rem;
  order: 1;
}
@media screen and (min-width: 769px) {
  .calculator .step-2 .order-calculator-content .option-details .price-box {
    order: 0;
    max-width: none;
    margin-left: unset;
    margin-right: unset;
  }
}
.calculator .step-2 .order-calculator-content .option-details .price-box p {
  color: #00B969;
}
.calculator .step-2 .order-calculator-content .option-details .h5 {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  font-size: 1.25rem;
}
@media screen and (min-width: 481px) {
  .calculator .step-2 .order-calculator-content .option-details .h5 {
    font-size: 1.5rem;
  }
}
.calculator .step-2 .order-calculator-content .option-details p {
  margin-bottom: 0;
  font-family: lato, sans-serif;
  font-weight: normal !important;
  font-size: 0.875rem;
  color: #000;
}
.calculator .step-2 .order-calculator-content span.radio {
  display: block;
  position: relative;
  background: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #555F69;
  border-radius: 50%;
  padding: 0.75rem;
}
.calculator .step-2 .order-calculator-content span.radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.calculator .step-2 .order-calculator-content input {
  display: none;
}
.calculator .step-2 .order-calculator-content .btn-radio:before {
  display: none;
}
.calculator .btn-wrap {
  margin-top: 1rem;
}
@media screen and (min-width: 1201px) {
  .calculator .btn-wrap {
    padding: 0 4rem;
  }
}
.calculator button.form-control {
  width: 100%;
  margin: 0;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .calculator button.form-control {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .calculator button.form-control:after {
    transform: translateY(-0.15rem);
  }
}

.fancy-tip {
  display: none;
  max-width: 600px;
  text-align: center;
}
.fancy-tip h2 {
  color: #6C1C78;
}
.fancy-tip p {
  color: #555F69;
}

.wpcf7-form p {
  font-size: 18px;
}
.wpcf7-form textarea {
  min-height: 120px;
}

.link-contact {
  font-style: 24px;
  color: #FF099C;
  text-decoration: none;
}
.link-contact:hover {
  text-decoration: underline;
}
.link-contact.link-contact-large {
  font-size: 28px;
}

.contact-details i {
  font-size: 30px;
}
.contact-details .contact-heading {
  font-family: "lato", sans-serif;
  color: #0F8A6B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.contact-details .contact-subheading {
  font-family: "lato", sans-serif;
  color: #0F8A6B;
  font-size: 16px;
  font-weight: bold !important;
  margin-bottom: 0;
}
.contact-details .lines-open {
  font-size: 14px;
}

.contact-page-form {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}
.contact-page-form h4 {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 32px;
  text-align: center;
}
.contact-page-form label {
  font-weight: normal;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 16px;
}
.contact-page-form .secure-details-text {
  font-size: 16px;
  color: #1E1E1E;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .contact-page-form .secure-details-text {
    display: block;
    width: 100%;
    margin: -15px 0 10px 10px;
  }
}

.faq-section header .faq-heading, .faq-section-vue header .faq-heading {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 32px;
  padding: 10px 20px;
}
.faq-section .faq-question, .faq-section-vue .faq-question {
  border-radius: 25px;
  border: none;
  color: white;
}
.faq-section .faq-question:hover, .faq-section .faq-question.open, .faq-section-vue .faq-question:hover, .faq-section-vue .faq-question.open {
  background-color: #F2F2F2;
}
.faq-section .faq-question .p-question, .faq-section-vue .faq-question .p-question {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
  line-height: 1.5;
}
.faq-section .faq-question .p-question .p-question-title, .faq-section-vue .faq-question .p-question .p-question-title {
  display: block;
  max-width: calc(100% - 36px);
  color: #F2F2F2 !important;
}
.faq-section .faq-question .p-question i, .faq-section-vue .faq-question .p-question i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700 !important;
  background: none;
  color: #555F69;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s;
}
.faq-section .faq-question .p-question .rotate-arrow, .faq-section-vue .faq-question .p-question .rotate-arrow {
  transform: rotate(-180deg);
}
.faq-section .faq-question .answer, .faq-section-vue .faq-question .answer {
  width: 100%;
  color: #333333;
}
.faq-section .faq-question .answer p, .faq-section-vue .faq-question .answer p {
  margin: 0;
  padding: 1rem 0;
  font-size: 18px;
  transition: transform 0.3s;
}
.faq-section .faq-question .answer .trustpilot-faq, .faq-section-vue .faq-question .answer .trustpilot-faq {
  border: 2px solid #F2F2F2;
  padding: 15px 20px 20px 20px;
  border-radius: 1.25rem;
  background: white;
}
.faq-section .faq-question .answer .trustpilot-faq-photo, .faq-section-vue .faq-question .answer .trustpilot-faq-photo {
  border-radius: 50%;
}
.faq-section .faq-question .answer .trustpilot-faq-logo, .faq-section-vue .faq-question .answer .trustpilot-faq-logo {
  max-width: 100px;
}
.faq-section .faq-question .answer .trustpilot-faq-review, .faq-section-vue .faq-question .answer .trustpilot-faq-review {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-section .faq-question.read-more, .faq-section-vue .faq-question.read-more {
  border-bottom: none;
}
.faq-section i, .faq-section-vue i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700 !important;
  color: #0F8A6B;
  background: none;
  transition: transform 0.3s;
}

.c-pink {
  color: #FF099C !important;
}

.card {
  background-color: #ffffff;
  padding: 2rem;
}

.checkout-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.bg-sky-burst {
  background: url("/wp-content/plugins/ecohappy-builders/img/about-us/header-sky.svg") center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.bg-sky-burst h4 {
  color: #FF099C;
}

.invalid-feedback {
  color: #773bee;
  margin-bottom: 1.5em;
}

.entry-content h1, .entry-content h2, .entry-content .h1, .entry-content .h2,
.page-content h1,
.page-content h2,
.page-content .h1,
.page-content .h2 {
  font-size: 1.5rem;
  color: #06d29e;
}
@media screen and (min-width: 769px) {
  .entry-content h1, .entry-content h2, .entry-content .h1, .entry-content .h2,
  .page-content h1,
  .page-content h2,
  .page-content .h1,
  .page-content .h2 {
    font-size: 2.25rem;
  }
}
.entry-content h3,
.page-content h3 {
  font-size: 1.5rem;
  color: #6C1C78;
}
@media screen and (min-width: 769px) {
  .entry-content h3,
  .page-content h3 {
    font-size: 1.875rem;
  }
}
.entry-content h4, .entry-content h5, .entry-content h6,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-size: 1.5rem;
  color: #6C1C78;
}
@media screen and (min-width: 769px) {
  .entry-content h4, .entry-content h5, .entry-content h6,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    font-size: 1.875rem;
  }
}
.entry-content ul,
.page-content ul {
  margin: 1.5em 0;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .entry-content ul,
  .page-content ul {
    font-size: 20px;
  }
}
.entry-content ul li,
.page-content ul li {
  margin: 0.5em 0;
  list-style: none;
}
.entry-content ul li::before,
.page-content ul li::before {
  list-style: circle;
  width: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 0;
}
.entry-content p a,
.page-content p a {
  color: #773bee;
}
.entry-content img.alignleft,
.page-content img.alignleft {
  margin: 0.5em 1em 1em 0;
  float: left;
}
.entry-content img.alignright,
.page-content img.alignright {
  margin: 0.5em 0 1em 1em;
  float: right;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #F2F2F2 !important;
}

.fc {
  background: #ffffff;
  font-size: 1rem !important;
}
.fc th, .fc td {
  border-width: 2px !important;
}
.fc .fc-day-top {
  padding: 0.15em 0.25em;
}
.fc .fc-header-toolbar {
  padding: 1rem 2rem 0;
}
.fc .fc-header-toolbar h2 {
  color: #06d29e;
  font-size: 1.875rem;
}
@media screen and (min-width: 769px) {
  .fc .fc-header-toolbar h2 {
    font-size: 3rem;
  }
}
.fc .fc-day.invalid {
  background: #B8C3CC;
}
.fc .fc-day.invalid .extra {
  display: none;
}
.fc .fc-day.fc-sat.valid {
  position: relative;
}
.fc .fc-day.fc-sat.valid:before {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  background: #91e7ef;
  color: #fff;
  padding: 0 0.25em;
  border-radius: 0.25rem;
}
@media screen and (min-width: 481px) {
  .fc .fc-day.fc-sat.valid:before {
    font-size: 12px;
    left: 30%;
    transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 1201px) {
  .fc .fc-day.fc-sat.valid:before {
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fc .fc-day.fc-extra.valid .extra {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  background: #91e7ef;
  color: #fff;
  padding: 0 0.25em;
  border-radius: 0.25rem;
}
@media screen and (min-width: 481px) {
  .fc .fc-day.fc-extra.valid .extra {
    font-size: 12px;
    left: 30%;
    transform: translate(-20%, -50%);
  }
}
@media screen and (min-width: 1201px) {
  .fc .fc-day.fc-extra.valid .extra {
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fc .fc-day.fc-extra.valid .extra.extra-discount {
  background: #00B969;
}
.fc .fc-day.fc-future.valid {
  position: relative;
  cursor: pointer;
}
.fc .fc-day.fc-future.valid:after {
  content: "";
}
.fc .fc-day.fc-future.valid:hover {
  background: #b6eff5;
}
.fc .fc-day.selected {
  background: #00B969;
  color: #ffffff;
}
.fc .fc-day.selected .extra {
  display: none;
}
.fc .fc-day.selected:hover {
  cursor: pointer;
  background-color: #009752;
}
.fc .fc-day-top.fc-past, .fc .fc-day-top.fc-today {
  color: #B8C3CC;
}
.fc .fc-head {
  background: #773bee;
  color: #fff;
}
.fc .fc-head table {
  margin: 0;
}
.fc .fc-head table th {
  border-width: 0 !important;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.25em;
}
@media screen and (min-width: 481px) {
  .fc .fc-head table th {
    font-size: 1.25rem;
  }
}
.fc .fc-row .fc-content-skeleton {
  pointer-events: none;
}

#calendar .fc-scroller {
  height: auto !important;
  overflow: hidden !important;
}
#calendar .fc-toolbar {
  display: block;
}
@media screen and (min-width: 481px) {
  #calendar .fc-toolbar {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #calendar .fc-today-button {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 1201px) {
  #calendar .fc-today-button {
    margin-right: 0.75rem;
  }
}
#calendar .fc-button-primary {
  background: #06d29e;
}
#calendar .fc-button-primary:hover {
  background: #6C1C78;
}
@media screen and (min-width: 769px) {
  #calendar .fc-button {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1201px) {
  #calendar .fc-button {
    margin-bottom: 0rem;
  }
}

.blog-cta {
  max-width: 300px;
  margin: 0 auto 20px auto;
  padding: 25px 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
  color: #1e1e1e;
  text-align: center;
}
.blog-cta-heading {
  font-family: "lato", sans-serif !important;
  font-weight: bold !important;
  font-size: 25px;
  background: linear-gradient(90deg, #8e76f8, #ff099c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  padding: 0;
  margin: 0;
}
.blog-cta-subheading {
  font-family: "lato", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 5px auto;
}
.blog-cta .btn {
  margin: 15px auto 10px auto;
}

#blog-sidebar .twilo-blog-anchor-links {
  overflow: scroll;
  height: 250px;
  margin-bottom: 1rem;
}

#twilo-blog-anchor-links {
  padding-bottom: 1em;
}
#twilo-blog-anchor-links ul {
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
#twilo-blog-anchor-links ul::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #6CDFEA;
  position: absolute;
  left: calc(0.5em - 1px);
  top: 0;
}
#twilo-blog-anchor-links ul li {
  padding-left: 1.5em;
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
}
#twilo-blog-anchor-links ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  border: 2px solid #6C1C78;
  position: absolute;
  left: 0;
  top: 0.25em;
  background-color: #F2F2F2;
  box-shadow: 0 0 0 2px #F2F2F2;
}
#twilo-blog-anchor-links ul li.read::before {
  border-color: #773bee;
  background-color: #773bee;
}
#twilo-blog-anchor-links ul li.read a {
  color: #6C1C78;
}
#twilo-blog-anchor-links ul li a {
  color: #06d29e;
  display: block;
  text-decoration: none;
}
#twilo-blog-anchor-links ul li a:hover {
  color: #6C1C78;
  text-decoration: underline;
}

.twilo-blog-anchor-links {
  padding-bottom: 1em;
  font-size: 1rem;
}
.twilo-blog-anchor-links ul {
  padding: 0.5em 0 0.5em 0;
  position: relative;
}
.twilo-blog-anchor-links ul::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #6CDFEA;
  position: absolute;
  left: calc(1em - 1px);
  top: 0;
}
.twilo-blog-anchor-links ul li {
  display: none;
  font-size: 1rem;
  padding-left: 2.5em;
  position: relative;
  list-style: none;
  margin-bottom: 0.5em;
}
.twilo-blog-anchor-links ul li.twilo-anchor-more {
  display: block;
}
.twilo-blog-anchor-links ul li:not(.twilo-anchor-more)::before {
  content: "";
  font-size: 2rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/icon-brand.png") no-repeat;
  background-size: 2em;
  background-position: -1em 0;
}
.twilo-blog-anchor-links ul li:not(.twilo-anchor-less)::before {
  content: "";
  font-size: 2rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/icon-brand.png") no-repeat;
  background-size: 2em;
  background-position: -1em 0;
}
.twilo-blog-anchor-links ul li a {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  color: #6C1C78;
  display: block;
  text-decoration: none;
}
.twilo-blog-anchor-links ul li a:hover {
  color: #6C1C78;
  text-decoration: underline;
}
.twilo-blog-anchor-links ul li.read::before {
  background-position: 0;
}
.twilo-blog-anchor-links ul li.read a {
  color: #555F69;
}
.twilo-blog-anchor-links ul.show-all li {
  display: block;
}

.credit-example {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.credit-example .credit-example-tip {
  background: #1E1E1E;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em;
  border-radius: 0.25rem;
  min-width: 17em;
  display: none;
}
.credit-example:hover {
  text-decoration: underline;
}
.credit-example.hover {
  text-decoration: underline;
}
.credit-example.hover .credit-example-tip {
  display: block;
}

.finance-border {
  border: 3px solid #ffff00;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .finance-border {
    margin-bottom: 0;
  }
}

.credit_calculator {
  background: #F2F2F2;
  text-align: left;
  padding: 0.5em 0;
  border-radius: 0.25rem;
  min-width: 17em;
  font-size: 1rem;
}
.credit_calculator table {
  margin: 0;
}
.credit_calculator table td {
  padding: 0 0.5em;
}
.credit_calculator table td select {
  margin: 0.25rem 0;
}
.credit_calculator select {
  margin: 0;
  padding: 0.25rem 0.5rem;
  height: 30px;
}

.credit-example .credit_calculator {
  background: #1E1E1E;
  color: #fff;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-container {
  position: fixed;
  transform: translateY(100%);
  transition: transform 0.3s;
  bottom: 0;
  width: 100%;
  background-color: #773bee;
  padding: 1rem 0;
}
.bottom-container.show {
  transform: translateY(0);
}
.bottom-container .btn-outline {
  color: #ffffff;
  border-color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
}
.bottom-container .btn-outline:hover {
  color: #D9D9D9;
  border-color: #D9D9D9;
}

.send-my-quote-img {
  display: block;
  position: fixed;
  bottom: 50%;
  right: 1rem;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transform: translateX(200%);
  transition: 0.3s;
  background: #773bee;
  border-radius: 50%;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
}
.send-my-quote-img:hover {
  background: #E10089;
}
.send-my-quote-img.show {
  transform: translateX(0);
}

.privacy {
  font-family: lato, sans-serif;
  font-weight: normal !important;
}
.privacy .privacy-label {
  display: inline-block;
}
.privacy .privacy-label:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: bottom;
  margin-right: 0.5rem;
  border: 1px solid #555F69;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0 0.7rem;
  cursor: pointer;
}
.privacy .privacy-label.checked:before {
  background-image: url("img/check.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy .privacy-checkbox {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.order-answers .order-button .order-button-label .extra {
  display: none;
}

@media screen and (min-width: 1201px) {
  .order-answers.show-prices .flex-break {
    flex-basis: 100%;
  }
}
.order-answers.show-prices .order-button .order-button-label .extra {
  display: initial;
}

.badge > span.\31 2-year-warranty:before {
  background-color: #8455b0;
  background-image: -moz-linear-gradient(0deg, #856ac8, #803389);
  background-image: -webkit-linear-gradient(0deg, #856ac8, #803389);
  background-image: linear-gradient(0deg, #856ac8, #803389);
}
.badge > span.\31 2-year-warranty::after {
  content: "Exclusive 12 year warranty*";
}
.badge > span.\31 2-year-warranty > span::after {
  content: "\f3ed";
  color: #8455b0;
}

.badge > span.\31 4-year-warranty:before {
  background-color: #8455b0;
  background-image: -moz-linear-gradient(0deg, #856ac8, #803389);
  background-image: -webkit-linear-gradient(0deg, #856ac8, #803389);
  background-image: linear-gradient(0deg, #856ac8, #803389);
}
.badge > span.\31 4-year-warranty::after {
  content: "Exclusive 14 year warranty*";
}
.badge > span.\31 4-year-warranty > span::after {
  content: "\f3ed";
  color: #8455b0;
}

.badge > span.\32 -year-interest:before {
  background-color: #ff0a4b;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.\32 -year-interest::after {
  content: "2 years interest-free";
}
.badge > span.\32 -year-interest > span::after {
  content: "\f541";
  color: #ff0a4b;
}

.badge > span.\33 -year-interest:before {
  background-color: #ff0a4b;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.\33 -year-interest::after {
  content: "3 years interest-free";
}
.badge > span.\33 -year-interest > span::after {
  content: "\f541";
  color: #ff0a4b;
}

.badge > span.\34 -year-interest:before {
  background-color: #ff0a4b;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.\34 -year-interest::after {
  content: "4 years interest-free";
}
.badge > span.\34 -year-interest > span::after {
  content: "\f541";
  color: #ff0a4b;
}

.badge > span.budget-buy:before {
  background-color: #886dea;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.budget-buy::after {
  content: "Budget buy";
}
.badge > span.budget-buy > span::after {
  content: "\f4d3";
  color: #886dea;
}

.badge > span.compact-size:before {
  background-color: #f4a400;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.compact-size::after {
  content: "Compact size";
}
.badge > span.compact-size > span::after {
  content: "\f31e";
  color: #f4a400;
}

.badge > span.h2-ready:before {
  background-color: #80a1e9;
  background-image: -moz-linear-gradient(0deg, #886dea, #6cdce7);
  background-image: -webkit-linear-gradient(0deg, #886dea, #6cdce7);
  background-image: linear-gradient(0deg, #886dea, #6cdce7);
}
.badge > span.h2-ready::after {
  content: "H2 ready";
}
.badge > span.h2-ready > span::after {
  content: "\f043";
  color: #80a1e9;
}

.badge > span.premium-model:before {
  background-color: #ccab5e;
  background-image: -moz-linear-gradient(0deg, #aa771c, #d7bd74);
  background-image: -webkit-linear-gradient(0deg, #aa771c, #d7bd74);
  background-image: linear-gradient(0deg, #aa771c, #d7bd74);
}
.badge > span.premium-model::after {
  content: "Premium model";
}
.badge > span.premium-model > span::after {
  content: "\f3a5";
  color: #ccab5e;
}

.badge > span.quiet-mark:before {
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, #de0e89, #772d8c);
  background-image: -webkit-linear-gradient(0deg, #de0e89, #772d8c);
  background-image: linear-gradient(0deg, #de0e89, #772d8c);
}
.badge > span.quiet-mark::after {
  content: "Quiet Mark";
}
.badge > span.quiet-mark > span::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Quiet Mark --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.6 47.7' style='enable-background:new 0 0 47.6 47.7;' xml:space='preserve' width='12' height='12' %3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000027599487470380392050000008263122731719713973_);fill:url(%23SVGID_00000031165475422312677820000011106118874537921185_);%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Cpath id='SVGID_1_' d='M9.3,23.3c0-7.7,6.3-14,14-14s14,6.3,14,14c0,2.2-0.5,4.3-1.4,6.1L31,24.5l-6.6,6.6l4.9,4.9 c-1.8,0.9-3.9,1.4-6,1.4C15.5,37.3,9.3,31,9.3,23.3 M0,23.3c0,12.8,10.4,23.2,23.2,23.2c4.7,0,9.1-1.4,12.8-3.8l5,5l6.6-6.6l-5-5 c2.5-3.7,3.9-8.1,3.9-12.9C46.5,10.4,36.1,0,23.3,0C10.5,0.1,0,10.5,0,23.3'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000013161335226956856230000010886941314909517441_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_00000007398445222549915990000003242440620262340006_' gradientUnits='userSpaceOnUse' x1='-267.9209' y1='374.2315' x2='-267.1784' y2='374.2315' gradientTransform='matrix(-48.4327 -52.4318 52.4318 -48.4327 -32554.252 4122.7056)'%3E%3Cstop offset='0' style='stop-color:%23E03293'/%3E%3Cstop offset='1' style='stop-color:%236B3A96'/%3E%3C/linearGradient%3E%3Cpolygon style='clip-path:url(%23SVGID_00000013161335226956856230000010886941314909517441_);fill:url(%23SVGID_00000007398445222549915990000003242440620262340006_);' points=' 21.9,71.4 -23.7,22 25.7,-23.6 71.3,25.8 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  color: transparent;
}

.badge > span.eco-friendly:before {
  background-color: #004628;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.eco-friendly::after {
  content: "Eco-friendly";
}
.badge > span.eco-friendly > span::after {
  content: "\f4d8";
  color: #004628;
}

.badge > span.wifi-enabled:before {
  background-color: #ff6701;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.wifi-enabled::after {
  content: "Wi-fi enabled";
}
.badge > span.wifi-enabled > span::after {
  content: "\f1eb";
  color: #ff6701;
}

.badge > span.made-in-britain:before {
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, #d83a3a, #d83a3a);
  background-image: -webkit-linear-gradient(0deg, #d83a3a, #d83a3a);
  background-image: linear-gradient(0deg, #d83a3a, #d83a3a);
}
.badge > span.made-in-britain::after {
  content: "Made in Britain";
}
.badge > span.made-in-britain > span::after {
  content: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='utf-8'%3F><!-- Made in Britain --><svg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.6 47.7' style='enable-background:new 0 0 47.6 47.7;' xml:space='preserve' width='12' height='12' ><style type='text/css'>.st0{clip-path:url(%23SVGID_00000167364636137700342470000012728080817826381468_);}.st1{fill:%23092678;}.st2{fill:%23EC3925;}.st3{fill:%23FFFFFF;}.st4{fill:%23BC3133;}</style><g><defs><circle id='SVGID_1_' cx='23.8' cy='23.8' r='23.8'/></defs><clipPath id='SVGID_00000130611504822574294740000009206524566042972037_'><use xlink:href='%23SVGID_1_' style='overflow:visible;'/></clipPath><g style='clip-path:url(%23SVGID_00000130611504822574294740000009206524566042972037_);'><circle class='st1' cx='23.8' cy='23.8' r='25'/><g><rect x='-2.2' y='18.4' class='st2' width='51.9' height='10.7'/><path class='st3' d='M48.8,19.4v8.7H-1.2v-8.7H48.8 M50.8,17.4h-2H-1.2h-2v2v8.7v2h2h49.9h2v-2v-8.7V17.4L50.8,17.4z'/></g><path class='st3' d='M45,6.8l-1.6,0.9L3.9,29.3l-6.5,0l1.5,4.8l2.9,5.2l0.9,1.6L4.2,40l39.9-21.9l6.3-0.1l-1.8-4.5l-2.9-5.2L45,6.8L45,6.8z'/><path class='st3' d='M2.6,6.8L1.8,8.3l-2.9,5.2l-2.2,4L3,17.8L43.4,40l1.6,0.9l0.9-1.6l2.9-5.2l3.3-4.8l-8.4,0L4.2,7.6L2.6,6.8L2.6,6.8z'/><g><polygon class='st4' points='48.3,34 27.8,22.8 23.8,25 46.5,37.4 '/><polygon class='st4' points='21.4,23.9 23.8,22.6 1.1,10.2 -0.7,13.6 19.9,24.9 '/></g><g><polygon class='st4' points='23.8,22.6 1.1,35.1 3,38.4 27.8,24.8 '/><polygon class='st4' points='44.6,9.2 19.8,22.8 23.8,25 46.5,12.5 '/></g><g><polygon class='st4' points='18.4,49.8 18.4,29.2 -2.2,29.2 -2.2,18.4 18.4,18.4 18.4,-2.2 29.2,-2.2 29.2,18.4 49.8,18.4 49.8,29.2 29.2,29.2 29.2,49.8 '/><path class='st3' d='M28.2-1.2v20.6h20.6v8.7H28.2v20.6h-8.7V28.2H-1.2v-8.7h20.6V-1.2H28.2 M30.2-3.2h-2h-8.7h-2v2v18.6H-1.2h-2v2v8.7v2h2h18.6v18.6v2h2h8.7h2v-2V30.2h18.6h2v-2v-8.7v-2h-2H30.2V-1.2V-3.2L30.2-3.2z'/></g></g></g></svg>");
  color: transparent;
}

.badge > span.ultra-durable:before {
  background-color: #6cdfea;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.ultra-durable::after {
  content: "Ultra-durable";
}
.badge > span.ultra-durable > span::after {
  content: "\f6e3";
  color: #6cdfea;
}

.badge > span.stylish-design:before {
  background-color: #fe3288;
  background-image: -moz-linear-gradient(90deg, #ff2d5d, #ff34a6);
  background-image: -webkit-linear-gradient(90deg, #ff2d5d, #ff34a6);
  background-image: linear-gradient(90deg, #ff2d5d, #ff34a6);
}
.badge > span.stylish-design::after {
  content: "Stylish design";
}
.badge > span.stylish-design > span::after {
  content: "\f1fc";
  color: #fe3288;
}

.badge > span.lcd-display:before {
  background-color: #1e64c5;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.lcd-display::after {
  content: "LCD display";
}
.badge > span.lcd-display > span::after {
  content: "\f26c";
  color: #1e64c5;
}

.badge > span.hybrid-heat-pump:before {
  background-color: #00be7d;
  background-image: -moz-linear-gradient(none);
  background-image: -webkit-linear-gradient(none);
  background-image: linear-gradient(none);
}
.badge > span.hybrid-heat-pump::after {
  content: "Hybrid Heat Pump";
}
.badge > span.hybrid-heat-pump > span::after {
  content: "\f863";
  color: #00be7d;
}

.badge {
  display: inline-block;
  font-size: 12px;
  padding: 5px 5px 0 0;
}
.badge > span {
  margin-right: 3px;
}
.badge > span:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 3px;
  height: 16px;
  border-radius: 10px;
  position: relative;
  top: 3px;
}
.badge > span::after {
  color: #1e1e1e;
  font-family: "lato", sans-serif;
}
.badge > span > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
  background-clip: text;
}

pre {
  font-size: 0.875em;
  position: fixed;
  top: 2rem;
  left: 2rem;
  background: #fff;
  padding: 1em;
  border-radius: 1em;
  z-index: 9999;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  max-height: 100vh;
}

#popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
#popup-container.delay-show {
  display: none;
}
#popup-container #popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px;
}
@media screen and (min-width: 1201px) {
  #popup-container #popup {
    width: 60%;
    max-width: 990px;
  }
}
#popup-container #popup .popup-content {
  padding: 2rem;
  background-size: cover;
}
@media screen and (min-width: 1201px) {
  #popup-container #popup .popup-content {
    padding: 4rem;
  }
  #popup-container #popup .popup-content .popup-left {
    margin-top: 2rem;
  }
}
#popup-container #popup .popup-content .purple-circle {
  position: absolute;
  right: 153px;
  top: 9%;
  background: #37003c;
  background: linear-gradient(90deg, #37003c 0%, #7553c4 100%);
  border-radius: 50%;
  z-index: 98;
  height: 10rem;
  width: 10rem;
}
#popup-container #popup .popup-content .purple-circle .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup-container #popup .popup-content .btn-contrast, #popup-container #popup .popup-content .btn-warning {
  border-radius: 2rem;
  box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
#popup-container #popup .popup-content .boiler-section img {
  box-shadow: -10px 0px 40px 10px rgba(0, 0, 0, 0.32);
  float: right;
}
#popup-container #popup .popup-content .boiler-section .which-best-buy {
  position: absolute;
  top: 28%;
  right: 2rem;
  box-shadow: none;
}
#popup-container #popup .popup-content .boiler-section p {
  clear: right;
}
#popup-container #popup .popup-content.popup-orange p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
#popup-container #popup .popup-content .trustpilot-widget, #popup-container #popup .popup-content iframe {
  margin-bottom: 1rem;
}
#popup-container #popup .close {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (min-width: 1201px) {
  #popup-container #popup .close {
    top: 1.25rem;
    left: 1.25rem;
    height: 2rem;
    width: 2rem;
  }
}
#popup-container #popup .close:hover {
  cursor: pointer;
}
#popup-container #popup .popup-orange .close {
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
}
@media screen and (min-width: 1201px) {
  #popup-container #popup .popup-orange .close {
    height: 3rem;
    width: 3rem;
  }
}

.justify-content-right {
  justify-content: right;
}

.justify-content-center {
  justify-content: center;
}

.vertical-align-middle {
  vertical-align: middle;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.p-4 {
  padding: 1rem;
}

.error {
  color: #dc3545 !important;
  font-size: 0.8em;
}

.has-error {
  border-color: #dc3545 !important;
}

.border-pink {
  border: 4px solid #FF099C;
}

.get-a-quote-now {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) {
  .get-a-quote-now {
    padding: 4rem 0;
  }
}
.get-a-quote-now .border-pink {
  padding: 2rem;
}

.send-help-form label {
  font-weight: normal;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 16px;
}
.send-help-form .label-italic {
  font-style: italic;
  color: #555F69;
}
.send-help-form .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
.send-help-form input, .send-help-form select, .send-help-form textarea {
  height: 40px;
  padding: 0.5rem;
  font-size: 16px;
  color: #1E1E1E;
}
.send-help-form input::placeholder, .send-help-form select::placeholder, .send-help-form textarea::placeholder {
  font-size: 16px;
  color: #555f69;
  padding-left: 0;
}
.send-help-form input, .send-help-form select {
  height: 40px;
}

.bg-purple {
  background-color: #6c1c78;
  color: #ffffff;
}
.bg-purple h2 {
  color: #ff099c;
}
.bg-purple h4 {
  font-family: lato, sans-serif;
  font-weight: normal !important;
}

.legal-text p {
  font-size: 12px;
}

.modal-background,
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-background .modal-content,
.modal-container .modal-content {
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  margin: 0 2rem;
  max-width: 650px;
}
.modal-background .modal-content hr,
.modal-container .modal-content hr {
  margin: 2rem 0;
}
.modal-background .modal-content .modal-close,
.modal-container .modal-content .modal-close {
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  font-size: 2rem;
  margin: 0;
  background-color: transparent;
}
.modal-background .modal-content .modal-close:hover,
.modal-container .modal-content .modal-close:hover {
  cursor: pointer;
}

.modal-background {
  background: #000000;
  opacity: 0.5;
  z-index: 9999998;
}

.new-modal {
  text-align: center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99992;
  display: flex;
  align-items: center;
}
.new-modal .modal-bg {
  background: rgba(30, 30, 30, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
}
.new-modal .modal-content-wrapper {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  position: absolute;
  margin: 0 auto;
}
.new-modal .modal-content-wrapper .modal-inner {
  background: #fff;
  display: inline-block;
  border-radius: 20px;
  max-width: 98%;
  overflow: auto;
  padding: 40px;
  position: relative;
  text-align: left;
}
.new-modal .modal-content-wrapper .modal-inner .close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #0F8A6B;
  cursor: pointer;
  background: transparent;
  padding: 10px 17px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.4s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.modal .calculator {
  max-width: 600px;
}

.red-banner {
  background: #ff0a4b;
  font-weight: bold;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-evenly;
}
.red-banner .message {
  margin: 0 1rem;
  display: block;
  animation: pulsate 2s infinite;
  color: #ffffff;
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 1660px) {
  .red-banner .message:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .red-banner .message:nth-child(3), .red-banner .message:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .red-banner .message {
    font-size: 0.9rem;
  }
  .red-banner .message:nth-child(2), .red-banner .message:nth-child(3), .red-banner .message:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .red-banner .message {
    font-size: 0.9rem;
  }
  .red-banner .message:nth-child(2), .red-banner .message:nth-child(3), .red-banner .message:nth-child(4), .red-banner .message:nth-child(5), .red-banner .message:nth-child(6) {
    display: none;
  }
}

.black-banner {
  background: #1e1e1e;
  font-weight: bold;
  padding: 0rem 0.5rem;
  display: flex;
  justify-content: space-evenly;
}
.black-banner .message {
  margin: 0 1rem;
  display: block;
  color: transparent;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 1660px) {
  .black-banner .message:nth-child(3), .black-banner .message:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .black-banner .message {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 870px) {
  .black-banner .message:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .black-banner .message:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .black-banner .message:nth-child(7) {
    display: none;
  }
}

.christmas-banner {
  background-image: linear-gradient(90deg, #cf2e2e, #ff0c4b, #cf2e2e, #ff0c4b, #cf2e2e);
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin: 0 0 6px 0;
}
.christmas-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 0 0 -6px 0;
  background: linear-gradient(90deg, #aa771c, #fcf6ba, #aa771c, #fcf6ba, #aa771c);
}
.christmas-banner .message {
  color: white;
  margin: 0 1rem;
  display: block;
  font-family: vag-rundschrift-d, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 1660px) {
  .christmas-banner .message:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .christmas-banner .message:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .christmas-banner .message:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .christmas-banner .message:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .christmas-banner .message:nth-child(6) {
    display: none;
  }
}

.smaller {
  font-size: 0.7em;
}

.grey-callout {
  color: #555F69;
  font-family: vag-rundschrift-d, sans-serif;
}

.pink-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: rgb(255, 9, 157);
  background: linear-gradient(90deg, rgb(255, 9, 157) 0%, rgb(147, 84, 156) 100%);
  padding: 2rem 4rem;
  color: #ffffff;
}
.pink-modal .close-modal {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.pink-modal h2 {
  margin: 0.75rem;
}
.pink-modal .use-code {
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0.5rem;
}
.pink-modal .coupon-text {
  color: rgb(255, 9, 157);
  background-color: #ffffff;
  margin: 0 auto;
  padding: 1rem;
}
.pink-modal .end-date {
  margin: 0;
}

.tick-list {
  list-style: none;
  padding: 0;
}
.tick-list li {
  position: relative;
  padding: 0.5rem 2rem;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .tick-list li {
    font-size: 1em;
  }
}
.tick-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1em;
  width: 1em;
  background-image: url("/wp-content/plugins/ecohappy-builders/img/list-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  color: #848C99;
  text-align: center;
  font-size: 4rem;
  padding: 8rem 0;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.offer-container img {
  max-width: 90%;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .offer-container img {
    max-width: 80%;
  }
}
@media (min-width: 1199px) {
  .offer-container img {
    margin-left: -7.5%;
  }
}

.loan-spinner.spinner-container {
  display: flex;
  justify-content: center;
}
.loan-spinner.spinner-container .loading {
  color: #848C99;
  text-align: center;
  font-size: 4rem;
  padding: 0;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.modal .loan-status {
  min-width: 300px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal .loan-status {
    min-width: 220px;
    min-height: 220px;
  }
}

.page-template-page-advent-calendar-php {
  background-color: #F2F2F2;
}

.page-advent-calendar h1 {
  text-align: center;
}
.page-advent-calendar .image-container {
  display: flex;
  flex-wrap: wrap;
}
.page-advent-calendar .image-container .image {
  max-width: 50%;
  width: 50%;
  flex-basis: 50%;
  padding: 0.5rem;
  position: relative;
}
@media screen and (min-width: 481px) {
  .page-advent-calendar .image-container .image {
    max-width: 25%;
    width: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 769px) {
  .page-advent-calendar .image-container .image {
    max-width: 16.6666%;
    width: 16.6666%;
    flex-basis: 16.6666%;
  }
}
.page-advent-calendar .image-container .image img {
  border-radius: 1rem;
}
.page-advent-calendar .image-container .video-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.page-advent-calendar .image-container .video-container .video-overlay {
  position: absolute;
  width: 102%;
  bottom: -1%;
  left: -1%;
  background-color: #ffffff;
  text-align: center;
}
.page-advent-calendar .image-container .video-container .video-overlay p {
  font-size: 0.8rem;
  margin: 0;
  padding: 0.5rem;
}
.page-advent-calendar .image-container .video-container .video-overlay p .bold {
  font-weight: 700;
  font-size: 1rem;
}
.page-advent-calendar .image-container .video-container video {
  max-width: 100%;
  height: auto;
}
.page-advent-calendar .image-container .video-container video:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .offer-container img {
    max-width: 80%;
    margin-left: 0;
  }
}
.offer-container .bauble {
  height: 19%;
  width: 22%;
  top: 20%;
  left: 21.5%;
  overflow: hidden;
  position: absolute;
  border-radius: 3000px;
  background-color: #ea3651;
  color: white;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .offer-container .bauble {
    height: 20%;
    width: 14%;
    top: 20%;
    left: 32.2%;
  }
}
@media screen and (min-width: 1200px) {
  .offer-container .bauble {
    height: 20%;
    width: 23%;
    top: 20%;
    left: 21%;
  }
}
.offer-container .bauble .marquee {
  position: absolute;
  width: 400%;
  max-width: 400%;
  height: 100%;
  margin: 0;
  text-align: center;
  /* Animation */
  -moz-animation: spinning 6s linear infinite;
  -webkit-animation: spinning 6s linear infinite;
  animation: spinning 6s linear infinite;
}

.candy-cane-separator {
  background-image: url("/wp-content/plugins/ecohappy-builders/img/advent-calendar/candy-cane.svg");
  height: 10px;
}

.advent-calendar-callout {
  font-weight: 600;
}
.advent-calendar-callout p {
  margin: 0;
}

.btn-pink {
  background-color: #FF099C;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.btn-pink:hover {
  background-color: #E10089;
}

/* Keyframes */
@-moz-keyframes spinning {
  0% {
    -moz-transform: translateX(25%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes spinning {
  0% {
    -webkit-transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes spinning {
  0% {
    -moz-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.bg-light-grey {
  background: rgb(214, 224, 225);
  background: linear-gradient(180deg, rgb(214, 224, 225) 0%, rgb(213, 223, 224) 70%, rgb(255, 255, 255) 100%);
}

.social-link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #06d29e;
  transition: 0.3s;
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
  border-radius: 2rem;
}
.social-link:hover {
  color: #ffffff;
  background-color: #FF099C;
}

.bold {
  font-weight: 700;
  font-size: 1rem;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 10px 0 20px 0;
  cursor: auto;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating label {
  color: #bbb;
  font-size: 32px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #00B969;
}

.review-us .success-message {
  padding: 1rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  background-color: #c6e7dc;
}
.review-us .btn-success.disabled {
  background-color: #B8C3CC;
  color: white;
  cursor: default;
  border: 1px solid #B8C3CC;
  box-shadow: none;
  background-image: none;
}
.review-us .btn-success.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.review-us .btn-success.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}

.energy-calculator {
  margin-bottom: 2rem;
  border: 1px solid #B8C3CC;
  border-radius: 0.5rem;
  overflow: hidden;
}

.info-box {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 2px 7px;
  margin: 20px 0;
  font-size: 14px;
}
.info-box.yellow {
  background-color: #f9f8be;
}

.energy-calculator-results, .energy-saving {
  background-image: url("/wp-content/plugins/ecohappy-builders/img/energy-savings-calculator-background.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.energy-calculator-results p, .energy-saving p {
  color: #ffffff !important;
}
.energy-calculator-results .energy-result-card, .energy-saving .energy-result-card {
  margin: 0 4px 1rem 4px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
}
.energy-calculator-results .energy-result-card p, .energy-saving .energy-result-card p {
  margin: 0;
}

.energy-saving {
  overflow: hidden;
  border-radius: 0 0 0.75rem 0.75rem;
}
.energy-saving p {
  margin: 0;
  text-align: left;
}
.energy-saving p.text-center {
  text-align: center;
}

.pre-energy-results {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-header {
  padding: 1rem 0;
}

.product-filters legend {
  font-weight: normal;
  color: #555F69;
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
.product-filters .filter-button {
  list-style: none;
  display: inline-block;
  background-color: white;
  border: 1px solid #B8C3CC;
  border-radius: 50px;
  color: #555F69;
  font-size: 16px;
  padding: 2px 10px;
  margin: 3px;
  cursor: pointer;
}
.product-filters .filter-button:hover {
  border: 1px solid #773bee;
  color: #773bee;
}
.product-filters .filter-button.selected {
  border: 1px solid #773bee;
  box-shadow: 0px 0px 0px 1px #773bee inset;
  color: #773bee;
}

.bg-red {
  background: #ff0a4b !important;
}

.calendar h3 {
  font-size: 20px !important;
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
}
.calendar .calendar-dates {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
}
.calendar .calendar-dates .calendar-date {
  flex: 1 1 0;
  width: 0;
  border: 1px solid #B8C3CC;
  border-left: 0.5px solid #B8C3CC;
  border-right: 0.5px solid #B8C3CC;
  transition: 0.4s;
  background-color: #ffffff;
  font-size: 12px;
}
.calendar .calendar-dates .calendar-date:first-child {
  border-radius: 4px 0 0 4px;
  border: 1px solid #B8C3CC;
  border-right: 0.5px solid #B8C3CC;
}
.calendar .calendar-dates .calendar-date:last-child {
  border-radius: 0 4px 4px 0;
  border: 1px solid #B8C3CC;
  border-left: 0.5px solid #B8C3CC;
}
.calendar .calendar-dates .calendar-date .date-number {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 24px;
}
.calendar .calendar-dates .calendar-date .date-slot-availability {
  color: #d83a3a;
}
.calendar .calendar-dates .calendar-date .date-price-increase {
  color: #FF099C;
}
.calendar .calendar-dates .calendar-date .date-price-decrease {
  color: #00B969;
}
.calendar .calendar-dates .calendar-date:hover {
  cursor: pointer;
  border-color: #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
}
.calendar .calendar-dates .calendar-date.disabled {
  background-color: #F2F2F2;
  color: #555F69;
}
.calendar .calendar-dates .calendar-date.disabled:hover {
  cursor: auto !important;
  border-color: #B8C3CC;
  box-shadow: none;
}
.calendar .calendar-dates .calendar-date.disabled .date-number {
  text-decoration: line-through;
}
.calendar .calendar-dates .calendar-date.selected {
  border: 2px solid #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
}

.full-calendar {
  display: flex;
}
.full-calendar > div {
  flex: 1;
}
.full-calendar > .calendar {
  flex: 10;
}

.product-reviews h3 {
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
  margin-right: 100px;
  font-size: 26px;
}
.product-reviews .five-star-rating {
  text-align: center;
}
.product-reviews .five-star-rating h4 {
  font-family: "lato", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.product-reviews .five-star-rating p {
  font-size: 14px;
  color: #555F69;
}
.product-reviews .five-star-rating .stars-container {
  position: relative;
  display: flex;
}
.product-reviews .five-star-rating .stars-container .stars-active, .product-reviews .five-star-rating .stars-container .stars-unactive {
  white-space: nowrap;
  width: fit-content;
  position: absolute;
  top: 10px;
}
.product-reviews .five-star-rating .stars-container .stars-active {
  color: #f4a400;
  -webkit-text-stroke: 1px #ff6701;
}
.product-reviews .five-star-rating .stars-container .stars-unactive {
  color: #F2F2F2;
}
.product-reviews .review-tier-text {
  font-size: 20px;
  color: #555F69;
}
.product-reviews .review-tier-bar {
  background-color: #F2F2F2;
  height: 10px;
  border-radius: 100px;
  width: 80%;
  margin: 10px;
}
.product-reviews .review-tier-bar .review-tier-bar-inner {
  height: 100%;
  background-color: #f4a400;
  border: 1px solid #ff6701;
  border-radius: 100px;
}
.product-reviews .product-review {
  font-size: 16px;
  margin-bottom: 15px;
}
.product-reviews .product-review .product-review-title {
  font-weight: bold;
}
.product-reviews .product-review-stars .product-review-star {
  color: #F2F2F2;
  font-size: 12px;
  display: inline;
}
.product-reviews .product-review-stars .product-review-star.active i {
  color: #f4a400;
  -webkit-text-stroke: 1px #ff6701;
}
.product-reviews .product-review-show-more {
  color: #1e64c5;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.product-reviews .product-review-show-more:hover {
  cursor: pointer;
}

#boiler-service-quote, #boiler-cover-quote, #boiler-repair-quote {
  background: #F2F2F2;
}
#boiler-service-quote.boiler-service-hea-quote, #boiler-cover-quote.boiler-service-hea-quote, #boiler-repair-quote.boiler-service-hea-quote {
  height: 100%;
}
#boiler-service-quote .steps, #boiler-cover-quote .steps, #boiler-repair-quote .steps {
  text-align: center;
  justify-content: space-between;
  font-size: 14px;
}
#boiler-service-quote .steps .step-numbers, #boiler-cover-quote .steps .step-numbers, #boiler-repair-quote .steps .step-numbers {
  position: relative;
  z-index: 1;
}
#boiler-service-quote .steps .step-numbers .number-circle, #boiler-cover-quote .steps .step-numbers .number-circle, #boiler-repair-quote .steps .step-numbers .number-circle {
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-weight: bold;
  font-size: 16px;
  background-color: #F2F2F2;
  margin: 0 auto;
  padding: 4px;
}
#boiler-service-quote .steps .step-numbers .number-circle.completed-step, #boiler-cover-quote .steps .step-numbers .number-circle.completed-step, #boiler-repair-quote .steps .step-numbers .number-circle.completed-step {
  background-color: white;
  cursor: pointer;
}
#boiler-service-quote .steps .step-numbers .number-circle.this-step, #boiler-cover-quote .steps .step-numbers .number-circle.this-step, #boiler-repair-quote .steps .step-numbers .number-circle.this-step {
  font-weight: bold;
  background-color: #6C1C78;
  color: white;
}
#boiler-service-quote .steps .step-numbers:after, #boiler-cover-quote .steps .step-numbers:after, #boiler-repair-quote .steps .step-numbers:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66.66666%;
  left: 16.66666%;
  height: 1px;
  background: #B8C3CC;
  z-index: -1;
}
#boiler-service-quote .steps label.completed-step, #boiler-cover-quote .steps label.completed-step, #boiler-repair-quote .steps label.completed-step {
  cursor: pointer;
}
#boiler-service-quote .order-summary, #boiler-cover-quote .order-summary, #boiler-repair-quote .order-summary {
  padding: 1rem;
  position: sticky;
  top: 0;
}
#boiler-service-quote .order-summary .order-summary-header, #boiler-cover-quote .order-summary .order-summary-header, #boiler-repair-quote .order-summary .order-summary-header {
  background: transparent;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #B8C3CC;
}
#boiler-service-quote .order-summary .order-summary-header .your-order, #boiler-cover-quote .order-summary .order-summary-header .your-order, #boiler-repair-quote .order-summary .order-summary-header .your-order {
  display: flex;
  justify-content: space-between;
}
#boiler-service-quote .order-summary .order-summary-row, #boiler-cover-quote .order-summary .order-summary-row, #boiler-repair-quote .order-summary .order-summary-row {
  background: transparent;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  color: #1E1E1E;
}
#boiler-service-quote .order-summary .order-summary-row p, #boiler-cover-quote .order-summary .order-summary-row p, #boiler-repair-quote .order-summary .order-summary-row p {
  color: #1E1E1E;
  max-width: none;
}
#boiler-service-quote .order-summary .order-summary-row .price, #boiler-cover-quote .order-summary .order-summary-row .price, #boiler-repair-quote .order-summary .order-summary-row .price {
  font-weight: bold;
}
#boiler-service-quote .order-summary .discounted, #boiler-cover-quote .order-summary .discounted, #boiler-repair-quote .order-summary .discounted {
  background-color: #c6e7dc;
  border: 2px dashed #00B969;
}
#boiler-service-quote .order-summary .discounted p, #boiler-cover-quote .order-summary .discounted p, #boiler-repair-quote .order-summary .discounted p {
  line-height: 1.5em;
}
#boiler-service-quote .order-summary .free-service, #boiler-cover-quote .order-summary .free-service, #boiler-repair-quote .order-summary .free-service {
  width: 100%;
  background-color: #c6e7dc;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #boiler-service-quote .order-summary .free-service, #boiler-cover-quote .order-summary .free-service, #boiler-repair-quote .order-summary .free-service {
    font-size: 14px;
    padding: 1px 5px;
  }
}
@media screen and (max-width: 768px) {
  #boiler-service-quote .order-summary .free-service, #boiler-cover-quote .order-summary .free-service, #boiler-repair-quote .order-summary .free-service {
    display: none;
  }
}
#boiler-service-quote .form-left, #boiler-cover-quote .form-left, #boiler-repair-quote .form-left {
  background: white;
  border-radius: 20px;
}
#boiler-service-quote .form-left .small-heading, #boiler-cover-quote .form-left .small-heading, #boiler-repair-quote .form-left .small-heading {
  color: #848C99;
  font-size: 16px;
  padding: 1rem 0 0 1rem;
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  text-align: center;
}
#boiler-service-quote .form-left .back-button, #boiler-cover-quote .form-left .back-button, #boiler-repair-quote .form-left .back-button {
  float: left;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  #boiler-service-quote .form-left .back-button, #boiler-cover-quote .form-left .back-button, #boiler-repair-quote .form-left .back-button {
    width: 0;
  }
}
#boiler-service-quote .form-left .back-button .loading, #boiler-cover-quote .form-left .back-button .loading, #boiler-repair-quote .form-left .back-button .loading {
  font-size: initial;
  color: inherit;
  padding: 2px 0;
  position: absolute;
}
#boiler-service-quote .form-left p, #boiler-cover-quote .form-left p, #boiler-repair-quote .form-left p {
  font-size: 16px;
  margin-bottom: 0;
}
#boiler-service-quote .form-left p .edit, #boiler-cover-quote .form-left p .edit, #boiler-repair-quote .form-left p .edit {
  text-decoration: underline;
  padding-left: 10px;
}
#boiler-service-quote .form-left p .edit:hover, #boiler-cover-quote .form-left p .edit:hover, #boiler-repair-quote .form-left p .edit:hover {
  cursor: pointer;
}
#boiler-service-quote .form-left .error, #boiler-cover-quote .form-left .error, #boiler-repair-quote .form-left .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
#boiler-service-quote .form-left label, #boiler-cover-quote .form-left label, #boiler-repair-quote .form-left label {
  font-size: 16px;
  font-weight: normal;
}
#boiler-service-quote .form-left label .label-italic, #boiler-cover-quote .form-left label .label-italic, #boiler-repair-quote .form-left label .label-italic {
  font-style: italic;
  color: #555F69;
}
#boiler-service-quote .form-left input, #boiler-service-quote .form-left textarea, #boiler-service-quote .form-left select, #boiler-cover-quote .form-left input, #boiler-cover-quote .form-left textarea, #boiler-cover-quote .form-left select, #boiler-repair-quote .form-left input, #boiler-repair-quote .form-left textarea, #boiler-repair-quote .form-left select {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  color: #1E1E1E;
}
#boiler-service-quote .form-left input::placeholder, #boiler-service-quote .form-left textarea::placeholder, #boiler-service-quote .form-left select::placeholder, #boiler-cover-quote .form-left input::placeholder, #boiler-cover-quote .form-left textarea::placeholder, #boiler-cover-quote .form-left select::placeholder, #boiler-repair-quote .form-left input::placeholder, #boiler-repair-quote .form-left textarea::placeholder, #boiler-repair-quote .form-left select::placeholder {
  font-size: 16px;
  color: #555F69;
  padding-left: 0;
}
#boiler-service-quote .form-left input#postcode, #boiler-service-quote .form-left textarea#postcode, #boiler-service-quote .form-left select#postcode, #boiler-cover-quote .form-left input#postcode, #boiler-cover-quote .form-left textarea#postcode, #boiler-cover-quote .form-left select#postcode, #boiler-repair-quote .form-left input#postcode, #boiler-repair-quote .form-left textarea#postcode, #boiler-repair-quote .form-left select#postcode {
  width: 150px;
}
#boiler-service-quote .form-left textarea.tall, #boiler-cover-quote .form-left textarea.tall, #boiler-repair-quote .form-left textarea.tall {
  height: 80px;
}
#boiler-service-quote .form-left .base-number #deposit, #boiler-cover-quote .form-left .base-number #deposit, #boiler-repair-quote .form-left .base-number #deposit {
  width: 150px;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  height: 40px;
}
#boiler-service-quote .form-left .base-number .input-icon, #boiler-cover-quote .form-left .base-number .input-icon, #boiler-repair-quote .form-left .base-number .input-icon {
  top: 8px;
}
#boiler-service-quote .form-left .finance-slider, #boiler-cover-quote .form-left .finance-slider, #boiler-repair-quote .form-left .finance-slider {
  border: none;
  padding: 0;
}
#boiler-service-quote .form-left .btn, #boiler-cover-quote .form-left .btn, #boiler-repair-quote .form-left .btn {
  font-size: 0.85rem;
  border-radius: 100px;
}
@media screen and (min-width: 481px) {
  #boiler-service-quote .form-left .btn, #boiler-cover-quote .form-left .btn, #boiler-repair-quote .form-left .btn {
    font-size: 1.125rem;
  }
}
#boiler-service-quote .form-left .btn.btn-success, #boiler-service-quote .form-left .btn.btn-contrast, #boiler-cover-quote .form-left .btn.btn-success, #boiler-cover-quote .form-left .btn.btn-contrast, #boiler-repair-quote .form-left .btn.btn-success, #boiler-repair-quote .form-left .btn.btn-contrast {
  padding-left: 50px;
  padding-right: 50px;
  margin: 15px 0 30px 0;
}
#boiler-service-quote .form-left .btn.btn-success.disabled, #boiler-service-quote .form-left .btn.btn-contrast.disabled, #boiler-cover-quote .form-left .btn.btn-success.disabled, #boiler-cover-quote .form-left .btn.btn-contrast.disabled, #boiler-repair-quote .form-left .btn.btn-success.disabled, #boiler-repair-quote .form-left .btn.btn-contrast.disabled {
  background-color: #B8C3CC;
  color: white;
  cursor: default;
  border: 1px solid #B8C3CC;
  box-shadow: none;
  background-image: none;
}
#boiler-service-quote .form-left .btn.btn-success.disabled:hover, #boiler-service-quote .form-left .btn.btn-contrast.disabled:hover, #boiler-cover-quote .form-left .btn.btn-success.disabled:hover, #boiler-cover-quote .form-left .btn.btn-contrast.disabled:hover, #boiler-repair-quote .form-left .btn.btn-success.disabled:hover, #boiler-repair-quote .form-left .btn.btn-contrast.disabled:hover {
  background-color: #B8C3CC;
  color: white;
}
#boiler-service-quote .form-left .btn.btn-success.disabled .loading, #boiler-service-quote .form-left .btn.btn-contrast.disabled .loading, #boiler-cover-quote .form-left .btn.btn-success.disabled .loading, #boiler-cover-quote .form-left .btn.btn-contrast.disabled .loading, #boiler-repair-quote .form-left .btn.btn-success.disabled .loading, #boiler-repair-quote .form-left .btn.btn-contrast.disabled .loading {
  padding: 0;
  font-size: 1rem;
  display: inline-block;
  color: white;
}
#boiler-service-quote .form-left h5, #boiler-cover-quote .form-left h5, #boiler-repair-quote .form-left h5 {
  font-size: 23px;
  color: #0F8A6B;
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
  margin-right: 100px;
}
#boiler-service-quote .form-left .active h5, #boiler-cover-quote .form-left .active h5, #boiler-repair-quote .form-left .active h5 {
  color: #0F8A6B;
}
#boiler-service-quote .form-left .active ~ .order-checkout-step h5, #boiler-cover-quote .form-left .active ~ .order-checkout-step h5, #boiler-repair-quote .form-left .active ~ .order-checkout-step h5 {
  color: #B8C3CC;
}
#boiler-service-quote .form-left .order-checkout-step, #boiler-cover-quote .form-left .order-checkout-step, #boiler-repair-quote .form-left .order-checkout-step {
  margin-bottom: 0;
}
#boiler-service-quote .form-left .current-month, #boiler-cover-quote .form-left .current-month, #boiler-repair-quote .form-left .current-month {
  margin: 0 0 10px 9%;
  font-weight: bold;
}
#boiler-service-quote .form-left .full-calendar .calendar-arrow, #boiler-cover-quote .form-left .full-calendar .calendar-arrow, #boiler-repair-quote .form-left .full-calendar .calendar-arrow {
  font-size: 30px;
  color: #1E1E1E;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
}
#boiler-service-quote .form-left .full-calendar .calendar-arrow.disabled, #boiler-cover-quote .form-left .full-calendar .calendar-arrow.disabled, #boiler-repair-quote .form-left .full-calendar .calendar-arrow.disabled {
  color: #848C99;
  cursor: auto;
}
#boiler-service-quote .form-left .service-type, #boiler-service-quote .form-left .boiler-manufacturer, #boiler-service-quote .form-left .date-type, #boiler-cover-quote .form-left .service-type, #boiler-cover-quote .form-left .boiler-manufacturer, #boiler-cover-quote .form-left .date-type, #boiler-repair-quote .form-left .service-type, #boiler-repair-quote .form-left .boiler-manufacturer, #boiler-repair-quote .form-left .date-type {
  position: relative;
  font-family: "lato", sans-serif;
  border-radius: 4px;
  padding: 0.3rem;
}
#boiler-service-quote .form-left .service-type:hover, #boiler-service-quote .form-left .boiler-manufacturer:hover, #boiler-service-quote .form-left .date-type:hover, #boiler-cover-quote .form-left .service-type:hover, #boiler-cover-quote .form-left .boiler-manufacturer:hover, #boiler-cover-quote .form-left .date-type:hover, #boiler-repair-quote .form-left .service-type:hover, #boiler-repair-quote .form-left .boiler-manufacturer:hover, #boiler-repair-quote .form-left .date-type:hover {
  background: #c0e7d9;
  cursor: pointer;
}
#boiler-service-quote .form-left .service-type:hover .radio i, #boiler-service-quote .form-left .boiler-manufacturer:hover .radio i, #boiler-service-quote .form-left .date-type:hover .radio i, #boiler-cover-quote .form-left .service-type:hover .radio i, #boiler-cover-quote .form-left .boiler-manufacturer:hover .radio i, #boiler-cover-quote .form-left .date-type:hover .radio i, #boiler-repair-quote .form-left .service-type:hover .radio i, #boiler-repair-quote .form-left .boiler-manufacturer:hover .radio i, #boiler-repair-quote .form-left .date-type:hover .radio i {
  display: block;
}
#boiler-service-quote .form-left .service-type.selected, #boiler-service-quote .form-left .boiler-manufacturer.selected, #boiler-service-quote .form-left .date-type.selected, #boiler-cover-quote .form-left .service-type.selected, #boiler-cover-quote .form-left .boiler-manufacturer.selected, #boiler-cover-quote .form-left .date-type.selected, #boiler-repair-quote .form-left .service-type.selected, #boiler-repair-quote .form-left .boiler-manufacturer.selected, #boiler-repair-quote .form-left .date-type.selected {
  background: #c0e7d9;
  border: 1px solid #00B969;
}
#boiler-service-quote .form-left .service-type.selected .radio, #boiler-service-quote .form-left .boiler-manufacturer.selected .radio, #boiler-service-quote .form-left .date-type.selected .radio, #boiler-cover-quote .form-left .service-type.selected .radio, #boiler-cover-quote .form-left .boiler-manufacturer.selected .radio, #boiler-cover-quote .form-left .date-type.selected .radio, #boiler-repair-quote .form-left .service-type.selected .radio, #boiler-repair-quote .form-left .boiler-manufacturer.selected .radio, #boiler-repair-quote .form-left .date-type.selected .radio {
  display: block;
}
#boiler-service-quote .form-left .service-type.selected .radio i, #boiler-service-quote .form-left .boiler-manufacturer.selected .radio i, #boiler-service-quote .form-left .date-type.selected .radio i, #boiler-cover-quote .form-left .service-type.selected .radio i, #boiler-cover-quote .form-left .boiler-manufacturer.selected .radio i, #boiler-cover-quote .form-left .date-type.selected .radio i, #boiler-repair-quote .form-left .service-type.selected .radio i, #boiler-repair-quote .form-left .boiler-manufacturer.selected .radio i, #boiler-repair-quote .form-left .date-type.selected .radio i {
  display: block;
}
#boiler-service-quote .form-left .service-type .radio, #boiler-service-quote .form-left .boiler-manufacturer .radio, #boiler-service-quote .form-left .date-type .radio, #boiler-cover-quote .form-left .service-type .radio, #boiler-cover-quote .form-left .boiler-manufacturer .radio, #boiler-cover-quote .form-left .date-type .radio, #boiler-repair-quote .form-left .service-type .radio, #boiler-repair-quote .form-left .boiler-manufacturer .radio, #boiler-repair-quote .form-left .date-type .radio {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  padding: 0.75rem;
}
#boiler-service-quote .form-left .service-type .radio i, #boiler-service-quote .form-left .boiler-manufacturer .radio i, #boiler-service-quote .form-left .date-type .radio i, #boiler-cover-quote .form-left .service-type .radio i, #boiler-cover-quote .form-left .boiler-manufacturer .radio i, #boiler-cover-quote .form-left .date-type .radio i, #boiler-repair-quote .form-left .service-type .radio i, #boiler-repair-quote .form-left .boiler-manufacturer .radio i, #boiler-repair-quote .form-left .date-type .radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
#boiler-service-quote .form-left .service-type p, #boiler-service-quote .form-left .boiler-manufacturer p, #boiler-service-quote .form-left .date-type p, #boiler-cover-quote .form-left .service-type p, #boiler-cover-quote .form-left .boiler-manufacturer p, #boiler-cover-quote .form-left .date-type p, #boiler-repair-quote .form-left .service-type p, #boiler-repair-quote .form-left .boiler-manufacturer p, #boiler-repair-quote .form-left .date-type p {
  padding: 5px 0 0 45px;
}
#boiler-service-quote .form-left .boiler-manufacturer, #boiler-cover-quote .form-left .boiler-manufacturer, #boiler-repair-quote .form-left .boiler-manufacturer {
  width: auto;
  padding: 6px;
  margin: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  #boiler-service-quote .form-left .boiler-manufacturer, #boiler-cover-quote .form-left .boiler-manufacturer, #boiler-repair-quote .form-left .boiler-manufacturer {
    margin: 0 0.25rem 0.25rem 0;
  }
}
#boiler-service-quote .form-left .autofill, #boiler-cover-quote .form-left .autofill, #boiler-repair-quote .form-left .autofill {
  position: relative;
}
#boiler-service-quote .form-left .autofill-dropdown, #boiler-cover-quote .form-left .autofill-dropdown, #boiler-repair-quote .form-left .autofill-dropdown {
  position: absolute;
  border: 1px solid #B8C3CC;
  top: 40px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
}
#boiler-service-quote .form-left .autofill-dropdown .autofill-item, #boiler-cover-quote .form-left .autofill-dropdown .autofill-item, #boiler-repair-quote .form-left .autofill-dropdown .autofill-item {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  cursor: pointer;
}
#boiler-service-quote .form-left .autofill-dropdown .autofill-item:hover, #boiler-cover-quote .form-left .autofill-dropdown .autofill-item:hover, #boiler-repair-quote .form-left .autofill-dropdown .autofill-item:hover {
  background-color: #F2F2F2;
}
#boiler-service-quote .form-left .secure-details-text, #boiler-cover-quote .form-left .secure-details-text, #boiler-repair-quote .form-left .secure-details-text {
  font-size: 16px;
  color: #1E1E1E;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #boiler-service-quote .form-left .secure-details-text, #boiler-cover-quote .form-left .secure-details-text, #boiler-repair-quote .form-left .secure-details-text {
    display: block;
    width: 100%;
    margin: -15px 0 10px 10px;
  }
}
#boiler-service-quote .form-left #address-finder, #boiler-cover-quote .form-left #address-finder, #boiler-repair-quote .form-left #address-finder {
  position: relative;
}
#boiler-service-quote .form-left #address-finder .input-icon, #boiler-cover-quote .form-left #address-finder .input-icon, #boiler-repair-quote .form-left #address-finder .input-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #1E1E1E;
}
#boiler-service-quote .form-left #address-finder input, #boiler-cover-quote .form-left #address-finder input, #boiler-repair-quote .form-left #address-finder input {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
#boiler-service-quote .form-left #address-form #getaddress_button, #boiler-cover-quote .form-left #address-form #getaddress_button, #boiler-repair-quote .form-left #address-form #getaddress_button {
  font-size: 0.85rem;
  border-radius: 100px;
  color: white;
  background-color: #773bee;
  padding: 7px 0;
  width: 140px;
}
#boiler-service-quote .form-left #address-form #getaddress_button:hover, #boiler-cover-quote .form-left #address-form #getaddress_button:hover, #boiler-repair-quote .form-left #address-form #getaddress_button:hover {
  background-color: #D70082;
  cursor: pointer;
}
#boiler-service-quote .form-left #address-form #getaddress_button.disabled, #boiler-cover-quote .form-left #address-form #getaddress_button.disabled, #boiler-repair-quote .form-left #address-form #getaddress_button.disabled {
  background-color: #B8C3CC;
}
#boiler-service-quote .form-left #address-form #getaddress_button.disabled:hover, #boiler-cover-quote .form-left #address-form #getaddress_button.disabled:hover, #boiler-repair-quote .form-left #address-form #getaddress_button.disabled:hover {
  background-color: #B8C3CC;
  cursor: auto;
}
#boiler-service-quote .form-left #address-form #getaddress_button .loading, #boiler-cover-quote .form-left #address-form #getaddress_button .loading, #boiler-repair-quote .form-left #address-form #getaddress_button .loading {
  color: white;
  font-size: 1.2rem;
  padding: 0;
  margin: -4px;
}
#boiler-service-quote .form-left #address-form #getaddress_dropdown, #boiler-cover-quote .form-left #address-form #getaddress_dropdown, #boiler-repair-quote .form-left #address-form #getaddress_dropdown {
  line-height: normal;
  height: 40px;
}
#boiler-service-quote .form-left #address-form .address-toggle, #boiler-cover-quote .form-left #address-form .address-toggle, #boiler-repair-quote .form-left #address-form .address-toggle {
  font-size: 14px;
  color: #1e1e1e;
}
#boiler-service-quote .form-left #address-form .manual-address, #boiler-cover-quote .form-left #address-form .manual-address, #boiler-repair-quote .form-left #address-form .manual-address {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #B8C3CC;
}
#boiler-service-quote .form-left .payment-option, #boiler-cover-quote .form-left .payment-option, #boiler-repair-quote .form-left .payment-option {
  position: relative;
  font-family: "lato", sans-serif;
  border-radius: 4px;
  padding: 0.3rem;
}
#boiler-service-quote .form-left .payment-option:hover, #boiler-cover-quote .form-left .payment-option:hover, #boiler-repair-quote .form-left .payment-option:hover {
  background: #c0e7d9;
  cursor: pointer;
}
#boiler-service-quote .form-left .payment-option:hover .radio i, #boiler-cover-quote .form-left .payment-option:hover .radio i, #boiler-repair-quote .form-left .payment-option:hover .radio i {
  display: block;
}
#boiler-service-quote .form-left .payment-option.active, #boiler-cover-quote .form-left .payment-option.active, #boiler-repair-quote .form-left .payment-option.active {
  background: #c0e7d9;
}
#boiler-service-quote .form-left .payment-option.active .radio, #boiler-cover-quote .form-left .payment-option.active .radio, #boiler-repair-quote .form-left .payment-option.active .radio {
  display: block;
}
#boiler-service-quote .form-left .payment-option.active .radio i, #boiler-cover-quote .form-left .payment-option.active .radio i, #boiler-repair-quote .form-left .payment-option.active .radio i {
  display: block;
}
#boiler-service-quote .form-left .payment-option .radio, #boiler-cover-quote .form-left .payment-option .radio, #boiler-repair-quote .form-left .payment-option .radio {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  padding: 0.75rem;
}
#boiler-service-quote .form-left .payment-option .radio i, #boiler-cover-quote .form-left .payment-option .radio i, #boiler-repair-quote .form-left .payment-option .radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
#boiler-service-quote .form-left .payment-option p, #boiler-cover-quote .form-left .payment-option p, #boiler-repair-quote .form-left .payment-option p {
  padding: 5px 0 0 45px;
}
#boiler-service-quote .form-left .payment-option .payment-logo, #boiler-cover-quote .form-left .payment-option .payment-logo, #boiler-repair-quote .form-left .payment-option .payment-logo {
  margin-top: 0.5rem;
}
@media screen and (min-width: 481px) {
  #boiler-service-quote .form-left .payment-option .payment-logo, #boiler-cover-quote .form-left .payment-option .payment-logo, #boiler-repair-quote .form-left .payment-option .payment-logo {
    text-align: right;
    margin-top: 0;
  }
}
#boiler-service-quote .form-left .payment-option .payment-logo img, #boiler-cover-quote .form-left .payment-option .payment-logo img, #boiler-repair-quote .form-left .payment-option .payment-logo img {
  vertical-align: baseline;
}
#boiler-service-quote .form-left .payment-option .save-label, #boiler-cover-quote .form-left .payment-option .save-label, #boiler-repair-quote .form-left .payment-option .save-label {
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 0px 5px;
  display: inline-block;
  background-color: #ff0a4b;
  line-height: 1.6;
  vertical-align: text-top;
}
#boiler-service-quote .form-left .payment-stripe .form-group, #boiler-service-quote .form-left .payment-mollie .form-group, #boiler-cover-quote .form-left .payment-stripe .form-group, #boiler-cover-quote .form-left .payment-mollie .form-group, #boiler-repair-quote .form-left .payment-stripe .form-group, #boiler-repair-quote .form-left .payment-mollie .form-group {
  position: relative;
}
#boiler-service-quote .form-left .payment-stripe .form-group .input-icon, #boiler-service-quote .form-left .payment-mollie .form-group .input-icon, #boiler-cover-quote .form-left .payment-stripe .form-group .input-icon, #boiler-cover-quote .form-left .payment-mollie .form-group .input-icon, #boiler-repair-quote .form-left .payment-stripe .form-group .input-icon, #boiler-repair-quote .form-left .payment-mollie .form-group .input-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #848C99;
}
#boiler-service-quote .form-left .payment-stripe label, #boiler-service-quote .form-left .payment-mollie label, #boiler-cover-quote .form-left .payment-stripe label, #boiler-cover-quote .form-left .payment-mollie label, #boiler-repair-quote .form-left .payment-stripe label, #boiler-repair-quote .form-left .payment-mollie label {
  font-size: 16px;
  font-weight: normal;
}
#boiler-service-quote .form-left .payment-stripe label .optional, #boiler-service-quote .form-left .payment-mollie label .optional, #boiler-cover-quote .form-left .payment-stripe label .optional, #boiler-cover-quote .form-left .payment-mollie label .optional, #boiler-repair-quote .form-left .payment-stripe label .optional, #boiler-repair-quote .form-left .payment-mollie label .optional {
  font-style: italic;
  color: #555F69;
}
#boiler-service-quote .form-left .payment-stripe .StripeElement, #boiler-service-quote .form-left .payment-mollie .StripeElement, #boiler-cover-quote .form-left .payment-stripe .StripeElement, #boiler-cover-quote .form-left .payment-mollie .StripeElement, #boiler-repair-quote .form-left .payment-stripe .StripeElement, #boiler-repair-quote .form-left .payment-mollie .StripeElement {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
#boiler-service-quote .form-left .payment-stripe .StripeElement > div, #boiler-service-quote .form-left .payment-mollie .StripeElement > div, #boiler-cover-quote .form-left .payment-stripe .StripeElement > div, #boiler-cover-quote .form-left .payment-mollie .StripeElement > div, #boiler-repair-quote .form-left .payment-stripe .StripeElement > div, #boiler-repair-quote .form-left .payment-mollie .StripeElement > div {
  font-size: 16px;
  color: #555F69;
  padding-left: 20px;
}
#boiler-service-quote .form-left .payment-stripe .StripeElement#card-ccv, #boiler-service-quote .form-left .payment-mollie .StripeElement#card-ccv, #boiler-cover-quote .form-left .payment-stripe .StripeElement#card-ccv, #boiler-cover-quote .form-left .payment-mollie .StripeElement#card-ccv, #boiler-repair-quote .form-left .payment-stripe .StripeElement#card-ccv, #boiler-repair-quote .form-left .payment-mollie .StripeElement#card-ccv {
  width: 150px;
}
#boiler-service-quote .form-left .payment-stripe .mollie-element, #boiler-service-quote .form-left .payment-mollie .mollie-element, #boiler-cover-quote .form-left .payment-stripe .mollie-element, #boiler-cover-quote .form-left .payment-mollie .mollie-element, #boiler-repair-quote .form-left .payment-stripe .mollie-element, #boiler-repair-quote .form-left .payment-mollie .mollie-element {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
#boiler-service-quote .form-left .payment-stripe .mollie-element > .mollie-component, #boiler-service-quote .form-left .payment-mollie .mollie-element > .mollie-component, #boiler-cover-quote .form-left .payment-stripe .mollie-element > .mollie-component, #boiler-cover-quote .form-left .payment-mollie .mollie-element > .mollie-component, #boiler-repair-quote .form-left .payment-stripe .mollie-element > .mollie-component, #boiler-repair-quote .form-left .payment-mollie .mollie-element > .mollie-component {
  font-size: 16px;
  color: #555F69;
}
#boiler-service-quote .form-left .payment-stripe .mollie-element#card-ccv, #boiler-service-quote .form-left .payment-mollie .mollie-element#card-ccv, #boiler-cover-quote .form-left .payment-stripe .mollie-element#card-ccv, #boiler-cover-quote .form-left .payment-mollie .mollie-element#card-ccv, #boiler-repair-quote .form-left .payment-stripe .mollie-element#card-ccv, #boiler-repair-quote .form-left .payment-mollie .mollie-element#card-ccv {
  width: 100px;
}
#boiler-service-quote .form-left .info-box, #boiler-cover-quote .form-left .info-box, #boiler-repair-quote .form-left .info-box {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 20px;
}
#boiler-service-quote .form-left .cover-start, #boiler-cover-quote .form-left .cover-start, #boiler-repair-quote .form-left .cover-start {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #B8C3CC;
}
#boiler-service-quote .form-left .cover-options .most-popular, #boiler-cover-quote .form-left .cover-options .most-popular, #boiler-repair-quote .form-left .cover-options .most-popular {
  position: relative;
  border: 0 !important;
}
#boiler-service-quote .form-left .cover-options .most-popular > div, #boiler-cover-quote .form-left .cover-options .most-popular > div, #boiler-repair-quote .form-left .cover-options .most-popular > div {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0 10px;
  display: inline-block;
  background-color: #00B969;
  z-index: 999;
}
#boiler-service-quote .form-left .cover-options .purple-header, #boiler-cover-quote .form-left .cover-options .purple-header, #boiler-repair-quote .form-left .cover-options .purple-header {
  border-radius: 1.2rem;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #boiler-service-quote .form-left .cover-options .purple-header, #boiler-cover-quote .form-left .cover-options .purple-header, #boiler-repair-quote .form-left .cover-options .purple-header {
    height: auto;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
#boiler-service-quote .form-left .cover-options .purple-header .cover-plan-name, #boiler-cover-quote .form-left .cover-options .purple-header .cover-plan-name, #boiler-repair-quote .form-left .cover-options .purple-header .cover-plan-name {
  font-size: 18px;
}
#boiler-service-quote .form-left .cover-options .purple-header .cover-plan-price, #boiler-cover-quote .form-left .cover-options .purple-header .cover-plan-price, #boiler-repair-quote .form-left .cover-options .purple-header .cover-plan-price {
  font-size: 22px;
}
#boiler-service-quote .form-left .cover-options .pricing-table, #boiler-cover-quote .form-left .cover-options .pricing-table, #boiler-repair-quote .form-left .cover-options .pricing-table {
  overflow: scroll;
}
#boiler-service-quote .form-left .cover-options .th-call-out, #boiler-cover-quote .form-left .cover-options .th-call-out, #boiler-repair-quote .form-left .cover-options .th-call-out {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #boiler-service-quote .form-left .cover-options .th-call-out, #boiler-cover-quote .form-left .cover-options .th-call-out, #boiler-repair-quote .form-left .cover-options .th-call-out {
    padding-top: 0;
  }
}
#boiler-service-quote .form-left .cover-options .cover-feature-list, #boiler-cover-quote .form-left .cover-options .cover-feature-list, #boiler-repair-quote .form-left .cover-options .cover-feature-list {
  border: none;
  padding-top: 7px;
}
#boiler-service-quote .form-left .cover-options .cover-feature-list .check-list li, #boiler-cover-quote .form-left .cover-options .cover-feature-list .check-list li, #boiler-repair-quote .form-left .cover-options .cover-feature-list .check-list li {
  font-size: 14px;
  padding-left: 0;
}
#boiler-service-quote .form-left .cover-options .cover-container, #boiler-cover-quote .form-left .cover-options .cover-container, #boiler-repair-quote .form-left .cover-options .cover-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#boiler-service-quote .form-left .cover-options .cover-container::-webkit-scrollbar, #boiler-cover-quote .form-left .cover-options .cover-container::-webkit-scrollbar, #boiler-repair-quote .form-left .cover-options .cover-container::-webkit-scrollbar {
  display: none;
}
#boiler-service-quote .form-left .cover-options .cover-container .upgrade-card, #boiler-cover-quote .form-left .cover-options .cover-container .upgrade-card, #boiler-repair-quote .form-left .cover-options .cover-container .upgrade-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 25px);
  padding: 10px;
  scroll-snap-align: center;
  transition: all 0.2s;
  opacity: 1;
}
#boiler-service-quote .form-left .cover-options .cover-container .upgrade-card > div, #boiler-cover-quote .form-left .cover-options .cover-container .upgrade-card > div, #boiler-repair-quote .form-left .cover-options .cover-container .upgrade-card > div {
  padding: 0;
}
#boiler-service-quote .form-left .cover-options .dot-navigation, #boiler-cover-quote .form-left .cover-options .dot-navigation, #boiler-repair-quote .form-left .cover-options .dot-navigation {
  text-align: center;
  height: 40px;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow, #boiler-cover-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow, #boiler-repair-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow {
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow.disabled, #boiler-cover-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow.disabled, #boiler-repair-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow.disabled {
  color: #848C99;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow i, #boiler-cover-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow i, #boiler-repair-quote .form-left .cover-options .dot-navigation .dot-navigation-arrow i {
  vertical-align: top;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dots, #boiler-cover-quote .form-left .cover-options .dot-navigation .dots, #boiler-repair-quote .form-left .cover-options .dot-navigation .dots {
  display: inline-block;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dots .dot, #boiler-cover-quote .form-left .cover-options .dot-navigation .dots .dot, #boiler-repair-quote .form-left .cover-options .dot-navigation .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  background-color: #B8C3CC;
  transition: 0.3s;
  vertical-align: middle;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dots .dot:hover, #boiler-cover-quote .form-left .cover-options .dot-navigation .dots .dot:hover, #boiler-repair-quote .form-left .cover-options .dot-navigation .dots .dot:hover {
  background-color: #773bee;
}
#boiler-service-quote .form-left .cover-options .dot-navigation .dots .dot.active, #boiler-cover-quote .form-left .cover-options .dot-navigation .dots .dot.active, #boiler-repair-quote .form-left .cover-options .dot-navigation .dots .dot.active {
  background-color: #773bee;
  transform: scale(120%);
}
#boiler-service-quote .form-left .cover-options .upgrade-card > div, #boiler-cover-quote .form-left .cover-options .upgrade-card > div, #boiler-repair-quote .form-left .cover-options .upgrade-card > div {
  position: relative;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  height: 100%;
}
#boiler-service-quote .form-left .details-correct, #boiler-cover-quote .form-left .details-correct, #boiler-repair-quote .form-left .details-correct {
  background-color: #e1f8fb;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #boiler-service-quote .form-left .details-correct, #boiler-cover-quote .form-left .details-correct, #boiler-repair-quote .form-left .details-correct {
    font-size: 18px;
  }
}
#boiler-service-quote .fc-unthemed th, #boiler-service-quote .fc-unthemed td, #boiler-service-quote .fc-unthemed thead, #boiler-service-quote .fc-unthemed tbody, #boiler-service-quote .fc-unthemed .fc-divider, #boiler-service-quote .fc-unthemed .fc-row, #boiler-service-quote .fc-unthemed .fc-content, #boiler-service-quote .fc-unthemed .fc-popover, #boiler-service-quote .fc-unthemed .fc-list-view, #boiler-service-quote .fc-unthemed .fc-list-heading td, #boiler-cover-quote .fc-unthemed th, #boiler-cover-quote .fc-unthemed td, #boiler-cover-quote .fc-unthemed thead, #boiler-cover-quote .fc-unthemed tbody, #boiler-cover-quote .fc-unthemed .fc-divider, #boiler-cover-quote .fc-unthemed .fc-row, #boiler-cover-quote .fc-unthemed .fc-content, #boiler-cover-quote .fc-unthemed .fc-popover, #boiler-cover-quote .fc-unthemed .fc-list-view, #boiler-cover-quote .fc-unthemed .fc-list-heading td, #boiler-repair-quote .fc-unthemed th, #boiler-repair-quote .fc-unthemed td, #boiler-repair-quote .fc-unthemed thead, #boiler-repair-quote .fc-unthemed tbody, #boiler-repair-quote .fc-unthemed .fc-divider, #boiler-repair-quote .fc-unthemed .fc-row, #boiler-repair-quote .fc-unthemed .fc-content, #boiler-repair-quote .fc-unthemed .fc-popover, #boiler-repair-quote .fc-unthemed .fc-list-view, #boiler-repair-quote .fc-unthemed .fc-list-heading td {
  border: none !important;
}
#boiler-service-quote .fc, #boiler-cover-quote .fc, #boiler-repair-quote .fc {
  background: #ffffff;
  font-size: 1rem !important;
}
#boiler-service-quote .fc table, #boiler-cover-quote .fc table, #boiler-repair-quote .fc table {
  border-collapse: separate;
}
#boiler-service-quote .fc th, #boiler-service-quote .fc td, #boiler-cover-quote .fc th, #boiler-cover-quote .fc td, #boiler-repair-quote .fc th, #boiler-repair-quote .fc td {
  border-width: 2px !important;
}
#boiler-service-quote .fc .fc-day-top, #boiler-cover-quote .fc .fc-day-top, #boiler-repair-quote .fc .fc-day-top {
  padding: 0.15em 0.25em;
}
#boiler-service-quote .fc .fc-day-top.fc-other-month, #boiler-cover-quote .fc .fc-day-top.fc-other-month, #boiler-repair-quote .fc .fc-day-top.fc-other-month {
  opacity: 1;
}
#boiler-service-quote .fc .fc-day-top.fc-other-month .fc-day-number, #boiler-cover-quote .fc .fc-day-top.fc-other-month .fc-day-number, #boiler-repair-quote .fc .fc-day-top.fc-other-month .fc-day-number {
  color: #848C99;
}
#boiler-service-quote .fc .fc-header-toolbar, #boiler-cover-quote .fc .fc-header-toolbar, #boiler-repair-quote .fc .fc-header-toolbar {
  padding: 1rem 2rem 0;
}
#boiler-service-quote .fc .fc-header-toolbar h2, #boiler-cover-quote .fc .fc-header-toolbar h2, #boiler-repair-quote .fc .fc-header-toolbar h2 {
  color: #1e1e1e;
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  #boiler-service-quote .fc .fc-header-toolbar h2, #boiler-cover-quote .fc .fc-header-toolbar h2, #boiler-repair-quote .fc .fc-header-toolbar h2 {
    font-size: 1.23rem;
  }
}
#boiler-service-quote .fc .fc-header-toolbar .fc-today-button, #boiler-cover-quote .fc .fc-header-toolbar .fc-today-button, #boiler-repair-quote .fc .fc-header-toolbar .fc-today-button {
  display: none;
}
#boiler-service-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group .fc-button {
  background: transparent !important;
  color: #0F8A6B;
  border: none;
  border-radius: 500px;
  height: 45px;
  width: 45px;
  padding: 0;
  margin-left: 5px;
  margin-bottom: 0 !important;
}
#boiler-service-quote .fc .fc-header-toolbar .fc-button-group .fc-button:hover, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group .fc-button:hover, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group .fc-button:hover {
  cursor: pointer;
  background: #F2F2F2 !important;
}
#boiler-service-quote .fc .fc-header-toolbar .fc-button-group .fc-button:focus, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group .fc-button:focus, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group .fc-button:focus {
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  #boiler-service-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group .fc-button {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  #boiler-service-quote .fc .fc-header-toolbar, #boiler-cover-quote .fc .fc-header-toolbar, #boiler-repair-quote .fc .fc-header-toolbar {
    text-align: center;
  }
  #boiler-service-quote .fc .fc-header-toolbar .fc-button-group, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group {
    margin-left: 0;
  }
  #boiler-service-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-cover-quote .fc .fc-header-toolbar .fc-button-group .fc-button, #boiler-repair-quote .fc .fc-header-toolbar .fc-button-group .fc-button {
    margin-right: 5px;
  }
}
#boiler-service-quote .fc .fc-day, #boiler-cover-quote .fc .fc-day, #boiler-repair-quote .fc .fc-day {
  border: 2px solid transparent !important;
}
#boiler-service-quote .fc .fc-day.invalid, #boiler-cover-quote .fc .fc-day.invalid, #boiler-repair-quote .fc .fc-day.invalid {
  background: #fff;
  position: relative;
}
#boiler-service-quote .fc .fc-day.invalid:after, #boiler-cover-quote .fc .fc-day.invalid:after, #boiler-repair-quote .fc .fc-day.invalid:after {
  font-size: 12px;
  content: "FULL";
  position: absolute;
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%, 0) !important;
  color: #B8C3CC;
  padding-bottom: 20px;
}
#boiler-service-quote .fc .fc-day.fc-future.valid, #boiler-cover-quote .fc .fc-day.fc-future.valid, #boiler-repair-quote .fc .fc-day.fc-future.valid {
  position: relative;
  cursor: pointer;
}
#boiler-service-quote .fc .fc-day.fc-future.valid:after, #boiler-cover-quote .fc .fc-day.fc-future.valid:after, #boiler-repair-quote .fc .fc-day.fc-future.valid:after {
  content: "";
}
#boiler-service-quote .fc .fc-day.fc-future.valid:hover, #boiler-cover-quote .fc .fc-day.fc-future.valid:hover, #boiler-repair-quote .fc .fc-day.fc-future.valid:hover {
  border: 2px solid #00B969 !important;
  border-radius: 4px;
  background: transparent;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
}
#boiler-service-quote .fc .fc-day.selected, #boiler-cover-quote .fc .fc-day.selected, #boiler-repair-quote .fc .fc-day.selected {
  border: 2px solid #00B969 !important;
  border-radius: 4px;
  background: transparent;
}
#boiler-service-quote .fc .fc-day.selected .extra, #boiler-cover-quote .fc .fc-day.selected .extra, #boiler-repair-quote .fc .fc-day.selected .extra {
  display: none;
}
#boiler-service-quote .fc .fc-day.selected:hover, #boiler-cover-quote .fc .fc-day.selected:hover, #boiler-repair-quote .fc .fc-day.selected:hover {
  cursor: pointer;
}
#boiler-service-quote .fc .fc-day-top, #boiler-cover-quote .fc .fc-day-top, #boiler-repair-quote .fc .fc-day-top {
  text-align: center;
}
#boiler-service-quote .fc .fc-day-top.fc-past .fc-day-number, #boiler-service-quote .fc .fc-day-top.fc-today .fc-day-number, #boiler-service-quote .fc .fc-day-top.invalid .fc-day-number, #boiler-cover-quote .fc .fc-day-top.fc-past .fc-day-number, #boiler-cover-quote .fc .fc-day-top.fc-today .fc-day-number, #boiler-cover-quote .fc .fc-day-top.invalid .fc-day-number, #boiler-repair-quote .fc .fc-day-top.fc-past .fc-day-number, #boiler-repair-quote .fc .fc-day-top.fc-today .fc-day-number, #boiler-repair-quote .fc .fc-day-top.invalid .fc-day-number {
  color: #B8C3CC !important;
  text-decoration: line-through;
}
#boiler-service-quote .fc .fc-day-top .fc-day-number, #boiler-cover-quote .fc .fc-day-top .fc-day-number, #boiler-repair-quote .fc .fc-day-top .fc-day-number {
  float: none;
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 24px;
}
#boiler-service-quote .fc .fc-head, #boiler-cover-quote .fc .fc-head, #boiler-repair-quote .fc .fc-head {
  color: #1e1e1e;
  background: #fff;
}
#boiler-service-quote .fc .fc-head table, #boiler-cover-quote .fc .fc-head table, #boiler-repair-quote .fc .fc-head table {
  margin: 0;
}
#boiler-service-quote .fc .fc-head table th, #boiler-cover-quote .fc .fc-head table th, #boiler-repair-quote .fc .fc-head table th {
  border-width: 0 !important;
  font-family: "lato", sans-serif;
  font-size: 0.8rem;
  padding: 0.25em;
  text-transform: none;
  font-size: 1rem;
}
#boiler-service-quote .fc .fc-row .fc-content-skeleton, #boiler-cover-quote .fc .fc-row .fc-content-skeleton, #boiler-repair-quote .fc .fc-row .fc-content-skeleton {
  pointer-events: none;
}
#boiler-service-quote #calendar .fc-scroller, #boiler-cover-quote #calendar .fc-scroller, #boiler-repair-quote #calendar .fc-scroller {
  height: auto !important;
  overflow: visible !important;
}
#boiler-service-quote #calendar .fc-toolbar, #boiler-cover-quote #calendar .fc-toolbar, #boiler-repair-quote #calendar .fc-toolbar {
  display: block;
}
@media screen and (min-width: 481px) {
  #boiler-service-quote #calendar .fc-toolbar, #boiler-cover-quote #calendar .fc-toolbar, #boiler-repair-quote #calendar .fc-toolbar {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #boiler-service-quote #calendar .fc-today-button, #boiler-cover-quote #calendar .fc-today-button, #boiler-repair-quote #calendar .fc-today-button {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 1201px) {
  #boiler-service-quote #calendar .fc-today-button, #boiler-cover-quote #calendar .fc-today-button, #boiler-repair-quote #calendar .fc-today-button {
    margin-right: 0.75rem;
  }
}
#boiler-service-quote #calendar .fc-button-primary, #boiler-cover-quote #calendar .fc-button-primary, #boiler-repair-quote #calendar .fc-button-primary {
  background: #06d29e;
}
#boiler-service-quote #calendar .fc-button-primary:hover, #boiler-cover-quote #calendar .fc-button-primary:hover, #boiler-repair-quote #calendar .fc-button-primary:hover {
  background: #6C1C78;
}
@media screen and (min-width: 769px) {
  #boiler-service-quote #calendar .fc-button, #boiler-cover-quote #calendar .fc-button, #boiler-repair-quote #calendar .fc-button {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1201px) {
  #boiler-service-quote #calendar .fc-button, #boiler-cover-quote #calendar .fc-button, #boiler-repair-quote #calendar .fc-button {
    margin-bottom: 0rem;
  }
}

.order-checkout.order-payment {
  background: #F2F2F2;
}
.order-checkout.order-payment .basket-close-button {
  text-align: right;
  margin-top: -10px;
}
.order-checkout.order-payment .steps {
  text-align: center;
  justify-content: space-between;
  font-size: 14px;
}
.order-checkout.order-payment .steps .step-numbers {
  position: relative;
  z-index: 1;
}
.order-checkout.order-payment .steps .step-numbers .number-circle {
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-weight: bold;
  font-size: 16px;
  background-color: #F2F2F2;
  margin: 0 auto;
  padding: 4px;
}
.order-checkout.order-payment .steps .step-numbers .number-circle.completed-step {
  background-color: white;
  cursor: pointer;
}
.order-checkout.order-payment .steps .step-numbers .number-circle.this-step {
  font-weight: bold;
  background-color: #6C1C78;
  color: white;
}
.order-checkout.order-payment .steps .step-numbers:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66.66666%;
  left: 16.66666%;
  height: 1px;
  background: #B8C3CC;
  z-index: -1;
}
.order-checkout.order-payment .steps label.completed-step {
  cursor: pointer;
}
.order-checkout.order-payment .order-summary .order-summary-header {
  background: transparent;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #B8C3CC;
}
.order-checkout.order-payment .order-summary .order-summary-header .your-order {
  display: flex;
  justify-content: space-between;
}
.order-checkout.order-payment .order-summary .order-summary-row {
  background: transparent;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  color: #1E1E1E;
  border: none;
}
.order-checkout.order-payment .order-summary .order-summary-row .product-image {
  width: 70%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.2));
}
.order-checkout.order-payment .order-summary .order-summary-row p {
  color: #1E1E1E;
  max-width: none;
  line-height: 1.5em;
}
.order-checkout.order-payment .order-summary .order-summary-row .whats-included {
  margin: 5px 0 10px 0;
  font-size: 14px;
  font-family: "lato", sans-serif;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
}
.order-checkout.order-payment .order-summary .order-summary-row .whats-included:focus {
  outline: none;
}
.order-checkout.order-payment .order-summary .order-summary-row .original-price {
  color: #d83a3a;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-size: 14px;
}
.order-checkout.order-payment .order-summary .order-summary-row .change-boiler {
  margin: 5px 0 10px 0;
  color: #773bee;
  font-size: 16px;
  font-family: "lato", sans-serif;
  text-decoration: underline;
}
.order-checkout.order-payment .order-summary .order-summary-row .change-boiler:hover {
  cursor: pointer;
}
.order-checkout.order-payment .order-summary .order-summary-row ul {
  font-family: "lato", sans-serif;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .order-checkout.order-payment .order-summary .order-summary-row ul {
    margin-left: 0;
  }
}
.order-checkout.order-payment .order-summary .order-summary-row ul li {
  margin-top: 10px;
}
.order-checkout.order-payment .order-summary .order-summary-row .price {
  font-weight: bold;
}
.order-checkout.order-payment .order-summary .order-summary-row .subtitle {
  font-size: 14px;
  color: #555F69;
  display: block;
}
.order-checkout.order-payment .order-summary .order-summary-row.your-order-cover {
  border-bottom: 1px solid #B8C3CC;
  margin-top: -20px;
}
.order-checkout.order-payment .order-summary .order-summary-row.your-order-cover .cover-smallprint {
  font-size: 14px;
}
.order-checkout.order-payment .order-summary .order-summary-row .edit {
  text-decoration: underline;
  padding-top: 0.5rem;
}
.order-checkout.order-payment .order-summary .order-summary-row .edit:hover {
  cursor: pointer;
}
.order-checkout.order-payment .order-summary .fuel-savings {
  display: flex;
  justify-content: space-between;
  background-color: #c6e7dc;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .order-checkout.order-payment .order-summary .fuel-savings {
    font-size: 12px;
    padding: 1px 5px;
  }
}
@media screen and (max-width: 768px) {
  .order-checkout.order-payment .order-summary .fuel-savings {
    display: none;
  }
}
.order-checkout.order-payment .order-summary .fuel-savings :last-child {
  text-align: right;
}
.order-checkout.order-payment .order-summary .have-a-discount-code {
  margin: 5px 0 10px 0;
  font-size: 14px;
  font-family: "lato", sans-serif;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
}
.order-checkout.order-payment .order-summary .have-a-discount-code:focus {
  outline: none;
}
.order-checkout.order-payment .order-summary .discount-container {
  display: flex;
}
.order-checkout.order-payment .order-summary .discount-container > div {
  flex: 1;
}
.order-checkout.order-payment .order-summary .discount-container input {
  margin: 0;
}
.order-checkout.order-payment .order-summary .discount-container .disabled-input {
  background-color: transparent;
  cursor: auto;
}
.order-checkout.order-payment .order-summary .discount-applied {
  background-color: #c6e7dc;
  border: 2px dashed #00B969;
}
.order-checkout.order-payment .order-summary .btn {
  font-size: 0.85rem;
  border-radius: 100px;
}
@media screen and (min-width: 481px) {
  .order-checkout.order-payment .order-summary .btn {
    font-size: 1.125rem;
  }
}
.order-checkout.order-payment .order-summary .btn.next-btn.btn-success {
  display: block;
  margin: 15px auto 8px auto;
  padding-left: 50px;
  padding-right: 50px;
}
.order-checkout.order-payment .order-summary .btn.next-btn.disabled {
  display: block;
  margin: 15px auto 8px auto;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.order-checkout.order-payment .order-summary .btn.next-btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.order-checkout.order-payment .order-summary .btn.next-btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.order-checkout.order-payment .order-summary .btn.btn-coupon {
  color: white;
  background-color: #773bee;
  padding: 0 30px;
  margin-left: 10px;
}
.order-checkout.order-payment .order-summary .btn.btn-coupon:hover {
  background-color: #D70082;
}
.order-checkout.order-payment .order-summary .btn.btn-coupon.disabled {
  background-color: #B8C3CC;
}
.order-checkout.order-payment .order-summary .btn.btn-coupon.disabled:hover {
  background-color: #B8C3CC;
  cursor: auto;
}
.order-checkout.order-payment .order-summary .btn.btn-coupon .loading {
  color: white;
  font-size: 1.2rem;
  padding: 0;
}
.order-checkout.order-payment .order-summary .we-can-install {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .order-checkout.order-payment .order-summary .we-can-install {
    font-size: 12px;
  }
}
.order-checkout.order-payment .order-summary .we-can-install .timer-inner {
  border-radius: 4px;
  padding: 0 3px;
  margin: 0 auto;
  display: inline-block;
}
.order-checkout.order-payment .order-summary .we-can-install .timer-inner.warning {
  background-color: #ff0a4b;
  color: white;
}
.order-checkout.order-payment .order-summary .we-can-install .timer-inner.warning img {
  filter: invert(100%);
}
.order-checkout.order-payment .order-summary .we-can-install .timer-inner img {
  vertical-align: middle;
  margin-top: -3px;
  object-fit: cover;
  line-height: 1.2;
}
.order-checkout.order-payment .order-summary .recommended-upgrades {
  padding: 1rem 0;
}
.order-checkout.order-payment .order-summary .recommended-upgrades h5 {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #B8C3CC;
}
.order-checkout.order-payment .order-summary .recommended-upgrades p {
  font-size: 16px;
  margin-bottom: 0;
}
.order-checkout.order-payment .order-summary .recommended-upgrades img {
  width: 60%;
  display: block;
  margin: 5px auto;
  filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.2));
}
.order-checkout.order-payment .order-summary .recommended-upgrades .price {
  font-weight: bold;
}
.order-checkout.order-payment .order-summary .recommended-upgrades ul {
  display: none;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox {
  color: white;
  cursor: pointer;
  background: white;
  border: 1px solid #B8C3CC;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  font-size: 19px;
  padding: 0;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox:hover {
  border: 1px solid #00B969;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox:focus {
  outline: none;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox.added {
  background-color: #00B969;
  border-color: #00B969;
  color: white;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox.added:hover {
  background-color: #00B969;
  border-color: #00B969;
}
.order-checkout.order-payment .order-summary .recommended-upgrades .checkbox i {
  position: absolute;
  top: 2px;
  left: 2px;
}
.order-checkout.order-payment .order-summary .why-buy {
  border-top: 1px solid #B8C3CC;
}
.order-checkout.order-payment .order-summary .why-buy ul {
  font-family: "lato", sans-serif;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 16px;
  list-style: none;
  padding: 0;
}
.order-checkout.order-payment .order-summary .why-buy ul li {
  margin-top: 10px;
}
.order-checkout.order-payment .order-summary .why-buy ul li i {
  color: #00B969;
  font-size: 14px;
  padding-right: 7px;
}
.order-checkout.order-payment .form-left {
  background: white;
  border-radius: 20px;
}
.order-checkout.order-payment .form-left .back-button {
  float: left;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .order-checkout.order-payment .form-left .back-button {
    width: 0;
  }
}
.order-checkout.order-payment .form-left .back-button .loading {
  font-size: initial;
  color: inherit;
  padding: 2px 0;
  position: absolute;
}
.order-checkout.order-payment .form-left .small-heading {
  color: #848C99;
  font-size: 16px;
  padding: 4px 0;
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  text-align: center;
}
.order-checkout.order-payment .form-left .basket-button {
  float: right;
}
.order-checkout.order-payment .form-left p {
  font-size: 16px;
  margin-bottom: 0;
}
.order-checkout.order-payment .form-left .edit {
  text-decoration: underline;
  font-size: 14px;
}
.order-checkout.order-payment .form-left .edit:hover {
  cursor: pointer;
}
.order-checkout.order-payment .form-left .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
.order-checkout.order-payment .form-left label {
  font-size: 16px;
  font-weight: normal;
}
.order-checkout.order-payment .form-left label .label-italic {
  font-style: italic;
  color: #555F69;
}
.order-checkout.order-payment .form-left input, .order-checkout.order-payment .form-left textarea, .order-checkout.order-payment .form-left select {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
}
.order-checkout.order-payment .form-left input::placeholder, .order-checkout.order-payment .form-left textarea::placeholder, .order-checkout.order-payment .form-left select::placeholder {
  font-size: 16px;
  color: #555F69;
  padding-left: 0;
}
.order-checkout.order-payment .form-left input#postcode, .order-checkout.order-payment .form-left textarea#postcode, .order-checkout.order-payment .form-left select#postcode {
  width: 150px;
}
.order-checkout.order-payment .form-left textarea.tall {
  height: 80px;
}
.order-checkout.order-payment .form-left .base-number #deposit {
  width: 150px;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  height: 40px;
}
.order-checkout.order-payment .form-left .base-number .input-icon {
  top: 8px;
}
.order-checkout.order-payment .form-left .finance-slider {
  border: none;
  padding: 0;
}
.order-checkout.order-payment .form-left .btn {
  font-size: 0.85rem;
  border-radius: 100px;
}
@media screen and (min-width: 481px) {
  .order-checkout.order-payment .form-left .btn {
    font-size: 1.125rem;
  }
}
.order-checkout.order-payment .form-left .btn.btn-success {
  padding-left: 50px;
  padding-right: 50px;
  margin: 15px 0 30px 0;
}
.order-checkout.order-payment .form-left .btn.disabled {
  padding-left: 50px;
  padding-right: 50px;
  margin: 15px 0 30px 0;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  background-image: none;
  cursor: default;
}
.order-checkout.order-payment .form-left .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.order-checkout.order-payment .form-left .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.order-checkout.order-payment .form-left h5 {
  font-size: 23px;
  color: #0F8A6B;
  border-bottom: 1px solid #B8C3CC;
  padding: 0 0 10px 0;
  margin-right: 100px;
}
.order-checkout.order-payment .form-left .active h5 {
  color: #0F8A6B;
}
.order-checkout.order-payment .form-left .active ~ .order-checkout-step h5 {
  color: #B8C3CC;
}
.order-checkout.order-payment .form-left .toggle {
  background-color: #F2F2F2;
  text-align: center;
}
.order-checkout.order-payment .form-left .toggle .time-button {
  background-color: white;
  border-bottom: 1px solid #B8C3CC;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}
.order-checkout.order-payment .form-left .toggle .time-button.inactive {
  border-bottom: none;
  background-color: transparent;
}
.order-checkout.order-payment .form-left .toggle .time-button.inactive:hover {
  background-color: white;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .upgrades .upgrades-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.order-checkout.order-payment .form-left .upgrades .upgrades-container::-webkit-scrollbar {
  display: none;
}
.order-checkout.order-payment .form-left .upgrades .upgrades-container .upgrade-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 25px);
  padding: 10px;
  scroll-snap-align: center;
  transition: all 0.2s;
  opacity: 1;
}
.order-checkout.order-payment .form-left .upgrades .upgrades-container .upgrade-card .added {
  border: 1px solid #00B969;
}
.order-checkout.order-payment .form-left .upgrades .upgrades-container .upgrade-card .tooltip {
  border: none;
}
@media screen and (min-width: 769px) {
  .order-checkout.order-payment .form-left .upgrades .upgrades-container .upgrade-card {
    flex-basis: calc(50% - 25px);
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 1441px) {
  .order-checkout.order-payment .form-left .upgrades .upgrades-container .upgrade-card {
    flex-basis: calc(33.3333333333% - 25px);
    scroll-snap-align: center;
  }
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation {
  text-align: center;
  height: 40px;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dot-navigation-arrow {
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dot-navigation-arrow.disabled {
  color: #848C99;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dot-navigation-arrow i {
  vertical-align: top;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dots {
  display: inline-block;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  background-color: #B8C3CC;
  transition: 0.3s;
  vertical-align: middle;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot:hover {
  background-color: #773bee;
}
.order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot.active {
  background-color: #773bee;
  transform: scale(120%);
}
@media screen and (min-width: 769px) {
  .order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot:last-child {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot:last-child, .order-checkout.order-payment .form-left .upgrades .dot-navigation .dots .dot:nth-last-child(2) {
    display: none;
  }
}
.order-checkout.order-payment .form-left .upgrades ul {
  font-family: "lato", sans-serif;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
@media screen and (min-width: 1201px) {
  .order-checkout.order-payment .form-left .upgrades ul {
    margin-left: 20px;
  }
}
.order-checkout.order-payment .form-left .upgrades ul li {
  margin-top: 10px;
}
.order-checkout.order-payment .form-left .upgrades ul li:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 30px;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(img/check.png);
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 1200px) {
  .order-checkout.order-payment .form-left .upgrades ul li:before {
    height: 15px;
    width: 25px;
    background-size: 15px;
    margin: 0 0 0 -25px;
  }
}
.order-checkout.order-payment .form-left .upgrades .upgrade-card > div {
  position: relative;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  height: 100%;
}
.order-checkout.order-payment .form-left .upgrades img {
  width: 60%;
  display: block;
  margin: 5px auto;
  filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.2));
}
.order-checkout.order-payment .form-left .upgrades .subtitle {
  font-size: 14px;
  color: #555F69;
  display: block;
}
.order-checkout.order-payment .form-left .upgrades .subtitle strong {
  color: #06d29e !important;
}
.order-checkout.order-payment .form-left .upgrades .price {
  font-weight: bold;
}
.order-checkout.order-payment .form-left .upgrades .checkbox {
  color: white;
  cursor: pointer;
  background: white;
  border: 1px solid #B8C3CC;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  font-size: 19px;
  padding: 0;
}
.order-checkout.order-payment .form-left .upgrades .checkbox:hover {
  border: 1px solid #00B969;
}
.order-checkout.order-payment .form-left .upgrades .checkbox:focus {
  outline: none;
}
.order-checkout.order-payment .form-left .upgrades .checkbox.added {
  background-color: #00B969;
  border-color: #00B969;
  color: white;
}
.order-checkout.order-payment .form-left .upgrades .checkbox.added:hover {
  background-color: #00B969;
  border-color: #00B969;
}
.order-checkout.order-payment .form-left .upgrades .checkbox i {
  position: absolute;
  top: 2px;
  left: 2px;
}
.order-checkout.order-payment .form-left .upgrades .increment {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  margin: 0 auto;
}
.order-checkout.order-payment .form-left .upgrades .increment div {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: inline-block;
}
.order-checkout.order-payment .form-left .upgrades .increment .increment-button {
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  font-size: 20px;
  padding: 3px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.order-checkout.order-payment .form-left .upgrades .increment .increment-button.minus:hover {
  border: 1px solid #d83a3a;
  background-color: #f5cece;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .upgrades .increment .increment-button.plus:hover {
  border: 1px solid #00B969;
  background-color: #c6e7dc;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .upgrades .increment .increment-button.disabled {
  color: #B8C3CC;
  background-color: #F2F2F2;
  cursor: default;
}
.order-checkout.order-payment .form-left .upgrades .increment .increment-button.disabled:hover {
  border: 1px solid #B8C3CC;
  color: #B8C3CC;
  background-color: #F2F2F2;
}
.order-checkout.order-payment .form-left .upgrades .learn-more {
  color: #773bee;
  text-align: center;
  padding-top: 10px;
}
.order-checkout.order-payment .form-left .upgrades .learn-more:hover {
  cursor: pointer;
}
.order-checkout.order-payment .form-left .book-installation .current-month {
  margin: 0 0 10px 9%;
  font-weight: bold;
}
.order-checkout.order-payment .form-left .book-installation .full-calendar .calendar-arrow {
  font-size: 30px;
  color: #1E1E1E;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .book-installation .full-calendar .calendar-arrow.disabled {
  color: #848C99;
  cursor: auto;
}
.order-checkout.order-payment .form-left .book-installation .gas-safe-installer {
  position: relative;
  background-color: #F2F2F2;
  padding: 5px;
  border-radius: 20px 4px 4px 20px;
}
.order-checkout.order-payment .form-left .book-installation .gas-safe-installer .installer-image {
  position: absolute;
  left: 0px;
  top: -20px;
  width: 80px;
}
@media screen and (max-width: 480px) {
  .order-checkout.order-payment .form-left .book-installation .gas-safe-installer .installer-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.order-checkout.order-payment .form-left .book-installation .gas-safe-installer .gas-safe-logo {
  width: 40px;
  float: right;
}
.order-checkout.order-payment .form-left .book-installation .address-toggle {
  font-size: 14px;
  color: #1E1E1E;
}
.order-checkout.order-payment .form-left .book-installation .secure-details-text {
  font-size: 16px;
  color: #1E1E1E;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .order-checkout.order-payment .form-left .book-installation .secure-details-text {
    display: block;
    width: 100%;
    margin: -15px 0 10px 10px;
  }
}
.order-checkout.order-payment .form-left .book-installation #address-finder {
  position: relative;
}
.order-checkout.order-payment .form-left .book-installation #address-finder .input-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #1E1E1E;
}
.order-checkout.order-payment .form-left .book-installation #address-finder input {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_button {
  font-size: 0.85rem;
  border-radius: 100px;
  color: white;
  background-color: #773bee;
  padding: 7px 0;
  width: 140px;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_button:hover {
  background-color: #D70082;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_button.disabled {
  background-color: #B8C3CC;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_button.disabled:hover {
  background-color: #B8C3CC;
  cursor: auto;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_button .loading {
  color: white;
  font-size: 1.2rem;
  padding: 0;
  margin: -4px;
}
.order-checkout.order-payment .form-left .book-installation #getaddress_dropdown {
  line-height: normal;
}
.order-checkout.order-payment .form-left .book-installation .manual-address {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #B8C3CC;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option {
  position: relative;
  font-family: "lato", sans-serif;
  border-radius: 4px;
  padding: 0.3rem;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option:hover {
  background: #c0e7d9;
  cursor: pointer;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option:hover .radio i {
  display: block;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option.active {
  background: #c0e7d9;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option.active .radio {
  display: block;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option.active .radio i {
  display: block;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option .radio {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  padding: 0.75rem;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option .radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option p {
  padding: 5px 0 0 45px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option .payment-logo {
  margin-top: 0.5rem;
}
@media screen and (min-width: 481px) {
  .order-checkout.order-payment .form-left .review-and-pay .payment-option .payment-logo {
    text-align: right;
    margin-top: 0;
  }
}
.order-checkout.order-payment .form-left .review-and-pay .payment-option .payment-logo img {
  vertical-align: baseline;
}
.order-checkout.order-payment .form-left .review-and-pay .checkout-or {
  position: relative;
  text-align: center;
  color: #555F69;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.order-checkout.order-payment .form-left .review-and-pay .checkout-or::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid #B8C3CC;
  transform: translateY(-50%);
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .form-group, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .form-group {
  position: relative;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .form-group .input-icon, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .form-group .input-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #848C99;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe label, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie label {
  font-size: 16px;
  font-weight: normal;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe label .optional, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie label .optional {
  font-style: italic;
  color: #555F69;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .StripeElement, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .StripeElement {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .StripeElement > div, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .StripeElement > div {
  font-size: 16px;
  color: #555F69;
  padding-left: 20px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .StripeElement#card-ccv, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .StripeElement#card-ccv {
  width: 150px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .mollie-element, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .mollie-element {
  border: 1px solid #B8C3CC;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .mollie-element > .mollie-component, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .mollie-element > .mollie-component {
  font-size: 16px;
  color: #555F69;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-stripe .mollie-element#card-ccv, .order-checkout.order-payment .form-left .review-and-pay .payment-mollie .mollie-element#card-ccv {
  width: 100px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .btn-deposit,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .btn-deposit,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .btn-deposit,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .btn-deposit,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .btn-deposit,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .btn-deposit {
  border-radius: 4px;
  border: 1px solid #B8C3CC;
  text-align: center;
  padding: 5px 0;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .btn-deposit.btn-selected,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .btn-deposit.btn-selected,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .btn-deposit.btn-selected,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .btn-deposit.btn-selected,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .btn-deposit.btn-selected,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .btn-deposit.btn-selected {
  border: 1px solid #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .btn-deposit:hover,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .btn-deposit:hover,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .btn-deposit:hover,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .btn-deposit:hover,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .btn-deposit:hover,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .btn-deposit:hover {
  border: 1px solid #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
  cursor: pointer;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .btn-deposit .interest-label,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .btn-deposit .interest-label,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .btn-deposit .interest-label,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .btn-deposit .interest-label,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .btn-deposit .interest-label,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .btn-deposit .interest-label {
  border-radius: 4px;
  background-color: #F2F2F2;
  font-size: 14px;
  padding: 0 4px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .btn-deposit .interest-label.zero,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .btn-deposit .interest-label.zero,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .btn-deposit .interest-label.zero,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .btn-deposit .interest-label.zero,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .btn-deposit .interest-label.zero,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .btn-deposit .interest-label.zero {
  color: white;
  background: #d83a3a;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .monthly-payment,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .monthly-payment,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .monthly-payment,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .monthly-payment,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .monthly-payment,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .monthly-payment {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #B8C3CC;
  font-size: 18px;
  font-weight: bold;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .monthly-payment .monthly-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .monthly-payment .monthly-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .monthly-payment .monthly-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .monthly-payment .monthly-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .monthly-payment .monthly-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .monthly-payment .monthly-price {
  font-size: 35px;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: 300;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .other-prices p,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .other-prices p,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .other-prices p,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .other-prices p,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .other-prices p,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .other-prices p {
  font-size: 16px;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .other-prices .other-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .other-prices .other-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .other-prices .other-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .other-prices .other-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .other-prices .other-price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .other-prices .other-price {
  display: inline-block;
}
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo .other-prices .price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna .other-prices .price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan .other-prices .price,
.order-checkout.order-payment .form-left .review-and-pay .payment-vendigo-bnpl .other-prices .price,
.order-checkout.order-payment .form-left .review-and-pay .payment-novuna-bnpl .other-prices .price,
.order-checkout.order-payment .form-left .review-and-pay .payment-loan-bnpl .other-prices .price {
  font-weight: bold;
}
.order-checkout.order-payment .form-left .order-checkout-step {
  margin-bottom: 0;
}
.order-checkout.order-payment .form-left .info-box {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 2px 7px;
  margin: 20px 0;
}
.order-checkout.order-payment .form-left .info-box.yellow {
  background-color: #f9f8be;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container {
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .purple-header {
  border-radius: 19px 19px 0 0;
  margin-top: 0;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .purple-header h5 {
  font-family: "lato", sans-serif;
  font-size: 16px;
  padding: 10px;
  border: none;
  margin: 0;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .purple-header img {
  max-width: 30%;
  margin: 5px auto 20px auto;
  display: block;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .cover-option-body {
  border: none;
  flex: 1;
  margin-bottom: 0.5rem;
  border-radius: 1.5rem;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .cover-option-body p {
  font-family: "lato", sans-serif;
  color: #1E1E1E;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .cover-option-body ul {
  padding-left: 0px;
}
@media screen and (min-width: 1201px) {
  .order-checkout.order-payment .form-left .cover-options .order-option-container .cover-option-body ul {
    padding-left: 0px;
  }
}
.order-checkout.order-payment .form-left .cover-options .order-option-container .cover-option-body button {
  margin: 0;
  padding: 10px 0;
}

.tooltip {
  position: relative;
  border-bottom: 2px dotted #1E1E1E;
  cursor: pointer;
  display: inline-block;
}
.tooltip:before {
  content: attr(data-text);
  position: absolute;
  top: calc(100% + 7px);
  padding: 5px;
  border-radius: 10px;
  background: #0F8A6B;
  color: white;
  z-index: 99999;
  font-size: 12px;
  font-weight: normal;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tooltip:before {
    position: fixed;
    width: 90vw;
    left: 5vw;
    top: 50vh;
    margin: 0;
  }
}
.tooltip:hover:before {
  display: block;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: calc(100% - 7px);
  left: 50%;
  margin-left: -4px;
  border: 8px solid #000;
  border-color: transparent transparent black transparent;
  display: none;
}
.tooltip:hover:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .tooltip:hover:after {
    display: none;
  }
}

.get-a-quote-form {
  background-color: white;
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.get-a-quote-form h1 {
  margin: 10px 0 -10px 0;
}
.get-a-quote-form .speak-with-an-expert {
  padding: 10px;
  text-align: left;
}
.get-a-quote-form .speak-with-an-expert label {
  font-weight: normal;
}
.get-a-quote-form .speak-with-an-expert .btn {
  width: 100%;
  margin: 15px 0 15px 0;
}
.get-a-quote-form .speak-with-an-expert .btn.disabled {
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  background-image: none;
  cursor: default;
}
.get-a-quote-form .speak-with-an-expert .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
  background-image: none;
}
.get-a-quote-form .speak-with-an-expert .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.get-a-quote-form .speak-with-an-expert .secure-details-text {
  font-size: 16px;
  color: #1E1E1E;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .get-a-quote-form .speak-with-an-expert .secure-details-text {
    display: block;
    width: 100%;
    margin: -15px 0 10px 10px;
  }
}
.get-a-quote-form .trust-sidebar {
  background-color: #F2F2F2;
}
.get-a-quote-form .trust-sidebar ul {
  padding: 15px 10px 10px 10px;
  margin: 0;
  text-align: left;
}
.get-a-quote-form .trust-sidebar ul li {
  list-style: none;
  padding-top: 10px;
}
.get-a-quote-form .trust-sidebar ul li i {
  color: #00B969;
  padding-right: 5px;
}
.get-a-quote-form .speech-bubbles {
  height: 1em;
}

.save-your-quotes {
  max-width: 800px;
}
@media screen and (min-width: 1201px) {
  .save-your-quotes {
    width: 800px;
  }
}
.save-your-quotes .row-bottom {
  background-color: #F2F2F2;
  border-radius: 2rem;
  padding: 0.25rem;
  padding-left: 2rem;
  margin-top: 1rem;
  color: #333333;
}
.save-your-quotes h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .save-your-quotes h3 {
    padding-bottom: 10px;
  }
}
.save-your-quotes h6 {
  font-family: "lato", sans-serif;
  font-size: 22px;
}
.save-your-quotes ul {
  padding: 0;
  text-align: left;
  margin: 1rem;
}
.save-your-quotes ul li {
  list-style: none;
  font-size: 16px;
}
.save-your-quotes ul li i {
  color: #00B969;
  padding-right: 5px;
}
.save-your-quotes .secure-details-text {
  font-size: 16px;
  color: #1E1E1E;
}
.save-your-quotes .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
.save-your-quotes .success {
  margin-top: 12px;
  color: #00B969;
  font-size: 0.8em;
}
.save-your-quotes .or-divider {
  border-left: 1px solid #0F8A6B;
  position: absolute;
  right: 0;
  width: 50%;
  height: 200px;
  display: flex;
  align-items: center;
}
.save-your-quotes .or-divider span {
  background: #fff;
  transform: translateX(-50%);
  font-size: 18px;
  height: 1.5em;
}
.save-your-quotes .go-straight-to-quotes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #0F8A6B;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .save-your-quotes .go-straight-to-quotes {
    margin-top: 15px;
    border-top: 1px solid gray;
    padding-top: 15px;
  }
}
.save-your-quotes button {
  border-radius: 5px;
  color: white;
  background-color: #06d29e;
  padding: 0.7em 1em;
}
@media screen and (max-width: 768px) {
  .save-your-quotes button {
    width: 100%;
  }
}
.save-your-quotes button:hover {
  background-color: #773bee;
}
.save-your-quotes button.disabled {
  background-color: #B8C3CC;
}
.save-your-quotes button.disabled:hover {
  background-color: #B8C3CC;
  cursor: auto;
}
.save-your-quotes button.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.save-your-quotes .save-quotes-image-container {
  text-align: center;
  padding: 10px 40px;
}

.finance-calculator {
  max-width: 800px;
}
.finance-calculator.loader {
  min-width: 100px;
  overflow: hidden;
}
.finance-calculator .info-box {
  font-size: 16px;
}
.finance-calculator .label-italic {
  font-style: italic;
  color: #555F69;
}
.finance-calculator .btn-deposit {
  border-radius: 4px;
  border: 1px solid #B8C3CC;
  text-align: center;
  padding: 5px 0;
}
.finance-calculator .btn-deposit.btn-selected {
  border: 1px solid #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
}
.finance-calculator .btn-deposit:hover {
  border: 1px solid #00B969;
  box-shadow: 0 4px 8px rgba(0, 190, 124, 0.4);
  cursor: pointer;
}
.finance-calculator .btn-deposit .interest-label {
  border-radius: 4px;
  background-color: #F2F2F2;
  font-size: 14px;
  padding: 0 4px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.finance-calculator .btn-deposit .interest-label.zero {
  color: white;
  background: #d83a3a;
}
.finance-calculator .monthly-payment {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #B8C3CC;
  font-size: 18px;
  font-weight: bold;
}
.finance-calculator .monthly-payment .monthly-price {
  font-size: 35px;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: 300;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.finance-calculator .other-prices p {
  font-size: 16px;
}
.finance-calculator .other-prices .other-price {
  display: inline-block;
}
.finance-calculator .other-prices .price {
  font-weight: bold;
}
.finance-calculator .btn.disabled {
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.finance-calculator .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.finance-calculator .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
.finance-calculator.finance-calculator-border {
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  padding: 1rem;
}

.front-page-energy-saving-bundle {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.front-page-energy-saving-bundle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -6px;
  border-radius: 26px;
  background: conic-gradient(#fcf6ba, #aa771c, #fcf6ba, #aa771c, #fcf6ba, #aa771c, #fcf6ba);
}
.front-page-energy-saving-bundle .header-label {
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 2px 22px;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.front-page-energy-saving-bundle .header-label.save {
  background-color: #ff0a4b;
}
.front-page-energy-saving-bundle .header-label.energy-saving-bundle {
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.front-page-energy-saving-bundle .header-label.energy-saving-bundle img {
  height: 1.3em;
  margin-top: -0.3em;
}
.front-page-energy-saving-bundle .viessmann-energy-saving-bundle {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.front-page-energy-saving-bundle .five-year-viessmann-servicing {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front-page-energy-saving-bundle .viessmann-energy-saving-bundle {
    width: 50%;
  }
  .front-page-energy-saving-bundle .five-year-viessmann-servicing {
    width: 30%;
    padding-bottom: 20px;
  }
}
.front-page-energy-saving-bundle h3 {
  font-size: 1.5rem;
  background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@media screen and (min-width: 1201px) {
  .front-page-energy-saving-bundle h3 {
    font-size: 1.8rem;
  }
}
.front-page-energy-saving-bundle .boiler-prices {
  margin: 20px 0;
}
.front-page-energy-saving-bundle .boiler-prices .row {
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .front-page-energy-saving-bundle .boiler-prices .row {
    justify-content: center;
  }
}
.front-page-energy-saving-bundle .boiler-prices .boiler-price {
  font-size: 35px;
  color: #0F8A6B;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0;
  position: relative;
}
.front-page-energy-saving-bundle .boiler-prices .boiler-price .per-month {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .front-page-energy-saving-bundle .boiler-prices .boiler-price {
    font-size: 22px;
  }
  .front-page-energy-saving-bundle .boiler-prices .boiler-price .per-month {
    font-size: 14px;
  }
}
.front-page-energy-saving-bundle .boiler-prices .boiler-price-formatted {
  color: #ff0a4b;
  text-decoration: line-through;
  font-size: 16px;
  font-family: vag-rundschrift-d, sans-serif;
  font-weight: normal !important;
  margin: 0 0 -10px 0;
  position: relative;
  text-align: right;
}
.front-page-energy-saving-bundle .boiler-prices .boiler-price-divider {
  border-left: 1px solid #000;
  position: relative;
  padding: 13px 0px 13px 0px;
  display: inline-block;
  margin: 25px 20px 0 20px;
  height: 0px;
}
.front-page-energy-saving-bundle .boiler-prices .boiler-price-divider span {
  background: #fff;
  padding: 0px 0;
  font-size: 9px;
  position: absolute;
  top: 7px;
  left: -7px;
}
.front-page-energy-saving-bundle .boiler-prices .monthly-price {
  display: flex;
}
.front-page-energy-saving-bundle ul {
  padding: 0;
}
.front-page-energy-saving-bundle ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-left: 20px;
}
.front-page-energy-saving-bundle .black-sparkle {
  filter: invert(1);
  width: 16px;
  height: 32px;
  position: absolute;
}
.front-page-energy-saving-bundle .fuel-savings {
  background-color: #c6e7dc;
  margin-bottom: 30px;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .front-page-energy-saving-bundle .fuel-savings {
    padding: 1px 5px;
  }
}
.front-page-energy-saving-bundle .energy-calculator-energy-saving-bundle {
  padding: 5px 0;
}
.front-page-energy-saving-bundle .energy-calculator-energy-saving-bundle .drop-down {
  border-bottom: 2px dotted #1E1E1E;
  position: relative;
  white-space: nowrap;
}
.front-page-energy-saving-bundle .energy-calculator-energy-saving-bundle .drop-down i {
  position: absolute;
  pointer-events: none;
  transform: translate(-100%, -50%);
  padding-right: 5px;
  top: 50%;
}
.front-page-energy-saving-bundle .energy-calculator-energy-saving-bundle .drop-down select {
  display: inline-block;
  width: fit-content;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none !important;
  border: 0;
  outline: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0 20px 0 5px;
  height: auto;
}

.national-energy-action {
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #F2F2F2;
  font-size: 16px;
}

.offline-quote, .order-confirmation {
  margin-top: -1rem;
}
.offline-quote p, .order-confirmation p {
  color: #1E1E1E;
  max-width: none;
  line-height: 1.5em;
  font-size: 1rem;
  margin: 0;
}
.offline-quote .success-message, .order-confirmation .success-message {
  padding: 1rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  background-color: #c6e7dc;
}
.offline-quote .order-summary-header, .order-confirmation .order-summary-header {
  background: transparent;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #B8C3CC;
}
.offline-quote .order-summary-header .your-order, .order-confirmation .order-summary-header .your-order {
  display: flex;
  justify-content: space-between;
}
.offline-quote .order-summary-header .finance-text, .order-confirmation .order-summary-header .finance-text {
  text-align: right;
  font-size: 14px;
  font-style: italic;
}
.offline-quote .order-summary-row, .order-confirmation .order-summary-row {
  background: transparent;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  color: #1E1E1E;
  border: none;
}
.offline-quote .order-summary-row .energy-saving-bundle-gold, .order-confirmation .order-summary-row .energy-saving-bundle-gold {
  background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #aa771c, #d7bd74, #aa771c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.offline-quote .order-summary-row .product-image, .order-confirmation .order-summary-row .product-image {
  width: 70%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(-1px 5px 5px rgba(0, 0, 0, 0.2));
}
.offline-quote .order-summary-row .original-price, .order-confirmation .order-summary-row .original-price {
  color: #d83a3a;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-size: 14px;
}
.offline-quote .order-summary-row ul, .order-confirmation .order-summary-row ul {
  font-family: "lato", sans-serif;
  color: #1E1E1E;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .offline-quote .order-summary-row ul, .order-confirmation .order-summary-row ul {
    margin-left: 0;
  }
}
.offline-quote .order-summary-row ul li, .order-confirmation .order-summary-row ul li {
  margin-top: 10px;
}
.offline-quote .order-summary-row .header-label, .order-confirmation .order-summary-row .header-label {
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .offline-quote .order-summary-row .header-label, .order-confirmation .order-summary-row .header-label {
    font-size: 14px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 480px) {
  .offline-quote .order-summary-row .header-label, .order-confirmation .order-summary-row .header-label {
    display: none;
  }
}
.offline-quote .order-summary-row .header-label.save, .order-confirmation .order-summary-row .header-label.save {
  background-color: #ff0a4b;
}
.offline-quote .order-summary-row .header-label.energy-saving-bundle, .order-confirmation .order-summary-row .header-label.energy-saving-bundle {
  background-image: linear-gradient(90deg, #ff339b, #80318a);
}
.offline-quote .order-summary-row .header-label.energy-saving-bundle img, .order-confirmation .order-summary-row .header-label.energy-saving-bundle img {
  height: 1.3em;
  margin-top: -0.3em;
}
@media screen and (max-width: 1200px) {
  .offline-quote .order-summary-row .header-label.energy-saving-bundle img, .order-confirmation .order-summary-row .header-label.energy-saving-bundle img {
    display: none;
  }
}
.offline-quote .order-summary-row .price, .order-confirmation .order-summary-row .price {
  font-weight: bold;
}
.offline-quote .order-summary-row .subtitle, .order-confirmation .order-summary-row .subtitle {
  font-size: 14px;
  color: #555F69;
  display: block;
}

.gradient-header {
  color: white;
  background-size: 100% 100%;
  border-radius: 2rem;
  margin-top: 1rem;
}
.gradient-header .title {
  font-family: "lato", sans-serif;
  font-weight: 900 !important;
  color: #773bee !important;
  font-size: 1.25em;
}
@media screen and (min-width: 481px) {
  .gradient-header .title {
    font-size: 2em;
  }
}
@media screen and (min-width: 769px) {
  .gradient-header .title {
    font-size: 2.5em;
  }
}
.gradient-header .subtitle {
  font-family: "lato", sans-serif;
  font-weight: 900 !important;
  line-height: initial;
  font-size: 0.8em;
  color: #333333;
}
@media screen and (min-width: 481px) {
  .gradient-header .subtitle {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px) {
  .gradient-header .subtitle {
    font-size: 1.25em;
  }
}
.gradient-header .subtitle strong {
  color: #0F8A6B !important;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .gradient-header h1 {
    font-size: 1.5em;
  }
  .gradient-header h2 {
    font-size: 1em;
  }
}

.service-header {
  padding-bottom: 150px;
  margin-bottom: -150px;
}

.service-option {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #0F8A6B;
  height: 100%;
  position: relative;
}
.service-option .header-label {
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 2px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.service-option .header-label.save {
  background-color: #ff0a4b;
}
@media screen and (max-width: 768px) {
  .service-option .header-label {
    position: relative;
    top: 0px;
    right: 0px;
  }
}
.service-option .plan-name {
  font-family: "lato", sans-serif;
  font-weight: 900 !important;
  font-size: 1.25rem;
}
.service-option .service-price {
  font-size: 3rem;
  font-family: Rubik, DM Sans, vag-rundschrift-d, sans-serif;
  font-weight: 300;
  font-weight: normal !important;
  margin: 0;
  position: relative;
}
.service-option .service-price .per-month {
  font-size: 2rem;
  line-height: 0;
}
@media (max-width: 820px) {
  .service-option .service-price {
    font-size: 2rem;
  }
  .service-option .service-price .per-month {
    font-size: 1rem;
  }
}
.service-option p {
  font-family: "lato", sans-serif;
  font-size: 1rem;
}
.service-option ul {
  padding: 20px;
  font-weight: normal;
  font-size: 1rem;
  color: #1e1e1e;
  margin: 0;
}
.service-option ul li {
  padding: 1.5rem 0 0 0;
}

.included-table {
  background-color: #fff;
  border: 1px solid #B8C3CC;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.included-table .table-blue {
  background-color: #06d29e;
  padding: 10px 30px;
}
.included-table .table-blue .table-heading {
  margin: 0;
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 1.5em;
  color: #1e1e1e;
}
.included-table ul {
  padding: 20px;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-weight: normal;
  font-size: 1rem;
  color: #1e1e1e;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .included-table ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .included-table ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.included-table ul li {
  padding: 0 0 0.75rem 1.75rem;
}
.included-table ul li:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 40px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("img/check.png");
  margin: 0 0 0 -40px;
}
@media screen and (max-width: 1200px) {
  .included-table ul li:before {
    height: 15px;
    width: 30px;
    background-size: 15px;
    margin: 0 0 0 -30px;
  }
}
.included-table ul li.not-included:before {
  background-image: url("img/cross.png");
}
.included-table.included-sidebar {
  border: 1px solid #F2F2F2;
  box-shadow: none;
}
.included-table.included-sidebar .table-blue {
  padding: 10px 30px;
}
.included-table.included-sidebar .table-blue .table-heading {
  font-size: 1em;
}
.included-table.included-sidebar ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  font-size: 14px;
  padding: 15px;
}
.included-table.included-sidebar ul li:before {
  height: 15px;
  width: 30px;
  background-size: 15px;
  margin: 0 0 0 -30px;
}

.service-content-section {
  padding: 35px 20px;
}
.service-content-section h2 {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 1.85rem;
  padding: 10px;
}
.service-content-section p {
  font-family: "lato", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  padding: 10px;
}
.service-content-section img {
  border-radius: 50px;
  padding: 10px;
  width: 100%;
  height: auto;
}
.service-content-section .content-section-cta {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .service-content-section h3 {
    padding: 0px;
  }
  .service-content-section p {
    padding: 0px;
  }
  .service-content-section img {
    padding: 0px;
    width: 70%;
  }
  .service-content-section .content-section-cta {
    text-align: center;
  }
}

.learn-more-modal {
  max-width: 500px;
}

.cover-carousel {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cover-carousel {
    width: 100%;
    display: block;
    flex-direction: initial;
  }
}
.cover-carousel .info-box {
  margin: 10px 0;
}
.cover-carousel .most-popular {
  position: relative;
  border: 0 !important;
  line-height: 1.5;
}
.cover-carousel .most-popular div {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  font-family: "lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0 10px;
  display: inline-block;
  background-color: #00B969;
  z-index: 999;
}
.cover-carousel .purple-header {
  border-radius: 1.2rem;
  position: relative;
  padding: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cover-carousel .purple-header {
    height: auto;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.cover-carousel .purple-header .cover-option-container > .cover-plan-name {
  font-size: 18px;
  color: white;
}
.cover-carousel .purple-header .cover-option-container > .cover-plan-price {
  font-size: 22px;
  color: white;
}
.cover-carousel .pricing-table {
  overflow: scroll;
}
.cover-carousel .cover-feature-list {
  border: none;
  padding-top: 7px;
}
.cover-carousel .cover-feature-list .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cover-carousel .cover-feature-list .check-list li {
  list-style: none;
  font-size: 14px;
  padding-left: 0;
  margin: 0;
}
.cover-carousel .cover-feature-list .check-list li:before {
  content: none;
  display: none;
}
.cover-carousel .cover-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cover-carousel .cover-container::-webkit-scrollbar {
  display: none;
}
.cover-carousel .cover-container .upgrade-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(100% - 25px);
  padding: 10px;
  scroll-snap-align: center;
  transition: all 0.2s;
  opacity: 1;
}
.cover-carousel .cover-container .upgrade-card .added {
  border: 1px solid #00B969;
}
.cover-carousel .cover-container .upgrade-card > div {
  padding: 0;
}
.cover-carousel .dot-navigation {
  text-align: center;
  height: 40px;
}
.cover-carousel .dot-navigation .dot-navigation-arrow {
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.cover-carousel .dot-navigation .dot-navigation-arrow.disabled {
  color: #848C99;
}
.cover-carousel .dot-navigation .dot-navigation-arrow i {
  vertical-align: top;
}
.cover-carousel .dot-navigation .dots {
  display: inline-block;
}
.cover-carousel .dot-navigation .dots .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  background-color: #B8C3CC;
  transition: 0.3s;
  vertical-align: middle;
}
.cover-carousel .dot-navigation .dots .dot:hover {
  background-color: #773bee;
}
.cover-carousel .dot-navigation .dots .dot.active {
  background-color: #773bee;
  transform: scale(120%);
}
@media screen and (min-width: 769px) {
  .cover-carousel .dot-navigation .dots .dot:last-child {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .cover-carousel .dot-navigation .dots .dot:last-child, .cover-carousel .dot-navigation .dots .dot:nth-last-child(2) {
    display: none;
  }
}
.cover-carousel .upgrade-card > div {
  position: relative;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  height: 100%;
}
.cover-carousel .cover-modal-footer {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 769px) {
  .cover-carousel .cover-modal-footer {
    border-top: 1px solid #B8C3CC;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
}
.cover-carousel .cover-modal-footer .tooltip {
  text-decoration: none;
  border: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .cover-carousel .cover-modal-footer .btn {
    font-size: 16px;
  }
}
.cover-carousel .cover-modal-footer .btn.disabled {
  background-color: #B8C3CC;
  color: white;
  cursor: default;
  box-shadow: none;
}
.cover-carousel .cover-modal-footer .btn.disabled:hover {
  background-color: #B8C3CC;
  color: white;
}
.cover-carousel .cover-modal-footer .btn.disabled .loading {
  padding: 0;
  font-size: 1rem;
  display: inline-block;
  color: white;
}
.cover-carousel .cover-modal-footer .btn.continue-without-cover {
  background-color: transparent;
  color: #773bee;
  border: 1px solid #773bee;
}
.cover-carousel .cover-modal-footer .btn.continue-without-cover.disabled {
  background-color: #B8C3CC;
  color: white;
  cursor: default;
  border: 1px solid #B8C3CC;
}
.cover-carousel .cover-modal-footer .btn.continue-without-cover.disabled:hover {
  background-color: #B8C3CC;
  color: white;
}
.cover-carousel .cover-modal-footer .btn.continue-without-cover.disabled .loading {
  padding: 0;
  font-size: 1rem;
  display: inline-block;
  color: white;
}
.cover-carousel .cover-modal-footer .btn.continue-without-cover:hover {
  background-color: #773bee;
  color: white;
}

.protect-your-boiler-section {
  background: #0F8A6B;
  background: linear-gradient(to right, #7551c0, #6c1e7a);
}
.protect-your-boiler-section .waves {
  height: 25px;
  width: 100%;
  background: white;
}
.protect-your-boiler-section .waves .wave {
  height: 100%;
  mask: url("img/servicing-and-cover/wave.svg");
  mask-repeat: repeat-x;
  mask-position: top left;
  mask-size: 200% 100%;
  -webkit-mask: url("img/servicing-and-cover/wave.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: top left;
  -webkit-mask-size: 200% 100%;
  -ms-mask: url("img/servicing-and-cover/wave.svg");
  -ms-mask-repeat: repeat-x;
  -ms-mask-position: top left;
  -ms-mask-size: 200% 100%;
  -moz-mask: url("img/servicing-and-cover/wave.svg");
  -moz-mask-repeat: repeat-x;
  -moz-mask-position: top left;
  -moz-mask-size: 200% 100%;
  transform: rotate(180deg);
  animation: wave 5s linear infinite;
}
@keyframes wave {
  from {
    mask-position: 100% top;
    -webkit-mask-position: 100% top;
    -ms-mask-position: 100% top;
    -moz-mask-position: 100% top;
  }
  to {
    mask-position: -100% top;
    -webkit-mask-position: -100% top;
    -ms-mask-position: -100% top;
    -moz-mask-position: -100% top;
  }
}
.protect-your-boiler-section .waves .wave.pink {
  background: linear-gradient(to left, #b2006b, #ee0088);
  animation-direction: reverse;
}
.protect-your-boiler-section .waves .wave.purple {
  background: linear-gradient(to left, #7551c0, #6c1e7a);
  margin-top: -25px;
}
.protect-your-boiler-section .waves.upside-down {
  transform: rotate(180deg);
}
.protect-your-boiler-section .waves.upside-down .wave.pink {
  background: linear-gradient(to right, #b2006b, #ee0088);
  animation-direction: normal;
}
.protect-your-boiler-section .waves.upside-down .wave.purple {
  background: linear-gradient(to right, #7551c0, #6c1e7a);
  animation-direction: reverse;
}
.protect-your-boiler-section .protect-your-boiler-header {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 30px;
  color: white;
}
.protect-your-boiler-section .card {
  border-radius: 40px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.protect-your-boiler-section .card .top-section {
  background: linear-gradient(0deg, #fff 50%, #e1f8fb 50%);
  padding: 20px 0;
  margin-bottom: -20px;
  flex-grow: 0;
}
.protect-your-boiler-section .card .bottom-section {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.protect-your-boiler-section .card .bottom-section h5 {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 20px;
}
.protect-your-boiler-section .card .bottom-section p {
  font-family: "lato", sans-serif;
  font-size: 16px;
  color: #555F69;
  flex-grow: 1;
  margin: 0;
}
.protect-your-boiler-section .card .bottom-section a {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
}

.photo-upload-form .success-message {
  padding: 1rem 0.5rem;
  font-size: 16px;
  background-color: #c6e7dc;
}
.photo-upload-form label {
  font-weight: normal;
  margin: 0;
}
.photo-upload-form .hint {
  color: #555F69;
  font-size: 15px;
}
.photo-upload-form .label-italic {
  font-style: italic;
  color: #555F69;
}
.photo-upload-form .radiators h3 {
  font-family: "lato", sans-serif;
}
.photo-upload-form .radiators .radiator {
  border-bottom: 1px solid #B8C3CC;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.photo-upload-form .radiators .radiator:last-child {
  border: none;
}
.photo-upload-form .btn-success.disabled {
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  background-image: none;
  cursor: default;
}
.photo-upload-form .btn-success.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.photo-upload-form .btn-success.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}

.basket-bottom {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  border-top: 1px solid #F2F2F2;
  transform: translateY(0);
  transition: transform 250ms linear;
}
.basket-bottom.is-hidden {
  transform: translateY(100%);
}
.basket-bottom .basket-price {
  vertical-align: middle;
}
.basket-bottom .basket-button {
  position: absolute;
  right: 0;
  margin: -18px 10px 10px 10px;
  padding: 20px;
  border-radius: 50px;
}
.basket-bottom .basket-button:hover, .basket-bottom .basket-button:active {
  background-color: #F2F2F2;
  cursor: pointer;
}

.basket-modal {
  width: 100vw;
  max-width: 100%;
}

.service-product {
  border-bottom: 0 !important;
}
.service-product p.original-price {
  color: #d83a3a !important;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.5em;
}

.help-button {
  background-color: white;
  border: 1px solid #B8C3CC;
  color: #555F69;
  border-radius: 50px;
  padding: 5px 15px;
}
.help-button:hover {
  border: 1px solid #773bee;
  color: #773bee;
}
.help-button:active {
  border: 1px solid #773bee;
  color: #773bee;
}
.help-button:focus {
  outline: none;
}

.help-dropdown {
  background-color: white;
  border-radius: 1rem;
  padding: 15px 8px;
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 60px;
  right: 40px;
  z-index: 999;
}
.help-dropdown h6 {
  font-family: "lato", sans-serif;
  color: #555F69;
  font-size: 12px;
  margin: 0;
  padding: 0 7px;
}
.help-dropdown p {
  font-family: "lato", sans-serif;
  color: #773bee;
  font-size: 18px;
  margin: 0;
  padding: 0 7px;
  border-radius: 0.25rem;
  cursor: pointer;
}
.help-dropdown p:hover {
  background-color: #F2F2F2;
}
.help-dropdown p:active {
  background-color: #D9D9DC;
}
.help-dropdown p a {
  text-decoration: none;
  cursor: pointer;
}

.page-id-85445 .intercom-lightweight-app, .page-id-116979 .intercom-lightweight-app, .page-id-76615 .intercom-lightweight-app, .page-id-234 .intercom-lightweight-app {
  display: none;
}
.page-id-85445 .intercom-dfosxs, .page-id-116979 .intercom-dfosxs, .page-id-76615 .intercom-dfosxs, .page-id-234 .intercom-dfosxs {
  display: none;
}

#address-finder {
  position: relative;
}
#address-finder .input-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #1E1E1E;
}
#address-finder input {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}

.base-number {
  position: relative;
}
.base-number.icon-left input {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.base-number.icon-left .input-icon {
  left: 10px;
}
.base-number.icon-right input {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}
.base-number.icon-right .input-icon {
  right: 10px;
}
.base-number .input-icon {
  position: absolute;
  top: 13px;
  color: #848C99;
}

.finance-calculator .base-number {
  width: 150px;
}
.finance-calculator .base-number input {
  height: 40px;
}
.finance-calculator .base-number .input-icon {
  top: 8px;
}

.finance-intro {
  border-radius: 20px;
  border: 1px solid #B8C3CC;
}
.finance-intro .finance-intro-inner {
  padding: 15px 10px;
  color: #1E1E1E;
}
.finance-intro .finance-intro-inner .icon {
  margin: 10px auto;
  border-radius: 500px;
  border: 1px solid #B8C3CC;
  width: 80px;
  height: 80px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finance-intro .finance-intro-inner .icon i {
  background: linear-gradient(90deg, #ff2d5d, #ff34a6);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #ff2d5d, #ff34a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #ff2d5d, #ff34a6);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.finance-intro .finance-intro-inner h2 {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 28px;
  text-align: center;
}
.finance-intro .finance-intro-inner p {
  font-size: 18px;
}

.skeleton-load {
  background-color: #D5DAE0;
  overflow: hidden;
  position: relative;
}
.skeleton-load::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton-load 2s infinite;
  content: "";
}

@keyframes skeleton-load {
  100% {
    transform: translateX(100%);
  }
}
.finance-slider-container {
  position: relative;
}
.finance-slider-container .finance-slider {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.finance-slider-container .finance-slider::-webkit-slider-runnable-track {
  background: transparent;
  height: 5px;
  border-radius: 500px;
}
.finance-slider-container .finance-slider::-moz-range-track {
  background: transparent;
  height: 5px;
  border-radius: 500px;
}
.finance-slider-container .finance-slider::-ms-track {
  background: transparent;
  height: 5px;
  border-radius: 500px;
}
.finance-slider-container .finance-slider.progress::-webkit-slider-runnable-track {
  background: #773bee;
}
.finance-slider-container .finance-slider.progress::-moz-range-track {
  background: #773bee;
}
.finance-slider-container .finance-slider.progress::-ms-track {
  background: #773bee;
}
.finance-slider-container .finance-slider.slider-background {
  position: relative;
}
.finance-slider-container .finance-slider.slider-background::-webkit-slider-runnable-track {
  background: #B8C3CC;
}
.finance-slider-container .finance-slider.slider-background::-moz-range-track {
  background: #B8C3CC;
}
.finance-slider-container .finance-slider.slider-background::-ms-track {
  background: #B8C3CC;
}
.finance-slider-container .finance-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #773bee;
  width: 25px;
  height: 25px;
  box-shadow: 0 0 0 0px rgba(255, 9, 156, 0);
  transition: box-shadow 0.1s ease-in-out;
  border: none;
  border-radius: 50px;
  margin-top: -10px;
}
.finance-slider-container .finance-slider::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 10px rgba(255, 9, 156, 0.1);
}
.finance-slider-container .finance-slider::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #773bee;
  width: 25px;
  height: 25px;
  box-shadow: 0 0 0 0px rgba(255, 9, 156, 0);
  transition: box-shadow 0.1s ease-in-out;
  border: none;
  border-radius: 50px;
  margin-top: -10px;
}
.finance-slider-container .finance-slider::-moz-range-thumb:active {
  box-shadow: 0 0 0 10px rgba(255, 9, 156, 0.1);
}
.finance-slider-container .finance-slider::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #773bee;
  width: 25px;
  height: 25px;
  box-shadow: 0 0 0 0px rgba(255, 9, 156, 0);
  transition: box-shadow 0.1s ease-in-out;
  border: none;
  border-radius: 50px;
  margin-top: -10px;
}
.finance-slider-container .finance-slider::-ms-thumb:active {
  box-shadow: 0 0 0 10px rgba(255, 9, 156, 0.1);
}

.popin-sidebar .popin-background {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.7);
  height: 100vh;
  width: 100vw;
  z-index: 99998;
  backdrop-filter: blur(8px);
}
.popin-sidebar .popin-content {
  background-color: #ffffff;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  overflow-y: scroll;
}
@media screen and (min-width: 481px) {
  .popin-sidebar .popin-content {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .popin-sidebar .popin-content {
    width: 50vw;
  }
}
@media screen and (min-width: 1201px) {
  .popin-sidebar .popin-content {
    width: 40vw;
  }
}
.popin-sidebar .popin-content .popin-content-header {
  text-align: right;
  font-size: 24px;
}
.popin-sidebar .popin-content .popin-content-header button {
  background-color: transparent;
  font-size: 18px;
  margin: 0 20px;
}
.popin-sidebar .popin-content .popin-content-body {
  padding: 24px;
}

.slide-from-right-enter-active,
.slide-from-right-leave-active {
  transition: transform 0.4s ease;
}

.slide-from-right-enter-from,
.slide-from-right-leave-to {
  transform: translateX(100%);
}

.congratulations .congratulations-header {
  text-align: center;
}
.congratulations .congratulations-header h2 {
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-weight: 700 !important;
  color: #1E1E1E;
}
.congratulations .congratulations-header p {
  font-family: "lato", sans-serif;
  font-size: 16px;
  color: #1E1E1E;
}
.congratulations .congratulations-header p a {
  white-space: nowrap;
}
.congratulations .congratulations-header .congratulations-circle {
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-weight: bold;
  font-size: 16px;
  color: #00B969;
  padding: 4px;
  background-color: white;
  margin: 0 auto 10px;
}
.congratulations .order-confirmation {
  margin-top: 0;
}

.protect-your-boiler {
  font-family: "lato", sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px;
}

.what-happens-now {
  font-family: "lato", sans-serif;
  font-weight: bold !important;
  font-size: 32px;
  background: linear-gradient(90deg, #8e76f8, #ff099c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .what-happens-now {
    font-size: 24px;
  }
}

.steps-accordion label {
  font-family: "lato", sans-serif;
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-top: 2px solid #F2F2F2;
  margin-bottom: 0;
}
.steps-accordion label:first-of-type {
  border-top: none;
}
.steps-accordion label:first-of-type.not-first {
  border-top: 2px solid #F2F2F2;
}
.steps-accordion label.no-cursor {
  cursor: default;
}
.steps-accordion .content {
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.25s, font-size 0.5s 0.25s, margin 0.5s 0.25s, padding 0.5s 0.25s;
}
.steps-accordion .accordion-radio {
  display: none;
}
.steps-accordion .accordion-radio:checked + label + .content, .steps-accordion label.checked + .content {
  font-size: 16px;
  margin: 0 0 0.5em 0;
  opacity: 1;
  padding: 0 0 1em 0;
  transition: font-size 0.25s, margin 0.25s, padding 0.25s, opacity 0.5s 0.25s;
}

.steps-accordion-image {
  width: 0;
  height: 0;
  max-height: 300px;
  opacity: 0;
  transition: width 0.25s, height 0.25s, opacity 0.25s;
}
.steps-accordion-image.checked {
  width: initial;
  height: initial;
  opacity: 1;
  transition: width 0.5s 0.25s, height 0.5s 0.25s, opacity 0.5s 0.25s;
}
.steps-accordion-image.checked.quick-fade {
  transition: width 0.25s, height 0.25s, opacity 0.25s;
}

.cover-find-out-more {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.cover-find-out-more i {
  transition: transform 0.3s;
}
.cover-find-out-more:hover i {
  transform: translateX(3px);
}

.van-image-thank-you {
  transform: scale(0.9);
}

#installer-sign-up-form .success-message, #cancel-order-form .success-message, #refer-a-friend-form .success-message {
  padding: 1rem 0.5rem;
  font-size: 16px;
  background-color: #c6e7dc;
}
#installer-sign-up-form .error-message, #cancel-order-form .error-message, #refer-a-friend-form .error-message {
  padding: 1rem 0.5rem;
  font-size: 16px;
  background-color: #F29A9A;
}
#installer-sign-up-form .error, #cancel-order-form .error, #refer-a-friend-form .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
#installer-sign-up-form label, #cancel-order-form label, #refer-a-friend-form label {
  font-size: 16px;
  font-weight: normal;
}
#installer-sign-up-form label .label-italic, #cancel-order-form label .label-italic, #refer-a-friend-form label .label-italic {
  font-style: italic;
  color: #555F69;
}
#installer-sign-up-form .hint, #cancel-order-form .hint, #refer-a-friend-form .hint {
  color: #555F69;
  font-size: 15px;
}
#installer-sign-up-form input, #installer-sign-up-form textarea, #installer-sign-up-form select, #cancel-order-form input, #cancel-order-form textarea, #cancel-order-form select, #refer-a-friend-form input, #refer-a-friend-form textarea, #refer-a-friend-form select {
  border: 1px solid #B8C3CC;
  width: 100%;
  padding: 0.5rem;
  color: #1E1E1E;
}
#installer-sign-up-form input::placeholder, #installer-sign-up-form textarea::placeholder, #installer-sign-up-form select::placeholder, #cancel-order-form input::placeholder, #cancel-order-form textarea::placeholder, #cancel-order-form select::placeholder, #refer-a-friend-form input::placeholder, #refer-a-friend-form textarea::placeholder, #refer-a-friend-form select::placeholder {
  font-size: 16px;
  color: #555F69;
  padding-left: 0;
}
#installer-sign-up-form input, #installer-sign-up-form select, #cancel-order-form input, #cancel-order-form select, #refer-a-friend-form input, #refer-a-friend-form select {
  height: 40px;
}
#installer-sign-up-form input[type=checkbox], #cancel-order-form input[type=checkbox], #refer-a-friend-form input[type=checkbox] {
  color: white;
  cursor: pointer;
  background: white;
  border: 1px solid #B8C3CC;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 19px;
  padding: 0;
  margin-top: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#installer-sign-up-form input[type=checkbox]:hover, #cancel-order-form input[type=checkbox]:hover, #refer-a-friend-form input[type=checkbox]:hover {
  border: 1px solid #00B969;
}
#installer-sign-up-form input[type=checkbox]:focus, #cancel-order-form input[type=checkbox]:focus, #refer-a-friend-form input[type=checkbox]:focus {
  outline: none;
}
#installer-sign-up-form input[type=checkbox]:checked, #cancel-order-form input[type=checkbox]:checked, #refer-a-friend-form input[type=checkbox]:checked {
  background-color: #00B969;
  border-color: #00B969;
  color: white;
}
#installer-sign-up-form input[type=checkbox]:checked:hover, #cancel-order-form input[type=checkbox]:checked:hover, #refer-a-friend-form input[type=checkbox]:checked:hover {
  background-color: #00B969;
  border-color: #00B969;
}
#installer-sign-up-form input[type=checkbox]:checked::before, #cancel-order-form input[type=checkbox]:checked::before, #refer-a-friend-form input[type=checkbox]:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700 !important;
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: -2px;
}
#installer-sign-up-form button.disabled, #cancel-order-form button.disabled, #refer-a-friend-form button.disabled {
  margin-bottom: 8px;
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  background-image: none;
  cursor: default;
}
#installer-sign-up-form button.disabled:hover, #cancel-order-form button.disabled:hover, #refer-a-friend-form button.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
#installer-sign-up-form button.disabled .loading, #cancel-order-form button.disabled .loading, #refer-a-friend-form button.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
#installer-sign-up-form .other-qualification, #cancel-order-form .other-qualification, #refer-a-friend-form .other-qualification {
  border-radius: 10px;
}
#installer-sign-up-form .other-qualification .remove-qualification, #cancel-order-form .other-qualification .remove-qualification, #refer-a-friend-form .other-qualification .remove-qualification {
  color: #555F69;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #555F69;
  border-radius: 10px;
  background: white;
}
#installer-sign-up-form .other-qualification .remove-qualification:hover, #cancel-order-form .other-qualification .remove-qualification:hover, #refer-a-friend-form .other-qualification .remove-qualification:hover {
  color: #ff0a4b;
  border: 1px solid #ff0a4b;
}
#installer-sign-up-form .add-qualification, #cancel-order-form .add-qualification, #refer-a-friend-form .add-qualification {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #B8C3CC;
  border-left: 0;
  border-right: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
#installer-sign-up-form .add-qualification:hover, #cancel-order-form .add-qualification:hover, #refer-a-friend-form .add-qualification:hover {
  background-color: #F2F2F2;
}

.about-us-cta {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-us-cta {
    text-align: center;
  }
}

.ksp-section {
  color: white;
  background-color: #1e1e1e;
  background-image: url("img/pink-glow.svg"), linear-gradient(0deg, #3c3c3c 0%, #282828 50%);
  background-size: calc(20% + 200px) calc(60% - 100px), cover;
  background-position: top right, top left;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  margin: 5px;
  padding: 5px;
}
.ksp-section .black-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -50;
  border-radius: 20px;
}
.ksp-section .ksp-image {
  width: 25%;
}
.ksp-section h3 {
  font-family: "lato", sans-serif;
  color: white;
  font-size: 20px;
}
.ksp-section p {
  font-family: "lato", sans-serif;
  color: white;
  font-size: 14px;
}

.the-team .team-member {
  font-family: "lato", sans-serif;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  padding: 10px;
  margin: 0;
  height: 100%;
}
.the-team .team-member .team-image {
  border-radius: 50%;
}
.the-team .team-member .team-name {
  font-family: "lato", sans-serif;
  font-size: 16px;
}
.the-team .team-member .team-name a {
  text-decoration: none;
  font-weight: bold;
}
.the-team .team-member .team-name a:hover {
  color: #773bee;
}
.the-team .team-member .job-title {
  color: #555F69;
  font-size: 16px;
}
.the-team .team-member .squiggly-line {
  max-width: 100px;
  width: 25%;
}
.the-team .team-member .intro {
  font-size: 16px;
}
.the-team img {
  border-radius: 1rem;
}

.help-the-environment {
  background-color: #c6e7dc;
}
.help-the-environment .environment-section {
  color: white;
  background-color: #004628;
  border-radius: 20px;
  position: relative;
  margin: 5px;
  overflow: hidden;
}
.help-the-environment .environment-section .image-container {
  overflow: hidden;
  position: relative;
}
.help-the-environment .environment-section .image-container .environment-bg-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}
.help-the-environment .environment-section .image-container .h2-ready-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 100px;
  width: 30%;
  z-index: 500;
}
.help-the-environment .environment-section .text-section {
  padding: 20px 30px;
}
.help-the-environment .environment-section .text-section img {
  width: 25px;
}
@media screen and (min-width: 1441px) {
  .help-the-environment .environment-section .text-section img {
    width: 50px;
    padding-bottom: 20px;
  }
}

.always-local {
  color: white;
  position: relative;
}
.always-local .black-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -50;
}
.always-local h3 {
  color: white !important;
}
.always-local .gas-safe-logo {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .always-local .gas-safe-logo {
    top: auto;
    bottom: 30px;
  }
}
.always-local .local-map-section {
  height: 100%;
  position: relative;
  background-image: url("img/uk-map.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 100px;
  margin-left: -100px;
}
@media screen and (max-width: 768px) {
  .always-local .local-map-section {
    margin: 0 auto;
    height: 350px;
    width: 100%;
    max-width: 350px;
  }
}
.always-local .local-map-section .local-engineer {
  position: absolute;
}
.always-local .local-map-section .local-engineer .local-engineer-image {
  width: 50px;
  transform-origin: 50% 100%;
  animation-duration: 25s;
  animation: pop-out 25s ease-in-out infinite;
}
.always-local .local-map-section .local-engineer .local-engineer-name {
  background-color: white;
  color: #1E1E1E;
  border-radius: 10px;
  transform-origin: 0% 50%;
  animation-duration: 25s;
  animation: pop-out 25s ease-in-out infinite;
  overflow: hidden;
  margin-left: 5px;
  margin-top: 5px;
}
.always-local .local-map-section .local-engineer .local-engineer-name p {
  font-size: 14px;
  display: inline-block;
  transform-origin: 0% 50%;
  animation-duration: 25s;
  animation: pop-out 25s ease-in-out infinite;
  padding: 0 5px;
  width: 100%;
  margin: 0;
  position: relative;
  top: -3px;
}
.always-local .local-map-section .local-engineer:nth-child(1) {
  top: 28%;
  left: 66%;
}
.always-local .local-map-section .local-engineer:nth-child(1) .local-engineer-image, .always-local .local-map-section .local-engineer:nth-child(1) .local-engineer-name, .always-local .local-map-section .local-engineer:nth-child(1) p {
  animation-delay: calc(1 * -5s);
}
.always-local .local-map-section .local-engineer:nth-child(2) {
  top: 63%;
  left: 78%;
}
.always-local .local-map-section .local-engineer:nth-child(2) .local-engineer-image, .always-local .local-map-section .local-engineer:nth-child(2) .local-engineer-name, .always-local .local-map-section .local-engineer:nth-child(2) p {
  animation-delay: calc(2 * -5s);
}
.always-local .local-map-section .local-engineer:nth-child(3) {
  top: 72%;
  left: 31%;
}
.always-local .local-map-section .local-engineer:nth-child(3) .local-engineer-image, .always-local .local-map-section .local-engineer:nth-child(3) .local-engineer-name, .always-local .local-map-section .local-engineer:nth-child(3) p {
  animation-delay: calc(3 * -5s);
}
.always-local .local-map-section .local-engineer:nth-child(4) {
  top: 4%;
  left: 50%;
}
.always-local .local-map-section .local-engineer:nth-child(4) .local-engineer-image, .always-local .local-map-section .local-engineer:nth-child(4) .local-engineer-name, .always-local .local-map-section .local-engineer:nth-child(4) p {
  animation-delay: calc(4 * -5s);
}
.always-local .local-map-section .local-engineer:nth-child(5) {
  top: 40%;
  left: 59%;
}
.always-local .local-map-section .local-engineer:nth-child(5) .local-engineer-image, .always-local .local-map-section .local-engineer:nth-child(5) .local-engineer-name, .always-local .local-map-section .local-engineer:nth-child(5) p {
  animation-delay: calc(5 * -5s);
}
@keyframes pop-out {
  0% {
    transform: scale(0);
  }
  1% {
    transform: scale(1.2);
  }
  1.2% {
    transform: scale(1);
  }
  18.8% {
    transform: scale(1);
  }
  19% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

.how-we-compare-section .health-bar {
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  width: 100%;
}
.how-we-compare-section .health-bar-life {
  border-radius: 5px 0 0 5px;
  width: 0px;
  background: #F2F2F2;
  font-family: "vag-rundschrift-d", sans-serif;
  color: #1E1E1E;
  transition: width 0.5s;
  transition-timing-function: ease-in-out;
  transform: rotateZ(360deg);
}
@media screen and (min-width: 769px) {
  .how-we-compare-section .health-bar-life {
    transition: width 0.7s;
  }
}
@media screen and (min-width: 1201px) {
  .how-we-compare-section .health-bar-life {
    transition: width 0.8s;
  }
}
.how-we-compare-section .health-bar-life-purple {
  background: linear-gradient(to right, #773bee 0%, #6C1C78 100%);
  color: white;
}
.how-we-compare-section .health-bar-life .health-bar-rating {
  text-align: left;
  font-size: 18px;
  padding: 10px 15px;
  opacity: 0;
  transition: opacity 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 769px) {
  .how-we-compare-section .health-bar-life .health-bar-rating {
    font-size: 25px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1201px) {
  .how-we-compare-section .health-bar-life .health-bar-rating {
    font-size: 30px;
    padding: 20px 30px;
  }
}
.how-we-compare-section .health-bar-life .health-bar-rating .health-bar-logo {
  height: 1.5em;
  max-width: 8em;
  float: right;
  transform: scale(0);
  transition: 0.2s;
}
.how-we-compare-section .health-bar-life.reveal .health-bar-rating {
  opacity: 1;
}
.how-we-compare-section .health-bar-life.reveal .health-bar-rating .health-bar-logo {
  animation: health-bar-logo 0.3s linear 0.4s forwards;
}
@media screen and (min-width: 769px) {
  .how-we-compare-section .health-bar-life.reveal .health-bar-rating .health-bar-logo {
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 1201px) {
  .how-we-compare-section .health-bar-life.reveal .health-bar-rating .health-bar-logo {
    animation-delay: 0.7s;
  }
}
@keyframes health-bar-logo {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .how-we-compare-section .health-bar {
    border-radius: 7px;
    border: 2px solid #F2F2F2;
  }
  .how-we-compare-section .health-bar-life {
    border-radius: 7px 0 0 7px;
  }
}

.hot-off-the-press a {
  text-decoration: none;
}
.hot-off-the-press .hot-off-the-press-intro {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .hot-off-the-press .hot-off-the-press-intro {
    width: 60%;
    margin: 0 auto;
  }
}
.hot-off-the-press .category {
  margin-bottom: 5px;
}
.hot-off-the-press .category a {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  padding: 0.3em 0.6em;
  border-radius: 0.375rem;
}
.hot-off-the-press .category a.news {
  background-image: linear-gradient(to right, #8b6ded, #7553c4);
}
.hot-off-the-press .category a.troubleshooting {
  background-image: linear-gradient(to right, #7553c4, #6c1c78);
}
.hot-off-the-press .category a.boiler-costs {
  background-image: linear-gradient(to right, #6c1c78, #c1026f);
}
.hot-off-the-press .category a.boiler-advice {
  background-image: linear-gradient(to right, #c1026f, #ff099c);
}
.hot-off-the-press .category a.boiler-reviews {
  background-image: linear-gradient(to right, #ff099c, #c047d5);
}
.hot-off-the-press .category a.boiler-guides {
  background-image: linear-gradient(to right, #c047d5, #8b6ded);
}
.hot-off-the-press .category a.guides {
  background-image: linear-gradient(to right, #c047d5, #8b6ded);
}
.hot-off-the-press .category a.heat-pumps {
  background-image: linear-gradient(to right, #8b6ded, #6cdfea);
}
.hot-off-the-press .featured-article {
  overflow: hidden;
  margin: 0 1rem;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.hot-off-the-press .featured-article .top-section {
  padding: 0;
  flex-grow: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hot-off-the-press .featured-article .top-section img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.hot-off-the-press .featured-article .bottom-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.hot-off-the-press .featured-article .bottom-section .news-outlet {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #555F69;
}
.hot-off-the-press .featured-article .bottom-section .headline {
  font-family: "lato", sans-serif;
  font-size: 20px;
  color: #1E1E1E;
}
.hot-off-the-press .featured-article .bottom-section .lede {
  font-family: "lato", sans-serif;
  font-size: 16px;
  color: #555F69;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hot-off-the-press .featured-article .bottom-section .read-article {
  color: #1E1E1E;
  text-decoration: none;
}
.hot-off-the-press .not-feature-articles {
  align-content: start;
}
.hot-off-the-press .not-feature-articles .not-featured-article {
  border-bottom: 1px solid #B8C3CC;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.hot-off-the-press .not-feature-articles .not-featured-article:last-child {
  border-bottom: none;
}
.hot-off-the-press .not-feature-articles .not-featured-article .news-outlet {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #555F69;
}
.hot-off-the-press .not-feature-articles .not-featured-article .headline {
  font-family: "lato", sans-serif;
  font-size: 14px;
  font-weight: bold !important;
  color: #1E1E1E;
}
.hot-off-the-press .not-feature-articles .not-featured-article .lede {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #555F69;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.black-gradient {
  background-image: linear-gradient(0deg, #444, #000);
}

.heading {
  font-family: "lato", sans-serif !important;
  font-weight: bold !important;
  color: #1E1E1E;
  font-size: 30px;
}
.heading-gradient-text {
  background: linear-gradient(90deg, #8e76f8, #ff099c);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background: linear-gradient(90deg, #8e76f8, #ff099c);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.btn-animate-icon i {
  transform: translateX(0);
  transition: 0.2s;
}
.btn-animate-icon:hover i {
  transform: translateX(30%);
}

.next-day-countdown p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .next-day-countdown p {
    font-size: 12px;
  }
}
.next-day-countdown.dark {
  color: white;
}
.next-day-countdown.dark img {
  filter: invert(100%);
}
.next-day-countdown.light {
  color: #1E1E1E;
}
.next-day-countdown .timer-inner {
  border-radius: 4px;
  padding: 0 3px;
  margin: 0 auto;
  display: inline-block;
}
.next-day-countdown .timer-inner.warning {
  background-color: #ff0a4b;
  color: white;
}
.next-day-countdown .timer-inner.warning img {
  filter: invert(100%);
}
.next-day-countdown .timer-inner img {
  vertical-align: middle;
  margin-top: -3px;
  object-fit: cover;
  line-height: 1.2;
}

.cta-purple {
  background-image: linear-gradient(90deg, #805ac6, #78228a);
  color: white;
}
.cta-purple .heading {
  color: white;
}
.cta-purple .cta-purple-list {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .cta-purple .cta-purple-list {
    font-size: 14px;
  }
}
.cta-purple .cta-purple-list li {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 8px;
}
.cta-purple .cta-purple-list li i {
  color: #00B969;
  margin-right: 10px;
}

.stats-countup {
  color: white;
  padding: 60px 0;
}
.stats-countup .statistic {
  text-align: center;
}
.stats-countup .statistic .statistic-figure {
  font-size: 40px;
  line-height: 1.25;
}
.stats-countup .statistic .statistic-label {
  font-size: 16px;
}

.talk-to-an-expert .call-our-team {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.talk-to-an-expert .phone-number {
  font-size: 30px;
  font-weight: 700;
}
.talk-to-an-expert .phone-number a {
  text-decoration: none;
}
.talk-to-an-expert .phoneline-status {
  color: #555F69;
  font-size: 14px;
  font-weight: 700;
}
.talk-to-an-expert .phoneline-status i {
  font-size: 12px;
  margin-top: -1px;
}

.slow-flash {
  animation-name: slow-flash;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes slow-flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trust-logos .trust-logo {
  flex: 1 1 auto;
  text-align: center;
}
.trust-logos .trust-logo iframe {
  margin: 0 auto;
}

.bc-hea-banner {
  max-height: 60px;
  margin: 0 auto 20px auto;
  mix-blend-mode: multiply;
  text-align: center;
}
.bc-hea-banner img {
  max-width: 100%;
  max-height: 100%;
}

.nationwide-coverage-light {
  color: #1E1E1E;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nationwide-coverage-dark {
  color: white;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invert-img-dark {
  filter: invert(1) contrast(1) brightness(0);
}
.invert-img-light {
  filter: invert(1) contrast(1) brightness(1000);
}

.link-no-decoration {
  text-decoration: none;
}
.link-no-decoration-hover {
  text-decoration: none;
}
.link-no-decoration-hover:hover {
  text-decoration: underline;
}

.bg-trustpilot {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 66.25%, #fff 66.25%, #fff 100%), repeating-linear-gradient(to right, #f8f9fa 0, #f8f9fa 250px, transparent 250px, transparent 275px);
}
.bg-trustpilot .trustpilot-widget {
  z-index: 1;
}

.boiler-introduction {
  margin: 0 auto 20px auto;
  padding: 25px 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
  color: #1e1e1e;
}
.boiler-introduction-summary {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.boiler-introduction-summary > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em !important;
  color: #1E1E1E !important;
}
.boiler-introduction .overview-header {
  font-size: 24px;
  color: #1E1E1E;
}
.boiler-introduction .boiler-central-says {
  color: #555F69;
  font-size: 20px;
}
.boiler-introduction .five-star-rating {
  color: #f4a400;
  -webkit-text-stroke: 1px #ff6701;
}
.boiler-introduction ul.boiler-introduction-list {
  padding-left: 0;
  margin: 0;
}
.boiler-introduction ul.boiler-introduction-list li {
  margin: 0 0 5px 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.boiler-introduction ul.boiler-introduction-list li::before {
  content: none;
}

.base-radio-buttons .base-radio-button {
  position: relative;
  font-family: "lato", sans-serif;
  border-radius: 4px;
  padding: 0.3rem;
  width: auto;
  padding: 6px;
  margin: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .base-radio-buttons .base-radio-button {
    margin: 0 0.25rem 0.25rem 0;
  }
}
.base-radio-buttons .base-radio-button:hover {
  background: #c0e7d9;
  cursor: pointer;
}
.base-radio-buttons .base-radio-button:hover .radio i {
  display: block;
}
.base-radio-buttons .base-radio-button.selected {
  background: #c0e7d9;
  border: 1px solid #00B969;
}
.base-radio-buttons .base-radio-button.selected .radio {
  display: block;
}
.base-radio-buttons .base-radio-button.selected .radio i {
  display: block;
}
.base-radio-buttons .base-radio-button .radio {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #B8C3CC;
  border-radius: 50%;
  padding: 0.75rem;
}
.base-radio-buttons .base-radio-button .radio i {
  display: none;
  background: #00B969;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.base-radio-buttons .base-radio-button p {
  padding: 5px 0 0 45px;
  color: #1E1E1E;
  margin: 0;
  font-size: 16px;
}

.check-finance-eligibility {
  border: 20px solid #C0E7D9;
  border-radius: 0.5rem;
  padding: 10px;
}
@media screen and (min-width: 481px) {
  .check-finance-eligibility {
    border-radius: 0.75rem;
    padding: 15px;
  }
}
@media screen and (min-width: 769px) {
  .check-finance-eligibility {
    border-radius: 1rem;
    padding: 20px;
  }
}
.check-finance-eligibility .form-input {
  margin-bottom: 30px;
}
.check-finance-eligibility label {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  margin-bottom: 0.5rem;
}
.check-finance-eligibility label .label-italic {
  font-style: italic;
  color: #555F69;
}
.check-finance-eligibility input, .check-finance-eligibility select {
  height: 40px;
  padding: 0.5rem;
  color: #1e1e1e;
}
.check-finance-eligibility select {
  padding: 0 0 0 0.5rem;
  margin: 0;
}
.check-finance-eligibility .dateofbirth {
  line-height: 1.5;
}
.check-finance-eligibility .dateofbirth .row {
  flex-wrap: nowrap;
}
.check-finance-eligibility .dateofbirth .row > div {
  flex-grow: 1;
  width: auto;
}
.check-finance-eligibility .dateofbirth .row > div:not(:last-child) {
  margin-right: 20px;
}
.check-finance-eligibility .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
.check-finance-eligibility .base-number .input-icon {
  top: 5px;
}
.check-finance-eligibility .text-tooltip {
  font-size: 16px;
  font-style: italic;
  color: #555F69;
  line-height: 1.5;
}
.check-finance-eligibility .back-button {
  cursor: pointer;
  font-size: 18px;
}
.check-finance-eligibility button {
  width: 50%;
}
.check-finance-eligibility button .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 768px) {
  .check-finance-eligibility .heading {
    font-size: 20px;
  }
  .check-finance-eligibility button {
    width: 100%;
  }
}
.check-finance-eligibility .finance-eligibility-paragraph {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em !important;
  color: #1E1E1E !important;
}

.base-checkbox-component {
  padding: 15px;
  padding-top: 0;
}
.base-checkbox-component .success-message {
  padding: 1rem 0.5rem;
  font-size: 16px;
  background-color: #c6e7dc;
}
.base-checkbox-component .error-message {
  padding: 1rem 0.5rem;
  font-size: 16px;
  background-color: #F29A9A;
}
.base-checkbox-component .error {
  margin-top: -12px;
  margin-bottom: 12px;
}
.base-checkbox-component label {
  font-size: 16px;
  font-weight: normal;
}
.base-checkbox-component label .label-italic {
  font-style: italic;
  color: #555F69;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box {
  color: white;
  cursor: pointer;
  background: white;
  border: 1px solid #B8C3CC;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 19px;
  padding: 0;
  margin-top: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box:hover {
  border: 1px solid #00B969;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box:focus {
  outline: none;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box:checked {
  background-color: #00B969;
  border-color: #00B969;
  color: white;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box:checked:hover {
  background-color: #00B969;
  border-color: #00B969;
}
.base-checkbox-component .base-checkbox input.base-checkbox-box:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700 !important;
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: -2px;
}

.loan-status-modal {
  max-width: 668px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .loan-status-modal {
    padding: 0 16px;
  }
}
.loan-status-modal .btn.disabled {
  box-shadow: none;
  color: white;
  background-color: #B8C3CC;
  cursor: default;
}
.loan-status-modal .btn.disabled:hover {
  box-shadow: none;
  background-color: #B8C3CC;
}
.loan-status-modal .btn.disabled .loading {
  padding: 0;
  font-size: 1.2rem;
  display: inline-block;
  color: white;
}

.black-friday-banner {
  bottom: 0;
  top: auto;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.black-friday-banner .black-friday-banner-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flash;
  animation-name: flash;
  font-size: 14px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .black-friday-banner .black-friday-banner-text {
    font-size: 16px;
    margin-top: 1.5rem;
  }
}
@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.black-friday-banner .black-friday-close {
  border: 2px solid white;
  margin-left: 2px;
  margin-right: 5px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  padding: 3px 0 0 0;
}
.black-friday-banner .black-friday-close:hover {
  opacity: 0.9;
  cursor: pointer;
}

.blj-journey-page-wrapper {
  background: #f8f9fa;
  min-height: 100vh;
  padding-bottom: 4rem;
  width: 100%;
}
.blj-journey-page-wrapper .blj-journey-header {
  background: #06d29e;
  padding: 3rem 1rem 5rem 1rem;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.blj-journey-page-wrapper .blj-journey-header h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
.blj-journey-page-wrapper .blj-question-container {
  max-width: max(1440px, 90%);
  margin: 2rem auto;
  margin-top: -3rem;
  width: 95%;
  background: #F2F2F2;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: block;
  position: relative;
  z-index: 10;
  padding-top: 1rem;
}

.btn-back {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #06d29e;
}
.btn-back:hover {
  text-decoration: underline;
}
.blj-question-container-left .btn-back {
  color: #000;
  margin-top: 2rem;
  text-align: center;
}

.progress-bar-container {
  display: flex;
  gap: 0.125rem;
  height: 30px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .progress-bar-container {
    padding: 2rem 0;
    height: 50px;
  }
}
.progress-bar-container .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 3px;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .progress-bar-container .dot {
    width: 12px;
    height: 12px;
    margin: 0 0.5rem;
  }
}
.progress-bar-container .dot.active {
  background-color: #06d29e;
}

.p-question {
  background-color: #06d29e;
  color: #fff;
  padding: 0.75rem;
}

.faq-question {
  cursor: pointer;
}

.faq-question .p-question i {
  transition: transform 0.3s ease;
}

.faq-question.is-open .p-question i {
  transform: rotate(180deg);
}

.slide-toggle-enter-active {
  transition: all 0.3s ease-out;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
}

.slide-toggle-leave-active {
  transition: all 0.3s ease-in;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
}

.slide-toggle-enter-from,
.slide-toggle-leave-to {
  max-height: 0;
  opacity: 0;
}

.answer {
  overflow: hidden;
}

.answers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.answer-chip {
  background-color: #f3f4f6;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.chip-label {
  color: #555;
  margin-right: 6px;
}

.chip-value {
  color: #111;
  font-weight: 600;
}

.product-thumbnail {
  /*
   * .product-thumbnail-col
   */
}
.product-thumbnail-col {
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 481px) {
  .product-thumbnail-col {
    margin-bottom: 0;
  }
}

.bc-author-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .bc-author-header {
    gap: 10px 40px;
  }
  .bc-author-header-avatar, .bc-author-header-item:nth-child(2) {
    flex-basis: 50%;
  }
}
.bc-author-header-item {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
}
.bc-author-header-item span {
  color: #838c99 !important;
}
.bc-author-header-item a {
  color: #ac30aa !important;
  font-weight: 700;
}
.bc-author-header-avatar {
  min-width: 66px;
  max-width: 66px;
}
.bc-author-header-avatar img {
  min-width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #6C1C78;
  object-fit: cover;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .bc-author-header-avatar img {
    margin-bottom: 0;
  }
}
.bc-author-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}
.bc-author-row-description {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 769px) {
  .bc-author-row {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.bc-author-details {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .bc-author-details {
    gap: 40px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: unset;
  }
}
.bc-author-details h1 {
  margin-bottom: 0px !important;
  color: #06d29e;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .bc-author-details h1 {
    margin-bottom: unset;
    text-align: left;
  }
}
.bc-author-details-avatar {
  min-width: 250px;
  max-width: 250px;
}
.bc-author-details-avatar img {
  min-width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #6C1C78;
  object-fit: cover;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .bc-author-details-avatar img {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.bc-author-details-job {
  text-align: center;
  color: #6d7784;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .bc-author-details-job {
    text-align: left;
  }
}
.bc-author-details-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .bc-author-details-socials {
    justify-content: flex-start;
  }
}
.bc-author-details-socials img {
  width: 14px;
  height: 14px;
}
.bc-author-section-with-bg {
  padding: 100px 0;
  color: #ffffff;
  background-image: url("/wp-content/plugins/ecohappy-builders/img/author/section-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bc-author-experience {
  padding: 100px 0;
}
.bc-author-experience-item h3 {
  position: relative;
  font-size: 16px;
  color: #6C1C78;
  margin-top: 60px;
}
.bc-author-experience-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 7px;
  background-image: url("/wp-content/plugins/ecohappy-builders/img/author/underline.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.bc-author-articles h2 {
  color: #06d29e;
  margin-bottom: 60px !important;
}
.bc-author-comments {
  padding: 100px 0;
  background-color: #F2F2F2;
}
.bc-author-comments img {
  width: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .bc-author-comments img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.bc-author-comments h2 {
  color: #06d29e;
  margin-bottom: 60px !important;
}
.bc-author-comments h5 {
  color: #6C1C78;
  margin-bottom: 10px !important;
  font-size: 21px;
}
.bc-author-press {
  padding: 100px 0;
}
.bc-author-press img {
  width: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .bc-author-press img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.bc-author-press h2 {
  color: #06d29e;
  margin-bottom: 60px !important;
}
.bc-author-press h5 {
  color: #6C1C78;
  margin-bottom: 10px !important;
  font-size: 21px;
}
.bc-author-experts {
  margin: auto;
  padding: 60px 0;
  width: 100%;
}
.bc-author-experts-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.bc-author-experts h2 {
  color: #06d29e;
  margin-bottom: 60px;
  text-align: center;
}
.bc-author-experts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 60px 15px;
  margin: 0 auto;
}
.bc-author-experts-grid div {
  flex: 0 0 22%;
  max-width: 22%;
}
@media screen and (max-width: 1200px) {
  .bc-author-experts-grid div {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .bc-author-experts-grid div {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.bc-author-experts-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.bc-author-experts-row-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bc-author-experts-row-item img {
  width: 140px;
  border-radius: 50%;
  border: 2px solid #6C1C78;
  object-fit: cover;
  margin-bottom: 20px !important;
  display: block;
}
.bc-author-experts-row-item a {
  text-decoration: none;
}
.bc-author-experts-row-item h4 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.bc-author-experts-row-item h4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 61px;
  height: 7px;
  background-image: url("/wp-content/plugins/ecohappy-builders/img/author/underline.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.bc-author-experts-row-item p {
  margin-top: 15px;
  font-weight: 700;
  font-size: 13px;
  color: #6d7784 !important;
}
.bc-author-box {
  position: relative;
  min-height: 300px;
  background: linear-gradient(#f0e6f8, #ffffff);
  padding: 40px 40px 80px 40px;
}
@media screen and (min-width: 481px) {
  .bc-author-box {
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .bc-author-box {
    background-size: contain;
  }
}
.bc-author-box-tab-el {
  background: #f0e6f8;
  width: 30%;
  height: 30px;
  position: absolute;
  top: -28px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  padding-top: 10px;
}
@media screen and (min-width: 481px) {
  .bc-author-box-tab-el {
    font-size: 14px;
    width: 21%;
  }
}
@media screen and (min-width: 769px) {
  .bc-author-box-tab-el {
    font-size: 22px;
  }
}
.bc-author-box-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .bc-author-box-header {
    align-items: center;
    flex-direction: row;
  }
}
.bc-author-box-header .bc-author-details-socials {
  justify-content: flex-start;
}
.bc-author-box-header-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bc-author-box-header-avatar {
  min-width: 60px;
}
.bc-author-box-header-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #6C1C78;
  object-fit: cover;
  margin-bottom: 20px !important;
  display: block;
}
@media screen and (min-width: 769px) {
  .bc-author-box-header-avatar img {
    width: 100px;
    height: 100px;
  }
}
.bc-author-box-header-name {
  color: #ac30aa;
  font-size: 20px;
  font-weight: 700;
}
.bc-author-box-header-job {
  display: block;
  color: #6d7784;
  font-size: 16px;
}
.bc-author-box-header-meta {
  display: flex;
  gap: 30px;
}
.bc-author-box-header-meta-item {
  display: flex;
  flex-direction: column;
  color: #838c99;
}
.bc-author-box-header-meta-item span {
  display: block;
}
.bc-author-box-header-meta-item a {
  color: #ac30aa;
  font-weight: 700;
}
.bc-author-box-bio {
  color: #838c99;
  padding: 30px 0;
  border-top: 1px solid #cacaca;
  margin-top: 20px;
}
.bc-author-box-bio p {
  font-size: 16px !important;
  font-weight: 400;
}
.bc-author-shortcode div {
  background: #f6f3f9;
  padding: 20px 32px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 5px solid #6C1C78;
}
.bc-author-shortcode-comment {
  color: #6C1C78 !important;
  font-weight: 600;
}
.bc-author-shortcode-name {
  font-weight: 600;
  margin-bottom: 6px !important;
}
.bc-author-shortcode-name a {
  color: #ac30aa !important;
  text-decoration: underline;
}
.bc-author-shortcode-job-title {
  margin-bottom: 0 !important;
  font-size: 16px;
}