html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'helveticaneuelight' !important;
  background-color: #164c7b !important;
  font-size: 1.05rem !important;
  line-height: 1.15;
}

/* Helvetica fonts */
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff"), url("../fonts/HelveticaNeueRegular.ttf") format("truetype"), url("../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneuelight';
  src: url("../fonts/helveticaneue_light.woff2") format("woff2"), url("../fonts/helveticaneue_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneueblackcond';
  src: url("../fonts/helveticaneue_blackcond.woff2") format("woff2"), url("../fonts/helveticaneue_blackcond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneuebold';
  src: url("../fonts/helvetica_neu_bold.woff2") format("woff2"), url("../fonts/helvetica_neu_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.color-pink {
  color: #ec008c;
}

h2 {
  font-family: 'helveticaneuelight' !important;
}

h3 {
  font-family: 'helveticaneuebold' !important;
  font-size: 1.9rem !important;
}

p {
  letter-spacing: 0.025em;
}

.clicl-here {
  text-decoration: underline !important;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.clicl-here:hover {
  text-decoration: none !important;
}

.header {
  width: 100%;
  height: 148px;
  background: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (device-width: 1024px) {
  .header {
    height: 111px;
  }
}

@media screen and (max-width: 823px) {
  .header {
    height: 70px;
  }
}

@media screen and (max-width: 414px) {
  .header {
    height: 44px;
  }
}

@media screen and (max-width: 823px) {
  .header .headding {
    width: 60%;
    padding-top: 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .header .headding {
    width: 65%;
    padding-left: 20px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 375px) {
  .header .headding {
    width: 100%;
    padding-left: 60px;
  }
}

.header .headding h1 {
  font-size: 2.8rem;
  font-family: 'helveticaneueblackcond';
  letter-spacing: 2px;
  padding-top: 25px;
  text-shadow: 0px 3px 8px rgba(12, 12, 12, 0.4);
}

@media screen and (device-width: 1024px) {
  .header .headding h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 823px) {
  .header .headding h1 {
    font-size: 0.8rem;
    padding-top: 5px;
    margin-bottom: 0;
    line-height: 10px;
  }
}

@media screen and (max-width: 375px) {
  .header .headding h1 {
    font-size: 0.7rem;
  }
}

.header .headding h1.ma {
  border-bottom: 4px solid #6fb753;
  display: inline-block;
  padding-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .header .headding h1.ma {
    padding-top: 13px;
  }
}

.header .headding h1 sup {
  font-size: 50%;
}

.header .headding h2 {
  border-bottom: 4px solid #6fb753;
  width: auto;
  display: inline;
  padding: 5px 15px;
  text-shadow: 0px 3px 5px #0c0c0c66;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (device-width: 1024px) {
  .header .headding h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 823px) {
  .header .headding h2 {
    font-size: 0.7rem;
    padding-top: 0;
    margin-top: 0;
    border-bottom: 2px solid #6fb753;
  }
}

@media screen and (max-width: 414px) {
  .header .headding h2 {
    padding-bottom: 2px;
  }
}

.header .headding h2 sup {
  font-size: 35%;
  vertical-align: middle;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 26% !important;
}

.page-title {
  width: 100%;
  height: 58px;
  background: #002e59;
  line-height: 58px;
  text-transform: uppercase;
  font-family: 'helveticaneuelight' !important;
  font-size: 1.42rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.page-title sup {
  font-size: 68%;
}

@media screen and (max-width: 823px) {
  .page-title {
    height: 40px;
    line-height: 40px;
    font-size: 1.1rem;
  }
}

.container {
  min-height: 520px;
  padding: 35px 15px;
}

@media (min-width: 992px) {
  .container {
    max-width: 935px;
  }
}

.video {
  position: relative;
}

.video .play-btn {
  padding: 18px 20px;
  line-height: 18px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 46%;
  top: 45%;
  font-size: 2rem;
  color: #6dbe4b;
  border: solid 3px #ccc;
  cursor: pointer;
}

.video .play-btn .fas {
  float: left;
  margin-left: 3px;
}

.video .play-btn:focus {
  border: 0;
  outline: 0;
}

@media screen and (max-width: 823px) {
  .video .play-btn {
    width: 50px;
    height: 50px;
    top: 41%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .video .play-btn {
    width: 30px;
    height: 30px;
    top: 42%;
    font-size: 0.5rem;
  }
}

.video video {
  border: 5px solid #231f20;
}

/* .vid-play-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px
}

.vid-play-button::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  top: 6px;
  left: 9px
}
.vid-play-pause {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 8px;
  height: 10px;
  border-left: 3px solid;
  border-right: 3px solid
} */
.footer {
  font-size: 0.83rem;
}

.form-control {
  border-radius: 0 !important;
  background-clip: inherit !important;
}

@media screen and (min-width: 800px) {
  .main-container {
    width: 700px;
    margin: 0 auto;
  }
}

.q-content {
  position: relative;
}

@media screen and (min-width: 800px) {
  .q-content {
    width: 700px;
    margin: 0 auto;
  }
}

.q-content .conversion-form {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  top: 3%;
  background-image: url(../images/conversion-form.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 812px) {
  .q-content .conversion-form {
    width: 155px;
    height: 155px;
    right: -50px;
  }
}

@media screen and (device-width: 768px) {
  .q-content .conversion-form {
    right: -20px;
  }
}

@media screen and (max-width: 570px) {
  .q-content .conversion-form {
    width: 100px;
    height: 100px;
    top: 43%;
    right: 0;
  }
}

.q-content .conversion-form-question {
  width: 61%;
}

.q-content .question-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.q-content .question-row .q-no {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-table;
  background: #00aeef;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  font-family: 'helveticaneuebold';
}

@media screen and (max-width: 736px) {
  .q-content .question-row .q-no {
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-size: 1.8rem;
  }
}

.q-content .question-row .question {
  color: white;
  display: inline-block;
  margin-top: -5px;
  padding-left: 20px;
  font-size: 2rem;
  font-family: 'Helvetica Neue Medium';
}

@media screen and (max-width: 500px) {
  .q-content .question-row .question {
    font-size: 1.6rem;
  }
}

.q-content .q-options {
  padding-left: 70px;
  margin-top: 25px;
}

@media screen and (max-width: 736px) {
  .q-content .q-options {
    padding-left: 60px;
  }
}

.custom-control-label::before {
  border: solid 2px #00aeef;
  background-color: #164c7b !important;
}

.custom-control-label {
  margin-bottom: 20px !important;
  color: white;
  font-size: 1.4rem;
  line-height: 21px;
}

.button {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  background: #75c258;
  -webkit-box-shadow: inset 4px 4px 7px 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 4px 4px 7px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-transform: uppercase;
}

.button:hover {
  background: #63ad47;
  cursor: pointer;
}

.button:focus {
  border: 0;
  outline: 0;
}

.button.disabled {
  opacity: 0.7;
  background: #ccc;
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  top: -2px;
  position: relative;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.custom-control-input {
  z-index: 1 !important;
  left: 2px;
  top: 6px;
}

.play-btn[data-state=hidden] {
  display: none;
}

.play-btn[data-state=visible] {
  display: block;
}

.custom-control {
  padding-left: 1.7rem !important;
}

.grubhub-vocher {
  max-width: 360px;
  height: 320px;
  color: #002e59;
  padding: 15px;
  font-size: 1.1em;
  background-image: url(../images/grubhub-vocher.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'Helvetica Neue Medium';
}

.grubhub-vocher p {
  letter-spacing: 0;
}

@media screen and (max-width: 330px) {
  .grubhub-vocher {
    font-size: 1em;
  }
}

.grubhub-vocher .receive-content {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 30px;
}

.grubhub-vocher .receive-content .click-here {
  margin-bottom: 10px;
}

.grubhub-vocher .receive-content .click-here a {
  color: #f04848;
  font-size: 1.11em;
  text-decoration: underline;
  font-family: 'helveticaneuebold';
}

.grubhub-vocher .receive-content .click-here a:hover {
  text-decoration: none;
  cursor: pointer;
}

.grubhub-vocher .accesscode-label {
  margin-bottom: 10px;
}

.grubhub-vocher .access-code {
  height: 27px;
  padding: 5px 10px;
  line-height: 16px;
  color: #ec038d;
  font-family: 'helveticaneuebold';
  background: #fff;
  float: left;
}
