@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "";
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.8em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
	-   vertical-align          - Vertical align center
	-   icon          			- arguments: $index(Position),$size(Image px size), $image(Image name)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* Vertical align center */
/* ICON */
/* Most use custom mixin */
/* Flexbox mixin */
.container {
  padding: 0 0;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 641px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width : 961px) {
  .container {
    width: 70%;
  }
}
.container .row {
  margin-left: 0;
  margin-right: 0;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s3 {
  width: 25%;
  margin-left: 0;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s6 {
  width: 50%;
  margin-left: 0;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s9 {
  width: 75%;
  margin-left: 0;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s12 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
@media only screen and (min-width : 641px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 961px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}

/* Inspire from http://materializecss.com/grid.html */
/* Media query */
/* Example
---1160px---
	@media screen and (max-width : 1281px) {

	}

---959px---
	@media screen and (max-width : 960px) {

	}

---639px---
	@media screen and (max-width : 767px) {

	}

---481px---
	@media screen and (max-width : 481px) {

	}

*/
/* Custom media query */
/* colors */
/* Primary Colors */
.text-blue {
  color: #4c12a1;
}

.text-black {
  color: #091822;
}

.text-blue {
  color: #4c12a1;
}

/*Google fonts - Roboto & Roboto Condensed*/
/*Font - CPW Trade*/
@font-face {
  font-family: "CurrysSans-Regular";
  src: url("../fonts/CurrysSans-Regular.eot");
  src: url("../fonts/CurrysSans-Regular.eot") format("embedded-opentype"), url("../fonts/CurrysSans-Regular.woff2") format("woff2"), url("../fonts/CurrysSans-Regular.woff") format("woff"), url("../fonts/CurrysSans-Regular.ttf") format("truetype"), url("../fonts/CurrysSans-Regular.svg#CurrysSans-Regular") format("svg");
}
@font-face {
  font-family: "CurrysSans-Oblique";
  src: url("../fonts/CurrysSans-Oblique.eot");
  src: url("../fonts/CurrysSans-Oblique.eot") format("embedded-opentype"), url("../fonts/CurrysSans-Oblique.woff2") format("woff2"), url("../fonts/CurrysSans-Oblique.woff") format("woff"), url("../fonts/CurrysSans-Oblique.ttf") format("truetype"), url("../fonts/CurrysSans-Oblique.svg#CurrysSans-Oblique") format("svg");
}
@font-face {
  font-family: "CurrysSans-Light";
  src: url("../fonts/CurrysSans-Light.eot");
  src: url("../fonts/CurrysSans-Light.eot") format("embedded-opentype"), url("../fonts/CurrysSans-Light.woff2") format("woff2"), url("../fonts/CurrysSans-Light.woff") format("woff"), url("../fonts/CurrysSans-Light.ttf") format("truetype"), url("../fontsCurrysSans-Light.svg#CurrysSans-Light") format("svg");
}
@font-face {
  font-family: "CurrysSans-LightOblique";
  src: url("../fonts/CurrysSans-LightOblique.eot");
  src: url("../fonts/CurrysSans-LightOblique.eot") format("embedded-opentype"), url("../fontsCurrysSans-LightOblique.woff2") format("woff2"), url("../fontsCurrysSans-LightOblique.woff") format("woff"), url("../fonts/CurrysSans-LightOblique.ttf") format("truetype"), url("../fonts/CurrysSans-LightOblique.svg#CurrysSans-LightOblique") format("svg");
}
@font-face {
  font-family: "CurrysSans-Headline";
  src: url("../fonts/CurrysSans-Headline.eot");
  src: url("../fonts/CurrysSans-Headline.eot") format("embedded-opentype"), url("../fonts/CurrysSans-Headline.woff2") format("woff2"), url("../fonts/CurrysSans-Headline.woff") format("woff"), url("../fonts/CurrysSans-Headline.ttf") format("truetype"), url("../fonts/CurrysSans-Headline.svg#CurrysSans-Headline") format("svg");
}
@font-face {
  font-family: "CurrysSans-HeadlineOblique";
  src: url("../fonts/CurrysSans-HeadlineOblique.eot");
  src: url("../fonts/CurrysSans-HeadlineOblique.eot") format("embedded-opentype"), url("../fonts/CurrysSans-HeadlineOblique.woff2") format("woff2"), url("../fonts/CurrysSans-HeadlineOblique.woff") format("woff"), url("../fonts/CurrysSans-HeadlineOblique.ttf") format("truetype"), url("../fonts/CurrysSans-HeadlineOblique.svg#CurrysSans-HeadlineOblique") format("svg");
}
@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/gotham-bold.eot");
  src: url("../fonts/gotham-bold.eot") format("embedded-opentype"), url("../fonts/gotham-bold.woff2") format("woff2"), url("../fonts/gotham-bold.woff") format("woff"), url("../fonts/gotham-bold.ttf") format("truetype"), url("../fonts/gotham-bold.svg#gotham-bold") format("svg");
}
@font-face {
  font-family: "gotham-book";
  src: url("../fonts/gotham-book.eot");
  src: url("../fonts/gotham-book.eot") format("embedded-opentype"), url("../fonts/gotham-book.woff2") format("woff2"), url("../fonts/gotham-book.woff") format("woff"), url("../fonts/gotham-book.ttf") format("truetype"), url("../fonts/gotham-book.svg#gotham-book") format("svg");
}
@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-mediumeot") format("embedded-opentype"), url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("../fonts/gotham-medium.svg#gotham-medium") format("svg");
}
@font-face {
  font-family: "gotham-ultra";
  src: url("../fonts/GothamUltra.eot");
  src: url("../fonts/GothamUltra.eot") format("embedded-opentype"), url("../fonts/GothamUltra.woff2") format("woff2"), url("../fonts/GothamUltra.woff") format("woff"), url("../fonts/GothamUltra.ttf") format("truetype"), url("../fonts/GothamUltra.svg#GothamUltra") format("svg");
}
@font-face {
  font-family: "lg-light";
  src: url("../fonts/LGSmartLight-Light.eot");
  src: url("../fonts/LGSmartLight-Light.eot") format("embedded-opentype"), url("../fonts/LGSmartLight-Light.woff2") format("woff2"), url("../fonts/LGSmartLight-Light.woff") format("woff"), url("../fonts/LGSmartLight-Light.ttf") format("truetype");
}
@font-face {
  font-family: "lg-reg";
  src: url("../fonts/LGSmart.eot");
  src: url("../fonts/LGSmart.eot") format("embedded-opentype"), url("../fonts/LGSmart.woff2") format("woff2"), url("../fonts/LGSmart.woff") format("woff"), url("../fonts/LGSmart.ttf") format("truetype"), url("../fonts/LGSmart.svg#LGSmart") format("svg");
}
@font-face {
  font-family: "lg-bold";
  src: url("../fonts/LGSmart-Bold.eot");
  src: url("../fonts/LGSmart-Bold.eot") format("embedded-opentype"), url("../fonts/LGSmart-Bold.woff2") format("woff2"), url("../fonts/LGSmart-Bold.woff") format("woff"), url("../fonts/LGSmart-Bold.ttf") format("truetype"), url("../fonts/LGSmart-Bold.svg#LGSmart-Bold") format("svg");
}
/* Variable declaration for fonts */
.button-margin {
  padding: 3rem 0;
}

.button-container {
  margin: 1rem 0;
}

.button {
  border-radius: 0;
  font-family: "CurrysSans-Headline", sans-serif;
  font-weight: 700;
  display: inline-block;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  color: #FFFFFF;
}
.button img.right-arrow {
  /* padding-bottom: 27%; */
  height: 14px !important;
  width: 16px !important;
  display: inline-block;
}
.button img.right-arrow-blue {
  /* padding-bottom: 27%; */
  height: 11px !important;
  width: 13px !important;
  display: inline-block;
}
.button.white {
  background: #FFFFFF !important;
}
.button.blue {
  background: #4c12a1 !important;
}
.button.red {
  background: #bb2634;
  color: #FFFFFF;
  border: 2px solid #bb2634;
}
.button.brown {
  color: #751205;
}
.button.large {
  font-size: 4.4rem;
}
.button.wide {
  padding: 1.5rem 6rem;
}
.button.mid {
  padding: 1.5rem 2rem;
  font-size: 2.3rem;
  min-width: 250px;
}
.button.small {
  padding: 1rem 1.3rem;
  font-size: 2.1rem;
}
.button.tiny {
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
}
.button.full-width {
  padding: 1.5rem;
  display: block;
  width: 100%;
}
.button.mLeft10 {
  margin-left: 1rem;
}
.button.mLeft20 {
  margin-left: 2rem;
}
.button.mTop10 {
  margin-top: 1rem;
}
.button.mTop20 {
  margin-top: 2rem;
}
.button.caps {
  text-transform: uppercase;
}
.button.underline {
  text-decoration: underline;
}
.button.border-button {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 2.1rem;
  color: #4c12a1;
  border: 1px solid #4c12a1;
  padding: 1.6rem 3.5rem;
  border-radius: 3rem;
  background-color: #FFFFFF;
}
.button.border-button:hover {
  background-color: #4c12a1;
  color: #FFFFFF;
}
.button:disabled {
  opacity: 0.5;
}
@media screen and (max-width : 767px) {
  .button.mid {
    padding: 1.5rem 2rem;
    font-size: 1.7rem;
    min-width: 180px;
  }
}
.button-gradient, .button.brown { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1861e+0,f6de89+30,fce36b+60,ce9622+100 */
  background: #d1861e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1861e 0%, #f6de89 30%, #fce36b 60%, #ce9622 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1861e", endColorstr="#ce9622",GradientType=0 ); /* IE6-9 */
}

.border-gradient {
  border: 2px solid #a16d11;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 10px;
  background: #fffefd; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fffefd 0%, #f3dab0 30%, #e6aa47 60%, #ab7619 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fffefd", endColorstr="#ab7619",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*	Checkbox */
.checkbox {
  text-align: left;
  color: #091822;
  margin: 0 0 2rem;
}
.checkbox input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label {
  text-indent: 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4rem;
  font-size: clamp(1.1rem, 0.903vw - 0.133rem, 1.6rem);
  font-weight: normal;
  min-height: 25px;
  line-height: 1.5;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -113px;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label.error {
  background-position: 0 -225px;
}
.checkbox label.css-label {
  background-image: url(../images/custom-checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox a {
  color: #091822;
  text-decoration: underline;
  text-decoration-color: #EDEEEE;
}
.checkbox--black input[type=checkbox].css-checkbox + label.css-label {
  min-height: 20px;
  padding-left: 3rem;
  line-height: 1.4;
}
.checkbox--black input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -180px;
}
.checkbox--black label.css-label {
  background-image: url(../images/custom-checkbox.png);
}
.checkbox.error input[type=checkbox].css-checkbox + label.css-label {
  background-position: 0 -450px;
}
.checkbox.error input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -225px;
}
.checkbox.checkbox--newsletter label.css-label {
  background-image: url(../images/custom-checkbox-sq.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*	Radio */
.radiobutton {
  margin: 0;
}
.radiobutton input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radiobutton input[type=radio].css-checkbox + label.css-label {
  padding-left: 2rem;
  min-height: 14px;
  line-height: 1.1;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.radiobutton input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -126px;
}
.radiobutton label.css-label {
  background-image: url(../images/radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.radiobutton input[type=radio].css-checkbox + label.css-label.error {
  background-position: 0 -231px;
}

.radioGroup .radiobutton {
  float: left;
  margin-right: 2rem;
}

/*	Select box */
/* remove default arrow in IE */
select::-ms-expand {
  display: none;
}

.game-btn-container {
  margin: 6rem 0 7rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.game-btn-container .btn {
  text-align: center;
  margin: 0 auto;
}
.game-btn-container .btn a {
  display: inline-block;
  margin: 0 auto;
  font-size: 2.1rem;
  font-family: "CurrysSans-Headline", sans-serif;
  color: #4c12a1;
  border: 1px solid #4c12a1;
  border-radius: 50px;
  padding: 1.2rem 2.8rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.game-btn-container .btn a:hover, .game-btn-container .btn a:focus {
  text-decoration: none;
  background-color: #4c12a1;
  color: #FFFFFF;
}
@media screen and (max-width : 767px) {
  .button.large {
    font-size: 3rem;
  }
  .button img.right-arrow {
    height: 12px !important;
    width: 12px !important;
  }
}
@media screen and (max-width : 481px) {
  .game-btn-container {
    margin: 4rem 0 0;
  }
  .game-btn-container .btn a {
    font-size: 1.8rem;
  }
}
/* All buttons and form related element css */
html {
  font-size: 62.5%; /* Defining root font 10px*/
}

body {
  font-family: "CurrysSans-Regular", sans-serif;
  min-width: 320px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #091822;
}

body {
  padding-right: 0px !important;
}

a, a:focus, a:active, a:hover {
  text-decoration: underline;
  outline: 0 none;
}

a:hover {
  color: #4c12a1;
}

a {
  color: #091822;
  text-decoration: none;
}
a.text-blue {
  color: #4c12a1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "gotham-medium", sans-serif;
  font-weight: normal;
  margin: 0;
}

input, textarea, button {
  border: 0 none;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

/*  Prevent image from drag */
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*  Prevent image from drag */
.mobile-break {
  display: none !important;
}

.register-discount-text {
  font-size: 1.3rem !important;
}

.bg-gradient {
  background: rgb(24, 48, 115);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(24, 48, 115)), color-stop(5%, rgb(24, 48, 115)), color-stop(95%, rgb(120, 33, 104)), color-stop(100%, rgb(120, 33, 104)));
  background: linear-gradient(to right, rgb(24, 48, 115) 0%, rgb(24, 48, 115) 5%, rgb(120, 33, 104) 95%, rgb(120, 33, 104) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#183073", endColorstr="#782168", GradientType=1 );
}

.gradient {
  background: -webkit-linear-gradient(left, #183073 5%, #183073 95%);
  color: #183073;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*	Common classes	*/
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.mobile {
  display: none;
}

.nonmobile {
  display: block;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: -2px !important;
}

.clear, .inner-container, .page-container {
  clear: both;
}
.clear:after, .inner-container:after, .page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.page-container {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}

.inner-container {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1145px;
  position: relative;
}

.flex-wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.text-decoration-underline {
  text-decoration: underline;
}

/*	Common listing	- Just add 'listing' wrapper class above any ul or ol blocks */
.listing-landing {
  line-height: 1.2;
  font-family: "CurrysSans-Regular", sans-serif;
  margin-bottom: 2rem;
}
.listing-landing ol, .listing-landing ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.listing-landing ol li, .listing-landing ul li {
  list-style-position: outside;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.listing-landing ol li:before, .listing-landing ul li:before {
  content: "✔";
  position: absolute;
  left: 0;
}
.listing-landing ul {
  list-style-type: none;
  margin-top: 0.5rem;
}
.listing-landing ul ul {
  list-style-type: circle;
}
.listing-landing ul ul ul {
  list-style-type: square;
}
.listing-landing ul ul ul ul {
  list-style-type: upper-alpha;
}
.listing-landing ol {
  list-style-type: decimal;
}
.listing-landing ol ol {
  list-style-type: upper-roman;
}
.listing-landing ol ol ol {
  list-style-type: lower-roman;
}
.listing-landing ol ol ol ol {
  list-style-type: lower-alpha;
}

/**/
.pb-30 {
  padding-bottom: 30% !important;
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  hyphens: auto;
}

.tnc-u-text {
  font-size: 1.8rem !important;
  text-decoration: underline;
}

/*	Common table style	- Just add 'table-grid' wrapper class above any table blocks */
.table-grid {
  margin-bottom: 2rem;
  overflow-x: auto;
}
.table-grid table {
  border-collapse: collapse;
  width: 100%;
}
.table-grid table th, .table-grid table td {
  padding: 1rem;
  border: 1px solid #aaacad;
  text-align: left;
}
.table-grid table tr:nth-child(even) {
  background-color: #aaacad;
}
.table-grid table th {
  background-color: #1dbdc6;
  color: white;
}

/* Common Text Alignment Classes */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/*Error*/
.error-msg {
  color: #e20000;
  margin-bottom: 2rem;
}

.error {
  border-color: #e20000 !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*Media query*/
@media screen and (max-width : 960px) {
  .tnc-u-text {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width : 767px) {
  .mobile {
    display: block;
  }
  .nonmobile {
    display: none;
  }
  .mobile-break {
    display: block !important;
  }
}
/* All custom base classes which generally use Ex: .text-right, .text-left */
header {
  color: black;
}
header .header-container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 2rem;
  z-index: 5;
  position: relative;
}
header .header-container ul {
  padding: 0;
  margin: 0;
}
header .header-container ul li {
  list-style-type: none;
}
header .header-container ul li img {
  width: 100%;
  height: auto;
}
header .header-container ul li a.terms {
  font-family: "gotham-medium", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}
header .header-container ul li a.terms:hover, header .header-container ul li a.terms:focus-visible {
  text-decoration: underline;
}
header .header-container .links-container {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 44%;
}
header .header-container .links-container .header-links {
  margin: 0 2rem;
}
header .header-container .logo-link {
  width: 12.5%;
}
header .header-container .logo-link a:focus-visible {
  outline: 1px dotted #cfc8f7;
}
header.inner-header .header-container .logo-link {
  width: 9.6%;
}

.pink-background {
  background-color: #f9d2e5;
}

.aqua-background {
  background-color: #cae7e6;
}

.yellow-background {
  background-color: #ffeeb9;
}

.purple-background {
  background-color: #cfc8f7;
}

.gradient-background {
  background: -webkit-linear-gradient(left, #7871c2 40%, #d399cf 65%); /* For Chrome and Safari */
  color: #7871c2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-section {
  width: 100%;
}
.top-section img {
  width: 100%;
}

.winner-animation {
  background: url("../images/UK/floorcare/game/winner_background.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  padding-bottom: 20rem;
}
.winner-animation .animation_container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10rem 0;
}
.winner-animation .animation_container .winner-tv {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 17rem;
}
.winner-animation .animation_container .winner-tv img {
  width: 100%;
  height: auto;
}
.winner-animation .play-btn {
  position: absolute;
  bottom: -4%;
  left: 50%;
  width: 15%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.winner-animation .play-btn img {
  width: 100%;
  height: auto;
}

.loader-container {
  z-index: 555;
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.loader-container img {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

/*Media query*/
@media screen and (max-width : 1440px) {
  header .header-container ul li a.terms {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 960px) {
  header .header-container {
    width: 90%;
  }
  .winner-animation {
    padding-bottom: 10rem;
  }
  .winner-animation .animation_container {
    padding: 1rem;
  }
}
@media screen and (max-width : 767px) {
  header .header-container {
    width: 100%;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .header-container ul {
    width: 25%;
    text-align: center;
  }
  header .header-container ul li img {
    width: 100%;
  }
  header .header-container ul li a.terms {
    font-size: 1.7rem;
  }
  header .header-container .links-container {
    padding-top: 3rem;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: none;
  }
  header .header-container .logo-link {
    min-width: 190px;
  }
  .top-section .nonmobile {
    display: none;
  }
  .top-section .mobile {
    display: block;
  }
  .winner-animation {
    padding-bottom: 10rem;
    background-image: url("../images/UK/game/winner_background_mobile.png");
  }
  .winner-animation img {
    width: 100%;
  }
  .winner-animation img.nonmobile {
    display: none;
  }
  .winner-animation img.mobile {
    display: block;
  }
  .winner-animation .animation_container {
    padding: 0;
  }
  .winner-animation .animation_container .winner-tv {
    width: 90%;
  }
  .winner-animation .play-btn {
    width: 20%;
    bottom: -4%;
  }
}
/*---Pages---*/
.home-section {
  width: 100%;
}
.home-section .top-section {
  width: 100%;
  position: relative;
}
.home-section .top-section .top-hero-section .promo-img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #091822;
  padding-bottom: 49%;
  margin-top: -12vw;
}
.home-section .top-section .top-hero-section .promo-img.reg-background {
  padding-bottom: 26%;
  margin-top: -9vw;
}
.home-section .top-section .top-hero-section h1 {
  font-family: "Gotham-ultra", sans-serif;
  font-size: 9.2rem;
  text-align: center;
  line-height: 0.9;
  padding-top: 7rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section .top-section .top-hero-section .prize-img {
  width: 38%;
  margin: 0 auto;
  position: absolute;
  bottom: -16%;
  left: 50%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-section .top-section .chance-container {
  position: absolute;
  left: 27.2%;
  top: 47%;
  text-align: center;
  width: 11vw;
  line-height: 1;
}
.home-section .top-section .chance-container .chance-txt {
  font-size: 2.2vw;
  color: white;
}
.home-section .top-section .chance-container .button.small {
  font-size: 1.4vw;
}
.home-section .promotion-img {
  position: absolute;
  top: 8%;
  right: 22%;
  width: 6%;
}
.home-section .promotion-img img {
  width: 100%;
}
.home-section .shop-now {
  text-align: center;
  margin: 2rem auto 0.5rem;
  width: 90%;
}
.home-section .shop-now a {
  cursor: pointer;
  padding: 1.8rem;
}
.home-section .shop-now a img {
  width: 47%;
}
.home-section .product-information-section {
  padding: 7rem 0 1rem;
  margin: 3rem auto;
}
.home-section .product-information-section .heading, .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .price-promise-heading {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 5rem;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #4c12a1;
}
.home-section .product-information-section .heading span, .home-section .product-information-section .normal-heading-IRE span, .home-section .product-information-section .normal-heading-UK span, .home-section .product-information-section .price-promise-heading span {
  color: #e5006d;
  font-family: "CurrysSans-Headline", sans-serif;
}
.home-section .product-information-section .price-promise-heading {
  width: 80%;
  font-family: "CurrysSans-Headline", sans-serif;
  font-weight: bold;
  margin: 0 auto;
}
.home-section .product-information-section .normal-heading-UK {
  width: 70%;
  margin: 0 auto;
}
.home-section .product-information-section .normal-heading-IRE {
  width: 80%;
  margin: 0 auto;
}
.home-section .product-information-section .normal-heading-IRE strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.home-section .product-information-section p {
  font-size: 2.5rem;
  color: #091822;
  text-align: center;
  width: 70%;
  margin: 2rem auto;
}
.home-section .product-information-section p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.home-section .product-information-section p.small {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.home-section .product-information-section .company-logos {
  width: 90%;
  max-width: 1240px;
  margin: 3% auto 3%;
  padding: 1rem 0;
  text-align: center;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}
.home-section .product-information-section .company-logos img {
  margin: 1rem 2.5rem;
}
.home-section .how-to-section .steps {
  width: 82%;
  max-width: 1145px;
  margin: clamp(8rem, 7.83vw - 0.034rem, 15rem) auto clamp(6.5rem, 9.508vw - 3.255rem, 15rem);
}
.home-section .how-to-section .steps .heading, .home-section .how-to-section .steps .product-information-section .price-promise-heading, .home-section .product-information-section .how-to-section .steps .price-promise-heading, .home-section .how-to-section .steps .product-information-section .normal-heading-UK, .home-section .product-information-section .how-to-section .steps .normal-heading-UK, .home-section .how-to-section .steps .product-information-section .normal-heading-IRE, .home-section .product-information-section .how-to-section .steps .normal-heading-IRE {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 5.5rem;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #4c12a1;
}
.home-section .how-to-section .steps .step-container {
  padding: 2rem 0;
  display: flex;
}
.home-section .how-to-section .steps .step-container .step {
  padding: 3rem 3.6rem;
  width: 31%;
  margin: 0 1.3%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #CFD9E0;
  border-radius: 1.5rem;
}
.home-section .how-to-section .steps .step-container .step:nth-of-type(3) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.home-section .how-to-section .steps .step-container .step .step-icon {
  width: 100%;
  text-align: center;
}
.home-section .how-to-section .steps .step-container .step .step-icon img {
  max-width: 31%;
  margin: 0 auto;
}
.home-section .how-to-section .steps .step-container .step h2 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 2.1rem;
  text-align: center;
}
.home-section .how-to-section .steps .step-container .step p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 1.6rem;
  color: #091822;
  text-align: center;
  margin: 0.5rem 0 2.4rem;
}
.home-section .how-to-section .steps .step-container .step p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.home-section .how-to-section .steps .step-container .step.second-step {
  /* border-left: 2px solid $blue; border-right: 2px solid $blue; */
}
.home-section .how-to-section .steps .step-container .step.redemption-step {
  border-left: 2px solid #b5b5b5;
  border-right: 2px solid #b5b5b5;
}
.home-section .how-to-section .steps a.shop-button {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 2rem;
  color: #4c12a1;
  text-align: center;
  border: 1px solid #4c12a1;
  border-radius: 3rem;
  padding: 1.2rem 2.8rem;
  display: inline-block;
  line-height: 1.3;
}
.home-section .how-to-section .steps a.shop-button:hover {
  text-decoration: none;
  text-decoration-color: #4c12a1;
  background-color: #4c12a1;
  color: #FFFFFF;
}
.home-section .how-to-section .steps a.shop-button:active {
  text-decoration: none;
  text-decoration-color: #4c12a1;
  background-color: #4c12a1;
  color: #FFFFFF;
}
.home-section .how-to-section .steps a.shop-button:focus {
  text-decoration: none;
  text-decoration-color: #4c12a1;
  background-color: #4c12a1;
  color: #FFFFFF;
}
.home-section .how-to-section .steps .disclaimer {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
.home-section .home-promotion {
  position: relative;
  /* &.promotion-prelaunch {
  	background: url("../images/UK/mda-q4-2025/bg-footer.jpg") center center no-repeat; background-size: cover; margin: 3rem 0 0; padding-bottom: 35%;
  } */
}
.home-section .home-promotion .ballon {
  position: absolute;
  width: 15%;
  right: 9.6%;
  top: -6vw;
}
.home-section .home-promotion.static-bg {
  padding: 0;
}
.home-section .home-promotion.static-bg .inner-container {
  text-align: center;
  background: url("../images/UK/25002/bg-promotion-info-footer.png") center center no-repeat;
  background-size: cover;
  padding: clamp(4.5rem, 2.461vw + 1.975rem, 6.7rem) 0 clamp(8.5rem, 8.389vw - 0.107rem, 16rem);
  border-radius: clamp(1.8rem, 0.671vw + 1.111rem, 2.4rem);
}
.home-section .home-promotion.static-bg .inner-container p {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 0.224vw + 1.57rem, 2rem);
}
.home-section .home-promotion .promo-container {
  z-index: 1;
  width: 75%;
  margin: 0 auto;
  position: absolute;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 30%;
  left: 50%;
}
.home-section .home-promotion .promo-container h1 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 5.6rem;
  color: #FFFFFF;
  text-align: center;
}
.home-section .home-promotion .promo-container p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1.4rem;
}
.home-section .home-promotion .promo-container p a {
  font-family: "gotham-medium", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 2rem;
}
.home-section .home-promotion .promo-container p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.home-section .home-promotion .promo-container.static {
  position: static;
  -khtml-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.home-section .home-promotion .promotion-button {
  z-index: 0;
  position: absolute;
  width: auto;
  margin: 0 auto;
  left: 50%;
  bottom: 25%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-section .home-promotion .promotion-button .enter-now-animation {
  width: 350px;
  height: 200px;
  margin: 2% auto;
  background: url("../images/UK/laptop/button-enter-here-350x200.png") left center;
  animation: play350x200 0.9s steps(53) infinite;
  cursor: pointer;
}
.home-section .home-promotion .promotion-button .opening-soon-animation {
  width: 350px;
  height: 200px;
  margin: 2% auto;
  background: url("../images/UK/laptop/button-opening-soon-350x200.png") left center;
  animation: play350x200 0.9s steps(53) infinite;
}
.home-section .home-promotion .promotion-button .loading-animation {
  padding: 3rem 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.home-section .home-promotion .promotion-button .loading-animation .btn {
  text-align: center;
  margin: 0 auto;
}
.home-section .home-promotion .promotion-button .loading-animation .btn a {
  margin: 0 auto;
  display: inline-block;
  font-size: 2.1rem;
  font-family: "CurrysSans-Headline", sans-serif;
  background-color: #FFFFFF;
  color: #4c12a1;
  border: 0 solid #4c12a1;
  border-radius: 50px;
  padding: 1.5rem 5rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section .home-promotion .promotion-button .loading-animation .btn a:hover, .home-section .home-promotion .promotion-button .loading-animation .btn a:focus {
  text-decoration: none;
  background-color: #4c12a1;
  color: #FFFFFF;
}
.home-section .home-promotion .promotion-button .loading-animation .enter-now a {
  padding: 1.5rem 2rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section .home-promotion .promotion-button img {
  width: 100%;
  height: auto;
}
.home-section .home-promotion .promotion-button .star-container {
  position: absolute;
  width: 50%;
  top: -2.5rem;
  left: -1rem;
}
.home-section .home-promotion .promotion-button .star-container img {
  width: 100%;
  height: auto;
}
.home-section .home-promotion .promotion-button.static {
  position: static;
  -khtml-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.home-section .home-promotion .price-promise-promotion-button {
  bottom: 10%;
}
.home-section .home-promotion .open-warning {
  width: 100%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
.home-section .home-promotion .open-warning.static {
  position: static;
  -khtml-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.home-section .home-promotion .open-warning p {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 1.5rem;
  color: #4c12a1;
  text-align: center;
}
.home-section .footer-disclaimer {
  font-size: 1.6rem;
  text-align: center;
  padding: 5rem 0 clamp(11rem, 10.067vw + 0.671rem, 20rem);
}
.home-section .footer-disclaimer .inner-container {
  max-width: 90%;
}

/*Media query*/
@media screen and (max-width : 1920px) {
  .home-section .top-section .chance-container {
    top: 49.5%;
  }
  .home-promotion .promo-container {
    top: 45%;
  }
}
@media screen and (max-width : 1440px) {
  .home-section .top-section .chance-container {
    top: 51%;
  }
  .home-section .shop-now a .shop-button {
    cursor: pointer;
    padding: 1.8rem;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-section .shop-now a .shop-button img {
    width: 50%;
  }
  .home-section .product-information-section .heading, .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .normal-heading-IRE {
    font-size: 4rem;
  }
  .home-section .product-information-section .normal-heading-UK {
    width: 65%;
  }
  .home-section .product-information-section .normal-heading-IRE {
    width: 85%;
  }
  .home-section .product-information-section p {
    width: 72%;
  }
  .home-section .how-to-section .steps .heading, .home-section .how-to-section .steps .product-information-section .price-promise-heading, .home-section .product-information-section .how-to-section .steps .price-promise-heading, .home-section .how-to-section .steps .product-information-section .normal-heading-UK, .home-section .product-information-section .how-to-section .steps .normal-heading-UK, .home-section .how-to-section .steps .product-information-section .normal-heading-IRE, .home-section .product-information-section .how-to-section .steps .normal-heading-IRE {
    font-size: 5rem;
  }
  .home-section .how-to-section .steps .disclaimer {
    font-size: 1.45rem;
  }
  .home-section .home-promotion.promotion-IRE {
    padding-bottom: 40%;
  }
  .home-section .home-promotion .price-promise-promotion-button {
    bottom: -16%;
  }
  .home-section .home-promotion .promo-container {
    top: 45%;
  }
  .home-section .home-promotion .promo-container h1 {
    font-size: 5rem;
  }
  .home-section .home-promotion .promo-container p {
    font-size: 2.2rem;
  }
  .home-section .home-promotion .promo-container p a {
    font-size: 1.5rem;
  }
  .home-section .home-promotion .promotion-button {
    bottom: 19%;
  }
  .home-section .home-promotion .promotion-button .loading-animation .btn a {
    font-size: 2rem;
  }
  .home-section .home-promotion .open-warning {
    bottom: 8%;
  }
  .home-section .home-promotion .open-warning p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width : 1281px) {
  .nullify {
    display: none;
  }
  .home-section .home-promotion .price-promise-promotion-button {
    bottom: -10%;
  }
  .home-section .top-section .top-hero-section h1 {
    font-size: 6.5rem;
  }
  .home-section .top-section .chance-container {
    top: 49%;
  }
  .home-section .promotion-img {
    position: absolute;
    top: 8%;
    right: 22%;
    width: 6%;
  }
  .home-section .product-information-section .normal-heading-UK {
    width: 80%;
  }
  .home-section .product-information-section .company-logos img {
    width: 12%;
    height: auto;
    margin: 1rem 1.5rem;
  }
  .home-section .product-information-section .company-logos img.aeg-logo {
    width: 10%;
  }
  .home-section .product-information-section .company-logos img.beko-logo {
    width: 11%;
  }
  .home-section .home-promotion .promo-container {
    top: 55%;
    width: 75%;
  }
  .home-section .home-promotion .promo-container .links {
    font-size: 1.8rem;
  }
  .home-section .home-promotion.promotion-IRE {
    padding-bottom: 55%;
  }
  .home-section .home-promotion.price-promise-promotion-UK {
    padding-bottom: 70%;
  }
  .home-section .home-promotion.price-promise-promotion-IRE {
    padding-bottom: 70%;
  }
}
@media screen and (max-width : 1181px) {
  .home-section .top-section .chance-container {
    top: 53%;
  }
  .home-section .top-section .chance-container .chance-txt {
    font-size: 2vw;
  }
  .home-section .top-section .chance-container .button.small {
    font-size: 1.3vw;
  }
  .home-section .how-to-section .steps {
    width: 85%;
  }
  .home-section .home-promotion .promo-container {
    width: 85%;
  }
}
@media screen and (max-width : 960px) {
  .home-section .top-section .top-hero-section h1 {
    font-size: 4.5rem;
  }
  .home-section .top-section .top-hero-section .links-container {
    position: absolute;
    z-index: 10;
    bottom: 3rem;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-family: "gotham-medium", sans-serif;
  }
  .home-section .top-section .top-hero-section .links-container li {
    margin: 0 1rem;
  }
  .home-section .top-section .top-hero-section .links-container a {
    color: #FFFFFF;
  }
  .home-section .top-section .chance-container {
    top: 58%;
    width: 16vw;
    left: 23.4%;
  }
  .home-section .top-section .chance-container .chance-txt {
    font-size: 1.9vw;
  }
  .home-section .top-section .chance-container .button.small {
    font-size: 1.5vw;
  }
  .home-section .how-to-section .heading, .home-section .how-to-section .product-information-section .price-promise-heading, .home-section .product-information-section .how-to-section .price-promise-heading, .home-section .how-to-section .product-information-section .normal-heading-UK, .home-section .product-information-section .how-to-section .normal-heading-UK, .home-section .how-to-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .how-to-section .normal-heading-IRE {
    font-size: 4rem;
  }
  .home-section .how-to-section .steps {
    width: 90%;
  }
  .home-section .how-to-section .steps .heading, .home-section .how-to-section .steps .product-information-section .price-promise-heading, .home-section .product-information-section .how-to-section .steps .price-promise-heading, .home-section .how-to-section .steps .product-information-section .normal-heading-UK, .home-section .product-information-section .how-to-section .steps .normal-heading-UK, .home-section .how-to-section .steps .product-information-section .normal-heading-IRE, .home-section .product-information-section .how-to-section .steps .normal-heading-IRE {
    font-size: 4rem;
  }
  .home-section .how-to-section .steps .step-container .step {
    padding: 2rem;
  }
  .home-section .how-to-section .steps .step-container .step a.shop-button {
    padding: 1.2rem 1.6rem;
  }
  .home-section .promotion-img {
    position: absolute;
    top: 6%;
    right: 22%;
    width: 7%;
  }
  .home-section .shop-now {
    margin-bottom: 2rem;
  }
  .home-section .product-information-section .heading, .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .normal-heading-IRE {
    font-size: 4rem;
  }
  .home-section .product-information-section p {
    font-size: 2.1rem;
  }
  .home-section .product-information-section p.small {
    font-size: 1.4rem;
  }
  .home-section .product-information-section .company-logos {
    width: 80%;
  }
  .home-section .product-information-section .company-logos .company-logos img {
    width: 12%;
    height: auto;
  }
  .home-section .home-promotion .ballon {
    width: 44%;
    max-width: 160px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -15vw;
  }
  .home-section .home-promotion.promotion-prelaunch, .home-section .home-promotion.promotion-UK {
    margin-top: 30vw;
  }
  .home-section .home-promotion.promotion-IRE {
    padding-bottom: 70%;
  }
  .home-section .home-promotion.price-promise-promotion-UK {
    padding-bottom: 100%;
  }
  .home-section .home-promotion.static-bg .inner-container {
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home-section .home-promotion .promo-container {
    width: 90%;
  }
  .home-section .home-promotion .promo-container h1 {
    font-size: 5rem;
  }
  .home-section .home-promotion .promo-container p {
    font-size: 2rem;
  }
  .home-section .home-promotion .promo-container .links {
    font-size: 1.7rem;
  }
  .home-section .home-promotion .promo-container .ribbon {
    padding-top: 2rem;
  }
  .home-section .home-promotion .promo-container .ribbon .click-here {
    width: 60%;
  }
  .home-section .home-promotion .promotion-button {
    bottom: 10%;
  }
  .home-section .home-promotion .promotion-button .enter-now-animation {
    width: 200px;
    height: 200px;
    margin: 2% auto;
    background: url("../images/UK/laptop/button-enter-here-200x200.png") left center;
    animation: play200x200 0.9s steps(53) infinite;
  }
  .home-section .home-promotion .promotion-button .star-container {
    position: absolute;
    width: 50%;
    top: -2rem;
    left: 0rem;
  }
  .home-section .home-promotion .promotion-button .star-container img {
    width: 100%;
    height: auto;
  }
  .home-section .home-promotion .open-warning {
    width: 90%;
  }
}
@media screen and (max-width : 767px) {
  .home-section .top-section .top-hero-section .promo-img {
    padding-bottom: 192%;
    background-position: center bottom;
    margin-top: -50%;
  }
  .home-section .top-section .top-hero-section .promo-img.reg-background {
    padding-bottom: 195%;
    margin-top: -50%;
  }
  .home-section .top-section .top-hero-section h1 {
    font-size: 5rem;
    padding: 3.5rem 4.2% 0;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-section .top-section .top-hero-section h1 br {
    display: none;
  }
  .home-section .top-section .down-arrow {
    position: absolute;
    bottom: 9rem;
    left: 50%;
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3rem;
    width: 5rem;
    cursor: pointer;
  }
  .home-section .product-information-section {
    padding: 0;
    width: 90%;
  }
  .home-section .product-information-section .heading, .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .normal-heading-IRE {
    font-size: 3.1rem;
    width: 90%;
    margin: 3rem auto 0;
  }
  .home-section .product-information-section .normal-heading-IRE {
    width: 95%;
  }
  .home-section .product-information-section p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    width: 80%;
  }
  .home-section .product-information-section p.small {
    font-size: 1.3rem;
  }
  .home-section .product-information-section .company-logos {
    margin: 2rem auto 0;
    padding: 2rem 0;
    text-align: center;
    width: 90%;
  }
  .home-section .product-information-section .company-logos a {
    display: block;
  }
  .home-section .product-information-section .company-logos img {
    width: auto;
    margin: 3rem 0;
  }
  .home-section .product-information-section .company-logos img.aeg-logo {
    width: 37%;
  }
  .home-section .product-information-section .company-logos img.beko-logo {
    width: 38%;
  }
  .home-section .product-information-section .enter-now-section {
    position: relative;
    padding-bottom: 40%;
    background: url("../images/UK/home_page_section_backgroud.png") center center no-repeat;
    background-size: 100%;
  }
  .home-section .product-information-section .enter-now-section.mobile {
    display: block;
  }
  .home-section .product-information-section .enter-now-section .promotion-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .home-section .product-information-section .enter-now-section .promotion-button .enter-now-animation {
    width: 200px;
    height: 200px;
    margin: 2% auto;
    background: url("../images/UK/laptop/button-enter-here-200x200.png") left center;
    animation: play200x200 0.9s steps(53) infinite;
  }
  .home-section .product-information-section .enter-now-section .promotion-button .star-container {
    position: absolute;
    width: 50%;
    top: -1rem;
    left: 0rem;
  }
  .home-section .product-information-section .enter-now-section .promotion-button .star-container img {
    width: 100%;
    height: auto;
  }
  .home-section .how-to-section {
    margin-top: 3rem;
  }
  .home-section .how-to-section .steps {
    width: 84%;
  }
  .home-section .how-to-section .steps .heading, .home-section .how-to-section .steps .product-information-section .price-promise-heading, .home-section .product-information-section .how-to-section .steps .price-promise-heading, .home-section .how-to-section .steps .product-information-section .normal-heading-UK, .home-section .product-information-section .how-to-section .steps .normal-heading-UK, .home-section .how-to-section .steps .product-information-section .normal-heading-IRE, .home-section .product-information-section .how-to-section .steps .normal-heading-IRE {
    font-size: 4rem;
  }
  .home-section .how-to-section .steps .step-container {
    padding: 3rem 0 0;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .home-section .how-to-section .steps .step-container .step {
    width: 100%;
    padding: 3rem 1.6rem;
    margin: 0 0 3rem 0;
  }
  .home-section .how-to-section .steps .step-container .step.second-step {
    margin: 0 0 2rem 0;
  }
  .home-section .how-to-section .steps .step-container .step a.shop-button {
    padding: 1.2rem 3rem;
  }
  .home-section .home-promotion.promotion-prelaunch {
    background: url("../images/UK/mda-q4-2025/bg-footer-mob.jpg") center top no-repeat;
    background-size: cover;
  }
  .home-section .home-promotion.promotion-UK {
    background: url("../images/UK/mda-q4-2025/bg-footer-mob.jpg") center top no-repeat;
    background-size: cover;
  }
  .home-section .home-promotion.promotion-IRE {
    padding-bottom: 90%;
  }
  .home-section .home-promotion.price-promise-promotion-UK {
    padding-bottom: 125%;
  }
  .home-section .home-promotion.price-promise-promotion-IRE {
    padding-bottom: 125%;
  }
  .home-section .home-promotion .promo-container {
    width: 86%;
  }
  .home-section .home-promotion .promo-container p {
    margin: 1rem 0;
  }
  .home-section .home-promotion .promo-container .ribbon {
    padding: 4rem 0;
  }
  .home-section .home-promotion .promo-container .ribbon .click-here {
    width: 95%;
  }
  .home-section .home-promotion .promotion-button {
    width: auto;
  }
  .home-section .home-promotion .promotion-button .loading-animation {
    margin: 0 auto;
  }
  .home-section .home-promotion .open-warning {
    width: 85%;
  }
  .home-section .mobile.landing-page-promotion .promo-container {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .home-section .mobile.landing-page-promotion .copy-container {
    margin-top: 1rem;
  }
  .home-section .promotion-img {
    position: absolute;
    top: 56%;
    right: 78%;
    width: 20%;
  }
  .home-section .promotion-price-img {
    position: absolute;
    top: 56%;
    right: 73%;
    width: 23%;
  }
  .home-section .shop-now a {
    padding: 1.5rem 1.8rem;
  }
  .home-section .shop-now a img {
    width: 32%;
  }
}
.bg-pink {
  color: #e5006d;
}

@media screen and (max-width : 320px) {
  .home-section .home-promotion .promo-container p {
    margin: 1rem 0;
    font-size: 1.5rem;
  }
}
@keyframes play {
  100% {
    background-position: -14880px;
  }
}
@keyframes playmobile {
  100% {
    background-position: -10080px;
  }
}
@keyframes play100 {
  100% {
    background-position: -5280px;
  }
}
@keyframes play125 {
  100% {
    background-position: -6480px;
  }
}
@keyframes play150 {
  100% {
    background-position: -7050px;
  }
}
@keyframes play175 {
  100% {
    background-position: -8400px;
  }
}
@keyframes play200 {
  100% {
    background-position: -9400px;
  }
}
@keyframes play340 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -15928px;
  }
}
@keyframes play700 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -17522px;
  }
}
@keyframes play735 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -25725px;
  }
}
@keyframes play800 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -18837px;
  }
}
@keyframes play350 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -12600px;
  }
}
@keyframes play454 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -15906px 0;
  }
}
@keyframes play474 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -11848px;
  }
}
@keyframes play400 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -9995px;
  }
}
@keyframes play510 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -18360px;
  }
}
@keyframes play_floorcare_desktop {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -24380px;
  }
}
@keyframes play31800 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -30740px;
  }
}
/*New buttons animation*/
@keyframes play350x200 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -18550px;
  }
}
@keyframes play200x200 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -10600px;
  }
}
@keyframes play481 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -25500px;
  }
}
.register-section .top-section .top-hero-section .promo-img {
  background-color: #091822;
}
.register-section .heading, .register-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .register-section .price-promise-heading, .register-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .register-section .normal-heading-UK, .register-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .register-section .normal-heading-IRE {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: clamp(4rem, 2.888vw + 0.055rem, 5.6rem);
  text-align: center; /*margin: 1rem 0 3.5rem;*/
  color: #4c12a1;
  margin-top: clamp(6rem, 4.474vw + 1.409rem, 10rem);
}

.register-form {
  width: 63%;
  margin: 2rem auto 8rem;
}
.register-form p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 1.5vw;
  text-align: center;
}
.register-form p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.register-form .imageRule {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: right;
  width: 100%;
}
.register-form .receiptRule {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: right;
  width: 100%;
}
.register-form .date-warning {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: right;
  width: 100%;
}
.register-form .success-message {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: left;
  width: 100%;
  color: #178700;
}
.register-form p.sub-heading {
  margin: 0 auto;
}
.register-form form {
  width: 80%;
  max-width: 480px;
  margin: 5rem auto 0;
}
.register-form form .row {
  margin: 2rem 0;
}
.register-form form .row .checkbox-container {
  margin: 0;
}
.register-form form .row .checkbox-container .checkbox {
  margin-bottom: 0;
}
.register-form form .row .checkbox-container .checkbox label {
  padding: 0 1rem 0 3rem;
}
.register-form form .row .checkbox-container .checkbox.checkbox--newsletter p {
  color: #2d2d2d;
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  text-align: left;
}
.register-form form .row.transaction {
  margin-top: 4rem;
}
.register-form form .row.insider {
  margin: 0;
}
.register-form form .row.insider .row {
  margin: 0.8rem 0;
}
.register-form form .row.insider input, .register-form form .row.insider .receipt-overlay {
  width: 100%;
}
.register-form form .field-container {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.register-form form .field-container .field-item {
  margin: 1rem 0;
}
.register-form form .field-container .item-label {
  width: 25%;
}
.register-form form .field-container .item-input {
  width: 55%;
}
.register-form form label, .register-form form input, .register-form form .receipt-overlay {
  font-family: "CurrysSans-Regular", sans-serif;
  padding: 1.5rem;
  font-size: clamp(1.7rem, 1.264vw - 0.026rem, 2.4rem);
  display: block;
}
.register-form form label.css-label, .register-form form input.css-label, .register-form form .receipt-overlay.css-label {
  text-align: left;
  padding: 1rem;
}
.register-form form input {
  padding: 2.2rem;
}
.register-form form .optin-label {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 1.8rem;
  text-align: left;
  display: block;
}
.register-form form input[type=text].pick-date {
  background-image: url(../images/icon-date.png);
  background-repeat: no-repeat;
  background-position: 87% center;
  background-size: 2rem;
}
.register-form form .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8fafb url(../images/UK/2024/arrow-down.png) no-repeat right 12px center;
  font-family: "CurrysSans-Regular", sans-serif;
  padding: 2.3rem;
  font-size: 1.8rem;
  display: block;
  border: 1px solid #EDEEEE;
  color: #091822;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-radius: 8px;
  min-height: 5rem;
}
.register-form form input, .register-form form select {
  box-sizing: border-box;
  background-color: #f8fafb;
  border-radius: 8px; /*  box-shadow: inset 2px 4px 5px #e7e7e7; */
}
.register-form form label {
  padding: 1rem 0;
  margin-bottom: 0;
  font-weight: normal;
}
.register-form form label.form-label {
  margin-right: 2rem;
}
.register-form form .receipt-overlay, .register-form form input {
  text-align: left;
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #EDEEEE;
}
.register-form form .receipt-overlay::-moz-placeholder, .register-form form input::-moz-placeholder {
  color: #EDEEEE;
}
.register-form form .receipt-overlay::placeholder, .register-form form input::placeholder {
  color: #EDEEEE;
}
.register-form form .submit-wrapper {
  text-align: left;
}
.register-form form .transac {
  position: relative;
  margin-bottom: 0.5rem;
}
.register-form form .transac .info-icon {
  position: absolute;
  top: 2.3rem;
  right: 3%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: pointer;
  background-image: url("../images/UK/2024/icon-info.png");
  background-size: contain;
  background-position: center center;
}
.register-form form .info {
  width: 100%;
  border: 1px solid #EDEEEE;
  text-align: left;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  display: none;
}
.register-form form .info.w-91 {
  width: 91.5%;
}
.register-form form .info.error a {
  color: #e20000;
  text-decoration: underline;
  text-decoration-color: #ffa7a7;
}
.register-form form .info h3 {
  font-family: "gotham-medium", sans-serif;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  text-align: left;
  color: #4c12a1;
}
.register-form form .info p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  text-align: left;
}
.register-form form .info p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.register-form form .info p a {
  text-decoration: underline;
  text-decoration-color: #bfbfbf;
  color: #4c12a1;
}
.register-form form .info-transaction-number-used {
  width: 100%;
  border: 1px solid #EDEEEE;
  text-align: left;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}
.register-form form .info-transaction-number-used.error a {
  color: #e20000;
  text-decoration: underline;
  text-decoration-color: #ffa7a7;
}
.register-form form .info-transaction-number-used h3 {
  font-family: "gotham-medium", sans-serif;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem));
  text-align: left;
}
.register-form form .info-transaction-number-used p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  text-align: left;
}
.register-form form .info-transaction-number-used p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.register-form form .info-transaction-number-used p a {
  text-decoration: underline;
  text-decoration-color: #bfbfbf;
}
.register-form form .error-message {
  margin: 0;
  color: #e20000;
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  line-height: 1;
  text-align: left;
}
.register-form form .error-message ul {
  padding: 0;
  margin: 5px 0%;
}
.register-form form .error-message ul li {
  list-style: none;
}
.register-form form .receipt-info {
  position: relative;
}
.register-form form .receipt-info input {
  display: none;
}
.register-form form .receipt-info .receipt-overlay {
  color: #EDEEEE;
  word-wrap: break-word;
  padding: 1.7rem;
  margin: 0;
  background-color: #f8fafb;
  border-radius: 8px;
}
.register-form form .receipt-info .info-icon {
  position: absolute;
  top: 2.5rem;
  right: 3%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("../images/UK/2024/icon-info.png");
  background-size: contain;
  background-position: center center;
}
.register-form form .receipt-info .info {
  width: 100%;
}
.register-form form .disclaimer {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
  text-align: left;
  margin: 2rem 0;
}
.register-form .open-warning p {
  font-size: clamp(1.4rem, 0.361vw + 0.907rem, 1.6rem);
}

.submit-animation {
  position: relative;
  width: 350px;
  height: 200px;
  margin: 0 auto;
  background: url("../images/UK/laptop/button-submit-350x200.png") left center;
  animation: play350x200 0.9s steps(53) infinite;
}
.submit-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.submit-animation .star-container img {
  width: 100%;
  height: auto;
}

.submit-button {
  padding: 2rem 0 2rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.submit-button .btn {
  text-align: center;
  margin: 0 auto;
}
.submit-button .btn a {
  margin: 0 auto;
  font-size: 2.1rem;
  font-family: "CurrysSans-Headline", sans-serif;
  color: #4c12a1;
  border: 1px solid #4c12a1;
  border-radius: 50px;
  padding: 1.2rem 2.8rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.submit-button .btn a:hover, .submit-button .btn a:focus {
  text-decoration: none;
  background-color: #4c12a1;
  color: #FFFFFF;
}

/*Media query*/
@media screen and (max-width : 1440px) {
  .register-section .heading, .register-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .register-section .price-promise-heading, .register-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .register-section .normal-heading-UK, .register-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .register-section .normal-heading-IRE {
    font-size: 4rem;
  }
  .register-section p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 1281px) {
  .register-section .register-form {
    width: 65%;
  }
  .nullify {
    display: none;
  }
}
@media screen and (max-width : 960px) {
  p .nonmobile {
    display: none;
  }
  .register-section .heading, .register-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .register-section .price-promise-heading, .register-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .register-section .normal-heading-UK, .register-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .register-section .normal-heading-IRE {
    font-size: 3.6rem;
  }
  .register-section .register-form {
    width: 80%;
  }
  .register-section .register-form .imageRule {
    width: 100%;
  }
  .register-section .google-captcha > div {
    margin: 0 auto;
  }
  .submit-animation {
    width: 200px;
    height: 200px;
    margin: 1% auto;
    background: url("../images/UK/laptop/button-submit-200x200.png") left center;
    animation: play200x200 0.9s steps(53) infinite;
  }
}
@media screen and (max-width : 767px) {
  .register-section .top-section.nonmobile {
    display: none;
  }
  .register-section .top-section.mobile {
    display: block;
  }
  .register-section .top-section .top-hero-section .down-arrow {
    bottom: 2.5rem;
  }
  .register-section .heading, .register-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .register-section .price-promise-heading, .register-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .register-section .normal-heading-UK, .register-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .register-section .normal-heading-IRE {
    font-size: 4rem;
    margin: 4rem 0 4rem;
  }
  .register-section .register-form {
    width: 95%;
  }
  .register-section .register-form p.sub-heading {
    width: 80%;
    font-size: 1.8rem;
  }
  .register-section .register-form form {
    width: 90%;
    margin: 2rem auto 0;
  }
  .register-section .register-form form .disclaimer {
    font-size: 1.4rem;
  }
  .register-section .register-form form .row {
    margin: 2rem 0;
  }
  .register-section .register-form form .row .checkbox-container {
    margin: 0;
  }
  .register-section .register-form form .row .checkbox-container .checkbox label {
    font-size: 1.4rem;
  }
  .register-section .register-form form .row .checkbox-container .checkbox.checkbox--newsletter p {
    font-size: 1.4rem;
  }
  .register-section .register-form form .row .checkbox-container .checkbox.checkbox--newsletter label br {
    display: none;
  }
  .register-section .register-form form .row.insider {
    margin: 0;
  }
  .register-section .register-form form .row.insider .row {
    margin: 1rem 0;
  }
  .register-section .register-form form .row.insider input {
    width: 100%;
  }
  .register-section .register-form form .row.transaction {
    margin: 2rem 0;
  }
  .register-section .register-form form input[type=text].pick-date {
    background-position: 85% center;
  }
  .register-section .register-form form label, .register-section .register-form form input {
    text-align: left;
    margin: 0;
    width: 100%;
  }
  .register-section .register-form form label {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 2rem;
  }
  .register-section .register-form form label.css-label {
    margin: 0;
  }
  .register-section .register-form form .custom-select {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 1.5rem;
  }
  .register-section .register-form form .optin-label {
    font-size: 1.5rem;
  }
  .register-section .register-form form .transac .info-icon {
    right: 3%;
  }
  .register-section .register-form form .info, .register-section .register-form form .info-transaction-number-used {
    width: 100%;
  }
  .register-section .register-form form .info h3, .register-section .register-form form .info p, .register-section .register-form form .info-transaction-number-used h3, .register-section .register-form form .info-transaction-number-used p {
    font-size: 1.5rem;
  }
  .register-section .register-form form .submit-wrapper {
    text-align: center;
  }
  .register-section .register-form form .error-message ul {
    padding: 0;
    margin: 0.5rem 0;
  }
  .register-section .register-form form .receipt-info .info-icon {
    right: 3%;
  }
  .register-section .register-form form .receipt-info .info {
    width: 100%;
    margin: 0;
  }
  .register-section .register-form form .receipt-info .receipt-overlay {
    padding-right: 4rem;
    width: 100%;
  }
  .register-section .bottom-banner {
    width: 100%;
  }
  .register-section .bottom-banner img {
    width: 100%;
  }
  .register-section .google-captcha > div {
    margin: 0 auto;
  }
  .submit-button .btn a {
    padding: 0.9rem 7rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width : 481px) {
  .google-captcha > div {
    margin: 0 auto;
  }
  .register-form .imageRule br {
    display: none;
  }
  .register-form form .otp-input {
    width: 100%;
    height: 67px;
    padding: 0.5rem;
    text-align: center !important;
  }
}
.game-section {
  margin-top: -9vw;
}
.game-section .game-container {
  position: relative;
}
.game-section .game-container .tvBtn {
  position: absolute;
  bottom: 3vw;
  z-index: 100;
  left: 50%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.game-section .game-container .tvBtn img {
  width: 80%;
}
.game-section .game-container .cursor-pointer {
  cursor: pointer;
}
.game-section .game-container .title {
  position: absolute;
  top: 30%;
  left: 40%;
}
.game-section .game-container .play-game {
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  bottom: 4%;
  left: 50%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.game-section .game-container .play-game .power-animation {
  width: 200px;
  height: 200px;
  margin: 2% auto;
  background: url("../images/UK/buttons/power.png") left center;
  animation: play200 0.9s steps(48) infinite;
}
.game-section .game-container .play-game .open-oven-animation {
  width: 200px;
  height: 200px;
  margin: 2% auto;
  background: url("../images/UK/buttons/open_oven.png") left center;
}
.game-section .game-container .play-game img {
  width: 100%;
}
.game-section .game-container .play-game .star {
  position: absolute;
  top: 5%;
  left: 1%;
  width: 50%;
}
.game-section .game-container .play-game .star img {
  width: 100%;
  height: auto;
  animation: spin 4s infinite linear;
}
.game-section .game-container .incorrect-answer-container {
  position: relative;
  overflow: hidden;
  background-image: url("../images/UK/fridge/incorrect_answer.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 44%;
}
.game-section .game-container .animation-container {
  padding: 17.2vw 0 18.8vw;
  background-image: url("../images/UK/mda-q4-2025/top-action-bg-desk.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.game-section .game-container .animation-container::before {
  content: "";
  width: 735px;
  display: block;
  height: 50%;
  background-image: url("../images/UK/mda-autumn-2024/game-result-bg-desk.png");
  background-position: bottom center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.game-section .game-container .animation-container .vaccume-pipe-container .vacuum-pipe {
  margin: 0 auto;
  height: 45rem;
}
.game-section .game-container .animation-container .prize-container {
  position: relative;
  width: 735px;
  height: 317px;
  margin: 0 auto;
  z-index: 2;
}
.game-section .game-container .animation-container .prize-container .incorrect-answer {
  background: url("../images/laptop/laptop_incorrect_answer.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 42rem;
  position: absolute;
  top: 14%;
}
.game-section .game-container .animation-container .circle-container {
  position: absolute;
  right: -15%;
  z-index: 1;
  top: 20%;
  width: 22%;
}
.game-section .game-container .animation-container .circle-container img {
  width: 100%;
}
.game-section .game-container .animation-container .tv-on-container {
  position: absolute;
  left: 50%;
  top: 96%;
  width: 18%;
  z-index: 100;
  transform: translateX(-50%);
}
.game-section .game-container .animation-container .tv-on-container img {
  width: 100%;
}
.game-section .game-container .animation-container .internal-animation-container {
  width: 735px;
  height: 317px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.game-section .game-container .animation-container .winner-10 {
  background: url("../images/video_animation/mda-q4-2025/wInner_10_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .winner-50 {
  background: url("../images/video_animation/mda-q4-2025/wInner_50_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .winner-100 {
  background: url("../images/video_animation/mda-q4-2025/wInner_100_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .winner-1000 {
  background: url("../images/video_animation/mda-q4-2025/wInner_1000_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .winner-2500 {
  background: url("../images/video_animation/mda-q4-2025/wInner_2500_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .winner-10000 {
  background: url("../images/video_animation/mda-q4-2025/wInner_10000_Desktop_735x317px.png") left center;
  animation: play735 4s steps(35);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .open-fridge-winner {
  background: url("../images/video_animation/tv/win-desktop.png") left center;
  animation: play700 2s steps(25);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .open-fridge-looser {
  background: url("../images/video_animation/tv/lose-desktop.png") left center;
  animation: play700 2s steps(25);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-play-state: paused !important;
  cursor: pointer;
}
.game-section .game-container .animation-container .run-the-animation {
  animation-play-state: running !important;
  cursor: default;
}
.game-section .game-container .action-confetti {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.game-section .game-container .action-confetti img {
  width: 100%;
  height: auto;
}
.game-section .game-container .action-confetti.flash {
  animation: flash 500ms ease 10 alternate;
  opacity: 1;
}
@keyframes flash {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.game-section .back-to-site-animation {
  position: relative;
  width: 350px;
  height: 200px;
  margin: 5% auto;
  background: url("../images/UK/laptop/button-back-to-site-350x200.png") left center;
  animation: play350x200 1s steps(53) infinite;
  cursor: pointer;
}
.game-section .back-to-site-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.game-section .back-to-site-animation .star-container img {
  width: 100%;
  height: auto;
}
.game-section .claim-animation {
  position: relative;
  width: 350px;
  height: 200px;
  margin: 13% auto 5%;
  background: url("../images/UK/laptop/button-claim-350x200.png") left center;
  animation: play350x200 1s steps(53) infinite;
  cursor: pointer;
}
.game-section .claim-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.game-section .claim-animation .star-container img {
  width: 100%;
  height: auto;
}
.game-section .game-help-copy {
  padding: 0;
  margin: 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.game-section .game-options {
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.game-section .game-options .gameStatusMessage .landing {
  margin-bottom: 10rem;
}
.game-section .game-options p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  margin: 3rem 0rem;
}
.game-section .game-options p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.game-section .game-options p a {
  text-decoration: underline;
  text-decoration-color: #bfbfbf;
}
.game-section .game-options h1 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 4.2rem;
  text-align: center;
  margin: 2rem 0;
  color: #4c12a1;
}
.game-section .game-options .nonmobile {
  display: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width : 1920px) {
  .game-section {
    margin-top: -11.5vw;
  }
  .game-section .game-container .animation-container .tv-on-container {
    top: 96%;
  }
}
@media screen and (max-width : 1440px) {
  .game-section {
    margin-top: -12vw;
  }
  .game-section .game-container .tvBtn img {
    width: 65%;
  }
  .game-section .game-container .animation-container .prize-container {
    scale: 0.8;
  }
  .game-section .game-container .animation-container .tv-on-container {
    top: 94%;
  }
  .game-section .game-options h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width : 1281px) {
  .game-section {
    margin-top: -14vw;
  }
  .game-section .game-container .animation-container .tv-on-container {
    top: 92%;
  }
}
@media screen and (max-width : 1181px) {
  .game-section .game-container .animation-container .tv-on-container {
    top: 92%;
  }
  .game-section .game-options {
    margin: 0 auto 0;
  }
  .game-section .game-options p {
    font-size: 2rem;
  }
  .game-section .game-options h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width : 960px) {
  .game-section {
    margin-top: -13rem;
  }
  .game-section .game-help-copy {
    margin: 4rem 0 4rem;
    padding: 2rem 2rem;
  }
  .game-section .game-container .tvBtn {
    bottom: -6%;
  }
  .game-section .game-container .tvBtn img {
    width: 55%;
  }
  .game-section .game-container .animation-container {
    padding: 10rem 0;
  }
  .game-section .game-container .animation-container::before {
    display: none;
  }
  .game-section .game-container .animation-container .prize-container {
    width: 454px;
    height: 196px;
  }
  .game-section .game-container .animation-container .prize-container::before {
    content: "";
    width: 454px;
    display: block;
    height: 100%;
    background-image: url("../images/UK/mda-autumn-2024/game-result-bg-mob.png");
    background-position: bottom center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: absolute;
    bottom: 85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .game-section .game-container .animation-container .prize-container .circle-container {
    display: none;
  }
  .game-section .game-container .animation-container .prize-container .tv-on-container {
    width: 24%;
    top: 103%;
  }
  .game-section .game-container .animation-container .internal-animation-container {
    width: 454px;
    height: 196px;
    margin: 0 auto;
  }
  .game-section .game-container .animation-container .winner-10 {
    background: url("../images/video_animation/mda-q4-2025/wInner_10_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .winner-50 {
    background: url("../images/video_animation/mda-q4-2025/wInner_50_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .winner-100 {
    background: url("../images/video_animation/mda-q4-2025/wInner_100_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .winner-1000 {
    background: url("../images/video_animation/mda-q4-2025/wInner_1000_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .winner-2500 {
    background: url("../images/video_animation/mda-q4-2025/wInner_2500_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .winner-10000 {
    background: url("../images/video_animation/mda-q4-2025/wInner_10000_Mobile_454x196px.png") left center;
    animation: play454 4s steps(35);
    animation-fill-mode: forwards;
  }
  .game-section .game-container .animation-container .open-fridge-winner {
    background: url("../images/video_animation/tv/win-mobile.png") left center;
    animation: play400 2s steps(25);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-play-state: paused !important;
  }
  .game-section .game-container .animation-container .open-fridge-looser {
    background: url("../images/video_animation/tv/lose-mobile.png") left center;
    animation: play400 2s steps(25);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-play-state: paused !important;
  }
  .game-section .game-container .animation-container .run-the-animation {
    animation-play-state: running !important;
  }
  .game-section .game-options {
    width: 80%;
    margin: 0 auto 0;
  }
  .game-section .game-options p {
    font-size: 1.8rem;
  }
  .game-section .game-options p br {
    display: none;
  }
}
@media screen and (max-width : 767px) {
  .game-section {
    margin-top: -21rem;
  }
  .game-section .game-container .tvBtn img {
    width: 55%;
  }
  .game-section .game-container .animation-container {
    background-image: url("../images/UK/mda-q4-2025/top-action-bg-mob.jpg");
    padding: 70vw 0 43vw;
    background-position: center 90%;
  }
  .game-section .game-container .animation-container .prize-container .tv-on-container {
    width: 21%;
    top: 94%;
  }
  .game-section .game-options {
    width: 82%;
    margin: 6rem auto;
  }
  .game-section .back-to-site-animation {
    width: 200px;
    background: url("../images/UK/laptop/button-back-to-site-200x200.png") left center;
    animation: play200x200 1s steps(53) infinite;
  }
  .game-section .claim-animation {
    width: 200px;
    background: url("../images/UK/laptop/button-claim-200x200.png") left center;
    animation: play200x200 1s steps(53) infinite;
  }
  .sprite, .static-background {
    background-position: center -10%;
    background-size: 100%;
  }
}
@media screen and (max-width : 481px) {
  .game-section {
    margin-top: -18rem;
    overflow-x: hidden;
  }
  .game-section .game-container .incorrect-answer-container {
    background-image: url("../images/UK/fridge/incorrect_answer_mobile.png");
    background-size: cover;
    padding-bottom: 89%;
  }
  .game-section .game-container .animation-container {
    padding: 70vw 0 43vw;
    display: flex;
    justify-content: center;
  }
  .game-section .game-container .animation-container .internal-animation-container { /* width: 97%; height: 0; padding-bottom: 68%; background-size: cover; */ }
  .game-section .game-container .animation-container .prize-container { /* width: 90%; height: 34%; */
    scale: 0.75;
  }
  .game-section .game-container .animation-container .prize-container .tv-on-container {
    width: 18%;
    top: 97%;
  }
  .game-section .game-container .tvBtn img {
    width: 55%;
  }
  .game-section .game-options {
    width: 90%;
  }
  .game-section .game-options .game-help-copy {
    margin: 0;
    padding: 2rem 2rem;
  }
  .game-section .game-options h1 {
    font-size: 3rem;
    margin: 0;
    padding: 0 8%;
  }
  .game-section .game-options h1 br {
    display: none;
  }
}
@media screen and (max-width : 320px) {
  .game-section .game-container .tvBtn img {
    width: 55%;
  }
  .game-section .game-container .play-game {
    bottom: -2%;
  }
}
.thanks-section .top-section {
  width: 100%;
  position: relative;
}
.thanks-section .top-section img {
  width: 100%;
}
.thanks-section .top-section .promo-img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #091822;
  padding-bottom: 26%;
  margin-top: -9vw;
}
.thanks-section .top-section.nonmobile {
  display: block;
}
.thanks-section .top-section.mobile {
  display: none;
}
.thanks-section .top-section .promotion {
  position: absolute;
  top: 0;
  left: 78%;
  -khtml-transform: translateX(-78%);
  transform: translateX(-78%);
  width: 33%;
}
.thanks-section .top-section .promotion.promotion-end {
  width: 12%;
  top: 14%;
}
.thanks-section .thanks-container {
  width: 60%;
  max-width: 1154px;
  margin: clamp(8rem, 2.237vw + 5.705rem, 10rem) auto clamp(8rem, 24.609vw - 17.248rem, 30rem);
  text-align: center;
}
.thanks-section .thanks-container h1 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 4.2rem;
  text-align: center;
  margin: 0 0 3.5rem;
  color: #4c12a1;
}
.thanks-section .thanks-container p, .thanks-section .thanks-container h3 {
  font-size: clamp(2.4rem, 0.895vw + 1.482rem, 3.2rem);
  font-family: "CurrysSans-Regular", sans-serif;
  margin: 0 0 4rem;
}
.thanks-section .thanks-container h3, .thanks-section .thanks-container strong {
  font-family: "CurrysSans-Headline", sans-serif;
  font-weight: normal;
}
.thanks-section .thanks-container mb-0 {
  margin-bottom: 0;
}
.thanks-section .thanks-container mt-0 {
  margin-top: 0;
}
.thanks-section .thanks-container .subcopy-thanks {
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8fafb;
  padding: 5rem 10%;
}
.thanks-section .thanks-btn {
  width: 15%;
  margin: 0 auto;
}
.thanks-section .thanks-btn img {
  width: 100%;
  height: auto;
}
.thanks-section .back-to-site-animation {
  position: relative;
  width: 350px;
  height: 200px;
  background: url("../images/UK/laptop/button-back-to-site-350x200.png") left center;
  animation: play350x200 1s steps(53) infinite;
  margin: 10% auto;
  cursor: pointer;
}
.thanks-section .back-to-site-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.thanks-section .back-to-site-animation .star-container img {
  width: 100%;
  height: auto;
}

/*Media query*/
@media screen and (max-width : 960px) {
  .thanks-section .thanks-container {
    width: 77%;
    margin: 4rem auto 6rem;
  }
  .thanks-section .thanks-container h1 {
    font-size: 3.6rem;
  }
  .thanks-section .top-section .promo-img {
    margin-top: -50%;
    padding-bottom: 192%;
  }
  .thanks-section .top-section .links-container {
    position: absolute;
    z-index: 10;
    bottom: 3rem;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-family: "gotham-medium", sans-serif;
  }
  .thanks-section .top-section .links-container li {
    margin: 0 1rem;
  }
  .thanks-section .top-section .links-container a {
    color: #FFFFFF;
  }
}
@media screen and (max-width : 767px) {
  .thanks-section .top-section {
    width: 100%;
    position: relative;
  }
  .thanks-section .top-section img {
    width: 100%;
  }
  .thanks-section .top-section .promo-img {
    background-position: center top;
  }
  .thanks-section .top-section.nonmobile {
    display: none;
  }
  .thanks-section .top-section.mobile {
    display: block;
  }
  .thanks-section .thanks-container {
    width: 85%;
    margin: 4rem auto;
  }
  .thanks-section .thanks-container h1 {
    font-size: 3.2rem;
  }
  .thanks-section .thanks-container p, .thanks-section .thanks-container h3 {
    margin: 0 0 3rem;
  }
  .thanks-section .thanks-container .subcopy-thanks {
    padding: 1rem 4% 6rem;
  }
  .thanks-section .thanks-btn {
    width: 50%;
    margin: 0 auto;
  }
  .thanks-section .thanks-btn img {
    width: 100%;
    height: auto;
  }
  .thanks-section .mobile {
    display: block;
  }
  .thanks-section .back-to-site-animation {
    width: 200px;
    background: url("../images/UK/laptop/button-back-to-site-200x200.png") left center;
    animation: play200x200 1s steps(53) infinite;
  }
}
@media screen and (max-width : 481px) {
  .thanks-section .thanks-container p br {
    display: none;
  }
}
.claim-section .top-section {
  width: 100%;
  position: relative;
}
.claim-section .top-section img {
  width: 100%;
}
.claim-section .top-section .promo-img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #091822;
  padding-bottom: 26%;
  margin-top: -9vw;
}
.claim-section .top-section.nonmobile {
  display: block;
}
.claim-section .top-section.mobile {
  display: none;
}
.claim-section .top-section .promotion {
  position: absolute;
  top: 0;
  left: 78%;
  -khtml-transform: translateX(-78%);
  transform: translateX(-78%);
  width: 33%;
}
.claim-section .top-section .promotion.promotion-end {
  width: 12%;
  top: 14%;
}
.claim-section .claim-container {
  position: relative;
}
.claim-section .claim-container .claim-header {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.claim-section .claim-container .claim-header img {
  width: 100%;
  height: auto;
}
.claim-section .claim-container .play-btn {
  position: absolute;
  bottom: -4%;
  left: 50%;
  width: 15%;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}
.claim-section .claim-container .play-btn img {
  width: 100%;
  height: auto;
}
.claim-section .heading, .claim-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .price-promise-heading, .claim-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .normal-heading-UK, .claim-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .normal-heading-IRE {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: clamp(4rem, 2.888vw + 0.055rem, 5.6rem);
  text-align: center;
  margin: clamp(8rem, 2.237vw + 5.705rem, 10rem) auto 2rem;
  width: 90%;
  color: #4c12a1;
}
.claim-section p.sub-heading {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: clamp(2.4rem, 0.895vw + 1.482rem, 3.2rem);
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.claim-section .claim-form {
  width: 63%;
  margin: 0rem auto 0rem;
  padding: clamp(8rem, 2.237vw + 5.705rem, 10rem) 0 clamp(18rem, 6.711vw + 11.114rem, 24rem);
}
.claim-section .claim-form.claim-form-ire {
  width: 70%;
}
.claim-section .claim-form.claim-form-ire .heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .price-promise-heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-UK, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-IRE {
  font-size: 4rem;
  color: #1b2f73;
}
.claim-section .claim-form p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: clamp(1.7rem, 1.264vw - 0.026rem, 2.4rem);
  text-align: center;
}
.claim-section .claim-form p.small {
  font-size: clamp(1.4rem, 0.224vw + 1.17rem, 1.6rem);
}
.claim-section .claim-form form {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 0;
}
.claim-section .claim-form form .row {
  margin: 1.5rem 0;
}
.claim-section .claim-form form .row:last-child {
  margin-top: 3rem;
}
.claim-section .claim-form form .ire-form {
  width: 55%;
  margin: 0 auto;
}
.claim-section .claim-form form label, .claim-section .claim-form form input, .claim-section .claim-form form textarea, .claim-section .claim-form form p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 1.264vw - 0.026rem, 2.4rem);
  padding: 2.2rem;
  display: block;
}
.claim-section .claim-form form label.css-label, .claim-section .claim-form form input.css-label, .claim-section .claim-form form textarea.css-label, .claim-section .claim-form form p.css-label {
  text-align: left;
}
.claim-section .claim-form form label {
  padding: 1rem 0;
  margin-right: 2rem;
}
.claim-section .claim-form form input, .claim-section .claim-form form .receipt-overlay, .claim-section .claim-form form textarea {
  text-align: left;
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1.5px solid #EDEEEE;
  background-color: #f8fafb;
}
.claim-section .claim-form form input::-moz-placeholder, .claim-section .claim-form form .receipt-overlay::-moz-placeholder, .claim-section .claim-form form textarea::-moz-placeholder {
  color: #EDEEEE;
}
.claim-section .claim-form form input::placeholder, .claim-section .claim-form form .receipt-overlay::placeholder, .claim-section .claim-form form textarea::placeholder {
  color: #EDEEEE;
}
.claim-section .claim-form form input, .claim-section .claim-form form select, .claim-section .claim-form form .receipt-overlay {
  box-sizing: border-box;
  background-color: #f8fafb;
  border-radius: 8px;
}
.claim-section .claim-form form .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8fafb url(../images/UK/2024/arrow-down.png) no-repeat right 12px center;
  font-family: "CurrysSans-Regular", sans-serif;
  padding: 1.2rem 1.5rem;
  font-size: 1.8rem;
  display: block;
  border: 1px solid #EDEEEE;
  min-height: 5rem;
  color: #091822;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.claim-section .claim-form form .receipt-overlay {
  cursor: pointer;
}
.claim-section .claim-form form textarea, .claim-section .claim-form form p.msgLen, .claim-section .claim-form form p.instruction {
  width: 100%;
  resize: none;
  box-sizing: border-box;
  margin: 0;
}
.claim-section .claim-form form p.msgLen {
  text-align: center;
}
.claim-section .claim-form form span#msgLen {
  position: absolute;
  bottom: 20%;
  right: 1%;
  color: #091822;
  font-size: 1.5rem;
}
.claim-section .claim-form form p.instruction {
  margin: 3rem 0;
  font-family: "CurrysSans-Headline", sans-serif;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.claim-section .claim-form form .question-wrapper {
  margin: 2rem 0;
  position: relative;
}
.claim-section .claim-form form p {
  font-family: "CurrysSans-Regular", sans-serif;
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
  margin: 5px 0;
}
.claim-section .claim-form form p.fname-copy {
  width: 100%;
  padding: 0;
  margin: 0;
}
.claim-section .claim-form form .imageRule {
  font-size: 1.3rem;
  font-family: "CurrysSans-Regular", sans-serif;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.claim-section .claim-form form .submit-wrapper {
  text-align: center;
  margin-top: 0;
  /*.submit-btn{ width: 37%; margin: 0 auto; padding: 0; border: none; background: none;
  	img{ width: 100%; height: auto;}
  }*/
}
.claim-section .claim-form form .receipt-info {
  position: relative;
}
.claim-section .claim-form form .receipt-info input {
  display: none;
}
.claim-section .claim-form form .receipt-info .receipt-overlay {
  color: #EDEEEE;
  word-wrap: break-word;
  padding-right: 4rem;
  padding-left: 1rem;
  margin: 0;
}
.claim-section .claim-form form .receipt-info .info-icon {
  position: absolute;
  top: 0.8rem;
  right: 3%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("../images/UK/2024/icon-info.png");
  background-size: contain;
  background-position: center center;
}
.claim-section .claim-form form .receipt-info .info {
  width: 100%;
  margin-left: 0;
  border: 1.5px solid #EDEEEE;
  text-align: left;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  display: none;
  font-size: 1.6rem;
}
.claim-section .claim-form form .receipt-info .info.error a {
  color: #e20000;
  text-decoration: underline;
  text-decoration-color: #ffa7a7;
}
.claim-section .claim-form form .receipt-info .info h3 {
  padding: 0;
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}
.claim-section .claim-form form .receipt-info .info p {
  font-family: "CurrysSans-Regular", sans-serif;
  text-align: left;
  padding: 0;
}
.claim-section .claim-form form .receipt-info .info p strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.claim-section .claim-form form .error-message {
  margin: 0;
  color: #e20000;
  font-size: 1.6rem;
}
.claim-section .claim-form form .error-message ul {
  padding: 0;
  margin: 5px 0;
}
.claim-section .claim-form form .error-message ul li {
  list-style: none;
}

/*Media query*/
@media screen and (max-width : 1440px) {
  .claim-section .heading, .claim-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .price-promise-heading, .claim-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .normal-heading-UK, .claim-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .normal-heading-IRE {
    font-size: 5rem;
  }
}
@media screen and (max-width : 1281px) {
  .claim-section .claim-form {
    width: 60%;
  }
  .claim-section .claim-form.claim-form-ire {
    width: 80%;
  }
  .claim-section .claim-form.claim-form-ire .heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .price-promise-heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-UK, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-IRE {
    font-size: 3rem;
    color: #1b2f73;
  }
  .claim-section .claim-form form {
    /*.submit-wrapper .submit-btn{ width: 40%;}*/
  }
  .claim-section .claim-form form .ire-form {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width : 960px) {
  .claim-section .heading, .claim-section .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .price-promise-heading, .claim-section .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .normal-heading-UK, .claim-section .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .normal-heading-IRE {
    font-size: 4rem;
  }
  .claim-section p.sub-heading {
    font-size: 2.5rem;
  }
  .claim-section .claim-form {
    width: 80%;
  }
  .claim-section .claim-form p {
    font-size: 2rem;
  }
  .claim-section .claim-form .nonmobile {
    display: none;
  }
  .claim-section .claim-form form {
    margin-top: 2rem;
    width: 100%;
  }
  .claim-section .claim-form form .ire-form {
    width: 80%;
    margin: 0 auto;
  }
  .claim-section .top-section .promo-img {
    margin-top: -50%;
    padding-bottom: 192%;
  }
  .claim-section .top-section .links-container {
    position: absolute;
    z-index: 10;
    bottom: 3rem;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-family: "gotham-medium", sans-serif;
  }
  .claim-section .top-section .links-container li {
    margin: 0 1rem;
  }
  .claim-section .top-section .links-container a {
    color: #FFFFFF;
  }
}
@media screen and (max-width : 767px) {
  .claim-section .top-section {
    width: 100%;
    position: relative;
  }
  .claim-section .top-section img {
    width: 100%;
  }
  .claim-section .top-section .promo-img {
    background-position: center top;
  }
  .claim-section .top-section.nonmobile {
    display: none;
  }
  .claim-section .top-section.mobile {
    display: block;
  }
  .claim-section .claim-form {
    width: 90%;
    margin: 0rem auto 6rem;
  }
  .claim-section .claim-form p {
    width: 100%;
    margin: 0 auto;
  }
  .claim-section .claim-form.claim-form-ire {
    width: 90%;
  }
  .claim-section .claim-form.claim-form-ire .heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .price-promise-heading, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-UK, .claim-section .claim-form.claim-form-ire .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .claim-form.claim-form-ire .normal-heading-IRE {
    font-size: 2.5rem;
    color: #1b2f73;
  }
  .claim-section .claim-form .heading, .claim-section .claim-form .home-section .product-information-section .price-promise-heading, .home-section .product-information-section .claim-section .claim-form .price-promise-heading, .claim-section .claim-form .home-section .product-information-section .normal-heading-UK, .home-section .product-information-section .claim-section .claim-form .normal-heading-UK, .claim-section .claim-form .home-section .product-information-section .normal-heading-IRE, .home-section .product-information-section .claim-section .claim-form .normal-heading-IRE {
    font-size: 4rem;
  }
  .claim-section .claim-form form {
    margin-top: 1rem;
  }
  .claim-section .claim-form form .row {
    margin: 2rem 0;
  }
  .claim-section .claim-form form .row .google-captcha {
    margin-left: 0;
  }
  .claim-section .claim-form form .row .checkbox-container {
    margin: 2rem 0;
  }
  .claim-section .claim-form form .row .checkbox-container .checkbox {
    margin-left: 0;
  }
  .claim-section .claim-form form .ire-form {
    width: 100%;
    margin: 0 auto;
  }
  .claim-section .claim-form form p.instruction {
    font-size: 1.8rem;
    width: 100%;
  }
  .claim-section .claim-form form label, .claim-section .claim-form form input, .claim-section .claim-form form p, .claim-section .claim-form form .receipt-overlay {
    text-align: left;
    margin: 0;
    width: 100%;
  }
  .claim-section .claim-form form p {
    font-size: 1.5rem;
  }
  .claim-section .claim-form form label {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 2rem;
  }
  .claim-section .claim-form form label.css-label {
    margin: 0;
  }
  .claim-section .claim-form form .receipt-info .info-icon {
    right: 3%;
  }
  .claim-section .claim-form form .receipt-info .info-icon h3 {
    font-size: 1.7rem;
  }
  .claim-section .claim-form form .receipt-info .info-icon p {
    font-size: 1.5rem;
  }
  .claim-section .claim-form form .receipt-info .info {
    width: 100%;
    margin: 0;
  }
  .claim-section .claim-form form .receipt-info .receipt-overlay {
    padding: 1rem;
    padding-right: 4rem;
  }
  .claim-section .claim-form form .submit-wrapper {
    text-align: center;
  }
  .claim-section .claim-form form .error-message ul {
    padding: 0;
    margin: 1.5rem 0;
  }
  .claim-section .claim-form form .custom-select {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 1.5rem;
  }
  .claim-section .bottom-banner {
    width: 100%;
  }
  .claim-section .bottom-banner img {
    width: 100%;
  }
}
.promo-over-section .top-section {
  width: 100%;
  position: relative;
}
.promo-over-section .top-section img {
  width: 100%;
}
.promo-over-section .top-section .promo-img {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9d2e5;
  padding-bottom: 81.04%;
  margin-top: -12vw;
}
.promo-over-section .top-section.nonmobile {
  display: block;
}
.promo-over-section .top-section.mobile {
  display: none;
}
.promo-over-section .top-section .promotion {
  position: absolute;
  top: 0;
  left: 78%;
  -khtml-transform: translateX(-78%);
  transform: translateX(-78%);
  width: 33%;
}
.promo-over-section .top-section .promotion.promotion-end {
  width: 12%;
  top: 14%;
}
.promo-over-section .thanks-container {
  width: 80%;
  max-width: 1100px;
  margin: 6rem auto;
  text-align: center;
}
.promo-over-section .thanks-container h1 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 4.2rem;
  text-align: center;
  margin: 0 0 3.5rem;
  color: #4c12a1;
}
.promo-over-section .thanks-container p, .promo-over-section .thanks-container h3 {
  font-size: 2.4rem;
  font-family: "CurrysSans-Regular", sans-serif;
  margin: 0 0 4rem;
}
.promo-over-section .thanks-container h3, .promo-over-section .thanks-container strong {
  font-family: "CurrysSans-Headline", sans-serif;
  font-weight: normal;
}
.promo-over-section .thanks-container a.terms {
  text-decoration: underline;
}
.promo-over-section .thanks-container .subcopy-thanks {
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8fafb;
  padding: 5rem 10%;
}
.promo-over-section .thanks-btn {
  width: 15%;
  margin: 0 auto;
}
.promo-over-section .thanks-btn img {
  width: 100%;
  height: auto;
}
.promo-over-section .back-to-site-animation {
  position: relative;
  width: 350px;
  height: 200px;
  background: url("../images/UK/laptop/button-back-to-site-350x200.png") left center;
  animation: play350x200 1s steps(53) infinite;
  margin: 10% auto;
  cursor: pointer;
}
.promo-over-section .back-to-site-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.promo-over-section .back-to-site-animation .star-container img {
  width: 100%;
  height: auto;
}
.promo-over-section .how-to-section .steps {
  margin-bottom: 3rem;
}
.promo-over-section .how-to-section .steps .step-container {
  justify-content: center;
}
.promo-over-section .footer-disclaimer {
  padding-top: 0;
  padding-bottom: 7rem;
}

/*Media query*/
@media screen and (max-width : 1440px) {
  .promo-over-section .thanks-container h1 {
    font-size: 4rem;
  }
  .promo-over-section .thanks-container p, .promo-over-section .thanks-container h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width : 960px) {
  .promo-over-section .thanks-container {
    width: 77%;
    margin: 4rem auto 6rem;
  }
  .promo-over-section .thanks-container h1 {
    font-size: 3.6rem;
  }
  .promo-over-section .top-section .top-hero-section .promo-img {
    margin-top: -50%;
  }
  .promo-over-section .top-section .top-hero-section h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width : 767px) {
  .promo-over-section .top-section {
    width: 100%;
    position: relative;
  }
  .promo-over-section .top-section img {
    width: 100%;
  }
  .promo-over-section .top-section .promo-img {
    background-position: center top;
    padding-bottom: 250%;
  }
  .promo-over-section .top-section.nonmobile {
    display: none;
  }
  .promo-over-section .top-section.mobile {
    display: block;
  }
  .promo-over-section .thanks-container {
    width: 85%;
    margin: 4rem auto;
  }
  .promo-over-section .thanks-container h1 {
    font-size: 3.2rem;
  }
  .promo-over-section .thanks-container p, .promo-over-section .thanks-container h3 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  .promo-over-section .thanks-container a {
    font-size: 2rem;
  }
  .promo-over-section .thanks-container .subcopy-thanks {
    padding: 1rem 4% 6rem;
  }
  .promo-over-section .thanks-btn {
    width: 50%;
    margin: 0 auto;
  }
  .promo-over-section .thanks-btn img {
    width: 100%;
    height: auto;
  }
  .promo-over-section .mobile {
    display: block;
  }
  .promo-over-section .back-to-site-animation {
    width: 200px;
    background: url("../images/UK/laptop/button-back-to-site-200x200.png") left center;
    animation: play200x200 1s steps(53) infinite;
  }
}
@media screen and (max-width : 481px) {
  .promo-over-section .thanks-container {
    width: 78%;
    margin: 4rem auto 6rem;
  }
}
/*--- Modal ---*/
.page-popup {
  overflow: hidden;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  background: #FFFFFF;
  -webkit-overflow-scrolling: auto !important;
  overflow-y: auto !important;
  overflow: hidden;
}
.page-popup .internal-scroll {
  max-height: 500px;
  overflow: auto;
}
.page-popup .button-close {
  text-align: right;
  position: absolute;
  top: 1rem;
  width: 90%;
  right: 2%;
  z-index: 100;
}
.page-popup .button-close .receipt-text {
  float: left;
  display: inline-block;
  padding: 2rem;
  font-size: 2rem;
}
.page-popup .copy {
  padding: 1rem;
}
.page-popup .copy h3 {
  color: #091822;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: "CurrysSans-Headline", sans-serif;
}
.page-popup .copy p {
  color: #091822;
  font-size: 1.7rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.page-popup .copy strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.page-popup .copy .tnc-p {
  color: #091822;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.page-popup .copy .tnc-p.sm {
  font-size: 1.3rem;
}
.page-popup .copy ol, .page-popup .copy ul {
  counter-reset: item;
}
.page-popup .copy ol li, .page-popup .copy ul li {
  color: #091822;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  display: block;
  line-height: 1.5;
}
.page-popup .copy ol li:before, .page-popup .copy ul li:before {
  content: counters(item, ".") ".   ";
  counter-increment: item;
  margin-left: -2rem;
}
.page-popup .copy ol li strong, .page-popup .copy ul li strong {
  font-family: "CurrysSans-Headline", sans-serif;
}
.page-popup .copy ol li a, .page-popup .copy ol li a:hover, .page-popup .copy ul li a, .page-popup .copy ul li a:hover {
  color: #091822;
  text-decoration: underline;
}
.page-popup .copy ol li.sm, .page-popup .copy ul li.sm {
  font-size: 1.3rem;
}
.page-popup .copy ul {
  counter-reset: none;
  margin-left: 1rem;
  padding: 0;
}
.page-popup .copy ul li {
  list-style-type: none;
}
.page-popup .copy ul li:before {
  content: none;
}
.page-popup .copy a {
  color: #091822;
  text-decoration: underline;
}
.page-popup .receipt-container {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.page-popup .receipt-container img {
  width: 100%;
  height: auto;
}

/*	Common listing	- Just add 'listing' wrapper class above any ul or ol blocks */
.listing {
  line-height: 1.2;
}
.listing ol, .listing ul {
  margin-left: 2rem;
}
.listing ol li, .listing ul li {
  list-style-position: outside;
  margin-bottom: 1rem;
}
.listing ul {
  list-style-type: disc;
  margin-top: 0.5rem;
}
.listing ul ul {
  list-style-type: circle;
}
.listing ul ul ul {
  list-style-type: square;
}
.listing ul ul ul ul {
  list-style-type: upper-alpha;
}
.listing ol {
  list-style-type: decimal;
}
.listing ol ol {
  list-style-type: lower-latin;
}
.listing ol ol ol {
  list-style-type: lower-roman;
}
.listing ol ol ol ol {
  list-style-type: upper-roman;
}

.default-table {
  border-collapse: collapse;
  width: 100%;
}
.default-table td, .default-table th {
  border: 1px solid #aaacad;
  padding: 8px;
  font-size: 0.9em;
}
.default-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4c12a1;
  color: #FFFFFF;
}

.close {
  margin: 0 !important;
  opacity: 1 !important;
  float: none;
  padding: 0;
  width: 5%;
}
.close img {
  width: 100%;
  height: auto;
}

.modal-header {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 10px 15px 10px;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tnc-header {
  color: #091822;
  font-weight: bold;
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 2.2rem;
  width: 95%;
}

.tnc-sub-header {
  color: #091822;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 2rem;
  padding-top: 0.8rem;
}

.survey .modal-body {
  padding: 0 1.5rem;
}
.survey .modal-content {
  background-image: url("");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.survey .modal-content .survey-questions {
  background: #FFFFFF;
  height: 600px;
  margin-right: 1%;
  overflow-y: auto;
  width: 52%;
  float: right;
  padding: 1.5rem 3rem 1rem 2.5rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.survey .modal-content .survey-questions p {
  font-family: "lg-reg", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  color: #060a2e;
}
.survey .modal-content .survey-questions form {
  color: #060a2e;
}
.survey .modal-content .survey-questions form h1 {
  font-family: "lg-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0.6rem 0;
  color: #060a2e;
}
.survey .modal-content .survey-questions form .radiobutton {
  margin-bottom: 0;
  padding-left: 2rem;
}
.survey .modal-content .survey-questions form .radiobutton label {
  font-family: "lg-reg", sans-serif;
  font-size: 1.8rem;
  color: #060a2e;
  padding-left: 2.5rem;
  margin-bottom: 0.1rem;
}
.survey .modal-content .survey-questions form .radiobutton label.css-label {
  background-image: url("../images/custom-checkbox-grey.png");
  background-position: -3px -3px;
}
.survey .modal-content .survey-questions form .radiobutton input[type=radio].css-checkbox:checked + label.css-label {
  background-position: -3px -113px;
}
.survey .modal-content .survey-questions form .radiobutton input[type=radio].css-checkbox + label.css-label.error {
  background-position: -3px -231px;
}
.survey .modal-content .survey-questions form .button {
  margin-top: 2.1rem;
  margin-left: 2.2rem;
  background: #FFFFFF;
  color: #060a2e;
  font-family: "lg-reg", sans-serif;
  font-size: 1.7rem;
  border: 2px solid #535353;
  padding: 0.5rem 3rem 0.2rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.survey .modal-content .survey-questions form .error-msg {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.survey .modal-content .survey-questions form .error-msg p {
  color: #e20000;
  font-size: 1.6rem;
  font-family: "lg-reg", sans-serif;
  margin-bottom: 0.5rem;
}

/*Media query*/
@media screen and (max-width : 960px) {
  .survey .modal-content {
    height: 65vh;
  }
  .survey .modal-content .survey-questions {
    height: 60vh;
    margin: 3% auto;
    width: 90%;
    float: none;
  }
}
@media screen and (max-width : 767px) {
  .survey .modal-content {
    height: 92vh;
  }
  .survey .modal-content .survey-questions {
    height: 88vh;
    padding: 1rem;
    margin: 3% auto;
    width: 98%;
    float: none;
  }
  .survey .modal-content .survey-questions p {
    font-size: 2rem;
  }
  .survey .modal-content .survey-questions form .radiobutton {
    padding-left: 1rem;
  }
  .listing ol, .listing ul {
    margin-left: 0;
    padding-left: 1em;
  }
  .page-popup {
    padding: 0;
    max-height: 400px;
  }
  .page-popup .copy h3 {
    font-size: 2.1rem;
  }
  .page-popup .copy p {
    font-size: 2rem;
  }
  .page-popup .copy p.small {
    font-size: 1.6rem;
  }
  .page-popup .copy.tnc h3 {
    font-size: 2rem;
  }
  .page-popup .receipt-container {
    width: 90%;
  }
  .modal-body {
    padding: 0 15px 15px !important;
  }
  .tnc-header {
    font-size: 2rem;
    width: 89%;
  }
  .close {
    width: 11%;
  }
  .tnc-sub-header {
    font-size: 1.8rem;
  }
}
@media screen and (max-width : 481px) {
  .page-popup .button-close .receipt-text {
    font-size: 1.5rem;
  }
  .page-popup .copy h3 {
    font-size: 2rem;
  }
  .page-popup .copy p {
    font-size: 1.8rem;
  }
  .page-popup .copy p.small {
    font-size: 1.5rem;
  }
  .page-popup .copy.padding {
    padding: 3rem 4%;
  }
  .page-popup .copy.tnc h3 {
    font-size: 1.9rem;
  }
  .page-popup .copy.tnc p {
    font-size: 1.4rem;
  }
  .page-popup .copy.tnc li {
    font-size: 1.4rem;
  }
}
.survey-section .top-section {
  width: 100%;
  position: relative;
}
.survey-section .top-section img {
  width: 100%;
}
.survey-section .top-section .promo-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1dbdc6;
  padding-bottom: 33%;
}
.survey-section .top-section.nonmobile {
  display: block;
}
.survey-section .top-section.mobile {
  display: none;
}
.survey-section .top-section .promotion {
  position: absolute;
  top: 0;
  left: 78%;
  -khtml-transform: translateX(-78%);
  transform: translateX(-78%);
  width: 33%;
}
.survey-section .top-section .promotion.promotion-end {
  width: 12%;
  top: 14%;
}
.survey-section .survey-container {
  width: 80%;
  max-width: 1300px;
  margin: 3rem auto 3rem;
  text-align: center;
}
.survey-section .survey-container h1 {
  font-family: "CurrysSans-Headline", sans-serif;
  font-size: 5.5rem;
  text-align: center;
  margin: 2rem 0;
  color: #4c12a1;
}
.survey-section .survey-container p, .survey-section .survey-container h3 {
  font-size: 2.5rem;
  font-family: "CurrysSans-Regular", sans-serif;
  margin: 3.8rem 0;
}
.survey-section .survey-container h3, .survey-section .survey-container strong {
  font-family: "CurrysSans-Headline", sans-serif;
  font-weight: normal;
}
.survey-section .survey-container mb-0 {
  margin-bottom: 0;
}
.survey-section .survey-container mt-0 {
  margin-top: 0;
}
.survey-section .survey-container .subcopy-thanks {
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8fafb;
  padding: 5rem 10%;
}
.survey-section .survey-btn {
  width: 15%;
  margin: 0 auto;
}
.survey-section .survey-btn img {
  width: 100%;
  height: auto;
}
.survey-section .back-to-site-animation {
  position: relative;
  width: 350px;
  height: 200px;
  background: url("../images/UK/laptop/button-back-to-site-350x200.png") left center;
  animation: play350x200 1s steps(53) infinite;
  margin: 10% auto;
  cursor: pointer;
}
.survey-section .back-to-site-animation .star-container {
  position: absolute;
  width: 50%;
  top: -2rem;
  left: -0.5rem;
}
.survey-section .back-to-site-animation .star-container img {
  width: 100%;
  height: auto;
}
.survey-section .submit-button {
  padding: 8rem 0 2rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.survey-section .submit-button .btn {
  text-align: center;
  margin: 0 auto;
}
.survey-section .submit-button .btn a {
  width: 35%;
  margin: 0 auto;
  font-size: 3.5rem;
  font-family: "CurrysSans-Headline", sans-serif;
  color: #4c12a1;
  border: 4px solid #4c12a1;
  border-radius: 50px;
  padding: 1.2rem 10rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.survey-section .submit-button .btn a:hover, .survey-section .submit-button .btn a:focus {
  text-decoration: none;
  background-color: #4c12a1;
  color: #FFFFFF;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  text-align: left;
  cursor: pointer;
  font-size: 2.4rem;
  font-family: "CurrysSans-Regular", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4%;
  left: 35%;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #CFD9E0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #e5006d;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #4c12a1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*Media query*/
@media screen and (max-width : 1440px) {
  .survey-section .survey-container h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width : 1181px) {
  .checkbox-container .checkmark {
    left: 34%;
    top: 10%;
  }
  .checkbox-container .checkmark:after {
    top: 6px;
  }
}
@media screen and (max-width : 960px) {
  .survey-section .survey-container {
    width: 77%;
    margin: 4rem auto 6rem;
  }
  .checkbox-container .checkmark {
    left: 0;
    top: 6px;
  }
}
@media screen and (max-width : 767px) {
  .survey-section .top-section {
    width: 100%;
    position: relative;
  }
  .survey-section .top-section img {
    width: 100%;
  }
  .survey-section .top-section .promo-img {
    padding-bottom: 88%;
  }
  .survey-section .top-section.nonmobile {
    display: none;
  }
  .survey-section .top-section.mobile {
    display: block;
  }
  .survey-section .survey-container {
    width: 85%;
    margin: 4rem auto;
  }
  .survey-section .survey-container h1 {
    font-size: 3rem;
  }
  .survey-section .survey-container p, .survey-section .survey-container h3 {
    font-size: 2rem;
  }
  .survey-section .survey-container .subcopy-thanks {
    padding: 1rem 4% 6rem;
  }
  .survey-section .survey-btn {
    width: 50%;
    margin: 0 auto;
  }
  .survey-section .survey-btn img {
    width: 100%;
    height: auto;
  }
  .survey-section .mobile {
    display: block;
  }
  .survey-section .back-to-site-animation {
    width: 200px;
    background: url("../images/UK/laptop/button-back-to-site-200x200.png") left center;
    animation: play200x200 1s steps(53) infinite;
  }
}
@media screen and (max-width : 481px) {
  .survey-section .survey-container p br {
    display: none;
  }
  .checkbox-container {
    font-size: 1.6rem;
  }
  .checkbox-container .checkmark {
    top: 0;
  }
}
/*---Pages---*/
footer .footer-section {
  width: 100%;
  margin: 0rem auto 0;
  text-align: center;
}
footer .footer-section img {
  width: 100%;
}

/*Media query*/
@media screen and (max-width : 1440px) {
  footer .footer-section .footer-logo img {
    width: 13%;
  }
  footer .footer-section .footer-logo p {
    font-size: 2vw;
    text-align: center;
  }
}
@media screen and (max-width : 960px) {
  footer .footer-section .footer-logo {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  footer .footer-section .footer-logo p {
    margin-left: 0;
    font-size: 3.5rem;
  }
  footer .footer-section .footer-logo img {
    width: 22%;
  }
  footer .footer-section h1, footer .footer-section h1 a {
    width: 60%;
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  footer .footer-section .shop-div {
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 767px) {
  footer .footer-section .footer-logo {
    width: 100%;
    padding: 1rem 0 0;
  }
  footer .footer-section .footer-logo img {
    width: 30%;
  }
  footer .footer-section .footer-logo p {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  footer .footer-section h1 {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.8rem;
  }
  footer .footer-section .shop-div {
    font-size: 1.5rem;
  }
}
