/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/*
* Fonts
*/
@font-face {
  font-family: 'Canela Deck Web';
  src: url('/application/themes/illumkey_twentytwenty/fonts/CanelaDeck-Regular-Web.woff2') format('woff2'), url('/application/themes/illumkey_twentytwenty/fonts/CanelaDeck-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
.canela-deck {
  font-family: 'Canela Deck Web';
  font-weight: 100;
}
.small-text {
  font-size: 12px;
  margin-top: 20px;
}
/*
* Screen sizes
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Generics
*/
h1,
h2,
h3 {
  color: #2f4947;
  font-family: 'Canela Deck Web';
  font-weight: 100;
}
button,
.btn {
  background-color: #2f4947;
  color: white;
  border: none;
  border-radius: 60px;
  width: 167px;
  padding: 8px;
}
button:hover,
.btn:hover {
  color: #ffffff;
}
.hide {
  display: none;
}
.ui-datepicker {
  background: #2f4947 !important;
  border: none !important;
  border-radius: 0 !important;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  background: #2f4947 !important;
  border: none !important;
  color: #ffffff !important;
}
.ui-datepicker a,
.ui-datepicker span {
  color: #ffffff !important;
}
.ui-datepicker a.ui-state-hover,
.ui-datepicker a.ui-state-active {
  background: #b29761 !important;
  border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #2f4947 !important;
}
.ui-datepicker td .ui-state-highlight {
  background: #1d1c1b !important;
  border-radius: 0 !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.form-rose-background {
  background-color: #f5eae4;
  padding: 25px;
}
nav.main-site-nav {
  height: 140px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 300;
}
nav.main-site-nav img:nth-child(1) {
  margin-right: 15px;
}
nav.main-site-nav #nav-wrapper {
  display: flex;
  align-items: center;
}
nav.main-site-nav #nav-wrapper #logo-wrapper {
  display: flex;
}
nav.main-site-nav #nav-links {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 100%;
}
nav.main-site-nav #nav-links a {
  color: #2f4947;
}
nav.main-site-nav #nav-links button,
nav.main-site-nav #nav-links .btn {
  color: #ffffff;
  margin-left: 20px;
}
#illum-key-frontpage {
  overflow: hidden;
  padding-top: 140px;
}
#illum-key-frontpage #illum-key-hero {
  position: relative;
}
#illum-key-frontpage #illum-key-hero #hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2f4947 0%, rgba(227, 179, 159, 0) 74%);
}
#illum-key-frontpage #illum-key-hero #hero-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#illum-key-frontpage #illum-key-hero #hero-text button,
#illum-key-frontpage #illum-key-hero #hero-text .btn {
  background-color: #f5eae4;
  color: #2f4947;
}
#illum-key-frontpage #illum-key-hero #hero-text h2 {
  color: white;
  font-weight: 100;
  font-size: 25px;
}
#illum-key-frontpage #illum-key-hero #hero-text h1 {
  color: white;
  font-size: 70px;
  margin-bottom: 60px;
}
#illum-key-frontpage #illum-key-hero img {
  width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section {
  display: flex;
}
#illum-key-frontpage #illum-key-content .image-section div {
  width: 100%;
}
#illum-key-frontpage #illum-key-content .image-section .smaller-image {
  flex: 0 2.5 auto;
}
#illum-key-frontpage #illum-key-content .image-section img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
  object-fit: cover;
}
#illum-key-frontpage #illum-key-content .app-section {
  position: relative;
  background-color: #f2f3f3;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 200px;
  height: 550px;
}
#illum-key-frontpage #illum-key-content .app-section p,
#illum-key-frontpage #illum-key-content .app-section a {
  color: #000000;
}
#illum-key-frontpage #illum-key-content .app-section .container,
#illum-key-frontpage #illum-key-content .app-section .row {
  height: 100%;
}
#illum-key-frontpage #illum-key-content .app-section #illum-key-app-iphone {
  position: absolute;
  width: 800px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons {
  display: flex;
  flex-direction: column;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img:nth-child(1) {
  padding: 16px 0px;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons .google-play-icon {
  display: none;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons .app-download-warning {
  font-size: 12px;
  line-height: 1.3;
}
#illum-key-frontpage #illum-key-content .app-section #app-icons #app-store-icons img {
  width: 100%;
}
#illum-key-frontpage #illum-key-content .app-section h2 {
  padding-bottom: 35px;
}
#illum-key-frontpage #illum-key-content .app-section a {
  text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section {
  padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #cards-section .card-wrapper {
  perspective: 600px;
  padding-bottom: 130px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card {
  position: relative;
  background-color: #f5eae4;
  text-align: center;
  cursor: pointer;
  width: 100%;
  min-height: 550px;
  transition: transform .8s;
  transform-style: preserve-3d;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .read-more-less p {
  text-decoration: underline;
  color: #2f4947;
  cursor: pointer;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 140px 80px 0px 80px;
  display: flex;
  flex-direction: column;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .card-face p {
  color: #000000;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .front-face {
  transform: rotateX(0deg);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face {
  transform: rotateY(180deg) translateZ(0.1px);
  text-align: left;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face h2,
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face .read-more-less {
  text-align: center;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul {
  list-style: none;
  padding: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card .back-face ul li:after {
  content: '';
  height: 8px;
  width: 8px;
  background: #2f4947;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped {
  transform: rotateY(180deg) translateZ(0px);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card.is-flipped img {
  transform: translate(-50%, 0) scaleX(-1);
}
#illum-key-frontpage #illum-key-content #cards-section .info-card h2 {
  margin-bottom: 30px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  margin-bottom: 40px;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card p:nth-child(4) a {
  color: #000000;
  text-decoration: underline;
}
#illum-key-frontpage #illum-key-content #cards-section .info-card img {
  position: absolute;
  width: 128px;
  height: 128px;
  top: -64px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: transform .8s;
}
#illum-key-frontpage #illum-key-content #introduction-section {
  padding: 100px 0px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  right: 0;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line {
  display: flex;
  align-items: flex-end;
  opacity: 0.5;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:hover {
  opacity: 1;
  transition: opacity .5s ease;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line img {
  width: 200px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line p {
  color: #af945c;
  margin-left: 10px;
  margin-bottom: 5px;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child {
  align-items: baseline;
}
#illum-key-frontpage #illum-key-content #introduction-section .phone-line-wrapper .phone-line:last-child img {
  transform: scaleY(-1);
}
#illum-key-frontpage #illum-key-content #introduction-section p {
  color: #000000;
}
#illum-key-frontpage #illum-key-content #introduction-section button,
#illum-key-frontpage #illum-key-content #introduction-section .btn {
  margin-top: 60px;
}
#illum-key-frontpage #illum-key-content #introduction-section img {
  width: 100%;
}
#illum-key-frontpage #illum-key-content #introduction-section h4 {
  font-size: 18px;
  padding-bottom: 20px;
}
.faq .list-section {
  padding-top: 180px;
}
.faq .list-section .list-header h3 {
  padding-left: 0;
}
.faq h1 {
  margin-bottom: 40px;
}
.list-section {
  padding: 100px 0px;
}
.list-section .list-number {
  font-size: 50px;
  margin: 0px;
  color: #000000;
}
.list-section .list-header-container {
  display: flex;
  align-items: center;
}
.list-section .list-header-container:nth-child(n+2) {
  margin-top: 30px;
}
.list-section .list-text-container {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease;
}
.list-section .list-text-container .list-text {
  background: #f2f3f3;
  padding: 50px;
  color: #000000;
}
.list-section .list-text-container .list-text ul {
  list-style: none;
  padding: 0;
}
.list-section .list-text-container .list-text ul li {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.list-section .list-text-container .list-text ul li:after {
  content: '';
  height: 8px;
  width: 8px;
  background: #2f4947;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}
.list-section .list-header.list-item-open .list-arrow {
  transform: rotate(-135deg);
}
.list-section .list-header {
  background-color: #2f4947;
  padding: 30px;
  position: relative;
  cursor: pointer;
}
.list-section .list-header .list-arrow {
  border: solid white;
  cursor: pointer;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
  right: 0;
  margin-right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transition: all .5s ease;
}
.list-section .list-header .list-number-line {
  width: 60px;
  height: 4px;
  background: #af945c;
  position: absolute;
  left: -30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-section .list-header h3 {
  color: #ffffff;
  margin: 0px;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 26px;
}
#benefits-section {
  margin-bottom: 230px;
}
#benefits-section #benefits-inner-wrapper {
  background: #f5eae4;
  width: 90%;
  padding: 100px 0px;
}
#benefits-section #benefits-links {
  padding-left: 80px;
  padding-top: 80px;
}
#benefits-section #benefits-links p {
  margin-bottom: 10px;
  color: #2f4947;
}
#benefits-section #benefits-links a {
  text-decoration: underline;
  color: #2f4947;
}
#benefits-section #benefits-header {
  padding-left: 80px;
  padding-bottom: 30px;
}
#benefits-section #benefits-table {
  width: 105%;
}
#benefits-section #benefits-table .silver-key,
#benefits-section #benefits-table .gold-key {
  color: #af945c;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#benefits-section #benefits-table .last-silver,
#benefits-section #benefits-table .last-gold {
  position: relative;
}
#benefits-section #benefits-table .silver-key {
  background-color: #faf5f2;
}
#benefits-section #benefits-table .last-silver::after {
  content: '';
  position: absolute;
  bottom: -161px;
  left: 0;
  width: 100%;
  height: 160px;
  background: #faf5f2;
  z-index: 1;
}
#benefits-section #benefits-table .gold-key {
  background-color: #2f4947;
}
#benefits-section #benefits-table .last-gold::after {
  content: 'Hvordan bliver jeg Gold medlem?';
  position: absolute;
  bottom: -251px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #2f4947;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  padding: 30px;
}
#benefits-section #benefits-table thead tr {
  border: none;
}
#benefits-section #benefits-table th {
  padding: 20px !important;
  height: 100px;
  font-size: 23px;
  width: 100px;
}
#benefits-section #benefits-table td {
  padding: 10px;
  padding-left: 80px;
  color: #2f4947;
  font-size: 16px;
}
#benefits-section #benefits-table i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #b29761;
  transform-origin: center center;
  transform: rotate(45deg);
}
#benefits-section #benefits-table tr:after {
  width: 300px;
}
#benefits-section #benefits-table tr {
  border-top: 1px solid #af945c;
  border-bottom: 1px solid #af945c;
}
#benefits-section h3 {
  color: #af945c;
  font-size: 25px;
}
#additional-info-section {
  text-align: center;
  padding: 100px 0px;
}
#additional-info-section h2 {
  margin-bottom: 30px;
}
#additional-info-section button,
#additional-info-section .btn {
  margin-top: 50px;
}
#brandlist {
  padding-top: 140px;
}
#brandlist .full {
  text-align: center;
  width: 100%;
  background: #af945c;
  padding: 50px 10px;
  position: relative;
}
#brandlist .full .intro h1 {
  color: #faf5f2;
}
#brandlist .pattern {
  background: #f5eae4;
  padding: 0px 60px;
  margin-bottom: 60px;
}
#brandlist .pattern h2 {
  font-size: 25px;
}
#brandlist .illum-store {
  color: #af945c;
  font-size: 18px;
  margin-bottom: 10px;
}
#brandlist p.columns {
  margin-bottom: 15px;
  line-height: 30px;
  columns: auto 180px;
  padding-left: 5%;
  font-size: 14px;
  line-height: 1.45;
  color: #2f4947;
}
#brandlist #brand-list-footer {
  background: transparent;
}
#brandlist #brand-list-footer p {
  font-family: 'Canela Deck Web';
  color: #2f4947;
  font-size: 14px;
  text-align: center;
}
#illum-key-register {
  padding-top: 140px;
  overflow: hidden;
}
#illum-key-register #facebook-register {
  display: flex;
}
#illum-key-register #facebook-register img {
  width: 20px;
  margin-right: 10px;
}
#illum-key-register #facebook-register p {
  border-left: 1px solid white;
  padding-left: 15px;
  color: #ffffff !important;
  margin-bottom: 0px;
}
#illum-key-register .image-section {
  display: flex;
}
#illum-key-register .image-section div {
  width: 100%;
}
#illum-key-register .image-section .smaller-image {
  flex: 0 2.5 auto;
}
#illum-key-register .image-section img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
  object-fit: cover;
}
#illum-key-register #inner-form-wrapper {
  display: flex;
  justify-content: center;
  background: #f5eae4;
  padding: 80px 0px;
}
#illum-key-register #inner-form-wrapper .gender-select {
  position: relative;
}
#illum-key-register #inner-form-wrapper .gender-select select {
  appearance: none;
}
#illum-key-register #inner-form-wrapper .gender-select .select-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  border: solid #2f4947;
  border-width: 0 1.5px 1.5px 0;
  padding: 3.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  margin-right: 15px;
  transform-origin: top right;
}
#illum-key-register #inner-form-wrapper #valid-msg,
#illum-key-register #inner-form-wrapper #error-msg {
  font-size: 16px;
}
#illum-key-register #inner-form-wrapper #submit-form {
  font-size: 18px;
}
#illum-key-register #inner-form-wrapper input::placeholder {
  color: #2f4947;
}
#illum-key-register #inner-form-wrapper .terms-checkbox {
  margin-top: 20px;
}
#illum-key-register #inner-form-wrapper label.control-checkbox {
  display: flex;
  align-items: baseline;
  display: block;
  position: relative;
}
#illum-key-register #inner-form-wrapper label.control-checkbox a {
  color: #2f4947;
  text-decoration: underline;
}
#illum-key-register #inner-form-wrapper label.control-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  cursor: pointer;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:hover {
  background: #faf5f2;
}
#illum-key-register #inner-form-wrapper label.control-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #af945c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#illum-key-register #inner-form-wrapper label.control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#illum-key-register #inner-form-wrapper label.control-checkbox label {
  padding-left: 40px;
  color: #2f4947;
}
#illum-key-register #inner-form-wrapper hr {
  border-top: 1px solid white;
  margin: 60px 0px 40px 0px;
}
#illum-key-register #inner-form-wrapper p {
  color: #2f4947;
}
#illum-key-register #inner-form-wrapper .intl-tel-input {
  width: 100%;
}
#illum-key-register #inner-form-wrapper .intl-tel-input #userphone {
  width: 100%;
  padding: .375rem .75rem;
  padding-left: 52px;
  border: none;
  font-size: 1rem;
  height: 45px;
}
#illum-key-register #inner-form-wrapper .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file {
  padding-top: 15px;
}
#illum-key-register #inner-form-wrapper .form-actions .ccm-block-file a {
  color: #2f4947;
  text-decoration: underline;
}
#illum-key-register #inner-form-wrapper .facebook-btn {
  background-color: #4267B2;
  border-radius: 0px;
  width: 250px;
}
#illum-key-register #inner-form-wrapper .form-control {
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  height: 45px;
  outline: none !important;
  padding: .375rem .75rem;
  font-size: 16px;
}
#illum-key-register #inner-form-wrapper .key-bullets {
  list-style: none;
  padding: 0;
  padding-top: 8px;
}
#illum-key-register #inner-form-wrapper .key-bullets li {
  margin: 0;
  padding-left: 1.5em;
  position: relative;
  color: #2f4947;
}
#illum-key-register #inner-form-wrapper .key-bullets li:after {
  content: '';
  height: 8px;
  width: 8px;
  background: #2f4947;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}
