/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Hide text in an element */
/* Create an empty block element - used with :before and :after elements */
/* Standard input style */
.question-wrapper input[type="text"], .question-wrapper input[type="email"], .question-wrapper input[type="file"], .question-wrapper input[type="phone"], .question-wrapper input[type="password"], .question-wrapper input[type="tel"], .user-details input[type="text"], .user-details input[type="email"], .user-details input[type="file"], .user-details input[type="phone"], .user-details input[type="password"], .user-details input[type="tel"], .optins-container input[type="text"], .optins-container input[type="email"], .optins-container input[type="file"], .optins-container input[type="phone"], .optins-container input[type="password"], .optins-container input[type="tel"], .question-wrapper select, .user-details select, .optins-container select, .question-wrapper textarea, .user-details textarea, .optins-container textarea {
  color: #000;
  width: 100%;
  border: 1px solid #a6bcc4;
  padding: 0.6em 0.3em;
  height: 2.4em;
  font-size: 1.5em;
  display: block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* Generic box shadow that can be applied to a collection of elements */
.question-wrapper input[type="radio"]:focus + label:before,
.question-wrapper input[type="checkbox"]:focus + label:before, .question-wrapper input[type="text"]:focus, .question-wrapper input[type="email"]:focus, .question-wrapper input[type="file"]:focus, .question-wrapper input[type="tel"]:focus, .user-details input[type="radio"]:focus + label:before,
.user-details input[type="checkbox"]:focus + label:before, .user-details input[type="text"]:focus, .user-details input[type="email"]:focus, .user-details input[type="file"]:focus, .user-details input[type="tel"]:focus, .optins-container input[type="radio"]:focus + label:before,
.optins-container input[type="checkbox"]:focus + label:before, .optins-container input[type="text"]:focus, .optins-container input[type="email"]:focus, .optins-container input[type="file"]:focus, .optins-container input[type="tel"]:focus, .question-wrapper select:focus, .user-details select:focus, .optins-container select:focus, .question-wrapper textarea:focus, .user-details textarea:focus, .optins-container textarea:focus {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Common classes/helpers */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  width: 100%;
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #222;
  margin: 0 auto;
  text-align: center;
}

img {
  max-width: 100%;
}

.wrapper {
  display: block;
  max-width: 1000px;
  padding: 3em 2em;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.wrapper .text-box {
  max-width: 810px;
  margin: auto;
}

#frame {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

@media (max-width: 1020px) {
  #frame {
    min-width: 100%;
  }
}

.no-media .wrapper {
  max-width: 980px;
}

.no-media #frame {
  min-width: 1000px;
}

.ie8 .wrapper {
  max-width: 980px;
}

