@charset "UTF-8";
/*@import '~bootstrap/scss/bootstrap';*/
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: "\201C" "\201D" "\2018" "\2019";
}

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 : 1180px) {

	}

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

	}

*/
/* Custom media query */
/* colors */
/* Secondary Colors */
/* Color codes */
/*Embeded Fonts*/
@font-face {
  font-family: "DINCondMedium";
  src: url("../fonts/DINCondMedium.eot");
  src: url("../fonts/DINCondMedium.eot") format("embedded-opentype"), url("../fonts/DINCondMedium.woff2") format("woff2"), url("../fonts/DINCondMedium.woff") format("woff"), url("../fonts/DINCondMedium.ttf") format("truetype"), url("../fonts/DINCondMedium.svg#DINCondMedium") format("svg");
}
@font-face {
  font-family: "DINCondBlack";
  src: url("../fonts/DINCondBlack.eot");
  src: url("../fonts/DINCondBlack.eot") format("embedded-opentype"), url("../fonts/DINCondBlack.woff2") format("woff2"), url("../fonts/DINCondBlack.woff") format("woff"), url("../fonts/DINCondBlack.ttf") format("truetype"), url("../fonts/DINCondBlack.svg#DINCondBlack") format("svg");
}
/* Variable declaration for fonts */
/* Fonts */
.button-margin {
  padding: 3rem 0;
}

.button-container {
  margin: 2rem 0;
  font-size: 1.2vw;
}
.button-container.align-center {
  text-align: center;
}
.button-container.no-margin {
  margin: 0;
}
.button-container.inline {
  display: inline-block;
}
.button-container .link {
  color: #FFFFFF;
  text-decoration: underline;
}
.button-container p {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.button {
  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;
  position: relative;
  color: #FFFFFF;
}
.button.yellow {
  background: #ffe221;
  color: #070707;
  border: 2px solid #ffe221;
}
.button.white {
  color: #070707;
  background: #FFFFFF;
  font-family: "DINCondBlack", sans-serif;
}
.button.white:hover, .button.white:active, .button.white:focus {
  color: #c8073c;
}
.button.black {
  color: #070707;
  background: #FFFFFF;
  border: 2px solid #070707;
}
.button.black:hover, .button.black:active {
  background: #070707;
  color: #FFFFFF;
}
.button.grey {
  color: #797d83;
  background: none;
  border: 2px solid #797d83;
}
.button.grey:hover, .button.grey:active {
  background: #797d83;
  color: #FFFFFF;
}
.button.pink {
  background: #ff4d4d;
  color: #FFFFFF;
  border: 2px solid #ff4d4d;
}
.button.pink:hover, .button.pink:active {
  background: none;
  border-color: #ff4d4d;
  color: #ff4d4d;
}
.button.blue {
  background: #66ace3;
  color: #FFFFFF;
  border: 2px solid #66ace3;
}
.button.blue:hover, .button.blue:active {
  background: none;
  border-color: #66ace3;
  color: #66ace3;
}
.button.gradient {
  background: #26377a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #26377a 0%, #1e62a5 35%, #0674bb 50%, #1e62a5 65%, #26377a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#26377a", endColorstr="#26377a",GradientType=1 );
  /* IE6-9 */
}
.button.large {
  font-size: 2.1vw;
}
.button.midsize {
  font-size: 1.4vw;
}
.button.smallsize {
  font-size: 1.2vw;
}
.button.wide {
  padding: 0.5vw 5vw;
}
.button.mid {
  padding: 1.2rem 3vw;
}
.button.small {
  padding: 1.2rem 2vw;
}
.button.full-width {
  padding: 1.5rem;
  display: block;
  width: 100%;
}
.button.mLeft10 {
  margin-left: 1rem;
}
.button.mLeft20 {
  margin-left: 2rem;
}
.button.mLeft40 {
  margin-left: 4rem;
}
.button.mRight10 {
  margin-right: 1rem;
}
.button.mRight20 {
  margin-right: 2rem;
}
.button.mRight40 {
  margin-right: 4rem;
}
.button.mTop10 {
  margin-top: 1rem;
}
.button.mTop20 {
  margin-top: 2rem;
}
.button.mBot10 {
  margin-bottom: 1rem;
}
.button.mBot20 {
  margin-bottom: 2rem;
}
.button.caps {
  text-transform: uppercase;
}
.button.underline {
  text-decoration: underline;
}
.button.disabled {
  opacity: 0.5;
}

/*	Icons */
/*.icon-down-caret{ 
	background:url(../images/icon-arrow-down-grey.svg) no-repeat; width:12px; height:8px; display:inline-block; margin-right: 1rem;
}
.icon-goto-top{ 
	background:url(../images/icon-goto-top.png) center top no-repeat; width:7px; height:16px; display:inline-block; margin-right: 1rem;
}
.icon-error{
	background:url(../images/icon-error.png) center top no-repeat; width:26px; height:24px; display:inline-block; margin-right: 1rem;	
}
.icon-success{
	background:url(../images/icon-success.png) center top no-repeat; width:26px; height:24px; display:inline-block; margin-right: 1rem;	
}
.icon-menu{
	background:url(../images/icon-menu.png) center center no-repeat; width:2vw; height:2vw; background-size:contain; display:inline-block; margin-right: 1rem;	
}
.icon-search{
	background:url(../images/icon-search.png) center center no-repeat; width:2vw; height:2vw; background-size:contain; display:inline-block; margin-right: 1rem;	
}
.arrow-rgt{
	background:url(../images/arrow-right.png) center center no-repeat; width:10px; height:24px; background-size:contain; display:inline-block; vertical-align:middle; float:right; margin-left: 1rem;		
}*/
/*Media query*/
@media screen and (max-width : 959px) {
  .button-container {
    font-size: 1.5rem;
  }

  .button.large {
    font-size: 2.4rem;
  }
  .button.midsize {
    font-size: 2rem;
  }
  .button.smallsize {
    font-size: 1.2rem;
  }
  .button.wide {
    padding: 1rem 5rem;
  }
  .button.mid {
    padding: 1.2rem 3rem;
  }
  .button.small {
    padding: 1.2rem 2rem;
  }
}
@media screen and (max-width : 639px) {
  .button-container {
    margin: 3rem 0;
    text-align: center;
  }

  .arrow-rgt {
    width: 8px;
    height: 19px;
  }
}
@media screen and (max-width : 481px) {
  .button-container {
    margin: 3rem 0;
    text-align: center;
  }
  .button-container .link-bg {
    margin-top: 1rem;
  }
}
/* All buttons */
/* Scss Document */
.form-container {
  width: 100%;
}
.form-container .form-element {
  position: relative;
  margin-bottom: 2rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* Spin Buttons modified */
  /* Override browser form filling */
}
.form-container .form-element.no-padding {
  padding: 0;
}
.form-container .form-element label.title {
  display: inline-block;
  padding: 1.2rem 1rem 0.5rem 0;
  line-height: 1.3;
  color: #e9e3c7;
  text-transform: uppercase;
  font-family: "DINCondMedium", sans-serif;
}
.form-container .form-element label.title span {
  text-transform: lowercase;
}
.form-container .form-element label.title.sm {
  font-size: 1vw;
}
.form-container .form-element input[type=text], .form-container .form-element input[type=date], .form-container .form-element input[type=tel], .form-container .form-element input[type=password], .form-container .form-element input[type=number], .form-container .form-element textarea {
  line-height: 1.1;
  font-size: 1.45vw;
  font-family: "DINCondMedium", sans-serif;
  padding: 1.5rem 2rem;
  background: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #797d83;
  display: block;
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-container .form-element input[type=text]:focus, .form-container .form-element input[type=date]:focus, .form-container .form-element input[type=tel]:focus, .form-container .form-element input[type=password]:focus, .form-container .form-element input[type=number]:focus, .form-container .form-element textarea:focus {
  border-color: #023e84;
}
.form-container .form-element input[type=number] {
  /*background: url(../images/icon-input-number.png) no-repeat right 4px center; background-size: 14px 18px;*/
  position: relative;
}
.form-container .form-element input[type=number]::-webkit-inner-spin-button, .form-container .form-element input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.form-container .form-element input[type=number]::-webkit-outer-spin-button,
.form-container .form-element input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  width: 1.5rem;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
}
.form-container .form-element input:-webkit-autofill {
  background: black;
  color: red;
}
.form-container .form-element input[type=text]:disabled, .form-container .form-element input[type=date]:disabled, .form-container .form-element input[type=tel]:disabled, .form-container .form-element input[type=number]:disabled, .form-container .form-element input[type=password]:disabled, .form-container .form-element textarea:disabled {
  opacity: 0.5;
  background-color: #797d83;
  border-color: #797d83;
  color: #FFFFFF;
}
.form-container .form-element input[type=text]:disabled::-webkit-input-placeholder, .form-container .form-element input[type=date]:disabled::-webkit-input-placeholder, .form-container .form-element input[type=tel]:disabled::-webkit-input-placeholder, .form-container .form-element input[type=number]:disabled::-webkit-input-placeholder, .form-container .form-element input[type=password]:disabled::-webkit-input-placeholder, .form-container .form-element textarea:disabled::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text]:disabled:-ms-input-placeholder, .form-container .form-element input[type=date]:disabled:-ms-input-placeholder, .form-container .form-element input[type=tel]:disabled:-ms-input-placeholder, .form-container .form-element input[type=number]:disabled:-ms-input-placeholder, .form-container .form-element input[type=password]:disabled:-ms-input-placeholder, .form-container .form-element textarea:disabled:-ms-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text]:disabled::-ms-input-placeholder, .form-container .form-element input[type=date]:disabled::-ms-input-placeholder, .form-container .form-element input[type=tel]:disabled::-ms-input-placeholder, .form-container .form-element input[type=number]:disabled::-ms-input-placeholder, .form-container .form-element input[type=password]:disabled::-ms-input-placeholder, .form-container .form-element textarea:disabled::-ms-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text]:disabled::placeholder, .form-container .form-element input[type=date]:disabled::placeholder, .form-container .form-element input[type=tel]:disabled::placeholder, .form-container .form-element input[type=number]:disabled::placeholder, .form-container .form-element input[type=password]:disabled::placeholder, .form-container .form-element textarea:disabled::placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text].disabled, .form-container .form-element input[type=date].disabled, .form-container .form-element input[type=tel].disabled, .form-container .form-element input[type=password].disabled, .form-container .form-element textarea.disabled {
  opacity: 0.5;
  background-color: #797d83;
  border-color: #797d83;
  color: #FFFFFF;
}
.form-container .form-element input[type=text].disabled::-webkit-input-placeholder, .form-container .form-element input[type=date].disabled::-webkit-input-placeholder, .form-container .form-element input[type=tel].disabled::-webkit-input-placeholder, .form-container .form-element input[type=password].disabled::-webkit-input-placeholder, .form-container .form-element textarea.disabled::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text].disabled:-ms-input-placeholder, .form-container .form-element input[type=date].disabled:-ms-input-placeholder, .form-container .form-element input[type=tel].disabled:-ms-input-placeholder, .form-container .form-element input[type=password].disabled:-ms-input-placeholder, .form-container .form-element textarea.disabled:-ms-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text].disabled::-ms-input-placeholder, .form-container .form-element input[type=date].disabled::-ms-input-placeholder, .form-container .form-element input[type=tel].disabled::-ms-input-placeholder, .form-container .form-element input[type=password].disabled::-ms-input-placeholder, .form-container .form-element textarea.disabled::-ms-input-placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text].disabled::placeholder, .form-container .form-element input[type=date].disabled::placeholder, .form-container .form-element input[type=tel].disabled::placeholder, .form-container .form-element input[type=password].disabled::placeholder, .form-container .form-element textarea.disabled::placeholder {
  color: #FFFFFF;
}
.form-container .form-element input[type=text].pick-date {
  /*background-image:url(../images/icon-date.png); background-repeat:no-repeat; background-position: 95% center;*/
}
.form-container .form-element input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}
.form-container .form-element input[type=date]:focus::before,
.form-container .form-element input[type=date]:valid::before {
  display: none;
}
.form-container .form-element .info {
  font-size: 1.3rem;
  display: block;
  margin: 0.5rem 0;
}
.form-container .form-element.float-left {
  width: 48%;
  float: left;
}
.form-container .form-element.float-right {
  width: 48%;
  float: right;
}
.form-container .form-element.error input[type=text]::-webkit-input-placeholder, .form-container .form-element.error input[type=date]::-webkit-input-placeholder, .form-container .form-element.error input[type=tel]::-webkit-input-placeholder, .form-container .form-element.error input[type=password]::-webkit-input-placeholder, .form-container .form-element.error input[type=number]::-webkit-input-placeholder, .form-container .form-element.error textarea::-webkit-input-placeholder {
  color: #c8073c;
}
.form-container .form-element.error input[type=text]:-ms-input-placeholder, .form-container .form-element.error input[type=date]:-ms-input-placeholder, .form-container .form-element.error input[type=tel]:-ms-input-placeholder, .form-container .form-element.error input[type=password]:-ms-input-placeholder, .form-container .form-element.error input[type=number]:-ms-input-placeholder, .form-container .form-element.error textarea:-ms-input-placeholder {
  color: #c8073c;
}
.form-container .form-element.error input[type=text]::-ms-input-placeholder, .form-container .form-element.error input[type=date]::-ms-input-placeholder, .form-container .form-element.error input[type=tel]::-ms-input-placeholder, .form-container .form-element.error input[type=password]::-ms-input-placeholder, .form-container .form-element.error input[type=number]::-ms-input-placeholder, .form-container .form-element.error textarea::-ms-input-placeholder {
  color: #c8073c;
}
.form-container .form-element.error input[type=text]::placeholder, .form-container .form-element.error input[type=date]::placeholder, .form-container .form-element.error input[type=tel]::placeholder, .form-container .form-element.error input[type=password]::placeholder, .form-container .form-element.error input[type=number]::placeholder, .form-container .form-element.error textarea::placeholder {
  color: #c8073c;
}
.form-container .form-element.error label.title {
  /*color:$yellow; font-family:$font-bold;*/
}
.form-container .form-element.error .custom-select {
  color: #c8073c;
}
.form-container .form-element.correct input[type=text], .form-container .form-element.correct input[type=date], .form-container .form-element.correct input[type=tel], .form-container .form-element.correct input[type=password], .form-container .form-element.correct textarea {
  border-color: #ffe221 !important;
}
.form-container .note {
  text-align: left;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
.form-container .or {
  font-size: 1.9rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.5rem;
}
.form-container .error-message {
  margin: 1rem 0;
  color: #c8073c;
  font-size: 1.3rem;
  line-height: 1.3;
}
.form-container .error-message li {
  display: block;
  margin-bottom: 0.5rem;
}
.form-container .success-message {
  margin: 0 2rem 3rem 0;
  padding: 1rem;
  color: #070707;
  font-size: 1.1rem;
  min-height: 2.4rem;
  line-height: 1.8;
}
.form-container .success-message li {
  display: block;
  margin-bottom: 0.5rem;
}
.form-container .form-message {
  font-size: 1.4vw;
  font-family: "DINCondBlack", sans-serif;
  color: #070707;
  text-transform: uppercase;
  margin-bottom: 1vw;
  overflow: hidden;
}
.form-container .form-message:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 75%;
  height: 0;
  border-bottom: 10px solid #070707;
  margin: 0;
}
.form-container .form-message strong {
  color: #003d75;
  font-family: "DINCondBlack", sans-serif;
}
.form-container .form-message.error {
  font-family: "DINCondBlack", sans-serif;
  color: #ffe221;
}
.form-container .form-message.error span {
  color: #FFFFFF;
  font-family: "DINCondMedium", sans-serif;
}

.add-business-container .form-container .form-element.float-left {
  clear: both;
}

/* Custom input file */
.file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-upload .no-js .inputfile + label {
  display: none;
}
.file-upload .inputfile + label {
  padding: 0;
  width: 100%;
  float: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.file-upload .inputfile + label span {
  width: 80%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  float: left;
  font-size: 1.1vw;
  line-height: 1;
  font-weight: 600;
  padding: 1vw;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  color: #9c9c98;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.4vw 0 0 0.4vw;
}
.file-upload .inputfile + label strong {
  font-size: 1vw;
  font-weight: 600;
  padding: 1vw 0.8vw;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 20%;
  background: #797d83;
  border: 2px solid #797d83;
  color: #FFFFFF;
  float: left;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0.4vw 0.4vw 0;
}
.file-upload.white .inputfile + label span {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 74%;
}
.file-upload.white .inputfile + label strong {
  font-size: 1.5rem;
  width: 26%;
  padding: 1.3rem 1rem;
}
.file-upload.lightpink .inputfile + label span {
  background: #d46426;
  border: 2px solid #d46426;
  width: 74%;
}
.file-upload.lightpink .inputfile + label strong {
  background: #d46426;
  width: 26%;
  border-color: #d46426;
  color: #797d83;
}
.file-upload.lightpink .inputfile + label strong:before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.8vw;
  width: 2vw;
  height: 2.5vw;
}
.file-upload.whithe-btn .inputfile + label span {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  width: 74%;
}
.file-upload.whithe-btn .inputfile + label strong {
  background: #FFFFFF;
  width: 26%;
  border-color: #FFFFFF;
  color: #797d83;
}
.file-upload.whithe-btn .inputfile + label strong:before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.8vw;
  width: 2vw;
  height: 2.5vw;
}
.file-upload.attached-img .inputfile + label span {
  width: 85%;
  background: rgba(255, 255, 255, 0.5);
  border: 0 none;
  color: #e9e3c7;
  font-family: "DINCondBlack", sans-serif;
  border-radius: 0;
}
.file-upload.attached-img .inputfile + label strong {
  /*background: url(../images/icon-photo.svg) left center no-repeat;*/
  background-size: auto 80%;
  width: 15%;
  border: 0 none;
  color: #797d83;
}
.file-upload.upload-img .inputfile + label {
  background: #d46426;
  border-radius: 0.4vw;
  position: relative;
}
.file-upload.upload-img .inputfile + label span {
  background-color: transparent;
  /*background-image: url(../images/img-camera.svg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: 0 none;
  width: 100%;
  padding-bottom: 30%;
}
.file-upload.upload-img .inputfile + label strong {
  background-color: transparent;
  width: 100%;
  border-color: transparent;
  color: #797d83;
}
.file-upload.upload-img .inputfile + label strong:before {
  content: "";
}
.file-upload.upload-img .inputfile + label img {
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-upload.upload-video .inputfile + label {
  background: #d46426;
  border-radius: 0.4vw;
  position: relative;
}
.file-upload.upload-video .inputfile + label span {
  background-color: transparent;
  /*background-image: url(../images/img-video-thumb.svg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: 0 none;
  width: 100%;
  padding-bottom: 30%;
}
.file-upload.upload-video .inputfile + label strong {
  background-color: transparent;
  width: 100%;
  border-color: transparent;
  color: #797d83;
}
.file-upload.upload-video .inputfile + label strong:before {
  content: "";
}
.file-upload.upload-video .inputfile + label img {
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-upload.switched {
  /*For button first*/
}
.file-upload.switched .inputfile + label span {
  float: right;
  width: 62%;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
}
.file-upload.switched .inputfile + label strong {
  float: left;
  width: 35%;
  font-size: 1.5rem;
  padding: 1.3rem 1rem;
  border-radius: 4px;
}
.file-upload.right {
  float: right;
}

/*	Checkbox */
.checkbox {
  text-align: left;
  color: #797d83;
  margin: 0 0 2rem;
  font-family: "DINCondMedium", sans-serif;
  font-size: 1.1vw;
  padding: 1rem;
}
.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;
  padding-left: 4rem;
  font-weight: normal;
  min-height: 32px;
  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 -216px;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label.error {
  background-position: 0 -456px;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label.error {
  background-position: 0 -216px;
}
.checkbox input[type=checkbox].css-checkbox:disabled + label.css-label {
  opacity: 0.5;
}
.checkbox label.css-label {
  display: inline-block;
  background-image: url(../images/chk-box.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox label.css-label a {
  color: #797d83;
  text-decoration: underline;
}
.checkbox--white label.css-label {
  /*background-image:url(../images/chk-box-white.png);*/
}
.checkbox--black label.css-label {
  /*background-image:url(../images/chk-box-black.png);*/
}

.checkboxGroup {
  padding: 1rem;
}
.checkboxGroup.checkbox-inline .checkbox {
  display: inline-block;
  margin-right: 2rem;
}

/*	Radio */
.radiobutton {
  margin: 0;
  font-size: 1.7rem;
  color: #9c9c98;
  font-family: "DINCondMedium", sans-serif;
}
.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: 3.5rem;
  min-height: 30px;
  line-height: 30px;
  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 -270px;
}
.radiobutton label.css-label {
  background-image: url(../images/radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton label.css-label a {
  color: #070707;
  text-decoration: underline;
}
.radiobutton--white {
  margin-bottom: 1rem;
}
.radiobutton--white label.css-label {
  /*background-image:url(../images/radio-button-white.png);*/
}
.radiobutton--black label.css-label {
  /*background-image:url(../images/radio-button-black.png);*/
}

.radioGroup {
  float: left;
  padding: 1rem;
}
.radioGroup .radiobutton {
  float: left;
  margin-right: 2rem;
}
.radioGroup.no-float {
  float: none;
}
.radioGroup.no-float .radiobutton {
  float: none;
  margin-bottom: 2rem;
}

/*	Select box */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eeeeee;
  /*background:  url(../images/icon-select-box.svg) no-repeat right 12px center; background-size: 7px 6px;*/
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.45vw;
  height: auto;
  line-height: 1;
  width: 100%;
  position: relative;
  padding: 1.5rem 2rem;
  border: 2px solid #eeeeee;
  color: #797d83;
  border-radius: 0;
}
.custom-select:disabled, .custom-select.disabled {
  opacity: 0.5;
  background-color: #797d83;
  border-color: #797d83;
  color: #FFFFFF;
}
.custom-select:hover {
  border-color: #eeeeee;
}
.custom-select:focus {
  border-color: #eeeeee;
  border-bottom-color: #023e84;
}
.custom-select option {
  color: #797d83;
}

.custom-select-search {
  width: 100%;
}
.custom-select-search .selectize-input {
  font-size: 1.45vw;
  line-height: 1;
  background-color: #eeeeee;
  padding: 1.5rem 2rem;
  border: 2px solid #eeeeee;
  color: #797d83;
  border-radius: 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}
.custom-select-search .selectize-input input {
  font-size: 1.45vw;
  line-height: 1 !important;
}
.custom-select-search .selectize-dropdown {
  font-size: 1.45vw;
  color: #797d83;
  line-height: 1;
}
.custom-select-search .selectize-dropdown .option {
  padding: 1rem 2rem;
  color: #797d83;
}
.custom-select-search .selectize-dropdown .active {
  color: #797d83;
  background-color: #eeeeee;
}

/*.select2-container{ font-size:1.45vw; line-height:1; background-color: $bggrey; padding: 1.5rem 2rem; border: 2px solid $bggrey; color:$grey; @include border-radius(0); @include box-sizing; box-shadow:none; 

}*/
/*Select 2*/
.select2-container--default {
  font-size: 1.45vw;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: #eeeeee;
  border: 0 none;
  padding: 1.5rem 2rem;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  color: #797d83;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.select2-results__options .select2-results__option {
  background: #eeeeee;
  padding: 10px 15px;
}

.select2-dropdown {
  border: 1px solid #eeeeee;
  border-radius: 0;
}

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

/*Multi Select Listbox*/
.ms-container .ms-selectable {
  background: #FFFFFF;
  padding: 1.2rem;
  border-radius: 4px;
  max-height: 10rem;
  overflow: auto;
}
.ms-container .ms-selectable li {
  padding: 0.5rem;
  cursor: pointer;
}
.ms-container .ms-selectable li:hover {
  background: #eeeeee;
}
.ms-container .ms-selection {
  margin: 1rem 0;
}
.ms-container .ms-selection li {
  padding: 0.5rem 3rem 0.5rem 1rem;
  background: #FFFFFF;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  border-radius: 4px;
  border: 1px solid #797d83;
}
.ms-container .ms-selection li.ms-elem-selection {
  cursor: pointer;
}
.ms-container .ms-selection li.ms-elem-selection:after {
  content: "x";
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  line-height: 1;
}

/*Custon On/Off Switch button*/
.switch {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 3.5rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #797d83;
  border-radius: 4px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 80%;
  width: 40%;
  left: 10%;
  bottom: 10%;
  background-color: white;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.switch input:checked + .slider {
  background-color: #66ace3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #66ace3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.switch.green input:checked + .slider {
  background-color: #003100;
}
.switch.green input:focus + .slider {
  box-shadow: 0 0 1px #003100;
}
.switch.small {
  width: 6rem;
  height: 3rem;
}
.switch.small .slider:before {
  height: 70%;
  bottom: 15%;
}

/*Media query*/
@media screen and (max-width : 1180px) {
  .form-container .form-element input[type=text], .form-container .form-element input[type=date], .form-container .form-element input[type=tel], .form-container .form-element input[type=password], .form-container .form-element input[type=number], .form-container .form-element textarea {
    font-size: 1.8vw;
  }
  .form-container .form-message {
    font-size: 1.8vw;
  }

  .checkbox {
    font-size: 1.3vw;
  }

  /* Custom input file */
}
@media screen and (max-width : 959px) {
  .form-container .form-element {
    padding: 0;
  }
  .form-container .form-element input[type=text], .form-container .form-element input[type=date], .form-container .form-element input[type=tel], .form-container .form-element input[type=password], .form-container .form-element input[type=number], .form-container .form-element textarea {
    font-size: 4vw;
    padding: 1.5rem 2.5rem;
  }
  .form-container .form-element.float-left {
    width: 100%;
    float: none;
  }
  .form-container .form-element.float-right {
    width: 100%;
    float: none;
  }
  .form-container .form-message {
    font-size: 1.8rem;
  }
  .form-container .button-container.index-button {
    text-align: left;
  }

  .checkbox {
    font-size: 2.3vw;
  }

  .custom-select {
    font-size: 2.2rem;
    padding: 1.5rem 2.5rem;
  }

  .custom-select-search .selectize-input {
    font-size: 2.2rem;
  }
  .custom-select-search .selectize-input input {
    font-size: 2.2rem;
  }
  .custom-select-search .selectize-dropdown {
    font-size: 2.2rem;
  }

  .select2-container--default {
    font-size: 2.2rem;
  }
}
@media screen and (max-width : 639px) {
  .form-container .button.wide {
    padding: 1rem 2rem;
  }
  .form-container .form-element input[type=text], .form-container .form-element input[type=date], .form-container .form-element input[type=tel], .form-container .form-element input[type=password], .form-container .form-element input[type=number], .form-container .form-element textarea {
    font-size: 5vw;
  }
  .form-container .form-message {
    position: relative;
  }
  .form-container .form-message:after {
    position: absolute;
    padding: 0.3rem 0;
  }

  .checkbox {
    font-size: 3vw;
  }
}
@media screen and (max-width : 481px) {
  .form-container .form-element input[type=text], .form-container .form-element input[type=date], .form-container .form-element input[type=tel], .form-container .form-element input[type=password], .form-container .form-element input[type=number], .form-container .form-element textarea {
    font-size: 6vw;
  }

  .checkbox {
    font-size: 4vw;
  }
}
/* Form related element css */
html {
  font-size: 62.5%;
  /* Defining root font 10px*/
}

body {
  font-family: "DINCondMedium", sans-serif;
  font-size: 1vw;
  min-height: 100vh;
  background: #FFFFFF;
  background-size: cover;
  color: #797d83;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.2;
}

.loader {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  text-align: center;
  top: 0;
  left: 0;
}
.loader .loader-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
/*	Overwriting some default css 	*/
a, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: 0 none;
}

a {
  color: #2e2e2e;
  text-decoration: none;
}
a img {
  outline: none;
  border: 0;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
}

ul li, p {
  margin: 0;
  padding: 0;
}

label {
  font-weight: normal;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #797d83;
  font-family: "DINCondMedium", sans-serif;
}

:-ms-input-placeholder {
  color: #797d83;
  font-family: "DINCondMedium", sans-serif;
}

::-ms-input-placeholder {
  color: #797d83;
  opacity: 1;
  font-family: "DINCondMedium", sans-serif;
}

::placeholder {
  color: #797d83;
  opacity: 1;
  font-family: "DINCondMedium", sans-serif;
}

*:focus {
  outline: none;
}

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

.right {
  float: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.mobile {
  display: none;
}

.nonmobile {
  display: block;
}

.no-border {
  border: 0 none !important;
}

.clear, .paginationBlock, .tableBlock tr, footer .footer-container, header, .heading, .page-container, .form-container, .file-upload {
  clear: both;
}
.clear:after, .paginationBlock:after, .tableBlock tr:after, footer .footer-container:after, header:after, .heading:after, .page-container:after, .form-container:after, .file-upload: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;
}

.overflow-container {
  overflow: hidden;
}

.main-container {
  width: 100%;
}

.page-container {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}

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

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

.divider {
  margin: 2rem 0;
}
.divider.grey-border {
  height: 2px;
  background: #eeeeee;
}
.divider.white-border {
  height: 2px;
  background: #FFFFFF;
}

/*	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: upper-roman;
}
.listing ol ol ol {
  list-style-type: lower-roman;
}
.listing ol ol ol ol {
  list-style-type: lower-alpha;
}

/**/
/*	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 #797d83;
  text-align: left;
}
.table-grid table tr:nth-child(even) {
  background-color: #797d83;
}
.table-grid table th {
  background-color: #797d83;
  color: white;
}

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

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

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

.caps {
  text-transform: uppercase;
}

.txt-red {
  color: #c8073c;
}

/*Error*/
.error-msg {
  color: #ffe221;
  margin: 1rem 0;
}

/*Common heading*/
.heading {
  margin-bottom: 2vw;
  /*Font 60px*/
  /*Font 48px*/
  /*Font 36px*/
  /*Font 30px*/
  /*Font 18px*/
}
.heading__h1 {
  font-size: 4.5vw;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-family: "DINCondBlack", sans-serif;
}
.heading__h2 {
  font-size: 2.9vw;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.heading__h3 {
  font-size: 2.3vw;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.heading__h4 {
  font-size: 2vw;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.heading__h5 {
  font-size: 1.3vw;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.notifications {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 1rem;
  background-color: #ff4d4d;
  color: #FFFFFF;
  min-width: 1em;
  line-height: 1;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  vertical-align: middle;
}
.notifications:before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}

/*Media query*/
@media screen and (max-width : 1180px) {
  .heading__h1 {
    font-size: 4.8vw;
  }
  .heading__h2 {
    font-size: 3.1vw;
  }
  .heading__h3 {
    font-size: 2.6vw;
  }
  .heading__h4 {
    font-size: 2.2vw;
  }
  .heading__h5 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width : 959px) {
  body {
    font-size: 1rem;
  }

  .mobile {
    display: block;
  }

  .nonmobile {
    display: none;
  }

  .heading__h1 {
    font-size: 6.5vw;
  }
  .heading__h1.sm {
    font-size: 5.5vw;
  }
  .heading__h2 {
    font-size: 5vw;
  }
  .heading__h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width : 639px) {
  .heading__h1 {
    font-size: 9vw;
  }
  .heading__h1.sm {
    font-size: 7.5vw;
  }
  .heading__h2 {
    font-size: 6vw;
  }
  .heading__h3 {
    font-size: 5vw;
  }
}
@media screen and (max-width : 481px) {
  .heading__h1 {
    font-size: 11vw;
  }
  .heading__h1.sm {
    font-size: 9vw;
  }
  .heading__h2 {
    font-size: 7.5vw;
  }
  .heading__h3 {
    font-size: 6vw;
  }
}
/*	Hides Angular emlements if they are not loaded completely*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

/* All custom base classes which generally use Ex: .text-right, .text-left */
header {
  margin: 0 auto 3rem;
  padding: 0;
  position: relative;
  text-align: center;
}
header .logo {
  text-align: center;
  padding: 2rem 0;
}
header .logo img {
  max-width: 120px;
  width: 30%;
}
header .bottom-line {
  height: 6px;
  background: #1f4689;
  background: linear-gradient(to bottom, #1f4689 0%, #086db6 40%, #086db6 60%, #1f4689 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1f4689", endColorstr="#1f4689",GradientType=0 );
  /* IE6-9 */
}

/*Media query*/
footer {
  padding: 2rem 0;
  width: 100%;
}
footer .footer-container {
  max-width: 1020px;
  width: 80%;
  margin: 0 auto;
}
footer .footer-container p {
  text-align: center;
  font-size: 1vw;
  margin-bottom: 2rem;
}
footer .footer-container p a {
  color: #023e84;
}
footer .logo {
  text-align: center;
  padding: 0 0 3rem 0;
}
footer .logo img {
  max-width: 200px;
  width: 55%;
}
footer .drinkaware-logo {
  text-align: center;
  padding: 1rem 0;
}
footer .drinkaware-logo img {
  max-width: 250px;
  width: 40%;
}
footer .share {
  float: right;
  width: 30%;
}
footer .share .fb {
  display: inline-block;
  background: url(../images/share-fb.png) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}
footer .share .ig {
  display: inline-block;
  background: url(../images/share-ig.png) no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
}

.page-container.ipad footer .share {
  max-width: none;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eeeeee;
  padding: 1rem;
  text-align: center;
  z-index: 10;
  font-size: 1.4rem;
}
.cookie-consent button {
  background: #023e84;
  color: #FFFFFF;
  padding: 0.3rem 1rem;
}

/*Media query*/
@media screen and (max-width : 1180px) {
  footer .footer-container p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width : 959px) {
  footer .footer-container p {
    font-size: 2vw;
  }
}
@media screen and (max-width : 639px) {
  footer .footer-container p {
    font-size: 2.8vw;
  }
}
@media screen and (max-width : 481px) {
  footer .footer-container p {
    font-size: 3.2vw;
  }
}
.modal-box {
  padding: 6rem 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c8073c;
}
.modal-box.blue {
  background-color: #797d83;
  color: #FFFFFF;
}
.modal-box.green {
  background-color: #003100;
  color: #FFFFFF;
}
.modal-box .modal-info {
  margin: 0 auto;
  width: 84%;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.modal-box .modal-info .scroll {
  max-height: 400px;
  overflow: auto;
}
.modal-box .modal-info h2 {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.modal-box .modal-info h3 {
  font-size: 3.6vw;
  text-align: center;
  font-family: "DINCondBlack", sans-serif;
  margin-bottom: 1vw;
}
.modal-box .modal-info h4 {
  font-size: 1.7vw;
  font-family: "DINCondBlack", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
.modal-box .modal-info p {
  margin-bottom: 1.5rem;
  font-family: "DINCondMedium", sans-serif;
  text-align: center;
}
.modal-box .modal-info p.small {
  font-size: 1.2rem;
}
.modal-box .modal-info ol, .modal-box .modal-info ul {
  margin-left: 2rem;
}
.modal-box .modal-info ol li, .modal-box .modal-info ul li {
  list-style-position: outside;
  margin-bottom: 1rem;
}
.modal-box .modal-info ul {
  list-style-type: disc;
  margin-top: 0.5rem;
}
.modal-box .modal-info ul ul {
  list-style-type: circle;
}
.modal-box .modal-info ul ul ul {
  list-style-type: square;
}
.modal-box .modal-info ul ul ul ul {
  list-style-type: upper-alpha;
}
.modal-box .modal-info ol {
  list-style-type: decimal;
}
.modal-box .modal-info ol ol {
  list-style-type: upper-roman;
}
.modal-box .modal-info ol ol ol {
  list-style-type: lower-roman;
}
.modal-box .modal-info ol ol ol ol {
  list-style-type: lower-alpha;
}
.modal-box .checkbox {
  color: #FFFFFF;
}
.modal-box .radiobutton {
  color: #FFFFFF;
}
.modal-box .button-container .link {
  color: #FFFFFF;
}

/*Media query*/
@media screen and (max-width : 959px) {
  .modal-box .modal-info {
    font-size: 1.7rem;
  }
  .modal-box .modal-info .scroll {
    max-height: 330px;
  }
  .modal-box .modal-info h2 {
    font-size: 2.8rem;
  }
  .modal-box .modal-info h3 {
    font-size: 3.8rem;
  }
  .modal-box .modal-info h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width : 639px) {
  .modal-box {
    padding: 4rem 0 2rem;
  }
  .modal-box .modal-info {
    font-size: 1.3rem;
    width: 94%;
  }
  .modal-box .modal-info .scroll {
    max-height: 300px;
  }
  .modal-box .modal-info h2 {
    font-size: 2.5rem;
  }
  .modal-box .modal-info h3 {
    font-size: 3.6rem;
  }
  .modal-box .modal-info h4 {
    font-size: 1.9rem;
  }
}
.tableBlock {
  min-width: 300px;
  width: 100%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3rem;
}
.tableBlock tr {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tableBlock th {
  background-color: #66ace3;
  color: #FFFFFF;
  display: table-cell;
  text-align: center;
  padding: 2.5rem 1rem;
  font-family: "DINCondMedium", sans-serif;
  font-weight: bold;
}
.tableBlock__isSortable {
  cursor: pointer;
}
.tableBlock td {
  display: table-cell;
  padding: 2rem 1rem;
  background: #FFFFFF;
  color: #9c9c98;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.tableBlock td:before {
  content: attr(data-th) ": ";
  display: none;
  margin-right: 0.5rem;
}
.tableBlock td a {
  text-decoration: underline;
  color: #9c9c98;
}
.tableBlock .status {
  border: 1px solid #797d83;
  width: 60%;
  margin-right: 10%;
  display: inline-block;
  position: relative;
  background: #797d83;
  height: 1.4rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.tableBlock .status__value {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #797d83;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width : 959px) {
  .tableBlock {
    min-width: auto;
    display: block;
  }
  .tableBlock tbody {
    display: block;
  }
  .tableBlock tr {
    background-color: #FFFFFF;
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
    border-top: 0 none;
    padding: 0.4rem;
  }
  .tableBlock tr:first-child {
    display: none;
  }
  .tableBlock th {
    display: none;
  }
  .tableBlock td {
    display: block;
    padding: 0.5rem 1rem;
    text-align: left;
  }
  .tableBlock td:before {
    display: inline-block;
  }
  .tableBlock .status {
    width: 50%;
  }
}
/* Scss Document */
.tab-container {
  margin: 0;
  position: relative;
}
.tab-container input, .tab-container section {
  clear: both;
  padding-top: 10px;
}
.tab-container > input {
  display: none;
}
.tab-container section {
  margin-top: 1rem;
  display: none;
}
.tab-container > label {
  font-family: "DINCondMedium", sans-serif;
  font-size: 1.8rem;
  background: #FFFFFF;
  margin-right: 1rem;
  display: block;
  float: left;
  padding: 1.2rem 8rem 1.2rem 3rem;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #9c9c98;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  background: #white;
}
.tab-container > label:hover {
  background: #c8073c;
  color: #FFFFFF;
  text-decoration: none;
}
.tab-container [id^=tab]:checked + label {
  background: #c8073c;
  color: #FFFFFF;
  text-decoration: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 3rem 0;
  background: #FFFFFF;
  border-bottom: 2px solid #797d83;
}

#tabOffers1:checked ~ #offersContent1,
#tabOffers2:checked ~ #offersContent2,
#tabOffers3:checked ~ #offersContent3,
#tabOffers4:checked ~ #offersContent4,
#tabOffers5:checked ~ #offersContent5 {
  display: block;
  padding: 0;
}

/*Media query*/
@media screen and (max-width : 1180px) {
  .tab-container > label {
    padding: 1.2rem 2rem;
  }
}
@media screen and (max-width : 959px) {
  .tab-container > label {
    padding: 1.2rem 4rem;
  }
}
@media screen and (max-width : 639px) {
  .tab-container > label {
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width : 481px) {
  .tab-container > label {
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
  }
}
/*---Pagination---*/
.paginationBlock {
  text-align: right;
  margin: 1rem 0;
}
.paginationBlock__perPage {
  float: left;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  color: #070707;
  margin-right: 2rem;
}
.paginationBlock__perPage .custom-select {
  float: right;
  width: 40px;
  font-size: 1.2rem;
  background-position: right 8px center;
}
.paginationBlock__displayText {
  float: right;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  color: #070707;
}
.paginationBlock__navigation {
  float: right;
  margin-left: 2.5rem;
}
.paginationBlock__navigation li {
  float: left;
}
.paginationBlock__navigation-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.3rem 0;
  margin: 0 0.5rem;
  width: 2rem;
  display: block;
  text-align: center;
  color: #66ace3;
  /*&.first{ background:url(../images/btn-first.svg) center center no-repeat; width:10px; height:10px; padding:0.5rem 0;}
  &.prev{ background:url(../images/btn-prev.svg) center center no-repeat; width:6px; height:10px; padding:0.5rem 0;}

  &.next{ background:url(../images/btn-next.svg) center center no-repeat; width:6px; height:10px; padding:0.5rem 0;}
  &.last{ background:url(../images/btn-last.svg) center center no-repeat; width:10px; height:10px; padding:0.5rem 0;}*/
}
.paginationBlock__navigation-link--active {
  background-color: #797d83;
  color: #FFFFFF;
}
.paginationBlock__navigation-link--disabled {
  opacity: 0.5;
  cursor: auto;
}
@media screen and (max-width : 959px) {
  .paginationBlock {
    float: none;
  }
  .paginationBlock__perPage {
    display: none;
  }
  .paginationBlock__displayText {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .paginationBlock__navigation {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  .paginationBlock__navigation li {
    float: none;
    display: inline-block;
  }
  .paginationBlock__navigation-link {
    float: left;
  }
}
/*@import "app/accordion";*/
/*---Pages---*/
/*------Common classes------*/
.heading__h1 {
  color: #023e84;
  font-family: "DINCondBlack", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.1;
}
.heading__h2 {
  color: #023e84;
  font-family: "DINCondBlack", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.heading__h3 {
  color: #023e84;
  font-family: "DINCondBlack", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}

.age-gate-container h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.age-gate-container .form-container {
  max-width: 330px;
  margin: 0 auto;
  width: 80%;
}
.age-gate-container .button-container {
  margin-top: 4rem;
}

.location-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5rem 0 2rem;
}
.location-container p {
  font-size: 1.8vw;
}
.location-container h1, .location-container p {
  max-width: 450px;
  margin: 0 auto 3rem;
  width: 62%;
  text-align: center;
}
.location-container .button-container {
  margin-top: 4rem;
}
.location-container .left-container {
  width: 54%;
  background: url(../images/bg-location.svg) no-repeat -15px center;
  background-size: 105% auto;
}
.location-container .left-container .glass-container {
  text-align: center;
}
.location-container .left-container .glass-container figure {
  width: 52%;
  margin-left: 32%;
}
.location-container .left-container .glass-container figure img {
  width: 100%;
  height: auto;
}
.location-container .right-container {
  width: 46%;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.location-container .right-container .form-container {
  max-width: 410px;
  margin: 0 auto;
  width: 50%;
}
.register-container {
  padding: 5rem 0 2rem;
  overflow: hidden;
}
.register-container .data {
  margin: 0 auto 5rem;
  width: 48%;
  text-align: center;
}
.register-container h1 {
  margin-bottom: 2rem;
}
.register-container p {
  font-size: 1.8vw;
}
.register-container p.bold {
  font-weight: 700;
  margin-bottom: 1rem;
}
.register-container .form-container {
  max-width: 735px;
  margin: 0 auto;
  width: 40%;
  position: relative;
  z-index: 10;
}
.register-container .button-container {
  margin-top: 4rem;
}
.register-container .bg-strip {
  position: relative;
  height: 25vw;
}
.register-container .bg-strip img {
  width: 84%;
  height: auto;
  position: absolute;
  left: 0;
  top: -12vw;
  z-index: 1;
}

.congrats-container {
  padding: 5rem 0 2rem;
  overflow: hidden;
}
.congrats-container .prize-container {
  padding: 5vw 0 10vw;
  background: url(../images/bg-congrats-01.png) center center no-repeat;
  background-size: cover;
}
.congrats-container .prize-container figure {
  margin: 0 auto;
  width: 75%;
  max-width: 1440px;
  text-align: center;
}
.congrats-container .prize-container figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.congrats-container .prize-container.glassware {
  background-image: url(../images/bg-congrats-02.png);
  background-size: 100% auto;
  padding: 5vw 0 15vw;
}
.congrats-container .prize-container.glassware figure {
  width: 30%;
}
.congrats-container .prize-container.fullers {
  background-image: url(../images/bg-congrats-03.png);
  background-size: 100% auto;
  padding: 13vw 0 15vw;
  margin-bottom: -6vh;
}
.congrats-container .prize-container.fullers figure {
  width: 48%;
}
.congrats-container .prize-container img {
  max-width: 35%;
}
.congrats-container .data {
  margin: 0 auto 2rem;
  width: 48%;
  text-align: center;
}
.congrats-container h1 {
  margin-bottom: 1rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.congrats-container h3 {
  margin-bottom: 2rem;
}
.congrats-container p {
  font-size: 2.1vw;
  margin-bottom: 2rem;
}
.congrats-container p.bold {
  font-weight: 700;
  margin-bottom: 1rem;
}
.congrats-container .bg-strip {
  position: relative;
  margin: 2rem 0 3rem;
}
.congrats-container .bg-strip img {
  width: 100%;
  height: auto;
}

.tnc-container {
  padding: 5rem 0;
  overflow: hidden;
}
.tnc-container .data {
  margin: 0 auto 2rem;
  max-width: 1200px;
  width: 60%;
}
.tnc-container .data.list-li li {
  margin-bottom: 2rem;
}
.tnc-container .data2 {
  margin: 0 auto 2rem;
  max-width: 1200px;
  width: 70%;
}
.tnc-container .outlets-list {
  font-size: 1.3vw;
}
.tnc-container h1, .tnc-container h2 {
  text-align: center;
  width: 90%;
  margin: 0 auto 3rem;
}
.tnc-container p {
  font-size: 1.8vw;
  margin-bottom: 2rem;
}
.tnc-container ol {
  font-size: 1.8vw;
}

.nice-select .list {
  display: none;
}
.nice-select.open .list {
  display: block;
  overflow: auto;
  max-height: 300px;
}

ol ol {
  padding-left: 3em;
}

/*Media query*/
@media screen and (max-width : 1180px) {
  .register-container p {
    font-size: 2.1vw;
  }

  .congrats-container p {
    font-size: 2.5vw;
  }

  .tnc-container p {
    font-size: 2.1vw;
  }
  .tnc-container ol {
    font-size: 2.1vw;
  }
  .tnc-container .outlets-list {
    font-size: 1.5vw;
  }

  .location-container p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width : 959px) {
  .register-container {
    padding: 3rem 0 2rem;
  }
  .register-container .data {
    width: 90%;
  }
  .register-container p {
    font-size: 3vw;
  }
  .register-container .form-container {
    width: 60%;
  }
  .register-container .bg-strip {
    height: 35vw;
  }
  .register-container .bg-strip img {
    width: 110%;
  }

  .congrats-container {
    padding: 3rem 0 2rem;
  }
  .congrats-container .prize-container.glassware {
    background-size: 115% auto;
    background-position: 40% center;
  }
  .congrats-container .prize-container.glassware figure {
    width: 40%;
  }
  .congrats-container .data {
    width: 90%;
  }
  .congrats-container p {
    font-size: 3.6vw;
  }

  .location-container {
    padding: 3rem 0 2rem;
  }
  .location-container h1, .location-container p {
    width: 100%;
  }
  .location-container p {
    font-size: 3vw;
  }
  .location-container .data {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .location-container .left-container {
    width: 100%;
    margin-bottom: 3rem;
  }
  .location-container .left-container .glass-container figure {
    width: 46%;
    margin: 0 auto;
  }
  .location-container .right-container {
    width: 100%;
  }
  .location-container .right-container .form-container {
    width: 80%;
  }

  .tnc-container {
    padding: 3rem 0 4rem;
  }
  .tnc-container .data {
    width: 80%;
  }
  .tnc-container p {
    font-size: 3vw;
  }
  .tnc-container ol {
    font-size: 3vw;
  }
  .tnc-container .outlets-list {
    font-size: 2.2vw;
  }
  .tnc-container .data2 {
    width: 80%;
  }
}
@media screen and (max-width : 639px) {
  .register-container p {
    font-size: 4vw;
  }
  .register-container .form-container {
    width: 80%;
  }

  .congrats-container h1 {
    padding-bottom: 3rem !important;
  }
  .congrats-container .prize-container figure {
    width: 80%;
  }
  .congrats-container .prize-container.glassware {
    background-size: 130% auto;
    background-position: 24% center;
  }
  .congrats-container .prize-container.glassware figure {
    width: 55%;
  }
  .congrats-container .prize-container.fullers {
    margin-bottom: 0;
  }
  .congrats-container .prize-container.fullers figure {
    width: 70%;
  }
  .congrats-container p {
    font-size: 4.8vw;
  }

  .location-container p {
    font-size: 4vw;
  }

  .tnc-container p {
    font-size: 4vw;
  }
  .tnc-container ol {
    font-size: 4vw;
  }
  .tnc-container .outlets-list {
    font-size: 3.4vw;
  }

  ol ol {
    padding-left: 1.5em;
  }
}
@media screen and (max-width : 481px) {
  .register-container p {
    font-size: 5vw;
  }

  .congrats-container p {
    font-size: 5.6vw;
  }
  .congrats-container h1 {
    padding-bottom: 3rem !important;
  }
  .congrats-container .prize-container img {
    max-width: 50%;
  }

  .location-container p {
    font-size: 5vw;
  }

  .tnc-container p {
    font-size: 5vw;
  }
  .tnc-container ol {
    font-size: 5vw;
  }
  .tnc-container .outlets-list {
    font-size: 3.4vw;
  }
}