#illum-key-register .text-center {
  font-family: 'Canela Deck Web';
  color: #2f4947;
  margin-bottom: 20px;
  font-size: 20px;
}
#illum-key-register .hide {
  display: none;
}
#user-dashboard {
  padding-top: 140px;
}
#user-dashboard .logo {
  width: 94px;
  position: relative;
  z-index: 2;
  margin: 60px auto 15px;
}
#user-dashboard .line-top:before {
  content: '';
  position: absolute;
  border-left: 1px solid #af945c;
  height: 20px;
  top: -5px;
  left: calc(50%);
}
#user-dashboard center {
  width: 100%;
}
#user-dashboard p,
#user-dashboard label {
  color: #2f4947;
}
#user-dashboard .purchase-history {
  margin-bottom: 100px;
}
#user-dashboard .paddingbottom {
  padding-bottom: 50px;
}
#user-dashboard .paddingbottom .relevant-links {
  position: relative;
  text-align: center;
  background: #2f4947;
  padding: 50px 15px;
}
#user-dashboard .paddingbottom .relevant-links a {
  color: #af945c;
  font-size: 16px;
  text-decoration: underline;
}
#user-dashboard .services {
  text-align: center;
}
#user-dashboard .services h3 {
  color: #af945c;
  margin-bottom: 20px;
}
#user-dashboard .services .btn-wrapper {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
#user-dashboard .services .btn {
  width: auto;
  padding: 8px 30px;
}
#user-dashboard .deletion-delivery a {
  color: #2f4947;
  text-decoration: underline;
}
#user-dashboard .deletion-delivery .btn {
  color: #ffffff;
  text-decoration: none;
}
#user-dashboard .control {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
#user-dashboard .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
#user-dashboard .control input:checked ~ .control-indicator:after {
  display: block;
}
#user-dashboard .control .control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  border: none;
  height: 25px;
  width: 25px;
  background: #ffffff;
}
#user-dashboard .control .control-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 8px;
  top: 2px;
  width: 9px;
  height: 16px;
  border: solid #b29761;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#user-dashboard .communication-preferences h3 {
  font-size: 20px;
}
#user-dashboard .communication-preferences a {
  color: #2f4947;
  text-decoration: underline;
}
#user-dashboard .my-information table td {
  padding: 0;
  width: 30%;
  vertical-align: top;
  word-wrap: break-word;
}
#user-dashboard .my-information table td h3 {
  font-size: 18px;
}
#user-dashboard .my-information .info-box {
  padding: 40px 30px;
  margin-left: 20px;
}
#user-dashboard .my-information .info-box.edit-profile {
  padding: 40px 40px 40px 10px;
  margin-left: 0px;
}
#user-dashboard .my-information .info-box button,
#user-dashboard .my-information .info-box .btn {
  margin-top: 25px;
}
#user-dashboard .my-information .info-box .gold {
  color: #af945c;
}
#user-dashboard .my-information .info-box h2 {
  font-size: 25px;
}
#user-dashboard .my-information .info-box h3 {
  font-size: 18px;
  color: #2f4947;
}
#user-dashboard .my-information .info-box div {
  display: flex;
  column-gap: 10px;
}
#user-dashboard .my-information .change-pass {
  padding: 0px 30px;
  color: #af945c;
  text-decoration: underline;
  margin-left: 20px;
}
#user-dashboard .ribbon-element {
  margin-top: 50px;
  margin-bottom: 50px;
}
#user-dashboard .points-square {
  width: 239px;
  height: 239px;
  display: inline-block;
}
#user-dashboard .points-square:before {
  content: "";
  position: absolute;
  width: 239px;
  height: 239px;
  -webkit-transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
  transform: translateY(-20%) translateX(-50%) rotateY(0) rotateZ(45deg);
  border: 2px solid #af945c;
  display: inline-block;
  transition: .6s;
}
#user-dashboard .points-square.flip .points-flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#user-dashboard .points-square.flip:before {
  -webkit-transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
  transform: translateY(-20%) translateX(-50%) rotateY(-180deg) rotateZ(45deg);
}
#user-dashboard .points-square .points-flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
#user-dashboard .points-square .points-flipper .flip-btn,
#user-dashboard .points-square .points-flipper .flip-btn-reverse {
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 12px;
  outline: none;
  color: #af945c;
}
#user-dashboard .points-square .points-flipper .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#user-dashboard .points-square .points-flipper .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#user-dashboard .points-square .points-flipper .front,
#user-dashboard .points-square .points-flipper .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 239px;
  height: 239px;
}
#user-dashboard .points-square .points-flipper .front h1,
#user-dashboard .points-square .points-flipper .back h1 {
  color: #2f4947;
}
#user-dashboard .points-square .points-flipper .front h3,
#user-dashboard .points-square .points-flipper .back h3 {
  font-size: 18px;
  color: #af945c;
}
#user-dashboard .center-text {
  text-align: center;
}
#user-dashboard .full {
  background-color: #f5eae4;
  text-align: center;
  width: 100%;
  padding: 50px 10px;
  position: relative;
}
#user-dashboard .full h2 {
  color: #2f4947;
}
#user-dashboard .ribbon-bg {
  background: #faf5f2;
  height: 100%;
  border-left: 30px #ffffff solid;
  border-right: 30px #ffffff solid;
  position: absolute;
  z-index: -1;
}
#user-dashboard .user-introduction {
  text-align: center;
  color: #2f4947;
  margin-top: 50px;
  margin-bottom: 50px;
}
#user-dashboard .user-introduction .intro p {
  padding: 0 7.5%;
  font-size: 16px;
}
#user-dashboard .user-introduction h1 {
  color: #2f4947;
}
.error-report-wrapper {
  padding: 180px 0px;
}
.error-report-wrapper .error-wrapper {
  font-size: 16px;
  color: red;
  margin: 15px 0px;
}
.error-report-wrapper .invalid span {
  color: red !important;
}
.error-report-wrapper .steps-wrapper {
  display: flex;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
}
.error-report-wrapper .steps-wrapper .line {
  width: 100px;
  height: 2px;
  background-color: #af945c;
}
.error-report-wrapper .steps-wrapper .step {
  height: 30px;
  width: 30px;
  margin: 0 2px;
  transform: rotate(45deg);
  display: inline-block;
  border: 2px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.active {
  border: 4px solid #af945c;
}
.error-report-wrapper .steps-wrapper .step.finish {
  background-color: #af945c;
}
.error-report-wrapper a {
  color: black;
  text-decoration: underline;
}
.error-report-wrapper .tab {
  display: none;
}
.error-report-wrapper .header {
  background-color: #af945c;
  padding: 60px 20px;
  text-align: center;
}
.error-report-wrapper .header h1 {
  color: white;
  margin-bottom: 0;
}
.error-report-wrapper .faq-link {
  background-color: #f5eae4;
  padding: 60px;
  padding: 120px 60px 60px 60px;
  position: relative;
  margin-top: 100px;
}
.error-report-wrapper .faq-link h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.error-report-wrapper .faq-link img {
  position: absolute;
  width: 128px;
  height: 128px;
  top: -64px;
  left: 50%;
  transform: translate(-50%, 0);
}
.error-report-wrapper .error-form-wrapper,
.error-report-wrapper #form-success {
  background-color: #f5eae4;
  padding: 60px;
  position: relative;
  top: -40px;
}
.error-report-wrapper .error-form-wrapper h2,
.error-report-wrapper #form-success h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  color: black;
  margin-bottom: 40px;
}
.error-report-wrapper .error-form-wrapper #error-report-form,
.error-report-wrapper #form-success #error-report-form {
  /* Firefox */
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-outer-spin-button,
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number]::-webkit-inner-spin-button,
.error-report-wrapper #form-success #error-report-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type=number],
.error-report-wrapper #form-success #error-report-form input[type=number] {
  -moz-appearance: textfield;
}
.error-report-wrapper .error-form-wrapper #error-report-form p,
.error-report-wrapper #form-success #error-report-form p {
  font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .tab label,