.ie8 #frame {
  min-width: 1000px;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.clearfix:after {
  clear: both;
  height: 0;
  content: ' ';
  font-size: 0;
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.krux {
  height: 0;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

button {
  cursor: pointer;
  border: none;
}

.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
  white-space: nowrap;
  /* 1 */
}

h1 {
  margin-bottom: 0.2em;
  font-size: 3.8em;
}

h2 {
  margin-bottom: 0.2em;
  font-size: 3.6em;
}

h3 {
  margin-bottom: 0.2em;
  font-size: 2.4em;
}

h4 {
  margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

p {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.cta {
  display: block;
  padding: 0.6em 1.5em;
  background: #2b4047;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 1em 0;
  float: left;
  position: relative;
}

a {
  color: #2b4047;
  text-decoration: none;
}

a img {
  border: none;
}

/* RADIOS AND CHECKBOXES */
.question-wrapper input.date, .user-details input.date, .optins-container input.date {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.question-wrapper input:last-child, .user-details input:last-child, .optins-container input:last-child {
  margin: 0;
  float: right;
}

.question-wrapper input::-webkit-input-placeholder, .question-wrapper input:-moz-placeholder, .question-wrapper input::-moz-placeholder, .question-wrapper input:-ms-input-placeholder, .user-details input::-webkit-input-placeholder, .user-details input:-moz-placeholder, .user-details input::-moz-placeholder, .user-details input:-ms-input-placeholder, .optins-container input::-webkit-input-placeholder, .optins-container input:-moz-placeholder, .optins-container input::-moz-placeholder, .optins-container input:-ms-input-placeholder {
  color: #000;
  font-style: italic;
}

.question-wrapper input[type="checkbox"] + label:before, .user-details input[type="checkbox"] + label:before, .optins-container input[type="checkbox"] + label:before {
  border: 1px solid #222;
  background: transparent;
  border-radius: 3px;
}

.question-wrapper input[type="radio"] + label:before, .user-details input[type="radio"] + label:before, .optins-container input[type="radio"] + label:before {
  border-radius: 50%;
  border: 1px solid #222;
  background: transparent;
}

.question-wrapper input[type="radio"]:checked + label:before, .user-details input[type="radio"]:checked + label:before, .optins-container input[type="radio"]:checked + label:before {
  background-color: #2b4047;
}

.question-wrapper input[type="checkbox"]:checked + label:before, .user-details input[type="checkbox"]:checked + label:before, .optins-container input[type="checkbox"]:checked + label:before {
  background-color: #2b4047;
}

.question-wrapper textarea, .user-details textarea, .optins-container textarea {
  min-height: 5em;
  max-width: 687px;
}

.question-wrapper fieldset, .user-details fieldset, .optins-container fieldset {
  border: 0;
  padding-top: 2em;
}

.question-wrapper fieldset input, .question-wrapper fieldset select, .question-wrapper fieldset textarea, .user-details fieldset input, .user-details fieldset select, .user-details fieldset textarea, .optins-container fieldset input, .optins-container fieldset select, .optins-container fieldset textarea {
  opacity: 0.7;
}

.question-wrapper fieldset input[type="checkbox"] + label:before, .question-wrapper fieldset select[type="checkbox"] + label:before, .question-wrapper fieldset textarea[type="checkbox"] + label:before, .user-details fieldset input[type="checkbox"] + label:before, .user-details fieldset select[type="checkbox"] + label:before, .user-details fieldset textarea[type="checkbox"] + label:before, .optins-container fieldset input[type="checkbox"] + label:before, .optins-container fieldset select[type="checkbox"] + label:before, .optins-container fieldset textarea[type="checkbox"] + label:before {
  width: 1.3em;
  height: 1.3em;
  content: '';
  display: block;
  position: absolute;
  left: 0;
}

.question-wrapper fieldset input[type="checkbox"] + label, .question-wrapper fieldset select[type="checkbox"] + label, .question-wrapper fieldset textarea[type="checkbox"] + label, .user-details fieldset input[type="checkbox"] + label, .user-details fieldset select[type="checkbox"] + label, .user-details fieldset textarea[type="checkbox"] + label, .optins-container fieldset input[type="checkbox"] + label, .optins-container fieldset select[type="checkbox"] + label, .optins-container fieldset textarea[type="checkbox"] + label {
  padding-left: 2em;
  display: block;
  position: relative;
}

.question-wrapper label, .user-details label, .optins-container label {
  color: #222;
}

.question-wrapper a + a.fake, .question-wrapper input[type="radio"], .question-wrapper input[type="checkbox"], .user-details a + a.fake, .user-details input[type="radio"], .user-details input[type="checkbox"], .optins-container a + a.fake, .optins-container input[type="radio"], .optins-container input[type="checkbox"] {
  opacity: 0;
  width: 0;
  position: absolute;
}

.ie8 label:before {
  display: none !important;
}

.ie8 input[type="radio"], .ie8 input[type="checkbox"] {
  opacity: 1 !important;
  margin-right: 0.5em;
  width: auto;
}

.ie8 input#dateOfBirth_year {
  margin: 0;
  float: right;
}

/* LABEL COLOURS */
dt label, div label {
  color: #222;
  font-style: normal;
  font-weight: 400;
  padding: 0.5em 0 0.3em;
  font-size: 1.5em;
  display: inline-block;
  text-transform: uppercase;
}

dd {
  margin-bottom: 0.5em;
  position: relative;
}

.error {
  color: #fff;
  font-style: italic;
  text-align: left;
  font-size: 1.5em;
}

.error {
  background-color: #2b4047;
  padding: 4px;
  margin-top: 1em;
}

/* QUESTION AND ANSWERS */
.answer-length {
  text-align: right;
  font-size: 1.4em;
}

.answer-length.less-than-0 {
  color: #2b4047;
}

.social-login-container {
  position: relative;
  color: #222;
  background: #eceaeb;
  text-align: left;
}

.social-login-container h2#social-login-title {
  text-align: center;
  padding-top: 2em;
}

.social-login-container.social--logged-in h2#social-login-title {
  display: none;
}

.social-connect-container #signup,
.social-connect-container #login {
  padding-bottom: 2em;
}

