@font-face {
  font-family: "IQOS";
  src: url("../fonts/IQOS-Regular.woff2") format("woff2"), url("../fonts/IQOS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IQOS";
  src: url("../fonts/IQOS-Bold.woff2") format("woff2"), url("../fonts/IQOS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  width: 100%;
  height: 100%;
  font-family: "IQOS", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #34303d;
  text-align: center;
  background-color: #fff;
}
h1,
h2 {
  font-weight: bold;
  color: #34303d;
}
h3 {
  font-weight: normal;
  color: #34303d;
}
p {
  color: #34303d;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #34303d;
}
#main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
}
#response {
  display: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  max-width: 750px;
  margin: 20px auto;
  border-radius: 20px;
}
nav {
  position: relative;
}
.navbar-nav {
  padding-top: 13px;
  position: absolute;
  right: 15px;
}
.dropdown-menu {
  min-width: 50px;
}
a.dropdown-item {
  font-size: 14px;
}
#start-journey {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  transition: top 0.3s ease-in-out;
}
#start-journey.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  padding: 15px 20px 20px 20px;
  background: #00d1d2;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.site-header {
  background: #fffdfb;
}
.site-header .logo {
  width: 78px;
  height: auto;
  margin: 15px 0 12px 0;
}
.hero {
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  height: 382px;
}
.main {
  background: #fffdfb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main.top {
  background: #f6f4f0;
}
.pt-20 {
  padding-top: 20px;
}
.trio {
  margin-bottom: 30px;
}
.trio-txt {
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
  width: 120px;
}
.form-text {
  text-align: start;
}
.form-check-input:checked {
  background-color: #34303d;
  border-color: #34303d;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #34303d;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: none;
}
.retailer_empty,
.retailer_wrong {
  color: #dc3545;
  display: none;
}

.main h2 {
  margin-bottom: 1rem;
}
.main h4 {
  max-width: 750px;
  margin: 10px auto 10px auto;
}
.main p {
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
}
.main .row.dark {
  background: #34303d;
  color: #fff;
  border-radius: 20px;
  max-width: 750px;
  margin: 40px auto 40px auto;
  padding: 0px 20px 10px 20px;
}
.main .row.dark h3 {
  margin: 0 auto;
  color: #00d1d2;
  font-size: 24px;
  font-weight: bold;
}
.main .row.dark p {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.main .row.icons {
  margin: 25px auto;
  max-width: 500px;
}
.main .row.icons img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}
.main .row.icons p {
  font-size: 12px;
  font-weight: bold;
  max-width: 100px;
}
.main .row.dark h3.padding {
  margin-top: 40px;
  margin-bottom: 20px;
}
.main .row.icons2 {
  margin: 10px auto 0px auto;
  max-width: 700px;
}
.main .row.icons2 img {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}
.main .row.icons2 p {
  max-width: 250px;
  margin-bottom: 10px;
}
.btn,
.btn:focus,
.btn:active {
  outline: none;
  cursor: pointer;
  color: #fffdfb;
  border-radius: 22px;
  background: #34303d;
  border: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  padding: 13px 30px;
  height: 42px;
  min-width: 200px;
  text-decoration: none;
}
.btn:hover {
  color: #34303d;
  background: #00d1d2;
}
#start-journey.fixed .btn {
  color: #34303d !important;
  background: #fffdfb !important;
}
.copyright {
  background-color: #34303d;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding-top: 10px;
}
.copyright a {
  display: inline-block;
  color: #bababa;
  font-size: 15px;
  padding-bottom: 15px;
}
form#signup-form {
  max-width: 600px;
  margin: 10px auto 10px auto;
}
form input.form-control,
form input.form-control:focus {
  background: transparent;
  border-color: #b8b7bb;
  border-radius: 2px;
  padding: 10px;
  font-size: 15px;
}
form p {
  font-size: 0.875em !important;
  padding: 10px 0;
}
form a {
  text-decoration: underline;
}
form .checkbox-15x {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  border-radius: 1px !important;
  border: 1px solid #34303d;
}
form .form-check-input {
  margin-top: 0.4rem;
  background-color: transparent;
}
form .form-check-label div {
  padding-left: 5px;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.warning {
  background: #fff;
}
.warning p {
  margin: 10px auto;
}
.invalid-feedback {
    padding-left: 5px;
    text-align: left;
}
.modal-full img.logo {
  width: 87px;
  height: auto;
}
.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.modal-full .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  font-weight: 400;
  font-family: "IQOS", sans-serif;
}
.modal-full .modal-content .modal-body h2 {
  margin: 0 auto;
  max-width: 720px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  color: #404040;
}
.modal-full .modal-content .modal-body .modal-check {
  padding: 10px 20px;
  width: 100%;
  max-width: 180px;
  background: #404040;
  border-radius: 23px;
  font-family: "IQOS", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 10px;
}
.modal-full .modal-content .modal-body .modal-check:hover {
  background: #00d1d2;
  border-color: #00d1d2;
  color: #34303d;
}
.modal-full .modal-content .modal-body .n18-dropdown {
  margin: 0 5px;
  padding: 15px 0px;
  height: auto;
  width: 150px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "IQOS", sans-serif;
  letter-spacing: 1px;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 2px;
}
.modal-full .modal-content .modal-body .n18-dropdown .fa {
  color: #c19a6c;
  font-size: 24px;
  line-height: 14px;
  margin-right: 20px;
  margin-top: 3px;
  float: right;
}
.modal-full .modal-content .modal-body .n18-dropdown:after {
  display: none;
}
.modal-full .modal-content .modal-body .dropdown-menu {
  border-radius: 0;
  max-height: 200px;
  overflow-y: auto;
}
.modal-full .modal-content .modal-body .dropdown-menu .dropdown-item {
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  font-family: "IQOS", sans-serif;
  color: #000;
  background-color: #fff;
}
.modal-full .modal-content.modal-white {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  background-image: none;
  background-color: #ffffff;
  color: #34303d;
}
.modal-full .modal-content.modal-white .modal-body p {
  margin: 20px auto;
  max-width: 700px;
  font-size: 12px;
  line-height: 17px;
}
.modal-full .form-select {
  border: 1px solid #34303d;
  border-radius: 0;
  margin: 5px 5px 10px 5px;
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 0.9rem;
  min-width: 160px;
}
.modal-full .form-select:focus {
  border-color: #34303d;
  outline: 0;
  box-shadow: none;
}
.modal-full .navbar-nav {
  padding-top: 0;
  position: relative;
  right: unset;
}

@media only screen and (max-width: 768px) {
  .main {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main h4 {
    font-size: 18px;
  }
  .main p {
    font-size: 16px;
  }

  .trio-txt {
    width: 110px;
  }
  .main .row.icons {
    margin: 15px auto;
  }
  .main .row.dark h3 {
    font-size: 22px;
    margin-top: 40px;
  }
  .main .row.dark h3.padding {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .modal-full .modal-content.modal-white .modal-body {
    font-size: 14px;
  }
  .modal-full .modal-content.modal-white .modal-body h2 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .modal-full .modal-content.modal-white .modal-body p {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 0;
  }
  .modal-full .modal-content.modal-white .modal-body .n18-dropdown {
    width: 121px;
    margin: 5px 5px;
  }
  .modal-full .modal-content.modal-white .modal-body .modal-check {
    margin: 20px 0px;
  }
}
