:root {
  --body-c-scroll: auto;
  --altcha-color-border: none;
  --altcha-color-base: none;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  display: grid;
  grid-template-rows: max-content max-content auto max-content;
  min-height: 100dvh;
  align-items: center;
  font-family: "Open Sans", "Open Sans Regular", sans-serif;
  overflow: var(--body-c-scroll);
}
@media (min-width: 1200px) {
  body {
    background-size: cover;
    background-attachment: fixed;
  }
}

p {
  padding: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #58595b !important;
  font-size: 15px !important;
}
@media (max-width: 800px) {
  p {
    padding: 20px;
  }
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #58595b !important;
  padding-left: 20px;
}

h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #58595b !important;
  padding-left: 20px;
}

h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #58595b !important;
  padding-left: 20px;
}

a {
  color: #58595b;
}

.send-button {
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  border: solid 1px #870808;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #b41c47 10%, #6b0f29 100%);
  display: inline-flex;
  align-items: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}
.send-button .icon {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1607843137);
  box-shadow: inset rgba(0, 0, 0, 0.14) -1px 0 0;
  padding: 5px 5px;
}
.send-button .text {
  position: relative;
  padding: 5px 9px;
}
.send-button:hover {
  background: linear-gradient(180deg, #6b0f29 10%, #b41c47 100%);
}

.textbox {
  width: 275px;
  height: 30px;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.15s;
}
.textbox:focus {
  border-color: #B41C48;
  box-shadow: 0 0 8px 0 #B41C48;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.mob-menu {
  display: none;
}
@media (max-width: 800px) {
  .mob-menu:checked ~ header div .hamb .hamb-line {
    background: transparent;
  }
  .mob-menu:checked ~ header div .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
    --body-c-scroll: hidden;
  }
  .mob-menu:checked ~ header div .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
  .mob-menu:not(:checked) {
    --body-c-scroll: auto;
  }
  .mob-menu:checked ~ div nav {
    border-bottom: 3px solid #B51D48;
    display: unset;
    max-height: 100%;
    height: 100%;
    background-color: rgba(181, 29, 72, 0.8);
    z-index: 9;
  }
  .mob-menu:checked ~ div nav ul {
    display: block;
    background: #B51D48;
  }
  .mob-menu:checked ~ div nav ul li {
    display: block;
    background: #B51D48;
  }
  .mob-menu:checked ~ header::after {
    box-shadow: none;
  }
  .mob-menu:checked ~ header div #share-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateX(20%);
    width: 100%;
  }
}

header {
  background-color: #B51D48;
  margin-top: 0px;
  position: relative;
}
header .wrap {
  padding: 5px 0;
  position: relative;
}
header #top-logo {
  max-height: 100px;
  vertical-align: middle;
  content: url("/media/layout/logotruck_raster.svg");
}
header #share-cta {
  position: absolute;
  right: 15px;
  height: 100px;
  line-height: 100px;
  z-index: 6;
}
header #share-cta > img {
  width: 100px;
  transform: rotate(-30deg);
  position: absolute;
  top: 20px;
  left: -60px;
}
header #share-buttons a {
  text-decoration: none;
}
header #share-buttons a img {
  height: 35px;
  vertical-align: middle;
  border: 0;
}
header::after {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  header {
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 0;
  }
}
@media (max-width: 800px) {
  header {
    /*text-align:center;*/
    height: 60px;
  }
  header #top-logo {
    max-height: 40px;
    content: url("/media/layout/logotruck_raster_mob.svg");
    margin: 5px 10px;
  }
  header #share-cta {
    display: none;
  }
  header .hamb {
    cursor: pointer;
    padding: 30px 20px;
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  header .hamb-line {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  }
  header .hamb-line::before, header .hamb-line::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  header .hamb-line::before {
    top: 5px;
  }
  header .hamb-line::after {
    top: -5px;
  }
}
@media (max-width: 400px) {
  header #top-logo {
    max-width: 80%;
    margin: 8px;
    vertical-align: middle;
  }
}

nav {
  display: none;
  border-bottom: 3px solid #B51D48;
  color: #fff;
}
nav ul {
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
  background-color: #58595B;
}
nav ul li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
nav ul li.active {
  background-color: #333333;
}
nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 12px 14px;
}
@media (max-width: 800px) {
  nav {
    position: fixed;
    border-bottom: 0;
    max-height: 0;
    width: 100%;
    z-index: 10;
    transition: max-height 0.2s ease-out;
  }
  nav ul {
    display: none;
  }
  nav ul li a {
    display: block;
  }
}