.social-connect-container > .component {
  padding: 4px 0 0 0;
  background: none;
  text-align: center;
}

.social-connect-container .form {
  text-align: left;
}

.social-connect-container label.field__label {
  color: #222;
  font-size: 1em;
}

.social-connect-container .grid-row__col--2 {
  float: none;
}

@media (min-width: 1024px) {
  .social-connect-container .grid-row {
    text-align: center;
  }
}

.icon-arrow {
  display: inline-block;
  height: 70px;
  width: 70px;
  background: white;
  border-radius: 50%;
  background-size: 55% auto;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 0 128 128'%3E%3Cpolyline fill='none' stroke-width='8px' stroke='%23ee1e3a' stroke-linejoin='round' stroke-linecap='round' points='43.06 22.06 84.94 63.94 43.06 105.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.fileUploadSection {
  position: relative;
  color: white;
  z-index: 0;
  margin-bottom: 5rem;
}

.fileUploadSection .upload-wrap {
  max-width: 650px;
  margin: 0 auto 1.1rem;
  background-color: #0488da;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.fileUploadSection .upload-wrap:hover {
  background-color: #0d97ec;
}

.fileUploadSection .text-box {
  margin-bottom: 3rem;
}

.upload-row {
  padding: 4rem 5rem;
}

@media (max-width: 470px) {
  .upload-row {
    padding: 1rem 1.5rem;
  }
}

.upload-container .upload-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: table;
  width: 100%;
}

.upload-container .upload-box .btn-choose-files {
  display: block;
  max-width: 220px;
  margin: 1.2rem auto 0;
  padding: 0.7rem 2rem;
  background: white;
  color: #333;
  border-radius: 32px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.upload-container .upload-box .btn-choose-files:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}

.upload-container .upload-box .upload-box-content {
  font-size: 1.2rem;
  font-weight: 300;
}

.upload-container .upload-box .upload-box-content span {
  font-weight: 700;
}

.upload-container .upload-box .upload-box-content img, .upload-container .upload-box .upload-box-content svg {
  display: block;
  margin: 0 auto 3rem;
}

.upload-container .upload-box .fileupload-progress {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30%;
  width: 0;
  background-color: white;
}

.upload-container .upload-box label.fileuploadLabel {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  color: white;
  text-align: center;
  text-transform: none;
  font-size: 2rem;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .upload-container .upload-box label.fileuploadLabel {
    padding: 1.5rem 0;
  }
}

.upload-container .upload-box label.fileuploadLabel p {
  margin: 0;
  font-size: 1.2rem;
}

.upload-container .error {
  display: none;
  margin-bottom: 1rem;
}

.preview-details {
  display: none;
}

.preview-details .preview-header {
  margin: 1rem 0;
}

.preview-details .preview-header .upload-filename {
  max-width: 320px;
  margin: 0 auto 1rem;
  font-size: 2rem;
  word-break: break-all;
}

.preview-details .preview-header .delete-file {
  float: right;
  margin-top: -0.2rem;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.preview-details .preview-header .delete-file:hover, .preview-details .preview-header .delete-file:focus, .preview-details .preview-header .delete-file:active {
  fill: #555;
}

.preview-details .file-preview video, .preview-details .file-preview .img-upload {
  max-width: 100%;
}

.perks {
  position: relative;
  padding: 10em 0 7em;
  font-family: omnes-pro, sans-serif;
}

.perks:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333 url("../img/perks_bg.jpg") no-repeat fixed center bottom;
}

.perks .text-box {
  max-width: 585px;
}

.perks h2 {
  color: #f7f410;
}

.perks img {
  max-width: 150px;
}

