@font-face {
  font-family: "takeaway-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../font/takeaway-sans/eot/TakeawaySans-Regular.eot");
  src: local("Takeaway Sans Regular"),
    url("../font/takeaway-sans/eot/TakeawaySans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/takeaway-sans/woff2/TakeawaySans-Regular.woff2") format("woff2"),
    url("../font/takeaway-sans/woff/TakeawaySans-Regular.woff") format("woff"),
    url("../font/takeaway-sans/ttf/TakeawaySans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "takeaway-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../font/takeaway-sans/eot/TakeawaySans-Bold.eot");
  src: local("Takeaway Sans Bold"),
    url("../font/takeaway-sans/eot/TakeawaySans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/takeaway-sans/woff2/TakeawaySans-Bold.woff2") format("woff2"),
    url("../font/takeaway-sans/woff/TakeawaySans-Bold.woff") format("woff"),
    url("../font/takeaway-sans/ttf/TakeawaySans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "takeaway-campaign";
  font-weight: normal;
  font-style: normal;
  src: url("../font/takeaway-sans/eot/TakeawaySans-Campaign.eot");
  src: local("Takeaway Sans Campaign"),
    url("../font/takeaway-sans/eot/TakeawaySans-Campaign.eot?#iefix") format("embedded-opentype"),
    url("../font/takeaway-sans/woff2/TakeawaySans-Campaign.woff2") format("woff2"),
    url("../font/takeaway-sans/woff/TakeawaySans-Campaign.woff") format("woff"),
    url("../font/takeaway-sans/ttf/TakeawaySans-Bold.ttf") format("truetype");
}



* {
  text-rendering: optimizeSpeed;
  font-variant-ligatures: no-common-ligature;
  font-variant-ligatures: none;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  overflow-x: hidden !important;
  background: #fff;
  font-family: 'takeaway-regular', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  color: #0a3847;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: no-common-ligatures;
}

h1 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;

  padding: 32px 15px 32px 15px;
  font-family: 'takeaway-campaign', 'Open Sans', Helvetica, sans-serif;
  font-size: 53px;
  line-height: 63px;
  color: #fff;
  text-align: center;
}

h2 {
  margin: 0;
  padding: 32px 16px 16px 16px;
  font-family: 'takeaway-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #ff8000;
}

h3 {
  margin: 0;
  padding: 10px 0 20px 0;
  font-family: 'takeaway-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #0a3847;
}

h4 {
  margin-bottom: 30px;
  font-family: 'takeaway-bold', 'Open Sans', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #0a3847;
}

h5 {
  margin-bottom: 12px;
  font-family: 'takeaway-regular', 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #0a3847;
}

.hiLight {
  color: #ff8000;
}

.columns {
  padding-left: 0rem;
  padding-right: 0rem;
}

.row {
  margin-left: 0.83333rem;
  margin-right: 0.83333rem;
  width: auto;
}

.noPadding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pageContainer {
  position: relative;
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.2s ease-In-Out;
  transition: all 0.2s ease-In-Out;
  color: #ff8000;
  text-decoration: none;
}

a:hover {
  color: #ff8000;
}


.electric {
  cursor: pointer;
  position: relative;
  background: #1673f4;
  color: #fff;
}

.electric a {
  color: #fff;
}

.white {
  background: #fff;
  color: #0a3847;
}

.orange {
  background: #ff8000;
}

.grey {
  background: #f8f5f2;
}

.blue {
  color: #0a3847;
}

.navy {
  background: #0a3847;
  color: #fff;
}

.navy a {
  color: #fff;
}

.uefa-jet {
  background: #ff8000;
}


.custom-button {
  z-index: 10;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 260px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;

  padding: 16px 30px;
  text-align: center;
  font-family: 'takeaway-bold', 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #fff;
  border: 0;

  -webkit-transition: all 0.3s ease-In-Out;
  transition: all 0.3s ease-In-Out;
}

.custom-button:hover {
  color: #fff;
}