.error-report-wrapper #form-success #error-report-form .tab label {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input:not([type='radio']),
.error-report-wrapper #form-success #error-report-form input:not([type='radio']) {
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  height: 45px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #2f4947;
  font-size: 14px;
  outline: none !important;
  margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form textarea,
.error-report-wrapper #form-success #error-report-form textarea {
  width: 100%;
  resize: none;
  border: none;
  min-height: 50px;
  padding: 10px;
  margin-bottom: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form input[type='radio'],
.error-report-wrapper #form-success #error-report-form input[type='radio'] {
  margin-right: 5px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child),
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) {
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child):hover input ~ .radio {
  background-color: rgba(175, 148, 92, 0.2);
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio {
  background-color: white;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) input:checked ~ .radio:after {
  display: block;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .radio-wrapper label:not(:first-child) .radio:after,
.error-report-wrapper #form-success #error-report-form .radio-wrapper label:not(:first-child) .radio:after {
  content: "";
  position: absolute;
  display: none;
  left: 1.5px;
  top: 1.5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #af945c;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper,
.error-report-wrapper #form-success #error-report-form .btn-wrapper {
  margin-top: 40px;
  overflow: auto;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.error-report-wrapper .error-form-wrapper #error-report-form .btn-wrapper #prevBtn,
.error-report-wrapper #form-success #error-report-form .btn-wrapper #prevBtn {
  background: transparent;
  border: 1px solid #2f4947;
  color: #2f4947;
}
#edit-profile {
  padding-top: 140px;
}
#edit-profile p {
  color: #2f4947;
  font-family: 'Canela Deck Web';
}
#edit-profile hr {
  border-top: 1px solid #ffffff;
}
#edit-profile button.pull-left,
#edit-profile .btn.pull-left {
  float: left;
}
#edit-profile button.pull-right,
#edit-profile .btn.pull-right {
  float: right;
}
#edit-profile .bottom-links {
  margin-top: 40px;
}
#edit-profile .bottom-links div a,
#edit-profile .bottom-links p a {
  color: #af945c;
}
#edit-profile .bottom-links p,
#edit-profile .bottom-links a {
  font-size: 16px;
}
#edit-profile .bottom-links a {
  text-decoration: underline;
}
#edit-profile .full {
  text-align: center;
  width: 100%;
  background: #f5eae4;
  padding: 50px 10px;
  position: relative;
}
#edit-profile .full form label:not([class*="notrequired"]):not([class*="checkbox"]):not([for*="["]):after,
#edit-profile .full form .edit_profile form label:not([for*="["]):after {
  content: ' *';
  color: #2f4947;
}
#edit-profile .full form label {
  font-size: 18px;
  color: #af945c;
  text-align: left;
  width: 100%;
  font-family: 'Canela Deck Web';
}
#edit-profile .full form .intl-tel-input {
  width: 100%;
}
#edit-profile .full form .intl-tel-input #userphone {
  padding-right: 6px;
  padding-left: 52px;
}
#edit-profile .full form .form-actions {
  padding-top: 15px;
}
#edit-profile .full form #valid-msg,
#edit-profile .full form #error-msg {
  font-size: 16px;
  text-align: left;
  float: left;
  color: #4e4e4e;
  padding-left: 4px;
  padding-top: 4px;
}
#edit-profile .full form #name-message {
  text-align: left;
  font-size: 16px;
  color: #4e4e4e;
  padding-left: 4px;
  padding-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
}
#edit-profile .full form input,
#edit-profile .full form select {
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
  height: 45px;
  width: 100%;
  padding: .375rem .75rem;
  color: #2f4947;
  font-size: 14px;
  outline: none !important;
}
#edit-profile .full form select {
  appearance: none;
}
footer {
  background-color: #2f4947;
  color: white;
}
footer #footer-content {
  padding: 100px 0px;
}
footer #footer-content p {
  font-size: 18px;
  margin: 0px;
}
footer #footer-content p a {
  color: #ffffff;
}
footer #footer-content p:nth-child(3) {
  margin-top: 20px;
}
footer #footer-content h4 {
  margin-bottom: 30px;
}
footer #footer-content #some-icons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
footer #footer-content #some-icons img {
  width: 40px;
  height: 40px;
}
footer #footer-content #some-icons img:nth-child(2) {
  margin-left: 15px;
}
footer #footer-logo {
  margin-bottom: 160px;
}
footer #footer-bottom {
  background-color: #f2f3f3;
  padding: 30px 0px;
  color: #2f4947;
  font-size: 16px;
}
footer #footer-bottom #privacy-policy div:nth-child(1) {
  display: flex;
}
footer #footer-bottom #privacy-policy #line-divider {
  width: 2px;
  height: 14px;
  background: #2f4947;
  align-self: center;
  margin: 0px 20px;
}
footer #footer-bottom #privacy-policy p {
  margin: 0px;
}
footer #footer-bottom #privacy-policy p a {
  color: #2f4947;
  text-decoration: underline;
}
/*    Media queries   */
@media screen and (max-width: 576px) {
  #edit-profile button.pull-left,
  #edit-profile .btn.pull-left {
    margin-bottom: 10px;
  }
  #edit-profile button.pull-left,
  #edit-profile .btn.pull-left,
  #edit-profile button.pull-right,
  #edit-profile .btn.pull-right {
    width: 100%;
  }
  #user-dashboard .services .HTMLBlock {
    padding: 0px 50px;
  }
  #user-dashboard .communication-preferences form {
    padding: 0px 50px;
  }
  #user-dashboard .deletion-delivery form {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 768px) {
  #illum-key-frontpage #illum-key-content .app-section {
    height: auto;
  }
  #illum-key-frontpage #illum-key-content .app-section #illum-key-app-iphone {
    display: none;
  }
  #nav-wrapper img {
    width: 48px;
  }
  #nav-wrapper img:nth-child(1) {
    width: 60px;
  }
  #nav-wrapper #nav-links {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  #nav-wrapper #nav-links a {
    padding-right: 19px;
    padding-bottom: 5px;
  }
  #nav-wrapper #nav-links button,
  #nav-wrapper #nav-links .btn {
    width: 120px;
    padding: 6px;
  }
  #illum-key-frontpage #illum-key-hero #hero-text h1 {
    font-size: 50px;
  }
  #illum-key-frontpage #illum-key-content #cards-section .info-card {
    min-height: 430px;
  }
  #illum-key-frontpage #illum-key-content #cards-section .info-card .card-face {
    padding: 100px 20px 0px 20px;
  }
  #illum-key-frontpage #illum-key-content #app-section {
    height: 100%;
    margin-bottom: 150px;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-section-row {
    display: flex;
    flex-direction: column-reverse;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-icons img:nth-child(1) {
    margin-bottom: 30px;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img:nth-child(1) {
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #illum-key-frontpage #list-section .list-header h3 {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 22px;
  }
  #illum-key-frontpage #list-section .list-header .list-arrow {
    border-width: 0 3px 3px 0;
    padding: 6px;
  }
  #illum-key-frontpage #list-section .list-number-line,
  #illum-key-frontpage #list-section .list-number {
    display: none;
  }
  #illum-key-frontpage #benefits-section {
    margin-bottom: 80px;
  }
  #illum-key-frontpage #benefits-section h3 {
    font-size: 20px;
  }
  #illum-key-frontpage #benefits-section #benefits-inner-wrapper {
    width: 100%;
  }
  #illum-key-frontpage #benefits-section #benefits-header {
    padding-left: 10px;
  }
  #illum-key-frontpage #benefits-section #benefits-links {
    padding-left: 10px;
    padding-top: 200px;
  }
  #illum-key-frontpage #benefits-section #benefits-table {
    width: 100%;
  }
  #illum-key-frontpage #benefits-section #benefits-table i {
    width: 10px;
    height: 10px;
  }
  #illum-key-frontpage #benefits-section #benefits-table td.silver-key,
  #illum-key-frontpage #benefits-section #benefits-table td.gold-key {
    padding: 0px;
    font-size: 13px;
  }
  #illum-key-frontpage #benefits-section #benefits-table th.silver-key,
  #illum-key-frontpage #benefits-section #benefits-table th.gold-key {
    font-size: 15px;
  }
  #illum-key-frontpage #benefits-section #benefits-table td {
    padding-left: 10px;
    font-size: 13px;
  }
  footer #footer-bottom p {
    font-size: 14px;
  }
  footer #footer-bottom #line-divider {
    display: none;
  }
  footer #footer-bottom #privacy-policy div:nth-child(1) {
    flex-direction: column;
  }
  footer #footer-content p {
    font-size: 16px;
  }
  footer #footer-content #some-icons {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  #user-dashboard .my-information .info-box.edit-profile {
    padding: 40px 30px;
    margin-left: 20px;
  }
  #illum-key-frontpage #illum-key-hero img {
    position: relative;
    height: 500px;
    left: -100px;
    width: auto;
  }
  #illum-key-frontpage #illum-key-hero #hero-overlay {
    z-index: 100;
  }
  #illum-key-frontpage #illum-key-hero #hero-text {
    z-index: 200;
  }
  #illum-key-frontpage #illum-key-hero #hero-text h2 {
    font-size: 20px;
  }
  #illum-key-frontpage #illum-key-hero #hero-text h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #illum-key-frontpage #illum-key-content #cards-section {
    padding: 0px;
  }
  #illum-key-frontpage #illum-key-content #introduction-section #iphone-lines-column {
    display: none;
  }
  #illum-key-frontpage #illum-key-content #app-section {
    height: 100%;
    padding-bottom: 100px;
  }
  #illum-key-frontpage #illum-key-content #app-section #app-icons #app-store-icons img {
    width: 140px;
  }
  #illum-key-frontpage #illum-key-content #app-section #illum-key-iphone-column {
    display: none;
  }
}
.contest-invite {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contest-invite h1,
.contest-invite p {
  color: white;
  text-align: center;
}
.contest-invite p {
  font-family: 'Open Sans', sans-serif;
}
.contest-invite h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.contest-invite .invite-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contest-invite .invite-form-wrapper #invite-form {
  max-width: 500px;
  min-width: 300px;
  margin-top: 20px;
}
.contest-invite .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a8;
}
.contest-invite .container {
  padding-top: 50px;
}
/*  -------------------------------------------------------- */
/*
* Variables / Colors
*/
div.ccm-panel-detail {
  display: block !important;
}
.black {
  color: #616161;
}
.white {
  color: #ffffff;
}
.nomargin {
  margin: 0px;
}
.margintop {
  margin-top: 15px;
}
.marginbottom {
  margin-bottom: 15px;
}
.margintopbottom {
  margin-top: 15px;
  margin-bottom: 15px;
}
.spacer {
  margin-bottom: 40px;
}
.xlspacer {
  margin-bottom: 60px;
}
.nopadding {
  padding: 0px;
}
.lightpadding {
  padding: 15px;
}
.small {
  font-size: 10px;
}
.xsmall {
  font-size: 12px;
}
.large {
  font-size: 32px;
}
.center-bg {
  background-position: top center;
}
.coverimage {
  background-size: cover;
}
.no-transform {
  text-transform: none;
}
.concealed {
  display: none;
}
/*
* Typography
*/
body {
  /*font-family: 'Lato', sans-serif;*/
  font-weight: normal;
  font-size: 18px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3 {
  margin-top: 0px;
}
h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
p {
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/*
* Generics
*/
.spacer {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #333;
}
.border-box {
  border: 1px solid #333;
}
.padbox {
  padding: 15px;
}
/*  Claim voucher */
.voucher-section {
  position: relative;
  background-color: #f2f3f3;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 200px;
  height: 550px;
}
.voucher-section h1 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  color: black;
}
.voucher-section p,
.voucher-section a {
  color: #000000;
}
.voucher-section .container,
.voucher-section .row {
  height: 100%;
}
.voucher-section #illum-key-app-iphone {
  position: absolute;
  width: 800px;
}
.voucher-section #app-store-icons {
  display: flex;
}
.voucher-section #app-store-icons img:nth-child(1) {
  margin-right: 20px;
}
.voucher-section #app-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.voucher-section h2 {
  padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .voucher-section #illum-key-app-iphone,
  .voucher-section #app-icons {
    display: none;
  }
  .voucher-section #app-store-icons {
    flex-direction: column;
  }
  .voucher-section #app-store-icons img:nth-child(1) {
    margin-bottom: 20px;
  }
}
/*
* Overall structure
*/
/*
* Bootstrap extensions and overrides (buttons etc.)
*/
/*
 * Navbar styles
 */
/* FB Stuff */