.perks-box {
  margin-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (-ms-high-contrast: none) {
  .perks-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.perks-box li {
  display: block;
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 1;
          flex: 33% 0 1;
  min-width: 110px;
  text-align: center;
  font-size: 1.5em;
  padding: 10px;
}

.perks-box li:before {
  content: '';
  display: block;
  position: absolute;
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 15px;
  background: url("../img/perks.png") no-repeat;
}

.perks-box li.unlimited:before {
  background-position: 1px 1px;
}

.perks-box li.security:before {
  background-position: 1px -77px;
}

.perks-box li.fixed-price:before {
  background-position: -77px -77px;
}

.perks-box li.tv-store:before {
  background-position: -155px -77px;
}

.perks-box li.router:before {
  background-position: -77px 1px;
}

.awards-box {
  margin-bottom: 3em;
}

.awards-box li {
  display: block;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  height: 74px;
  background: url("../img/sprite.png") no-repeat;
  width: 194px;
  margin: 2em 15px 0 0;
  display: inline-block;
}

.awards-box li.winner-2019 {
  background-position: 0 0;
}

.awards-box li.winner-broadband {
  background-position: 0px -73px;
}

.social a:not(.icon) {
  display: block;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px;
  height: 45px;
  width: 45px;
  border-radius: 7px;
  position: relative;
}

.social a:not(.icon):after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/social.jpg") no-repeat;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social a.twt {
  background: #28aae1;
}

.social a.twt:after {
  width: 30px;
  height: 30px;
  background-position: -4px -42px;
}

.social a.fcb {
  background: #3a559f;
}

.social a.fcb:after {
  width: 25px;
  height: 40px;
  background-position: -10px 0px;
}

.social .icon-insta {
  display: inline-block;
  margin: 0 10px;
  height: 45px;
  width: 45px;
}

.social .icon-insta img {
  max-width: 100%;
}

.bronze-award img {
  max-width: 200px;
}

.bronze-award p {
  margin: 0.3rem auto 3rem !important;
  font-size: 1.6em;
}

#select-css {
  display: block;
  font-size: 22px;
  font-family: 'Omnes', sans-serif;
  position: relative;
  font-weight: normal;
  z-index: 67;
  color: #fff;
  line-height: 1;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: solid 3px #f7f410;
  opacity: 1;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #2d3739;
}

@media (max-width: 500px) {
  #select-css {
    font-size: 14px;
    padding: 0 0 0 0.2em;
  }
}

@media (max-width: 360px) {
  #select-css {
    font-size: 14px;
    padding: 0 0 0 6px;
  }
}

#select-css::-ms-expand {
  display: none;
}

#select-css:hover {
  border-color: #fff;
}

#select-css:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #fff;
  outline: none;
}

#select-css option {
  font-weight: normal;
}

.select-css {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.select-css:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid #fff;
  right: 42px;
  top: 18px;
  z-index: 77;
  pointer-events: none;
}

@media (max-width: 500px) {
  .select-css:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
    right: 10px;
    top: 12px;
    z-index: 80;
  }
}

@media (max-width: 360px) {
  .select-css:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid transparent;
    right: 10px;
    top: 12px;
    z-index: 80;
  }
}

.prize-p {
  margin: 1.5em 0 1em;
  font-size: 1rem;
}

label[for="prize"] {
  color: white;
}

.prize-choice-wrap {
  margin-bottom: 4rem;
}

.flip-clock {
  text-align: center;
  -webkit-perspective: 400px;
          perspective: 400px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flip-clock__piece {
  display: inline-block;
  margin: 0 2.5vw;
}

.flip-clock__slot {
  margin-top: 1rem;
  font-size: 2vw;
  color: #fff;
}

.card {
  display: block;
  position: relative;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  padding-bottom: 0.84em;
  font-size: 9vw;
  line-height: 1.12;
}

.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: 0.84em;
  color: #2b4047;
  background: #e3d900;
  padding: 0.25em 0.25em;
  border-radius: 0.25rem 0.25rem 0 0;
  backface-visiblity: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 1.8em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.card__bottom {
  color: #2b4047;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #fff;
  background: #fdf305;
  border-radius: 0 0 0.25rem 0.25rem;
  pointer-events: none;
  overflow: hidden;
}

.card__bottom::after {
  display: block;
  margin-top: -0.84em;
}

.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}

.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}

.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
          animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.flip .card__back .card__bottom {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
          animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 0.99;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 0.99;
  }
  100% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}

@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 5;
  }
}

body {
  background: #222;
}

body > iframe {
  display: none;
}

#frame {
  max-width: 1438px;
  margin: 0 auto;
}

header {
  padding: 1em 3em;
  background: white;
}

@media (max-width: 380px) {
  header {
    padding: 2em;
  }
}

header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

header .brand-logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
  margin-right: 2em;
}

header .brand-logo svg,
header .brand-logo img {
  max-width: 100%;
}

header .client-logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
}

header .client-logo svg,
header .client-logo img {
  max-width: 100%;
  fill: white;
}

.copy-body {
  margin: 4em 0;
}

.bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  color: #222;
  text-align: center;
  max-width: 13.53em;
  margin: 0 auto;
  font-size: 34px;
  z-index: 0;
}

@media (max-width: 1000px) {
  .bubble {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .bubble {
    font-size: 5.5vw;
  }
}

.bubble:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/bubble.png");
  background-size: 100% 100%;
  z-index: -1;
}