hr {
  border: none;
  display: block;
  height: 1px;
  width: 100%;
}



.razor-down-orange {
  position: relative;
}

.razor-down-orange:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -38%;
  height: 420px;
  margin: 0 auto;
  transform: skewY(-4deg);
  background: #ff8000;
}

.razor-up-orange {
  position: relative;
}

.razor-up-orange:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -67%;
  height: 420px;
  margin: 0 auto;
  transform: skewY(-4deg);
  background: #ff8000;
}

.razor-down-grey {
  position: relative;
}

.razor-down-grey:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  height: 1200px;
  margin: 0 auto;
  transform: skewY(-4deg);
  background: #f8f5f2;
}

.wrapper {
  position: relative;
}



/* START LANG MENU */

.hide {
  display: none;
}

.select-dropdown {
  cursor: pointer;
  z-index: 1005;
  position: relative;
  top: 23px;
  display: block;
  float: right;
  margin: 0;
  padding: 0;

  width: 24px;
  height: 24px;
}

.list-container {
  float: left;
  padding: 0 24px;
  min-width: 200px;
}

.select-menu {
  background: #fff;
  z-index: 1006;
  position: absolute;
  right: 56px;
  top: 70px;
  margin-top: 0;
  border-radius: 4px;
  padding: 8px 0 24px 0;

  cursor: pointer;
  transform: translateZ(0);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
}

.select-menu .close {
  display: none;
}

.select-menu .menu-title {
  display: none;
  position: absolute;
  top: 26px;
  font-family: 'takeaway-regular', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}


.select-menu span {
  padding-left: 24px;
  color: #0a3847;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
}

.select-menu .button-user:hover span {
  color: #ff8000;
}

.select-menu .button-user.current span {
  font-weight: 600;
}

.select-menu .title {
  padding: 12px 0;
  font-family: 'takeaway-bold', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #0a3847;
}


.select-dropdown .locale-flag-nl:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/nl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-fr:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/fr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-at:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/at.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-de:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/de.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-pl:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/pl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-gb:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/gb.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-bg:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-it:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/it.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-pt:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/pt.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-ro:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/ro.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-dk:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/dk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-es:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/es.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-no:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/no.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}