main {
  width: 1200px;
  place-self: center;
  /*background-color:#fff;*/
  height: 100%;
  position: relative;
  /*flex flex-col h-full*/
}
@media (max-width: 1200px) {
  main {
    width: 100%;
  }
}
main .bg {
  background-size: cover;
}
main #date_img {
  background-color: #B51D48;
  text-align: center;
  padding: 12px;
  border-top: 3px solid #373334;
  border-bottom: 3px solid #373334;
}
main #date_img img {
  height: 30px;
  vertical-align: middle;
  content: url("/media/layout/11022026_raster.svg");
}
@media (max-width: 400px) {
  main #date_img img {
    height: 25px;
  }
}
main #save_date {
  position: relative;
  margin-bottom: 50px;
  width: 50%;
  background-color: rgba(181, 29, 72, 0.8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 15px;
}
@media (max-width: 800px) {
  main #save_date {
    width: 75%;
  }
}
main #save_date h1 {
  text-align: center;
  color: #fff;
  font-size: 72px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(181, 29, 72);
  text-shadow: #000 2px 2px 2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  main #save_date h1 {
    font-size: 52px;
  }
}
main .reg-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main .reg-container #discount-verified {
  display: none;
  color: green;
  font-weight: bold;
}
main .reg-container .discount-box {
  margin: auto;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 520px) {
  main .reg-container .discount-box {
    width: 90%;
  }
}
main .reg-container .sticky-bottom {
  position: sticky;
  bottom: 0;
  border-top: 3px solid #B51D48;
  background-color: #58595B;
  color: #fff;
}
main .reg-container .flex-user-line {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
  width: 100%;
  gap: 5px;
}
main .reg-container .flex-user-line .subtotal {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #58595b;
}
main .reg-container .flex-user-line .flex-user-sub {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
  color: #58595b;
}
main .reg-container .flex-user-line .flex-user-sub label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .reg-container .flex-user-line .flex-user-sub :not(.label) {
  flex: 1;
}
main .reg-container .flex-user-line .flex-user-sub .label {
  width: 100px;
}
main .reg-container .flex-user-line .flex-user-sub div input {
  width: 100%;
}
@media (max-width: 500px) {
  main .reg-container .flex-user-line .flex-user-sub {
    flex-direction: column;
    align-items: start;
  }
  main .reg-container .flex-user-line .flex-user-sub div {
    width: 100%;
  }
  main .reg-container .flex-user-line .flex-user-sub div input {
    width: 100%;
  }
}
main .reg-container .flex-reg-line {
  display: flex;
  flex-direction: row;
  padding: 0px 20px 10px 20px;
  align-items: center;
  gap: 5px;
  color: #58595b;
}
main .reg-container .flex-reg-line .input-side {
  flex: 1;
}
main .reg-container .flex-reg-line .label-side {
  padding-right: 30px;
  min-width: 200px;
  max-width: 200px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .reg-container .flex-reg-line .label-side label {
  cursor: pointer;
}
main .reg-container .flex-reg-line .reg-desc {
  display: block;
  font-size: 12px;
}
@media (max-width: 500px) {
  main .reg-container .flex-reg-line {
    flex-direction: column;
    align-items: flex-start;
  }
  main .reg-container .flex-reg-line .label-side {
    max-width: 100%;
  }
  main .reg-container .flex-reg-line .input-side {
    width: 100%;
  }
}
@media (max-width: 500px) {
  main .hide-mob {
    display: none;
  }
}

footer .foot-top {
  background-color: #58595B;
  color: #fff;
}
footer .foot-bottom {
  background-color: #B51D48;
  position: relative;
}
footer .foot-bottom::before {
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
footer .foot-bottom .line {
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  position: relative;
  line-height: 30px;
}
@media (max-width: 800px) {
  footer .foot-bottom .line {
    height: auto;
    text-align: center;
  }
}
footer .foot-bottom .line .payment {
  position: absolute;
  right: 5px;
}
@media (max-width: 800px) {
  footer .foot-bottom .line .payment {
    position: unset;
    display: block;
    text-align: center;
    padding-left: 5px;
  }
}
@media (max-width: 500px) {
  footer .privacy {
    display: block;
  }
}
@media (max-width: 500px) {
  footer .hide-mob {
    display: none;
  }
}

.wrap {
  width: 1200px;
  margin: 0px auto;
}
@media (max-width: 1200px) {
  .wrap {
    width: 100%;
  }
}

#maps-frame-cont {
  float: right;
  border: 1px solid #ccc;
  margin: 20px;
  border-radius: 10px;
  width: 60%;
  height: 360px;
}
@media (max-width: 900px) {
  #maps-frame-cont {
    width: calc(100vw - 40px);
    height: 250px;
    float: none;
  }
}/*# sourceMappingURL=main.css.map */