@-webkit-keyframes bg {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 78.9% 26.23%;
  }
}

@keyframes bg {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 78.9% 26.23%;
  }
}

.bubble p {
  margin: 0 auto;
  padding: 0 1.7em;
  font-family: omnes-pro, sans-serif;
  font-weight: 400;
  font-size: 1em;
  white-space: nowrap;
  line-height: 1.8em;
}

.bubble p em,
.bubble p small {
  display: block;
}

.bubble p em {
  font-size: 3.2em;
  margin: 0.08em 0 0.1em;
  font-style: normal;
}

.bubble p small {
  font-size: 0.7em;
  margin-top: -0.5em;
}

.main-content-wrap,
.competition-question {
  line-height: 1.5;
  color: white;
}

.main-content-wrap p,
.competition-question p {
  margin: 1.5em 0;
}

.main-content-wrap a:not(.btn-cta),
.competition-question a:not(.btn-cta) {
  color: inherit;
  text-decoration: underline;
}

.btn-cta {
  display: inline-block;
  padding: 0.8em 2.5em;
  background-color: #f7f410;
  color: #222;
  font-family: omnes-pro, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-cta:hover, .btn-cta:active {
  background-color: #fff;
}

.btn-cta.btn-inverse {
  background: #394347;
  color: white;
}

.btn-cta.btn-inverse:hover, .btn-cta.btn-inverse:active {
  background-color: #f7f410;
  color: #222;
}

.btn-cta.btn-white {
  background: white;
  color: #222;
}

.btn-cta.btn-white:hover, .btn-cta.btn-white:active {
  background-color: #f7f410;
  color: #222;
}

.intro {
  position: relative;
  padding: 4em 0 15em;
  z-index: 0;
}

.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333 url("../img/pod1bg.jpg") no-repeat fixed center 30%;
  z-index: -1;
}

.intro .intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.intro .intro-inner .countdownContainer {
  max-width: 1000px;
  margin: 0 auto;
}

.intro .copy-wrap {
  position: relative;
  padding: 3em 5em;
  background: rgba(44, 64, 71, 0.75);
}

.intro .copy-wrap:after {
  content: url("../img/deco1.png");
  position: absolute;
  top: 80%;
  right: -65px;
}

@media (max-width: 800px) {
  .intro .copy-wrap:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.intro .text-box {
  position: relative;
  max-width: 1000px;
  padding: 3em;
  margin: 0 auto;
  text-align: center;
}

.intro h1 {
  color: white;
}

.native {
  position: relative;
  background: #3a4348 url("../img/native.jpg") no-repeat center center/cover;
  padding: 7em 0 4em;
}

.clientSection {
  position: relative;
  background: #f7f410;
  color: white;
  padding: 11em 0 10em;
  z-index: 1;
}

.clientSection .bubble-img {
  margin-right: 4vw;
}

.clientSection .wrapper {
  max-width: 1200px;
  background: #2b4047;
  margin: -11rem auto;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
  padding: 3rem 4rem 2rem;
}

@media (min-width: 800px) {
  .clientSection .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clientSection .wrapper > .bubble-img,
  .clientSection .wrapper .bubble-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .clientSection .wrapper > .text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .clientSection .wrapper .bubble-wrap,
  .clientSection .wrapper .bubble-box {
    margin-right: 1em;
    margin-bottom: 0;
  }
  .clientSection .wrapper .text-box {
    text-align: left;
  }
}

.clientSection .wrapper .bubble-wrap {
  margin-bottom: 4em;
}

.clientSection .wrapper:before {
  content: url("../img/deco2.png");
  position: absolute;
  top: -3%;
  left: 0px;
}

@media (max-width: 800px) {
  .clientSection .wrapper:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -15%;
    top: -5%;
  }
}

.competition {
  position: relative;
  background-color: inherit;
  color: #222;
}

.competition .competition-question {
  position: relative;
  padding: 9em 0 5em;
}

.competition .competition-question:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/comp-bg.jpg") no-repeat fixed center center;
}

.competition h2 {
  color: inherit;
}

.competition .form-wrapper.thank-you {
  padding-top: 40em;
  padding-bottom: 200px;
  text-align: center;
}

.competition a {
  font-weight: 700;
}

.competition .column {
  max-width: 920px;
  margin: auto;
}

.competition p {
  font-size: 1.5em;
}