.select-dropdown .locale-flag-ie:before {
  content: "";
  position: absolute;

  background: url("../img/county-svg/ie.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
}




.button-user {
  position: relative;
}

.select-menu .locale {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
}

.select-menu .locale:after {
  content: "";
  position: absolute;
  top: 10px;

  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
}

.select-menu .locale-flag-nl:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/nl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-fr:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/fr.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-at:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/at.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-de:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/de.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-pl:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/pl.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-gb:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/gb.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-bg:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-it:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/it.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-pt:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/pt.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-ro:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/ro.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-dk:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/dk.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-es:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/es.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-no:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/no.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

.select-menu .locale-flag-ie:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;

  background: url("../img/county-svg/ie.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}



/* END LANG MENU */



.topBar {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
}

.mycontentTop {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 24px;
}

.mycontent {
  position: relative;
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
}


.mycontent p a,
.cc-banner__link a,
.faqs a {
  display: inline-block;
  cursor: pointer;
  color: #ff8000;
  border-bottom: 2px transparent solid;
  -webkit-transition: all 0.3s ease-In-Out;
  transition: all 0.3s ease-In-Out;
}

.mycontent p a:after,
.cc-banner__link:after,
.faqs a:after {
  display: block;
  content: '';
  border-bottom: solid 2px #ff8000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.mycontent p a:hover:after,
.cc-banner__link:hover:after,
.faqs a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.mycontent p a:not( :hover):after,
.cc-banner__link:not( :hover):after,
.faqs a:not( :hover):after {
  transform: scaleX(0);
  transform-origin: 100% 50%;
}


.mycontent p {
  padding: 0 20% 8px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}



.welcome {
  z-index: 20;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 62px;
}

.welcome .mycontent {
  position: relative;
  z-index: 3;
}

.welcome .branded {
  max-height: 92px;
  margin-bottom: 30px;
}

.welcome p {
  padding: 0 24px 24px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}


.how {
  z-index: 98;
  position: relative;
  padding-bottom: 400px;
}


.difference {
  z-index: 99;
  position: relative;
  margin-top: -100px;
  padding-bottom: 60px;
}
.difference .kv {
  position: relative;
  margin-top: -200px;
}

.kv {
  width: 100%;
}

.hosts,
.snacks {
  z-index: 99;
  padding: 80px 0;
}

.hosts h2,
.snacks h2 {
  padding: 0 16px 16px 16px;
}


.footer {
  z-index: 100;
  position: relative;
  text-align: center;
}


.logo {
  display: inline-block;
  position: relative;
  z-index: 1005;
  top: 8px;
  width: 142px;
  height: auto;
}

.logo-at-size {
  top: 18px;
  width: 153px;
  height: 31px;
}

.logo-de-size {
  top: 13px;
  width: 159px;
  height: 43px;
}

.logo-nl-size {
  top: 15px;
  width: 162px;
  height: 44px;
}

.logo-be-size {
  top: 14px;
  width: 156px;
  height: 42px;
}

.logo-pl-size {
  top: 13px;
  width: 123px;
  height: 40px;
}

.logo-eat-size {
  top: 19px;
  left: -7px;
  width: 101px;
  height: auto;
}


@font-face {
  font-family: 'fontello';
  src: url('../font/fontello/fontello.eot?74446509');
  src: url('../font/fontello/fontello.eot?74446509#iefix') format('embedded-opentype'),
    url('../font/fontello/fontello.woff?74446509') format('woff'),
    url('../font/fontello/fontello.ttf?74446509') format('truetype'),
    url('../font/fontello/fontello.svg#fontello?74446509') format('svg');
  font-weight: normal;
  font-style: normal;
}

.logo-mob {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 18px;
  top: 6px;
  color: #fff;
  margin: 0;
}

.logo-mob:before {
  content: "";
  font-family: fontello;
  width: 50%;
  display: flex;
  font-size: 27px;
  position: absolute;
  top: 9px;
  left: 7px;
}



.legal {
  padding: 24px 0 50px 0;
}

.legalcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  padding: 26px 0;
}

.logo-app .apple {
  max-width: 136px;
  margin-right: 24px;
}

.logo-app .google {
  max-width: 154px;
}

.devider {
  display: block;
  width: 100%;
  height: 16px;
}

.legalcopy2 span {
  background: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  text-align: center;
  color: #fff;
}

.legalcopy2 a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.legalcopy2 a:first-of-type {
  padding: 10px 8px 24px 0;
}

.legalcopy2 a:last-of-type {
  padding: 10px 0 24px 8px;
}



.whitebg {
  min-height: 400px;
  background: #faf7f6;
}

.text-center {
  padding: 0 10px;
}



.greyline02 {
  width: 100%;
  height: 26px;
  border-bottom: 1px #e8e8e8 solid;
  margin-top: -20px;
}

.greyline02 h3 {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  bottom: -12px;
  max-width: 220px;
}



.backTop {
  display: none;
  z-index: 988;
  position: fixed;
  bottom: 20px;
  right: 0.83333rem;
  width: 45px;
  height: 52px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.backTop:after {
  content: "";
  position: absolute;
  z-index: 989;
  opacity: 0.8;
  width: .9em;
  height: .9em;
  left: 16px;
  top: 40%;
  transition: 0.3s;
  margin-right: 0px;
  margin-bottom: 0px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



/* ####### */
/* COOKIE */

.cc-banner__text a {
  display: inline-block;
  text-decoration: none !important;
}

.cc-banner__link:hover {
  text-decoration: none !important;
}



/* ################# */
/* ################# */
/* MEDIA QUERIES */



@media only screen and (max-width :1280px) {

  .mycontentTop {
    padding: 0 16px;
  }

}



@media only screen and (max-width :1024px) {

  .welcome {
    padding-bottom: 32px;
  }

  .mycontent p {
    padding: 0 16px 8px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  /* START LANG MENU */

  .select-dropdown {
    cursor: pointer;
    z-index: 1005;
    position: relative;
    top: 23px;
    display: block;
    float: right;
    margin: 0;
    padding: 0;

    width: 24px;
    height: 24px;
  }

  .select-menu {
    background: #f8f5f2;
    z-index: 1006;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    border-radius: 0px;
    padding: 90px 16px 16px;

    width: 100%;
    min-width: 100%;
    min-height: 100%;

    cursor: pointer;
    transform: none;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
  }

  .select-menu:before {
    content: '';
    position: absolute;
    background: #ff8000;
    left: 0;
    top: 0;
    height: 72px;
    width: 100%;
    display: block;
  }

  .select-menu .title {
    display: none;
  }

  .select-menu .menu-title {
    display: block;
  }

  .select-menu .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 28px;
    right: 22px;
    width: 20px;
    height: 20px;
    background: url("../img/icons-svg/icon-close-white.svg") center center no-repeat;
    background-size: 50% 50%;

    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }

  .select-menu .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }


  .mycontentTop {
    left: inherit;
    transform: none;
  }


  .list-container {
    background: #fff;
    float: left;
    padding: 16px 24px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
  }

  /* END LANG MENU */

}



@media only screen and (max-width :1023px) {

  .logo {
    display: none;
  }

  .logo-mob {
    display: block;
  }


  .what .columns .content {
    padding: 110px 24px 40px;
  }


  .what-skill .columns .content {
    flex-direction: column;
    padding: 48px 24px 60px;
  }

  .what-skill .content h4 {
    margin-top: 32px;
    text-align: center;
  }

  .what-skill .prize-img {
    min-width: 206px;
    height: 108px;
    margin: 0 auto;
  }

  .what-skill .prize-img:after {
    width: 150%;
    left: -25%;
  }

  .what-skill .prize-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -110px;
  }

  .what-skill .content h5 {
    text-align: center;
  }

  .what-skill .content p {
    text-align: center;
  }


  .faq .columns {
    padding: 40px;
  }

  .faq h4 {
    margin: 0;
  }

  .legal {
    padding: 20px 0;
  }

  .devider {
    height: 32px;
  }

  .legalcopy2 a {
    display: block;
    padding: 12px 0px;
  }

  .legalcopy2 a:first-of-type {
    padding: 12px 0px;
  }

  .legalcopy2 a:last-of-type {
    padding: 12px 0px;
  }

}




@media only screen and (max-width :800px) {

  h1 {
    font-size: 42px;
    line-height: 52px;
  }

}



@media only screen and (max-width :640px) {

  h1 {
    padding: 0 15px 15px;
    font-size: 28px;
    line-height: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .welcome {
    padding-bottom: 16px;
  }

  .razor-down-grey:before {
    top: 16%;
  }

  .how {
    padding-bottom: 340px;
  }

  .difference .kv {
    margin-top: -150px;
  }

  .hosts,
  .snacks {
    padding: 64px 0;
  }

}



@media only screen and (max-width :480px) {


  .razor-down-grey:before {
    top: 8%;
  }

  .welcome .branded {
    width: 100%;
    margin-bottom: 30px;
  }

  .welcome p {
    font-size: 18px;
    line-height: 28px;
  }

  .custom-button {
    width: 100%;
  }


}




@media only screen and (max-width : 430px) {

  .how {
    padding-bottom: 280px;
  }

  .difference .kv {
    margin-top: -100px;
  }

  .logo-app a {
    vertical-align: top;
    display: block;
  }

  .logo-app .apple {
    margin-right: 0;
    margin-bottom: 10px;
  }

}



@media only screen and (max-width :370px) {



}



/* #####################*/
/* 1 image temp change

.how {
  padding-bottom: 100px;
}
.difference {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width :640px) {
  .how {
    padding-bottom: 80px;
  }
  .difference {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

*/