.competition .submit-btn {
  margin-top: 1.5em;
  background: #2b4047;
  color: white;
  border: none;
  padding: 0.6em 1.5em;
  text-transform: uppercase;
}

.competition .competition-question {
  color: white;
}

.competition .competition-question .wrapper {
  max-width: 920px !important;
}

.competition .competition-question .comp-copy {
  max-width: 800px;
}

.competition .competition-question .comp-q-a {
  position: relative;
  max-width: 921px;
  margin: 4em auto 0;
  background: rgba(46, 51, 52, 0.7);
  padding: 4em 6em;
  font-family: omnes-pro, sans-serif;
}

.competition .competition-question .comp-q-a #answer {
  font-size: 1.5em;
  font-weight: bold;
}

.competition .competition-question .comp-q-a:before {
  content: url("../img/deco1.png");
  position: absolute;
  top: 65%;
  left: -65px;
  -webkit-transform: rotate(317deg) scale(0.8);
          transform: rotate(317deg) scale(0.8);
}

@media (max-width: 800px) {
  .competition .competition-question .comp-q-a:before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: 80%;
    left: -56px;
  }
}

.competition .competition-question .comp-q-a:after {
  content: url("../img/deco2.png");
  position: absolute;
  top: -35px;
  right: -30px;
  -webkit-transform: scaleX(-1) scale(0.8);
          transform: scaleX(-1) scale(0.8);
}

@media (max-width: 800px) {
  .competition .competition-question .comp-q-a:after {
    -webkit-transform: scaleX(-1) scale(0.5);
            transform: scaleX(-1) scale(0.5);
    top: -52px;
    right: -66px;
  }
}

.competition .competition-question textarea#answer {
  height: 150px;
  font-size: 16px;
  opacity: 0.8;
}

.competition .competition-question .question-container {
  font-size: 1.6em;
  margin: 1em 0;
}

.competition .competition-question .answers-container {
  list-style: none;
  max-width: 520px;
  margin: 4rem auto 2rem;
}

@media (min-width: 700px) {
  .competition .competition-question .answers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .competition .competition-question .answers-container li {
    -webkit-box-flex: 33%;
        -ms-flex: 33% 1 1;
            flex: 33% 1 1;
  }
}

.competition .competition-question .answers-container li {
  margin-bottom: 2rem;
}

.competition .competition-question .answers-container li label {
  font-size: 1.6em;
  font-weight: bold;
  display: inline-block;
  padding: 1em 2em;
  position: relative;
  color: #111;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.competition .competition-question .answers-container li label span {
  position: relative;
  z-index: 1;
}

.competition .competition-question .answers-container li label svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
}

.competition .competition-question .answers-container li label svg path {
  fill: white;
  stroke: white;
  stroke-width: 12;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.competition .competition-question .answers-container li label:hover, .competition .competition-question .answers-container li label:active {
  color: #111;
}

.competition .competition-question .answers-container li label:hover svg path, .competition .competition-question .answers-container li label:active svg path {
  stroke: #f7f410;
  fill: #f7f410;
}

.competition .competition-question .answers-container li input[type="radio"], .competition .competition-question .answers-container li input[type="checkbox"] {
  opacity: 0;
  width: 0;
  position: absolute;
}

.competition .competition-question .answers-container li input:focus + label,
.competition .competition-question .answers-container li input:checked + label {
  color: #111;
}

.competition .competition-question .answers-container li input:focus + label svg path,
.competition .competition-question .answers-container li input:checked + label svg path {
  stroke: #f7f410;
  fill: #f7f410;
}

.competition .competition-optins {
  margin-top: 3em;
}

.competition .competition-optins p label {
  font-size: 1em;
  color: #222;
}

.competition small {
  text-align: right;
  display: block;
}

.competition .comp-inactive {
  padding: 10em 0;
  background-color: #f3f3f3;
}

.competition #result {
  color: white;
}

footer {
  position: relative;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
}

footer a {
  color: inherit;
}

footer a:hover {
  text-decoration: underline;
}

.pixel_img {
  opacity: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 700px) {
  body {
    font-size: 9px;
  }
  .competition .competition-details, .competition .competition-optins {
    width: 100%;
    float: none;
  }
  .competition .competition-details .sign-in-container, .competition .competition-details .register-container {
    width: 100%;
    float: none;
  }
  .competition .competition-details .register-container {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 430px) {
  body {
    font-size: 8px;
  }
  .competition .competition-details .nested.half, .competition .competition-optins .nested.half {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */