@charset "UTF-8";
:root {
  --primary: #022a3a;
  --secondary: #f4cd00;
  --yellow-f4: #f4ce13;
  --gnorange: #e9a630;
  --gray: #2b2b2b;
  --gray-e0: #e0e0e0;
  --gray-e2: #e2e2e2;
  --gray-e4: #e4e4e4;
  --gray-e5: #e5e5e5;
  --gray-e6: #e6e6e6;
  --gray-f6: #f6f6f6;
  --gray-f0: #f0f0f0;
  --gray-72: #727171;
  --gray-ce: #cecece;
  --gray-d9: #d9d9d9;
  --gray-8b: #8b8b8b;
  --white: #fff;
  --white-fc: #fcfcfc;
  --black: #000;
  --black-01: #012839;
  --black-16: #162d3d;
  --black-08: #08304b;
  --black-03: #032a39;
  --black-25: #254957;
  --red: #f00;
  --red-f2: #f20d36;
  --red-be: #be0303;
  --green-16: #16ab32;
  --green-00: #009444;
  --gray-f8: #f8fafc;
  --gray-ca: #cacaca;
  --gray-f1: #f1f5f9;
  --blue-15: #154659;
  --primary-font: "Montserrat", sans-serif;
  --arabic-font: "Noto Kufi Arabic", sans-serif;
  --transition-speed: .3s;
}

@font-face {
  font-display: swap;
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: bold;
  src: url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff2") format("woff2"), url("/build/fonts/new-fonts/NotoKufiArabic-Bold.woff") format("woff");
}
html {
  font-family: var(--primary-font);
}

body,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--primary);
  font-family: var(--primary-font);
  margin: 0;
  padding: 0;
}
body::before, body::after,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

font {
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  p {
    line-height: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  width: 100%;
}
@media (max-width: 1199px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fw-extrabold {
  font-weight: 800;
}

.bg-grey-f6 {
  background-color: var(--gray-f6);
}

.g-btn {
  background-color: transparent;
  border: 0;
  border-radius: 96px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  outline: none;
  padding: 15px 18px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .g-btn {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .g-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 12px;
  }
}
.g-btn--xlarge {
  font-size: 24px;
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .g-btn--xlarge {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .g-btn--xlarge {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
.g-btn--border-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 14px;
}
@media (max-width: 1199px) {
  .g-btn--border-white {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .g-btn--border-white {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.g-btn--border-white:hover {
  background-color: #022a3a;
  border-color: #022a3a;
  color: var(--white);
}
.g-btn--border-white:hover.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--border-white.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.g-btn--arrow {
  padding-right: 76px;
}
@media (max-width: 1199px) {
  .g-btn--arrow {
    padding-right: 66px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow {
    padding-right: 44px;
  }
}
.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
}
@media (max-width: 1199px) {
  .g-btn--arrow::before {
    height: 36px;
    right: 14px;
    width: 36px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow::before {
    height: 26px;
    right: 10px;
    width: 26px;
  }
}
.g-btn--large-arrow {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-right: 66px;
}
@media (max-width: 1199px) {
  .g-btn--large-arrow {
    background-size: 30px auto;
    padding-right: 57px;
  }
}
@media (max-width: 767px) {
  .g-btn--large-arrow {
    background-position: calc(100% - 14px) center;
    background-size: 26px auto;
    padding-right: 50px;
  }
}
.g-btn--fill-white {
  background-color: var(--white);
}
.g-btn--fill-white:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-yellow {
  background-color: var(--secondary);
}
.g-btn--fill-yellow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.global-spacing {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 1441px) {
  .global-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .global-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.global-md-spacing {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .global-md-spacing {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .global-md-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.global-top-md-space {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .global-top-md-space {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .global-top-md-space {
    padding-top: 30px;
  }
}

.global-bottom-md-space {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .global-bottom-md-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .global-bottom-md-space {
    padding-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .global-top-150 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .global-top-150 {
    padding-top: 140px;
  }
}

@media (min-width: 1400px) {
  .global-bottom-150 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .global-bottom-150 {
    padding-bottom: 140px;
  }
}

.space-b-30 {
  padding-bottom: 30px;
}

.Red {
  color: red;
}

.GNYellow {
  color: var(--secondary);
}

.GNOrenge {
  color: var(--gnorange);
}

.os-host > .os-scrollbar {
  border-radius: 96px;
  width: 10px;
}
.os-host > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle, .os-host > .os-scrollbar.active > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--secondary);
  cursor: all-scroll;
}
.os-host > .os-scrollbar.os-scrollbar-vertical {
  background-color: var(--primary);
  padding: 2px;
  right: 2px;
}
.os-host > .os-scrollbar > .os-scrollbar-track {
  background-color: var(--primary);
  border-radius: 96px;
  overflow: hidden;
}
.os-host > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--secondary);
  border-radius: 96px;
  cursor: all-scroll;
}
.os-host > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background-color: var(--secondary);
}
.os-host.scrollbar-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle, .os-host.scrollbar-light > .os-scrollbar.active > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--primary);
  cursor: all-scroll;
}
.os-host.scrollbar-light > .os-scrollbar.os-scrollbar-vertical {
  background-color: var(--secondary);
}
.os-host.scrollbar-light > .os-scrollbar > .os-scrollbar-track {
  background-color: var(--secondary);
}
.os-host.scrollbar-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: var(--primary);
  cursor: all-scroll;
}
.os-host.scrollbar-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background-color: var(--primary);
}

.gn-bg-primary {
  background-color: var(--primary);
}

.u-color-highlight {
  color: var(--secondary);
}

.g-btn {
  background-color: transparent;
  border: 0;
  border-radius: 96px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  outline: none;
  padding: 15px 18px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .g-btn {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .g-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 12px;
  }
}
.g-btn--xlarge {
  font-size: 24px;
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .g-btn--xlarge {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .g-btn--xlarge {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 18px;
  }
}
.g-btn--border-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding-bottom: 14px;
  padding-top: 14px;
}
@media (max-width: 1199px) {
  .g-btn--border-white {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .g-btn--border-white {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.g-btn--border-white:hover {
  background-color: #022a3a;
  border-color: #022a3a;
  color: var(--white);
}
.g-btn--border-white:hover.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--border-white.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.g-btn--arrow {
  padding-right: 76px;
}
@media (max-width: 1199px) {
  .g-btn--arrow {
    padding-right: 66px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow {
    padding-right: 44px;
  }
}
.g-btn--arrow::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
}
@media (max-width: 1199px) {
  .g-btn--arrow::before {
    height: 36px;
    right: 14px;
    width: 36px;
  }
}
@media (max-width: 991px) {
  .g-btn--arrow::before {
    height: 26px;
    right: 10px;
    width: 26px;
  }
}
.g-btn--large-arrow {
  background-image: url("/build/svg/arrow-right-circle.svg");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding-right: 66px;
}
@media (max-width: 1199px) {
  .g-btn--large-arrow {
    background-size: 30px auto;
    padding-right: 57px;
  }
}
@media (max-width: 767px) {
  .g-btn--large-arrow {
    background-position: calc(100% - 14px) center;
    background-size: 26px auto;
    padding-right: 50px;
  }
}
.g-btn--fill-white {
  background-color: var(--white);
}
.g-btn--fill-white:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-yellow {
  background-color: var(--secondary);
}
.g-btn--fill-yellow:hover {
  background-color: var(--white);
  color: var(--primary);
}
.g-btn--fill-primary {
  background-color: var(--primary);
  color: var(--white);
}
.g-btn--fill-primary::before {
  background-image: url("/build/svg/arrow-right-white-circle.svg");
}
.g-btn--fill-primary:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.g-btn--fill-primary:hover::before {
  background-image: url("/build/svg/arrow-right-circle.svg");
}

.city-btn {
  background-color: var(--white);
  border: 2px solid var(--primary);
  border-radius: 48px;
  color: var(--primary);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 3px 8px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: border, color, background-color 0.3s ease;
  -o-transition: border, color, background-color 0.3s ease;
  transition: border, color, background-color 0.3s ease;
  width: auto;
}
.city-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.city-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.city-btn.btn-fill {
  background-color: var(--primary);
  color: var(--white);
}
.city-btn.btn-fill:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}

h1 {
  font-size: 96px;
  font-weight: 900;
  line-height: 86px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 76px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.p-xlarge {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .p-xlarge {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-xlarge {
    font-size: 18px;
  }
}

.p-large {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .p-large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p-large {
    font-size: 18px;
  }
}

.p-medium {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-medium {
    font-size: 16px;
  }
}

.p-normal {
  font-size: 16px;
  line-height: 1.2;
}

.p-small {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-small {
    font-size: 12px;
  }
}

.sec-large-title {
  text-align: center;
  width: 100%;
}
.sec-large-title:last-child {
  margin-bottom: 0;
}
.sec-large-title h2,
.sec-large-title h1 {
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1440px) {
  .sec-large-title h2,
.sec-large-title h1 {
    font-size: 6.5vw;
  }
}
.sec-large-title h2:last-child,
.sec-large-title h1:last-child {
  margin-bottom: 0;
}

.sec-md-title {
  text-align: center;
  width: 100%;
}
.sec-md-title h2,
.sec-md-title h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .sec-md-title h2,
.sec-md-title h1 {
    font-size: 35px;
    line-height: 43px;
  }
}

.sec-para-title {
  width: 100%;
}
.sec-para-title h2,
.sec-para-title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1340px) and (max-width: 1441px) {
  .sec-para-title h2,
.sec-para-title h3 {
    max-width: 1420px;
  }
}
@media (max-width: 1280px) {
  .sec-para-title h2,
.sec-para-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sec-para-title h2,
.sec-para-title h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .sec-para-title h2,
.sec-para-title h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-para-title h2:last-child,
.sec-para-title h3:last-child {
  margin-bottom: 0;
}
.sec-para-title h2 small,
.sec-para-title h3 small {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .sec-para-title h2 small,
.sec-para-title h3 small {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .sec-para-title h2 small,
.sec-para-title h3 small {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sec-para-title h2 small,
.sec-para-title h3 small {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .sec-para-title h2 small,
.sec-para-title h3 small {
    font-size: 14px;
  }
}
.sec-para-title p {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sec-para-title p:last-child {
  margin-bottom: 0;
}
.sec-para-title p strong,
.sec-para-title p b {
  font-weight: 800;
}
@media (min-width: 1340px) and (max-width: 1441px) {
  .sec-para-title p {
    max-width: 1420px;
  }
}
@media (max-width: 1280px) {
  .sec-para-title p {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .sec-para-title p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .sec-para-title p {
    line-height: 22px;
  }
}

.section-md-title h2 {
  font-size: 6vw;
}
@media (min-width: 1439px) {
  .section-md-title h2 {
    font-size: 88px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .section-md-title h2 {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .section-md-title h2 {
    font-size: 23px;
  }
}

.section-sm-title h2,
.section-sm-title p {
  text-align: center;
}
.section-sm-title h2 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .section-sm-title h2 {
    font-size: 64px;
  }
}
.section-sm-title p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1439px) {
  .section-sm-title p {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}

input.form-control,
select.form-control,
textarea.form-control {
  background-color: var(--gray-e4);
  border: 1px solid var(--gray-e4);
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 23px;
}
@media (max-width: 1199px) {
  input.form-control,
select.form-control,
textarea.form-control {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  input.form-control,
select.form-control,
textarea.form-control {
    padding: 11px 20px;
  }
}
@media (max-width: 575px) {
  input.form-control,
select.form-control,
textarea.form-control {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 13px;
  }
}
input.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::-moz-placeholder,
select.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control::placeholder,
select.form-control::placeholder,
textarea.form-control::placeholder {
  color: var(--primary);
  font-weight: inherit;
  list-style: inherit;
  opacity: 1;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  background-color: var(--gray-e4);
  border-color: var(--gray-e4);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input.hidden-input,
select.hidden-input,
textarea.hidden-input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 0;
  margin: 0;
  max-height: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 14px;
  }
}

.error-message {
  color: var(--red-f2);
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .error-message {
    font-size: 12px;
    line-height: 16px;
  }
}

.field-validation-error,
.custom-phone-validation {
  color: var(--red-f2);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .field-validation-error,
.custom-phone-validation {
    font-size: 12px;
    line-height: 16px;
  }
}
.field-validation-error.mt1,
.custom-phone-validation.mt1 {
  margin-top: 0;
}
.field-validation-error.mt1 span,
.custom-phone-validation.mt1 span {
  display: block;
  margin-top: 5px;
}
.field-validation-error span,
.custom-phone-validation span {
  color: var(--red-f2);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .field-validation-error span,
.custom-phone-validation span {
    font-size: 12px;
    line-height: 16px;
  }
}

.custom-phone-validation {
  display: none;
}

.cflc-form .field-validation-valid {
  color: var(--red);
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .cflc-form .field-validation-valid {
    font-size: 12px;
    line-height: 16px;
  }
}

.submit-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 96px;
  color: var(--white);
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-width: 100%;
  min-width: 189px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color, border-color, color 0.3s ease;
  -o-transition: background-color, border-color, color 0.3s ease;
  transition: background-color, border-color, color 0.3s ease;
  width: auto;
}
@media (max-width: 1199px) {
  .submit-btn {
    font-size: 20px;
    line-height: 24px;
    min-width: 160px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .submit-btn {
    font-size: 16px;
    line-height: 22px;
    min-width: 140px;
    padding-bottom: 11px;
    padding-top: 11px;
  }
}
@media (max-width: 575px) {
  .submit-btn {
    font-size: 15px;
    line-height: 19px;
    min-width: 76px;
    padding: 6px 24px;
  }
}
.submit-btn:not(:disabled):hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.submit-btn:disabled {
  pointer-events: none;
}
.submit-btn.yellow-btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.submit-btn.yellow-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.location-dropdown {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .location-dropdown {
    margin-bottom: 14px;
  }
}
.location-dropdown:last-child {
  margin-bottom: 0;
}
.location-dropdown .location-label {
  background-color: var(--gray-e4);
  border-radius: 24px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  padding: 15px 60px 15px 24px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 991px) {
  .location-dropdown .location-label {
    padding: 12px 50px 12px 20px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-label {
    font-size: 13px;
    line-height: 20px;
    padding: 7px 36px 7px 13px;
  }
}
.location-dropdown .location-label::before {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  width: 20px;
}
@media (max-width: 991px) {
  .location-dropdown .location-label::before {
    height: 10px;
    right: 20px;
    width: 17px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-label::before {
    height: 7px;
    right: 15px;
    width: 13px;
  }
}
.location-dropdown .location-label.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.location-dropdown .location-label.active::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.location-dropdown .location-item-group {
  background-color: var(--gray-e4);
  border: 1px solid var(--gray-e4);
  border-radius: 0 0 24px 24px;
  border-top-color: var(--white);
  display: none;
  list-style: none;
  margin: 0;
  max-height: 257px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group {
    max-height: 240px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group {
    max-height: 190px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.location-dropdown .location-item-group.os-host:not(.os-host-scrollbar-vertical-hidden) .os-viewport-native-scrollbars-invisible {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group.os-host:not(.os-host-scrollbar-vertical-hidden) .os-viewport-native-scrollbars-invisible {
    padding-right: 10px;
  }
}
.location-dropdown .location-item-group.os-host .os-scrollbar-vertical {
  height: calc(100% - 30px);
  right: 5px;
  top: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group.os-host .os-scrollbar-vertical {
    padding: 1px;
    right: 4px;
    width: 6px;
  }
}
.location-dropdown .location-item-group ul {
  border-radius: 0;
  list-style: none;
  margin: 0;
  max-height: 225px;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group ul {
    max-height: 214px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group ul {
    max-height: 172px;
  }
}
.location-dropdown .location-item-group ul.os-host:not(.os-host-scrollbar-vertical-hidden) {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group ul.os-host:not(.os-host-scrollbar-vertical-hidden) {
    padding-right: 10px;
  }
}
.location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
  max-height: 100%;
  right: 5px;
  top: 0;
  width: 10px;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
    max-height: calc(100% - 6px);
    top: 3px;
  }
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
    padding: 1px;
    right: 4px;
    width: 6px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group ul.os-host > .os-scrollbar.os-scrollbar-vertical {
    max-height: calc(100% - 14px);
    top: 7px;
  }
}
.location-dropdown .location-item-group ul.os-host > .os-scrollbar > .os-scrollbar-track {
  width: 100%;
}
.location-dropdown .location-item-group .location-item .location-text {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 24px;
  -webkit-transition: backgroun-color 0.3s linear;
  -o-transition: backgroun-color 0.3s linear;
  transition: backgroun-color 0.3s linear;
  width: 100%;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group .location-item .location-text {
    padding: 7px 20px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group .location-item .location-text {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
  }
}
.location-dropdown .location-item-group .location-item .location-text:hover {
  background-color: var(--white);
}
.location-dropdown .location-item-group .sub-filter-dropdown {
  max-height: 225px;
  width: 100%;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group .sub-filter-dropdown {
    max-height: 214px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group .sub-filter-dropdown {
    max-height: 172px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host:not(.os-host-scrollbar-vertical-hidden) {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host:not(.os-host-scrollbar-vertical-hidden) {
    padding-right: 10px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
  max-height: 100%;
  right: 5px;
  top: 0;
  width: 10px;
}
@media (max-width: 991px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
    max-height: calc(100% - 6px);
    top: 3px;
  }
}
@media (max-width: 767px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
    padding: 1px;
    right: 4px;
    width: 6px;
  }
}
@media (max-width: 575px) {
  .location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar.os-scrollbar-vertical {
    max-height: calc(100% - 14px);
    top: 7px;
  }
}
.location-dropdown .location-item-group .sub-filter-dropdown.os-host > .os-scrollbar > .os-scrollbar-track {
  width: 100%;
}
.location-dropdown .location-item-group .sub-filter-dropdown ul {
  max-height: 100%;
}

.location-dropdown-wrap {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .location-dropdown-wrap {
    margin-bottom: 14px;
  }
}
.location-dropdown-wrap + .error-message {
  margin-top: -10px;
}
.location-dropdown-wrap:last-child {
  margin-bottom: 0;
}
.location-dropdown-wrap .location-label {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.form-thank-you-msg {
  display: none;
  text-align: center;
  width: 100%;
}
.form-thank-you-msg .in {
  margin: 0 auto;
  max-width: 100%;
  width: 657px;
}
@media (max-width: 767px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 575px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg .in {
    max-width: calc(100% - 20px);
  }
}
.form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .form-thank-you-msg h3,
.form-thank-you-msg .u-h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.form-thank-you-msg p {
  font-size: 24px;
  line-height: 1.19;
}
@media (max-width: 991px) {
  .form-thank-you-msg p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .form-thank-you-msg p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg p {
    font-size: 12px;
  }
}
.form-thank-you-msg .thnk-refer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .form-thank-you-msg .thnk-refer-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .form-thank-you-msg .thnk-refer-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.form-thank-you-msg .thnk-refer-title:last-child {
  margin-bottom: 0;
}

.thnk-social-share-main {
  margin-top: 21px;
  width: 100%;
}

.link-share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
  width: 100%;
}
@media (max-width: 767px) {
  .link-share-box {
    margin-bottom: 20px;
  }
}
.link-share-box .referlink {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px 0 0 24px;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 20px;
  outline: none;
  padding: 11px;
  width: 100%;
}
@media (max-width: 690px) {
  .link-share-box .referlink {
    font-size: 15px;
  }
}
@media (max-width: 485px) {
  .link-share-box .referlink {
    font-size: 13px;
  }
}
@media (max-width: 410px) {
  .link-share-box .referlink {
    font-size: 11px;
    height: 40px;
    max-height: 40px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
@media (max-width: 369px) {
  .link-share-box .referlink {
    font-size: 10px;
    height: 36px;
    max-height: 36px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
.link-share-box .referlink:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (max-width: 575px) {
  .link-share-box .referlink:last-child {
    margin-bottom: 0;
  }
}
.link-share-box button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0 24px 24px 0;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
}
@media (max-width: 690px) {
  .link-share-box button {
    background-image: url("/build/svg/icons/copy-icon-white.svg");
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    font-size: 0;
    width: 44px;
  }
}
@media (max-width: 485px) {
  .link-share-box button {
    background-position: 7px center;
    background-size: 20px auto;
  }
}
@media (max-width: 410px) {
  .link-share-box button {
    height: 40px;
    max-height: 40px;
  }
}
@media (max-width: 369px) {
  .link-share-box button {
    background-size: 17px auto;
    height: 36px;
    max-height: 36px;
    width: 40px;
  }
}
.link-share-box button:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
@media (max-width: 690px) {
  .link-share-box button:hover {
    background-image: url("/build/svg/icons/copy-icon-dark.svg");
  }
}
.link-share-box button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.thnk-msg-social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -6px;
  width: 100%;
}
.thnk-msg-social-share .social-share-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  margin: 0 3px 6px;
  min-width: 120px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .thnk-msg-social-share .social-share-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px !important;
    height: 40px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    min-width: auto;
    padding: 0;
    width: 92px !important;
  }
}
@media (max-width: 379px) {
  .thnk-msg-social-share .social-share-btn {
    font-size: 9px !important;
    max-width: 100%;
    min-width: 76px;
    padding: 6px 8px;
    width: auto !important;
  }
}
.thnk-msg-social-share .social-share-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.thnk-msg-social-share .social-share-btn:hover img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.thnk-msg-social-share .social-share-btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: auto;
  margin-right: 10px;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 20px;
}
@media (max-width: 767px) {
  .thnk-msg-social-share .social-share-btn img {
    float: none;
    margin-right: 5px !important;
    width: 14px !important;
  }
}

body.iti-mobile::before {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
}
@media (max-width: 1199px) {
  body.country-opens {
    overflow: hidden;
  }
}

.iti-mobile .iti--container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(660px - 80px);
  width: 100%;
  z-index: 999999999;
}
@media (max-width: 575px) {
  .iti-mobile .iti--container {
    left: 0;
    max-width: calc(100% - 60px);
    right: 0;
  }
}
.iti-mobile .iti__country-list {
  background: var(--white);
  border-color: rgba(2, 42, 58, 0.5);
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-list {
    margin-left: -2px;
    max-height: 220px;
  }
}
.iti-mobile .iti__country {
  background: rgba(2, 42, 58, 0.8);
  color: var(--white);
  padding: 10px 16px;
  position: relative;
}
@media (max-width: 767px) {
  .iti-mobile .iti__country {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.iti-mobile .iti__country.iti__highlight {
  background: var(--primary);
}
.iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
    font-size: 14px;
    margin-left: 2px;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country-name,
.iti-mobile .iti__dial-code {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .iti-mobile .iti__country-name {
    white-space: break-spaces;
  }
}
@media (max-width: 575px) {
  .iti-mobile .iti__country-name {
    width: 100%;
  }
}
.iti-mobile .iti__divider {
  border-color: var(--white);
  margin: 0;
  padding: 0;
}

.country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
  text-indent: 13px;
}
@media (max-width: 991px) {
  .country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
    text-indent: 9px;
  }
}
@media (max-width: 767px) {
  .country-code-design .iti--separate-dial-code #country_code_num,
.country-code-design .iti--separate-dial-code .mobile_code,
.country-code-design .iti--separate-dial-code .form-control {
    text-indent: 5px;
  }
}
.country-code-design .iti--separate-dial-code #country_code_num::-webkit-outer-spin-button, .country-code-design .iti--separate-dial-code #country_code_num::-webkit-inner-spin-button,
.country-code-design .iti--separate-dial-code .mobile_code::-webkit-outer-spin-button,
.country-code-design .iti--separate-dial-code .mobile_code::-webkit-inner-spin-button,
.country-code-design .iti--separate-dial-code .form-control::-webkit-outer-spin-button,
.country-code-design .iti--separate-dial-code .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.country-code-design.country-code-remove #country_code_num,
.country-code-design.country-code-remove .mobile_code,
.country-code-design.country-code-remove > .form-control {
  text-indent: 0;
}
.country-code-design .iti__country-name,
.country-code-design .iti__dial-code {
  font-size: 14px;
  line-height: 18px;
}
.country-code-design .iti__country-name {
  color: var(--black);
}

.radio-title {
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.radio-boxwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.radio-boxwrap .each-radiobox {
  margin-right: 10px;
  position: relative;
}
.radio-boxwrap .each-radiobox > span {
  display: inline-block;
  vertical-align: middle;
}
.radio-boxwrap .each-radiobox input[type=radio] {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: auto 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 13px;
}
.radio-boxwrap .each-radiobox input[type=radio]:checked::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.radio-boxwrap .each-radiobox input[type=radio]::before {
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 20px;
  content: "";
  display: block;
  height: 18px;
  left: -2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

body::after {
  background-color: var(--gray-72);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  width: 100%;
  z-index: 100;
}
body.summary-open {
  overflow: hidden;
}
body.summary-open::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
body.summary-open .header-checkout .step-track-group .step-track {
  pointer-events: none;
}
@media (max-width: 767px) {
  body.country-open {
    overflow: hidden;
  }
}
body.country-open::before {
  display: none;
}
body.country-open.iti-mobile::before {
  background-color: #022a3a;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 99999;
}

.iti-mobile .iti--container {
  background-color: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .iti-mobile .iti--container {
    bottom: auto;
    max-height: 402px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.iti-mobile .iti--container > .iti__country-list {
  background-color: var(--primary);
  border-radius: 24px;
  position: relative;
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.iti-mobile .iti--container .iti__country {
  background-color: var(--primary);
}
.iti-mobile .iti--container .iti__country.iti__highlight {
  background-color: rgba(255, 255, 255, 0.2);
}

.presell-comback-section {
  background-color: #022a3a;
  overflow: hidden;
  padding: 50px 0 110px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1640px) {
  .presell-comback-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .presell-comback-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .presell-comback-section {
    padding-bottom: 45px;
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section {
    padding-bottom: 40px;
  }
}
.presell-comback-section::after {
  background-image: url("/build/img/room-bottom-shapes.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -24px;
  content: "";
  display: block;
  height: 240px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1640px) {
  .presell-comback-section::after {
    bottom: -12px;
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .presell-comback-section::after {
    bottom: -8px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section::after {
    bottom: -6px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section::after {
    height: 44px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section.smr-height {
    padding-top: 168px;
  }
}
@media (max-width: 767px) {
  .presell-comback-section.smr-height {
    padding-top: 140px;
  }
}
@media (max-width: 420px) {
  .presell-comback-section.smr-height {
    padding-top: 136px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section.smr-height .checkout-locations .lc-summary-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .presell-comback-section .container {
    max-width: 749px;
  }
}
.presell-comback-section .in {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0 auto 74px;
  max-width: 100%;
  padding: 20px 30px 30px;
  position: relative;
  width: 1120px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .presell-comback-section .in {
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 908px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section .in {
    margin-bottom: 50px;
    padding-top: 15px;
    width: 726px;
  }
}
@media (max-width: 767px) {
  .presell-comback-section .in {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .in {
    margin-bottom: 35px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.presell-comback-section .in::before {
  background-image: url("/build/img/timer-bottom-shapes.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -73px;
  content: "";
  display: block;
  height: 74px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .presell-comback-section .in::before {
    bottom: -57px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .presell-comback-section .in::before {
    bottom: -50px;
    height: 51px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .in::before {
    bottom: -39px;
    height: 40px;
  }
}
.presell-comback-section .logo-header {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-comback-section .logo-header {
    margin-bottom: 32px;
    padding-top: 10px;
  }
}
.presell-comback-section .logo-header .language-switch {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}
.presell-comback-section .logo-header .language-switch.white-bg .lang-btn {
  border-color: #022a3a;
  color: #022a3a;
}
.presell-comback-section .logo-header .language-switch.white-bg .lang-btn:hover {
  border-color: #022a3a;
}
.presell-comback-section .logo-header .language-switch .lang-btn {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 16px;
  margin: 0;
  max-height: 35px;
  min-width: 90px;
  padding: 5px 10px;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: auto;
}
@media (max-width: 480px) {
  .presell-comback-section .logo-header .language-switch .lang-btn {
    font-size: 18px;
    height: 33px;
    line-height: 20px;
    max-height: 33px;
    min-width: auto;
    padding: 3px 10px;
  }
}
@media (max-width: 360px) {
  .presell-comback-section .logo-header .language-switch .lang-btn {
    margin-right: 8px;
  }
}
.presell-comback-section .logo-header .language-switch .lang-btn:hover {
  background-color: #f4cd00;
  border-color: #f4cd00;
  color: #022a3a;
  -webkit-tap-highlight-color: transparent;
}
.presell-comback-section .logo-header .language-switch .lang-btn:focus, .presell-comback-section .logo-header .language-switch .lang-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.presell-comback-section .logo-header .language-switch .lang-btn.en-btn {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 22px;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .presell-comback-section .logo-header .language-switch .lang-btn.en-btn {
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}
@media (max-width: 360px) {
  .presell-comback-section .logo-header .language-switch .lang-btn.en-btn {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.presell-comback-section .logo-header .language-switch .lang-btn.ae-btn {
  display: inline-block;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 8.5px;
  padding-top: 1.5px;
}
@media (max-width: 480px) {
  .presell-comback-section .logo-header .language-switch .lang-btn.ae-btn {
    padding-bottom: 6px;
    padding-top: 0;
  }
}
.presell-comback-section .logo-header .language-switch .lang-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.presell-comback-section .header--logo {
  max-height: 98px;
}
@media (max-width: 991px) {
  .presell-comback-section .header--logo {
    max-height: 82px;
  }
}
@media (max-width: 767px) {
  .presell-comback-section .header--logo {
    max-height: 78px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .header--logo {
    max-height: 74px;
  }
}
.presell-comback-section h1 {
  color: #022a3a;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 18px;
  width: 100%;
}
@media (max-width: 1024px) {
  .presell-comback-section h1 {
    font-size: 34px;
  }
}
@media (max-width: 719px) {
  .presell-comback-section h1 {
    font-size: 28px;
  }
}
.presell-comback-section h2 {
  color: #022a3a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-comback-section h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .presell-comback-section h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 22px;
  }
}
.presell-comback-section h3 {
  color: #022a3a;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 29px;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 575px) {
  .presell-comback-section h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
}
.presell-comback-section .time-date-wrap {
  line-height: 0;
  width: 100%;
}
.presell-comback-section .time-date {
  background-color: #022a3a;
  border-radius: 20px;
  color: #f4cd00;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 22px;
  padding: 10px 16px 9px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-comback-section .time-date {
    padding: 10px 12px 9px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .time-date {
    font-size: 16px;
    line-height: 22px;
  }
}
.presell-comback-section .time-date > span {
  color: inherit;
}
@media (max-width: 767px) {
  .presell-comback-section .time-date > span {
    display: block;
  }
}
.presell-comback-section .time-animation {
  display: inline-block;
  line-height: 0;
  margin-bottom: 34px;
  overflow: hidden;
  padding: 6px;
  position: relative;
}
@media (max-width: 991px) {
  .presell-comback-section .time-animation {
    margin-bottom: 24px;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .time-animation {
    margin-bottom: 20px;
    padding: 4px;
  }
}
.presell-comback-section .time-animation .border-anim {
  -webkit-animation: rotate-gradient 5s linear infinite;
          animation: rotate-gradient 5s linear infinite;
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transform: scaleX(4);
      -ms-transform: scaleX(4);
          transform: scaleX(4);
  z-index: -1;
}
.presell-comback-section .btn-wrap {
  margin-bottom: 26px;
}
.presell-comback-section .share-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .presell-comback-section .share-link-wrap {
    margin-bottom: 32px;
  }
}
.presell-comback-section .share-link-wrap:last-child {
  margin-bottom: 0;
}
.presell-comback-section .share-link-wrap h3 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 21px;
  letter-spacing: 0;
  margin: 0 15px 0 0;
  text-transform: none;
}
@media (max-width: 991px) {
  .presell-comback-section .share-link-wrap h3 {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-comback-section .share-link-wrap h3 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 435px) {
  .presell-comback-section .share-link-wrap h3 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 365px) {
  .presell-comback-section .share-link-wrap h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 346px) {
  .presell-comback-section .share-link-wrap h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.presell-comback-section .copy-link-box h3 {
  margin: 0 6px 12px;
  width: 100%;
}
@media (max-width: 575px) {
  .presell-comback-section .copy-link-box h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 489px) {
  .presell-comback-section .copy-link-box h3 {
    margin: 0 0 8px;
  }
}
.presell-comback-section .referwrap-box {
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 576px;
  padding: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .presell-comback-section .referwrap-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.presell-comback-section .referwrap-box form {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 24px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-comback-section .referwrap-box form {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .referwrap-box form {
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
  }
}
.presell-comback-section .referwrap-box form .referlink {
  border: 1px solid #022a3a;
  border-radius: 24px 0 0 24px;
  display: block;
  font-size: 16px;
  height: 44px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 11px;
  width: 100%;
}
@media (max-width: 690px) {
  .presell-comback-section .referwrap-box form .referlink {
    font-size: 15px;
  }
}
@media (max-width: 485px) {
  .presell-comback-section .referwrap-box form .referlink {
    font-size: 13px;
  }
}
@media (max-width: 410px) {
  .presell-comback-section .referwrap-box form .referlink {
    font-size: 11px;
    height: 40px;
    max-height: 40px;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
@media (max-width: 369px) {
  .presell-comback-section .referwrap-box form .referlink {
    font-size: 10px;
    height: 36px;
    max-height: 36px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
.presell-comback-section .referwrap-box form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #022a3a;
  border: 1px solid #022a3a;
  border-radius: 0 24px 24px 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 22px;
  max-height: 44px;
  min-width: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 690px) {
  .presell-comback-section .referwrap-box form button {
    background-image: url("/build/svg/icons/copy-icon-white.svg");
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    font-size: 0;
    width: 44px;
  }
}
@media (max-width: 485px) {
  .presell-comback-section .referwrap-box form button {
    background-position: 7px center;
    background-size: 20px auto;
  }
}
@media (max-width: 410px) {
  .presell-comback-section .referwrap-box form button {
    height: 40px;
    max-height: 40px;
  }
}
@media (max-width: 369px) {
  .presell-comback-section .referwrap-box form button {
    background-size: 17px auto;
    height: 36px;
    max-height: 36px;
    width: 40px;
  }
}
.presell-comback-section .referwrap-box form button:hover {
  background-color: var(--white);
  color: var(--primary);
}
@media (max-width: 690px) {
  .presell-comback-section .referwrap-box form button:hover {
    background-image: url("/build/svg/icons/copy-icon-dark.svg");
  }
}
.presell-comback-section .referwrap-box form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.presell-comback-section .referwrap-box .tooltiptext {
  background-color: #022a3a;
  border-radius: 6px;
  color: #fff;
  display: none;
  font-size: 15px;
  margin-top: 15px;
  min-width: 150px;
  padding: 5px;
}
.presell-comback-section .copy-link {
  width: 100%;
}
.presell-comback-section .invite {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .presell-comback-section .invite {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .presell-comback-section .invite {
    margin-top: 16px;
  }
}

@-webkit-keyframes rotate-gradient {
  0% {
    -webkit-transform: scale(9, 4) rotate(0);
            transform: scale(9, 4) rotate(0);
  }
  50% {
    -webkit-transform: scale(9, 4) rotate(180deg);
            transform: scale(9, 4) rotate(180deg);
  }
  99.9999% {
    -webkit-transform: scale(9, 4) rotate(360deg);
            transform: scale(9, 4) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(9, 4) rotate(0);
            transform: scale(9, 4) rotate(0);
  }
}

@keyframes rotate-gradient {
  0% {
    -webkit-transform: scale(9, 4) rotate(0);
            transform: scale(9, 4) rotate(0);
  }
  50% {
    -webkit-transform: scale(9, 4) rotate(180deg);
            transform: scale(9, 4) rotate(180deg);
  }
  99.9999% {
    -webkit-transform: scale(9, 4) rotate(360deg);
            transform: scale(9, 4) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(9, 4) rotate(0);
            transform: scale(9, 4) rotate(0);
  }
}
.time-btn {
  background-color: #f4cd00;
  border: 0;
  border-radius: 96px;
  color: #022a3a;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 22px;
  padding: 11px 20px 11px 44px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .time-btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .time-btn {
    text-align: center;
  }
}
.time-btn:hover {
  background-color: #021e38;
  color: #fff;
}
.time-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.time-btn.reminder-btn {
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .time-btn.reminder-btn {
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding-bottom: 15px;
    padding-top: 16px;
  }
}
.time-btn.reminder-btn img {
  bottom: auto;
  height: auto;
  left: auto;
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: top;
  width: 22px;
}
@media (min-width: 992px) {
  .time-btn.reminder-btn img {
    top: -2px;
    width: 27px;
  }
}
@media (max-width: 767px) {
  .time-btn.reminder-btn img {
    margin-right: 4px;
  }
}
.time-btn img {
  display: inline-block;
  left: 20px;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  vertical-align: text-top;
  width: 16px;
}
@media (max-width: 991px) {
  .time-btn img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.countdown-waiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .countdown-waiting {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .countdown-waiting {
    margin-bottom: 20px;
  }
}
.countdown-waiting ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.countdown-waiting ul li {
  background-color: #f4cd00;
  border-radius: 16px;
  color: #022a3a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin: 0 12px;
  min-width: 120px;
  padding: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .countdown-waiting ul li {
    font-size: 12px;
    margin: 0 6px;
    min-width: 95px;
    padding: 15px 10px;
  }
}
@media (max-width: 575px) {
  .countdown-waiting ul li {
    border-radius: 10px;
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 70px;
    padding: 14px 6px 10px;
  }
}
@media (max-width: 421px) {
  .countdown-waiting ul li {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  .countdown-waiting ul li {
    border-radius: 8px;
    font-size: 9px;
    font-weight: 700;
    margin-left: 1px;
    margin-right: 0;
    min-width: 60px;
    padding: 12px 5px 8px;
  }
}
@media (max-width: 374px) {
  .countdown-waiting ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 374px) {
  .countdown-waiting ul li:last-child {
    margin-right: 0;
  }
}
.countdown-waiting ul li span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .countdown-waiting ul li span {
    font-size: 40px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .countdown-waiting ul li span {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}

.social-share {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share li {
  margin-right: 10px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share .social-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #022a3a;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 50px;
}
@media (max-width: 991px) {
  .social-share .social-btn {
    height: 44px;
    width: 44px;
  }
}
@media (max-width: 767px) {
  .social-share .social-btn {
    height: 40px;
    width: 40px;
  }
}
.social-share .social-btn:hover {
  background-color: #f4cd00;
}
.social-share .social-btn:hover img {
  -webkit-filter: none;
          filter: none;
}
.social-share .social-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  height: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 22px;
}
@media (max-width: 991px) {
  .social-share .social-btn img {
    width: 16px;
  }
}

.message-update {
  background-color: #f1f1f1;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 4px rgba(2, 42, 58, 0.2);
          box-shadow: 0 0 4px rgba(2, 42, 58, 0.2);
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .message-update {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.message-update:last-child {
  margin-bottom: 0;
}
.message-update h4 {
  color: #022a3a;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .message-update h4 {
    font-size: 17px;
  }
}
.message-update p {
  color: #022a3a;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 0 0 10px;
}
.message-update p:last-child {
  margin-bottom: 0;
}
.message-update .messages {
  width: 100%;
}

.visitor-count-box {
  background-color: #f4cd00;
  border: 0;
  border-radius: 150px 20px 150px 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: auto;
  left: auto;
  margin: 0;
  padding: 21px 50px 13px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
}
@media (max-width: 991px) {
  .visitor-count-box {
    padding: 21px 32px 13px;
  }
}
@media (max-width: 767px) {
  .visitor-count-box {
    padding: 16px 30px 13px;
  }
}
@media (max-width: 574px) {
  .visitor-count-box {
    padding: 13px 30px 10px;
  }
}
.visitor-count-box p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .visitor-count-box p {
    display: inline-block;
    margin-top: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 574px) {
  .visitor-count-box p {
    font-size: 11px;
    margin-top: 2px;
  }
}
.visitor-count-box .view-count-num {
  font-size: 34px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 991px) {
  .visitor-count-box .view-count-num {
    font-size: 30px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .visitor-count-box .view-count-num {
    font-size: 26px;
    line-height: 22px;
  }
}
@media (max-width: 574px) {
  .visitor-count-box .view-count-num {
    font-size: 22px;
    line-height: 20px;
  }
}

.faq-section {
  padding: 50px 0 60px;
}
@media (max-width: 991px) {
  .faq-section {
    padding-bottom: 40px;
  }
}
.faq-section .sec-in {
  margin: 0 auto;
  max-width: 100%;
  width: 1120px;
}
@media (max-width: 1199px) {
  .faq-section .sec-in {
    width: 908px;
  }
}
@media (max-width: 991px) {
  .faq-section .sec-in {
    width: 726px;
  }
}
.faq-section h3 {
  color: var(--white);
}
.faq-section .faq-each-accordian {
  margin-bottom: 20px;
  width: 100%;
}
.faq-section .faq-each-accordian:last-child {
  margin-bottom: 0;
}
.faq-section .faq-each-accordian .each-accordian {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  border-radius: 96px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq-section .faq-each-accordian .each-accordian.active .plus-sign {
  opacity: 0;
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
  visibility: hidden;
}
.faq-section .faq-each-accordian .each-accordian.active .minus-sign {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  visibility: visible;
}
.faq-section .faq-each-accordian .each-accordian .plus-sign,
.faq-section .faq-each-accordian .each-accordian .minus-sign {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: visible;
  width: 30px;
}
.faq-section .faq-each-accordian .each-accordian .minus-sign {
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-80deg);
      -ms-transform: translateY(-50%) rotate(-80deg);
          transform: translateY(-50%) rotate(-80deg);
  visibility: hidden;
}
.faq-section .faq-each-accordian .each-accordian p {
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.4285em;
  max-width: calc(100% - 50px);
  padding: 0;
  width: 100%;
}
.faq-section .faq-each-accordian .fpanel {
  background-color: white;
  border-radius: 24px;
  display: none;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  word-break: break-word;
}
.faq-section .faq-each-accordian .fpanel p {
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: normal;
  padding: 10px;
}

.presell-checkout-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 123px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section {
    padding-top: 141px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section {
    padding-top: 137px;
  }
}
.presell-checkout-section .presell-checkout-steps {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (min-width: 1400px) {
  .presell-checkout-section .container {
    max-width: 1384px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.presell-checkout-section .header-checkout {
  background-color: var(--primary);
  border-bottom: 7px solid var(--secondary);
  border-radius: 0 0 74px 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  margin: 0 auto;
  max-width: 1454px;
  min-height: 96px;
  padding: 12px 53px 12px 113px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .presell-checkout-section .header-checkout {
    left: 0;
    padding-left: 80px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout {
    border-bottom: 0;
    border-radius: 0 0 24px 24px;
    min-height: 79px;
    padding: 10px 17px 10px 36px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .header-checkout {
    padding-right: 24px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout {
    padding-left: 20px;
    padding-right: 9px;
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .header-checkout {
    padding-left: 16px;
    padding-right: 10px;
  }
}
.presell-checkout-section .header-checkout .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1348px;
  width: 100%;
}
@media (min-width: 992px) {
  .presell-checkout-section .header-checkout .in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .in {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.presell-checkout-section .header-checkout .logo-lang-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout .logo-lang-wrap {
    max-width: 100%;
  }
}
.presell-checkout-section .header-checkout .header-log {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
}
.presell-checkout-section .header-checkout .header-log img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 143px;
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout .header-log img {
    width: 123px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .header-log img {
    width: 107px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout .header-log img {
    width: 100px;
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .header-checkout .header-log img {
    width: 90px;
  }
}
.presell-checkout-section .header-checkout .checkout-steps-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  width: calc(100% - 143px);
}
@media (max-width: 1199px) {
  .presell-checkout-section .header-checkout .checkout-steps-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout .checkout-steps-wrap {
    width: calc(100% - 123px);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .checkout-steps-wrap {
    padding-left: 11px;
    width: calc(100% - 107px);
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout .checkout-steps-wrap {
    padding-left: 8px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .header-checkout .checkout-steps-wrap {
    width: calc(100% - 90px);
  }
}
.presell-checkout-section .header-checkout .step-track-group {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
  max-width: 100%;
  padding-left: 0;
  vertical-align: middle;
  width: 1008px;
}
@media (max-width: 1199px) {
  .presell-checkout-section .header-checkout .step-track-group {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout .step-track-group {
    width: 545px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .step-track-group {
    margin-top: 8px;
    width: auto;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout .step-track-group {
    width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .presell-checkout-section .header-checkout .step-track-group.coming-soon-location-steps .step-track {
    width: 50%;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 33.33%;
  z-index: 1;
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track::before {
  background-color: var(--white);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-active::before {
  background-color: var(--secondary);
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-active .step-titel {
  color: var(--secondary);
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-active .step-icon {
  background-color: var(--secondary);
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-completed::before {
  background-color: var(--secondary);
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-completed .step-titel {
  color: var(--secondary);
}
.presell-checkout-section .header-checkout .step-track-group .step-track.step-completed .step-icon {
  background-color: var(--secondary);
}
@media (min-width: 768px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track.step-completed .step-icon {
    background-image: url("/build/svg/checkout/check-icon-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    font-size: 0;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track.cstep-1 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
}
.presell-checkout-section .header-checkout .step-track-group .step-track.cstep-1::before {
  display: none;
}
.presell-checkout-section .header-checkout .step-track-group .step-track.cstep-2 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}
.presell-checkout-section .header-checkout .step-track-group .step-track.disable {
  pointer-events: none;
}
.presell-checkout-section .header-checkout .step-track-group .step-track .step-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 25px;
  margin-top: -12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 25px;
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-icon {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-top: -8px;
    width: 18px;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track .step-titel {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 4px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-titel {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-titel {
    font-size: 10px;
    line-height: 14px;
    margin-top: 2px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-titel {
    font-size: 9px;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track .step-titel span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
@media (max-width: 575px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-titel span {
    max-width: 100%;
    width: 78px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .header-checkout .step-track-group .step-track .step-titel span {
    width: 66px;
  }
}
.presell-checkout-section .header-checkout .step-track-group .step-track .lc-step-click {
  cursor: pointer;
}
.presell-checkout-section .language--switchr {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  padding-left: 12px;
  width: 92px;
}
@media (max-width: 991px) {
  .presell-checkout-section .language--switchr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 24px;
    padding-right: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .language--switchr {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .presell-checkout-section .language--switchr + .logo-lang-wrap {
    width: calc(100% - 92px);
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .language--switchr.desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .presell-checkout-section .language--switchr.mobi {
    display: none;
  }
}
.presell-checkout-section .language--switchr .lang-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/build/svg/icons/lang-switchs-white-icon.svg");
  background-position: calc(100% - 7px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: 1px solid var(--white);
  border-radius: 20px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
  padding: 4px 36px 4px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .presell-checkout-section .language--switchr .lang-btn {
    background-image: none;
    border-color: var(--primary);
    color: var(--primary);
  }
}
.presell-checkout-section .language--switchr .lang-btn:hover {
  background-color: var(--secondary);
  background-image: none;
  border-color: var(--secondary);
  color: var(--primary);
}
@media (min-width: 992px) {
  .presell-checkout-section .language--switchr .lang-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.presell-checkout-section .language--switchr .lang-btn::after {
  background-image: url("/build/svg/icons/lang-switchs-dark-icon.svg");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .language--switchr .lang-btn::after {
    opacity: 1;
    visibility: visible;
  }
}
.presell-checkout-section .language--switchr .lang-btn.en-btn {
  display: none;
}
.presell-checkout-section .language--switchr .lang-btn.ae-btn {
  font-family: var(--arabic-font);
  padding-bottom: 7px;
  padding-top: 1px;
}
.presell-checkout-section .language--switchr .lang-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.presell-checkout-section .checkout-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 35px;
  }
}
.presell-checkout-section .checkout-locations .left-side {
  padding-right: 21px;
  width: calc(100% - 440px);
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .left-side {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .left-side {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .left-side {
    margin-bottom: -24px;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .left-side {
    margin-bottom: -20px;
  }
}
.presell-checkout-section .checkout-locations .right-side {
  width: 440px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .right-side {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .right-side {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .right-side {
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location {
  line-height: 0;
  margin-bottom: 13px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title::before {
    background-color: transparent;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title .selected-location {
  padding-left: 0;
}
.presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title h2 {
  padding-left: 27px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title h2 {
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title h2 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title h2 {
    max-width: 100%;
    padding-left: 18px;
  }
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-title h2 {
    padding-left: 15px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-content-tab {
  padding-bottom: 31px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-content-tab {
    background-color: transparent;
    padding: 0 0 30px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.membership-extra .location-content-tab .location-content-in {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-title h2 {
  padding-left: 32px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 29px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 27px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 22px;
  }
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-title h2 {
    padding-left: 19px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-content-tab {
  padding: 20px 40px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.join-step-2 .location-content-tab {
    padding: 0 0 20px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-title h2 {
  padding-left: 32px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-title h2 {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-title h2 {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-title h2 {
    padding-left: 23px;
  }
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-title h2 {
    padding-left: 20px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-content-tab {
  display: block;
  padding: 18px 67px 31px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-content-tab {
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.cl-step-2 .location-content-tab {
    padding-bottom: 44px;
    padding-inline: 13px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.payment {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location.payment .location-title::before {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location.payment .location-content-tab {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location.payment .location-content-tab {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location.payment .location-content-tab {
    padding-top: 20px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location.disable {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.presell-checkout-section .checkout-locations .checkout-location.disable .location-title h2 {
  max-width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location.thank-msg-show .location-title::before {
  background-color: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-delay: unset;
       -o-transition-delay: unset;
          transition-delay: unset;
}
.presell-checkout-section .checkout-locations .checkout-location.thank-msg-show .location-content-tab {
  background-color: transparent;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title {
  background-color: var(--primary);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 11px 7px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title {
    border-radius: 34px;
    min-height: 46px;
    padding: 8px 8px 8px 30px;
  }
}
@media (max-width: 429px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title {
    padding-left: 24px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title::before {
  background-color: var(--gray-f6);
  bottom: -1px;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  width: 100%;
  z-index: -1;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title.active::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title.active h2 {
    max-width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--white);
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-size: 20px;
    line-height: 0;
    max-width: calc(100% - 70px);
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    white-space: unset;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    font-size: 17px;
  }
}
@media (max-width: 365px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 {
    font-size: 15px;
    max-width: calc(100% - 62px);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title h2 .lctitle {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 .lctitle {
    display: block;
    line-height: 23px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title h2 .step-num {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title h2 .step-num {
    line-height: 23px;
    top: 2px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .right-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .right-content {
    max-width: unset !important;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .right-content .cl-edit-btn {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .right-content.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .right-content.show .cl-edit-btn {
  display: inline-block;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--secondary);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 16px;
  max-width: 100%;
  overflow: hidden;
  padding-right: 5.5px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 12px;
    line-height: 17px;
    margin-right: 0;
    padding-right: 4px;
  }
}
@media (max-width: 365px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location {
    font-size: 11px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location:empty::before, .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location:empty::after {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location::before, .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location::after {
  color: inherit;
  content: "(";
  display: inline-block;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location::after {
  content: ")";
  position: absolute;
  right: 0;
  top: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location.desk {
  text-align: right;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location.desk {
    display: none;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location.mobi {
  display: none;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location.mobi {
    display: inline-block;
    max-width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 3px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span {
    font-size: 12px;
    line-height: 17px;
    margin-right: 0;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span:first-child {
  margin-left: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span:last-child i.coma {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span i {
  color: inherit;
  display: none;
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .selected-location span .coma {
  display: inline;
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .cl-edit-btn {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  border: 0;
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--gray-72);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  min-width: 70px;
  outline: none;
  padding: 5px 10px;
  text-decoration: underline;
  text-transform: unset;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .cl-edit-btn {
    line-height: 18px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (max-width: 365px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-title .cl-edit-btn {
    min-width: 62px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-title .cl-edit-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}
.presell-checkout-section .checkout-locations .checkout-location .location-content-tab {
  background-color: var(--gray-f6);
  border-radius: 0 0 24px 24px;
  display: none;
  padding: 18px 57px;
  width: 100%;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-content-tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .location-content-tab {
    padding: 16px 16px 20px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .location-content-tab .location-tab-in {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .location-content-tab .location-dist-contents {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .location-content-tab .location-dist-each {
  display: none;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form form {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .error-message span {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .error-message span {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .field-validation-error span,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .error-message span {
    padding-left: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .gendererror,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .couponerror {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .gendererror,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .couponerror {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .gendererror,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .gendererror,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .custom-phone-validation,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .couponerror {
    padding-left: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .register-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .register-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 430px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .register-text {
    font-size: 16px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
  margin-right: 35px;
  width: calc(50% - 17.5px);
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group:nth-child(2n+2) {
  margin-right: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group .calendar label {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.country-code-design, .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.email-field {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design {
    width: calc(58% - 5px);
  }
}
@media (max-width: 480px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design + .form-group {
    width: calc(42% - 5px);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:first-child .datepicker.datepicker-orient-right {
  left: 0 !important;
  right: auto !important;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2 .form-group.calendar-sdate-design:last-child .datepicker.datepicker-orient-left {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2.promo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .fieldset.field-2.promo-wrap .form-group {
    margin-right: 0;
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group {
  margin-bottom: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group {
    margin-bottom: 17px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
  padding-right: 60px !important;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 52px !important;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 38px !important;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .form-control,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .form-control {
    padding-right: 32px !important;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .popup,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .popup {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
  cursor: pointer;
  right: 16px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: 12px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: 3px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon {
    right: -2px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
  background-image: url("/build/svg/icons/date-calendar-icon.svg") !important;
  background-size: 24px auto !important;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 20px auto !important;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 18px auto !important;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group.calendar .input .calendar.icon::before,
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .calendar .input .calendar.icon::before {
    background-size: 16px auto !important;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  line-height: 20px;
  max-height: 46px;
  padding: 12px 20px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 530px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control::-moz-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control::-ms-input-placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .form-control::placeholder {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase !important;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group select.form-control {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: calc(100% - 22px) center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-right: 50px;
  text-transform: capitalize;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group select.form-control:required:invalid {
  color: var(--gray-d9);
  font-weight: 700;
  text-transform: uppercase;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .dob-box {
  line-height: 0;
  position: relative;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
  background-image: url("/build/svg/icons/date-calendar-icon.svg");
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 22px) center;
    background-size: 22px auto;
    padding-right: 52px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 16px) center;
    background-size: 18px auto;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .dob-box .form-control {
    background-position: calc(100% - 11px) center;
    background-size: 16px auto;
    padding-right: 32px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__flag-container {
    top: 5px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
  text-indent: 11px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code input {
    text-indent: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: var(--gray-e0);
  height: 34px;
  margin-left: 6px;
  padding-left: 9px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag {
    margin-left: 5px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag .iti__selected-dial-code {
  font-size: 14px;
  margin-left: 4px;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__selected-flag .iti__arrow {
  width: 11px;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  scrollbar-width: thin;
  white-space: unset;
  width: 365px;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 338.5px;
  }
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 249.02px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list {
    width: 308px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list:not(.iti__country-list--dropup) {
  margin-top: 5px;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list.iti__country-list--dropup {
  margin-bottom: 4px;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__country.iti__highlight {
  background-color: rgba(255, 255, 255, 0.2);
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__country-name {
  color: var(--white);
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .iti--separate-dial-code .iti__country-list .iti__dial-code {
  color: #d5d2d2;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text {
    padding-left: 0;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-text.active .promocode-toggle img {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode h4 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promo-btn-js {
  cursor: pointer;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-left: 10px;
  padding: 0;
  width: 18px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle {
    margin-left: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-toggle img {
  height: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box-wrap {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box {
    margin-top: 17px;
  }
}
@media (min-width: 421px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .field-validation-error.mobi {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .field-validation-error.desk {
    display: none !important;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .promocode-input {
  width: calc(100% - 91px);
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .promocode-input {
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit {
  width: 141px;
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box.success-msg-show .btn-submit .successpromo-btn a {
    right: 13px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input {
  width: calc(100% - 71px);
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input {
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap {
  line-height: 0;
  position: relative;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .promo-clear-icon {
  display: block;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
  padding-right: 82px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 84px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 42px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap.show .form-control {
    padding-right: 34px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
  background-image: url("/build/svg/icons/cross-primary-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
  height: 100%;
  position: absolute;
  right: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 62px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 20px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .input-promo-wrap .promo-clear-icon {
    right: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
  font-weight: 800;
  padding-right: 62px;
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .form-control {
    padding-right: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
  border: 1px solid #022a3a;
  border-radius: 24px;
  color: green;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: 46px;
  overflow: hidden;
  padding-right: 78px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-bottom: 12px;
    padding-left: 20px;
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-right: 82px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-right: 42px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode {
    padding-left: 12px;
    padding-right: 34px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode span {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
@media (max-width: 530px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode span {
    font-size: 14px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
  background-image: url("/build/svg/icons/cross-primary-m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 57px;
  text-decoration: none;
  top: 0;
  width: 14px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 61px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 19px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 15px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .promocode-input .success-promocode a {
    right: 11px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -46px;
  position: relative;
  width: 117px;
  z-index: 1;
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 28px;
  margin-left: 0;
  min-width: 117px;
  padding: 8px 16px;
  text-transform: uppercase;
  width: 117px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
    min-width: 117px;
    width: 117px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn {
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .applypromo-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .successpromo-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--green-00);
  border: 1px solid var(--green-00);
  border-radius: 24px;
  color: var(--white);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 14px;
  min-width: 117px;
  padding: 15px 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 117px;
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .btn-submit .successpromo-btn {
    width: 100%;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
  color: var(--green-00);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 4px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    margin-top: 3px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-left: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .form-group .have-promocode .promocode-box .success-promocode-message {
    padding-left: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
  color: var(--primary);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 21px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label {
    padding-left: 0;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span.active .arrow-down {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span .arrow-down {
  display: none;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .input-label span .arrow-down {
    display: inline-block;
    height: auto;
    margin-left: 11px;
    width: 15px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box {
    margin-top: 17px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 9px;
  max-width: calc(100% - 197px);
  position: relative;
  width: auto;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
    max-width: calc(100% - 185px);
  }
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap {
    margin-left: 6px;
    max-width: calc(100% - 172px);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar {
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar > .input {
  height: 100%;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .calender-wrap > .calendar .clndr-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text {
    font-size: 13px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text.hover, .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .date-delay-text.active {
  color: var(--secondary);
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
  font-size: 12px;
  font-weight: 800;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  width: 188px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
    padding-left: 12px;
    padding-right: 12px;
    width: 176px;
  }
}
@media (max-width: 390px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .date-formate-design .date-input-box .form-control {
    font-size: 11px;
    width: 166px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box {
  margin-bottom: 41px;
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box {
    margin-bottom: 31px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box {
    margin-bottom: 19px;
    margin-top: 6px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input {
  display: block;
  line-height: 0;
  position: relative;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label {
    line-height: 24px;
    padding-left: 27px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before, .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before, .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
    top: 3px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::before {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label::after {
  background-color: var(--primary);
  background-image: url("/build/svg/icons/check-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  opacity: 0;
  visibility: hidden;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label a {
  color: var(--primary);
  font-weight: 700;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input label a:hover {
  text-decoration: none;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input input[type=checkbox] {
  cursor: pointer;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .lc-terms-check-input input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error {
    padding-left: 27px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .lc-join-form .lc-terms-box .field-validation-error span {
  padding-left: 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider {
    padding-top: 2px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.extrams-sameheight .owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -18px;
  }
}
@media (min-width: 1400px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage-outer, .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage-outer {
    margin-right: -41px;
  }
}
@media (min-width: 768px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.one-card .owl-carousel .owl-stage, .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider.two-cards .owl-carousel .owl-stage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item {
    padding-top: 21px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item::before {
    backdrop-filter: blur(10px);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
    width: calc(100% + 17px);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item.center::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-item.center + .owl-item::before {
    left: -17px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 44px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    background-color: var(--primary);
    border-color: var(--primary);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
  background-image: url("/build/svg/checkout/angle-right-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
    background-image: url("/build/svg/icons/caret-right.svg");
    background-size: 9px auto;
    left: -1px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev:hover:not(.disabled),
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next:hover:not(.disabled) {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev.disabled,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
  left: -22px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
    left: -26px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev {
    left: calc((100% - 308px) / 2);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-prev span {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
  right: -22px;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    right: -26px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next {
    right: calc((100% - 308px) / 2);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .owl-carousel .owl-nav .owl-next span {
    left: auto;
    right: -1px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item {
    margin-bottom: 3px;
    margin-top: 22px;
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-type {
    background-color: var(--secondary);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-type .extra-mms-type-title span {
    color: var(--primary);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-content ul li::before {
    background-image: url("/build/svg/checkout/check-white-circle-yellow.svg");
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item.selected .extra-mms-btn {
  background-color: var(--secondary);
  background-image: url("/build/svg/icons/check-icon-primary.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px auto;
  border-color: var(--secondary);
  font-size: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 16px 25px 25px;
  width: 100%;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in {
    border-top-color: transparent;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .in .extra-mms-wrap {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-top {
  border-bottom: 1px solid var(--black);
  margin-bottom: 12px;
  padding-bottom: 13px;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-top {
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  margin-top: -51px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 154px;
    margin-bottom: 0;
    margin-right: 8px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: -23px;
    width: 154px;
  }
}
@media (max-width: 355px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image {
    height: 140px;
    width: 140px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .image img {
    height: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    max-width: 100%;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    background-color: var(--gray-f6);
    border: 1px solid var(--primary);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: -1px -1px 0 -1px;
    min-height: 81px;
    padding: 15px 162px 15px 23px;
    width: calc(100% + 2px);
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    word-break: break-word;
  }
}
@media (max-width: 355px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type {
    font-size: 15px;
    padding-right: 148px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
    color: var(--secondary);
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
  }
}
@media (max-width: 355px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-type-title span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-type .extra-mms-access-text {
    color: var(--primary);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.desktop {
    display: none;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.desktop i {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile {
  display: none;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    text-transform: uppercase;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-price.mobile i {
    font-size: 12px;
    font-weight: 400;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text {
  color: var(--primary);
  display: block;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 12px;
  margin-top: 4px;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text:empty {
  margin-top: 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-access-text.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-right: 154px;
  }
}
@media (max-width: 480px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space .sm-spr {
    padding-right: 137px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-right: 154px;
  }
}
@media (max-width: 480px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content.extr-space ul li.sm-spr {
    padding-right: 137px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3 {
    font-size: 16px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content h3:first-child {
  margin-top: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p {
    margin-top: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content p:last-child {
  margin-top: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul {
  list-style: none;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul {
    margin-top: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul:first-child {
  margin-top: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul.cross-img li::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 24px;
  padding-left: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li {
    margin-bottom: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img {
  display: block;
  font-size: inherit;
  line-height: inherit;
  padding-left: 36px;
  position: relative;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img::before,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-checks-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img::before,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
    background-image: url("/build/svg/checkout/check-white-circle-dark.svg");
    height: 24px;
    width: 24px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .check-img *,
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img * {
  display: contents;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li .cross-img::before {
  background-image: url("/build/svg/checkout/circle-cross-red.svg");
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content ul li * {
  display: contents;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(1), .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(2), .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(3) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active:not(.showless) ul li:nth-child(3) {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active .extra-mms-showmore {
  display: inline-block;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showmore-active .extra-mms-showless {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showless .extra-mms-showmore {
  display: none;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-showmore-wrap.showless .extra-mms-showless {
  display: inline-block;
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless {
  background: transparent;
  border: 0;
  color: var(--gray-72);
  cursor: pointer;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless {
    margin-top: 8px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-content .extra-mms-moreless:hover {
  color: var(--primary);
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 96px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 13px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn {
    display: block;
    margin: 9px auto 0;
    max-width: 100%;
    min-width: 196px;
    width: auto;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-slider .extra-mms-item .extra-mms-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.presell-checkout-section .checkout-locations .checkout-location .extra-mms-btn-wrap {
  margin-top: 34px;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .extra-mms-btn-wrap {
    margin-top: 21px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .continue-btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 96px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  min-width: 204px;
  padding: 10px 24px;
  text-transform: uppercase;
}
.presell-checkout-section .checkout-locations .checkout-location .continue-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.presell-checkout-section .checkout-locations .checkout-location .continue-btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.presell-checkout-section .checkout-locations .checkout-location .join-btn-wrap {
  margin-top: 12px;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn) {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn) {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn):hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .checkout-location .join-btn-wrap .continue-btn:not(.drk-btn):hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
  }
}
.presell-checkout-section .checkout-locations .checkout-location .payment-method-group {
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method {
  margin-bottom: 10px;
  width: 100%;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method:last-child {
  margin-bottom: 0;
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method.apple-method {
    display: none;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method.apple-method .pay-method-contain {
  text-align: center;
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method.credit-debit-method .payment-method-btn {
    background-color: var(--secondary) !important;
    border-radius: 12px 12px 0 0 !important;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method.credit-debit-method .payment-method-btn::after {
    -webkit-transform: scaleX(1) translateY(-50%) !important;
        -ms-transform: scaleX(1) translateY(-50%) !important;
            transform: scaleX(1) translateY(-50%) !important;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method.credit-debit-method .pay-method-contain {
    display: block !important;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 15px 8px 44px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 38px;
    padding-top: 10px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn {
    font-size: 14.5px;
    padding-bottom: 9px;
    padding-left: 32px;
    padding-top: 11px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::before, .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::after {
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::before {
  border: 1px solid var(--primary);
  height: 18px;
  left: 15px;
  width: 18px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::before {
    height: 16px;
    left: 12px;
    width: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::before {
    height: 14px;
    left: 10px;
    width: 14px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::after {
  background-color: var(--primary);
  height: 10px;
  left: 19px;
  -webkit-transform: scaleX(0) translateY(-50%);
      -ms-transform: scaleX(0) translateY(-50%);
          transform: scaleX(0) translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 10px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::after {
    height: 8px;
    left: 16px;
    width: 8px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn::after {
    left: 13px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.active {
  background-color: var(--secondary);
  border-radius: 12px 12px 0 0;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.active::after {
  -webkit-transform: scaleX(1) translateY(-50%);
      -ms-transform: scaleX(1) translateY(-50%);
          transform: scaleX(1) translateY(-50%);
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.credit-option {
  padding-right: 128px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.credit-option {
    padding-right: 100px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.credit-option {
    padding-right: 80px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.apple-option {
  padding-right: 74px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn.apple-option {
    padding-right: 64px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .visa-icon {
  height: 18px;
  right: 58px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .visa-icon {
    height: 15px;
    right: 46px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .visa-icon {
    height: 11px;
    right: 37px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .mastercard-icon {
  height: 22px;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .mastercard-icon {
    height: 18px;
    right: 12px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .mastercard-icon {
    height: 15px;
    right: 10px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .applepay-icon {
  height: 20px;
  width: auto;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .payment-method-btn .applepay-icon {
    height: 18px;
    right: 12px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain {
  border: 1px solid var(--primary);
  border-radius: 0 0 12px 12px;
  border-top: 0;
  display: none;
  margin-top: -10px;
  padding: 40px 30px 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain {
    padding: 36px 24px 26px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain {
    padding: 34px 15px 24px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  min-height: 314px;
  width: 100%;
}
@media (max-width: 431px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 308px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 417px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 323px;
  }
}
@media (max-width: 386px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap iframe {
    min-height: 324px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap #pretelr {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  height: auto;
  margin: 0 auto;
  min-height: 210px;
  text-align: center;
  width: 210px;
}
@media (max-width: 440px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .pay-iframe-wrap #pretelr {
    width: 230px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .apple-pay {
  -webkit-appearance: -apple-pay-button;
     -moz-appearance: -apple-pay-button;
          appearance: -apple-pay-button;
  background-color: var(--primary);
  border: 0;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  line-height: 20px;
  max-height: 46px;
  max-width: 100%;
  min-width: 164px;
  padding: 13px 20px;
  text-align: center;
  width: auto;
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .apple-pay {
    height: 40px;
    max-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .apple-pay:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .apple-pay-button-black-with-text {
  -apple-pay-button-style: var(--primary);
}
.presell-checkout-section .checkout-locations .checkout-location .presell-each-payment-method .pay-method-contain .apple-pay-button-with-text {
  -webkit-appearance: -apple-pay-button;
     -moz-appearance: -apple-pay-button;
          appearance: -apple-pay-button;
  display: inline-block;
  -apple-pay-button-type: check-out;
}
.presell-checkout-section .checkout-locations .lc-summary-box {
  border-radius: 24px;
  margin-bottom: 13px;
  margin-top: 59px;
  overflow: hidden;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  width: 100%;
}
@media (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .lc-summary-box {
    margin-top: 57px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box {
    border-radius: 0 0 74px 74px;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    overflow: unset;
    padding-top: 86px;
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 9990;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box {
    border-radius: 0 0 24px 24px;
    padding-top: 49px;
    top: 30px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label {
  display: none;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label::before {
    background-color: var(--gray-d9);
    border-radius: 0 0 74px 74px;
    bottom: 0;
    content: "";
    display: block;
    height: 116px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label::before {
    border-radius: 0 0 24px 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .smr-title {
    padding-left: calc((100% - 458px) / 2);
    padding-right: calc((100% - 408px) / 2);
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .smr-title::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .smr-title::after {
    background-image: url("/build/svg/down-angle-dark.svg");
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .smr-title::after {
    right: calc((100% - 458px) / 2);
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .smr-title h3 {
    color: var(--primary);
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 40px 10px 46px;
    position: relative;
    text-transform: capitalize;
    width: 696px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    width: 516px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    overflow: hidden;
    padding-left: 65px;
    padding-right: 65px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 399px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media (max-width: 350px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    background-image: url("/build/svg/icons/noun-location-primary.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    width: 10px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 50px;
  }
}
@media (max-width: 399px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 32px;
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::before {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    background-image: url("/build/svg/icons/angle-down-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 39px;
  }
}
@media (max-width: 399px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 32px;
  }
}
@media (max-width: 370px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-summary-label .lc-summary-in::after {
    right: 20px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown {
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown {
    display: none;
    left: 0;
    padding-top: 86px;
    position: absolute;
    top: 0;
    z-index: 95;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown {
    padding-top: 49px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown .summary-dropdown-in {
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown .presell-checkout {
    left: 0;
    margin-top: -90px;
    max-width: 100%;
    padding-top: 90px;
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .summary-box-dropdown .presell-checkout {
    margin-top: -40px;
    padding-top: 40px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-top {
  background-color: var(--gray-d9);
  border-radius: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-top {
    border-radius: 0 0 74px 74px;
    margin-top: -30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-top {
    border-radius: 0 0 24px 24px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
  background-color: var(--gray-f6);
  display: none;
  margin-top: -30px;
  padding: 38px 28px 30px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
    background-color: var(--white);
    border-radius: 0 0 74px 74px;
    margin-top: -76px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding-bottom: 23px;
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 637px) / 2);
    padding-top: 84px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
    border-radius: 0 0 24px 24px;
    max-height: calc(100vh - 135px);
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 516px) / 2);
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 36px;
    padding-right: 29px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .lc-smr-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
  background-color: var(--primary);
  border-radius: 24px;
  padding: 9px 28px 9px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
    background-color: transparent;
    border-radius: 0 0 74px 74px;
    cursor: pointer;
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 585px) / 2);
    padding-top: 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
    border-radius: 0 0 24px 24px;
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 476px) / 2);
    padding-top: 9px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
    padding-left: 36px;
    padding-right: 60px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::before {
    background-color: var(--gray-72);
    border-radius: 0 0 74px 74px;
    bottom: 0;
    content: "";
    display: block;
    height: 115px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::before {
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::after {
    background-image: url("/build/svg/down-angle-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: calc((100% - 640px) / 2);
    top: 0;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    width: 16px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::after {
    right: calc((100% - 506px) / 2);
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::after {
    right: 30px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title::after {
    right: 20px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-title h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-title h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
  padding: 3px 28px 8px 31px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
    padding-left: calc((100% - 637px) / 2);
    padding-right: calc((100% - 637px) / 2);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
    padding-left: calc((100% - 516px) / 2);
    padding-right: calc((100% - 516px) / 2);
    padding-top: 7px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 36px;
    padding-right: 29px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected p {
    margin-top: 4px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected .no-step-selected,
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected .coming-soon-step-selected {
  width: 100%;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected .no-step-selected {
  margin-bottom: 8px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-selected .no-step-selected {
    margin-top: 4px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-selected .no-step-selected p {
  margin: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-group {
  display: none;
  width: 100%;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-group .ck-tooltip-title .ck-tooltip-description {
  bottom: auto;
  top: 100%;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-group .smr-detail-each .smr-detail-title {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
  max-width: 50%;
  white-space: nowrap;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-group .smr-detail-each .smr-detail-right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  white-space: unset;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each {
  color: var(--primary);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each {
    margin-bottom: 0;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding-right: 16px;
}
@media (max-width: 480px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-title {
    padding-right: 10px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-detail-each .smr-detail-right {
  font-weight: 700;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist {
  margin-bottom: 52px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist {
    margin-bottom: 40px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.pay-value .smr-detail-right {
  font-weight: 800;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal {
    margin-top: 7px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  line-height: 24px;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-title span {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.subtotal .smr-detail-right {
  white-space: nowrap;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total {
  border-bottom: 0.5px solid var(--primary);
  border-top: 0.5px solid var(--primary);
  font-size: 16px;
  font-weight: 800;
  margin-top: 6px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each.total .smr-detail-right {
  font-weight: 800;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-billlist .smr-detail-each .smr-detail-right {
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back,
.presell-checkout-section .checkout-locations .lc-summary-box ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back,
.presell-checkout-section .checkout-locations .lc-summary-box ul {
    margin-bottom: 18px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back:last-child,
.presell-checkout-section .checkout-locations .lc-summary-box ul:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back li,
.presell-checkout-section .checkout-locations .lc-summary-box ul li {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back li,
.presell-checkout-section .checkout-locations .lc-summary-box ul li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back li img,
.presell-checkout-section .checkout-locations .lc-summary-box ul li img {
  display: inline-block;
  height: 24px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  position: absolute;
  top: 0;
  width: 24px;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back li:last-child,
.presell-checkout-section .checkout-locations .lc-summary-box ul li:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-money-back li span,
.presell-checkout-section .checkout-locations .lc-summary-box ul li span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-descrb-text {
  width: 100%;
}
.presell-checkout-section .checkout-locations .lc-summary-box .smr-descrb-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.presell-checkout-section .ck-tooltip-title {
  display: inline-block;
  position: relative;
}
.presell-checkout-section .ck-tooltip-title.hover .ck-tooltip-description {
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .ck-tooltip-title .ck-tooltip-mark {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--primary);
  border-radius: 100%;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
}
.presell-checkout-section .ck-tooltip-title .ck-tooltip-mark img {
  height: auto;
  margin-top: 1px;
  width: 6px;
}
.presell-checkout-section .ck-tooltip-title small,
.presell-checkout-section .ck-tooltip-title .small {
  font-size: 70%;
  line-height: 70%;
}
.presell-checkout-section .ck-tooltip-title .ck-tooltip-description {
  background-color: var(--secondary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  bottom: calc(100% + 2px);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  left: 0;
  line-height: 14px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity, visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 200px;
  word-break: break-word;
  z-index: 5;
}
.presell-checkout-section .ck-tooltip-title .ck-tooltip-description * {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 6px;
}
.presell-checkout-section .ck-tooltip-title .ck-tooltip-description *:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .presell-checkout {
  background-color: #f8d5d6;
  border: 1px solid #dd2b32;
  border-bottom-width: 7px;
  border-radius: 0 0 74px 74px;
  border-top: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  max-width: 1454px;
  padding-top: 96px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 111;
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-checkout {
    padding-top: 143px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout {
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-radius: 0 0 24px 24px;
    border-right-width: 3px;
    padding-top: 125px;
  }
}
@media (max-width: 420px) {
  .presell-checkout-section .presell-checkout {
    padding-top: 121px;
  }
}
.presell-checkout-section .presell-checkout .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-checkout .in {
    padding: 6px 50px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .in {
    padding: 9px 24px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .presell-checkout .in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 424px) {
  .presell-checkout-section .presell-checkout .in {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.presell-checkout-section .presell-checkout .presell-each-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  margin: 10px 16px;
  min-height: 36px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-checkout .presell-each-box {
    margin: 6px 10px;
    min-height: 28px;
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box {
    margin: 1px auto;
    min-height: unset;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box.time {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box.discount {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box.discount .presell-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box.discount p {
    width: 100%;
  }
}
.presell-checkout-section .presell-checkout .presell-each-box .presell-icon {
  left: 0;
  max-height: 36px;
  max-width: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-checkout .presell-each-box .presell-icon {
    max-height: 28px;
    max-width: 23px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box .presell-icon {
    max-height: 14px;
    max-width: 12px;
  }
}
.presell-checkout-section .presell-checkout .presell-each-box p {
  color: var(--red-f2);
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .presell-checkout-section .presell-checkout .presell-each-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-checkout .presell-each-box p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-checkout .presell-each-box p {
    font-size: 14px;
    line-height: 18px;
  }
}
.presell-checkout-section .presell-checkout .presell-each-box .presell-time,
.presell-checkout-section .presell-checkout .presell-each-box .presell-discount {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.presell-checkout-section .presell-show.mobi {
  display: none;
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-show.mobi {
    display: block;
  }
}
.presell-checkout-section .presell-show .presell-checkout {
  display: block;
}
.presell-checkout-section .presell-show .presell-checkout.mobi {
  display: none;
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-show .presell-checkout.mobi {
    display: block;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 259px);
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 196px);
  }
}
@media (max-width: 399px) {
  .presell-checkout-section .presell-show .checkout-locations .lc-summary-box .lc-smr-bottom {
    max-height: calc(100vh - 215px);
  }
}
.presell-checkout-section .gender-dropdown {
  line-height: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.presell-checkout-section .gender-dropdown .gender-label {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--gray-d9);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 50px 12px 20px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media (max-width: 530px) {
  .presell-checkout-section .gender-dropdown .gender-label {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .presell-checkout-section .gender-dropdown .gender-label {
    padding-left: 16px;
    padding-right: 38px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .gender-dropdown .gender-label {
    padding-left: 12px;
    padding-right: 32px;
  }
}
.presell-checkout-section .gender-dropdown .gender-label::after {
  background-image: url("/build/svg/icons/angle-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 22px;
  top: 0;
  width: 16px;
}
@media (max-width: 400px) {
  .presell-checkout-section .gender-dropdown .gender-label::after {
    right: 16px;
  }
}
@media (max-width: 360px) {
  .presell-checkout-section .gender-dropdown .gender-label::after {
    right: 12px;
    width: 14px;
  }
}
.presell-checkout-section .gender-dropdown .gender-label.active::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.presell-checkout-section .gender-dropdown .gender-label.selected {
  color: var(--primary);
  letter-spacing: -0.5px;
}
.presell-checkout-section .gender-dropdown .gender-content {
  background-color: var(--primary);
  border: 1px solid #2f4959;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 3px 3px 7px 0 #0000004d;
          box-shadow: 3px 3px 7px 0 #0000004d;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 34px 15px 12px;
  position: absolute;
  top: 23px;
  width: 100%;
  z-index: 2;
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text {
  border-radius: 12px;
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 6px;
  padding: 4px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text::after {
  background-image: url("/build/svg/icons/check-icon-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 16px;
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text:hover {
  background-color: rgba(246, 246, 246, 0.6);
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text.active {
  background-color: rgba(246, 246, 246, 0.6);
  padding-left: 20px;
  padding-right: 46px;
}
.presell-checkout-section .gender-dropdown .gender-content .gender-text.active::after {
  display: block;
}
.presell-checkout-section .form-tk-msg {
  display: none;
  text-align: center;
  width: 100%;
}
.presell-checkout-section .form-tk-msg .in {
  margin: 0 auto;
  max-width: 100%;
  width: 521px;
}
.presell-checkout-section .form-tk-msg .msg-icon-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin: 0 auto 54px;
  padding-left: 44px;
  position: relative;
  width: 182px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap {
    height: 106px;
    width: 162px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap {
    height: 73px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px;
    padding-left: 0;
    width: 111px;
  }
}
.presell-checkout-section .form-tk-msg .msg-icon-wrap::before {
  background-image: url("/build/svg/checkout/check-iconbg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
}
@media (max-width: 991px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon {
    height: 89px;
    width: 89px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon {
    height: 58px;
    width: 58px;
  }
}
.presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 38px;
}
@media (max-width: 991px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon img {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .msg-icon-wrap .msg-icon img {
    height: 23px;
    width: 23px;
  }
}
.presell-checkout-section .form-tk-msg .msg-decription {
  width: 100%;
}
.presell-checkout-section .form-tk-msg .msg-decription p {
  font-weight: 500;
  letter-spacing: -0.25px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .msg-decription p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .form-tk-msg .msg-decription p {
    font-size: 12px;
    line-height: 20px;
  }
}
.presell-checkout-section .form-tk-msg .msg-decription .h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .presell-checkout-section .form-tk-msg .msg-decription .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .msg-decription .h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .form-tk-msg .msg-decription .h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main {
    margin-top: 14px;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box {
  margin-bottom: 32px;
  max-width: 423px;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box {
    margin-bottom: 22px;
    max-width: 385px;
  }
}
@media (max-width: 575px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box {
    max-width: 337px;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box:last-child {
  margin-bottom: 0;
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box .referlink {
  font-weight: 500;
  height: 46px;
  margin-right: -30px;
  padding-left: 20px;
  padding-right: 41px;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box .referlink {
    font-size: 12px;
    height: 36px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-top: 7px;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button {
  background-image: none;
  border-radius: 24px;
  height: 46px;
  min-width: 88px;
  padding: 9px 12px;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button {
    font-size: 13px;
    height: 36px;
    min-width: 70px;
    padding: 6px;
  }
}
@media (max-width: 690px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button {
    font-size: 0;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::before, .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::before, .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::after {
    background-size: auto 20px;
  }
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::before {
  background-image: url("/build/svg/checkout/ch-copy-icon-white.svg");
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button::after {
  background-image: url("/build/svg/checkout/ch-copy-icon.svg");
  opacity: 0;
  visibility: hidden;
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button:hover::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 691px) {
  .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button.link-copied::before, .presell-checkout-section .form-tk-msg .thnk-social-share-main .link-share-box button.link-copied::after {
    opacity: 0;
    visibility: hidden;
  }
}
.presell-checkout-section .form-tk-msg .thnk-msg-social-share {
  margin-bottom: -6px;
}
.presell-checkout-section .form-tk-msg .thnk-msg-social-share .social-share-btn {
  border-radius: 100%;
  height: 44px;
  margin-bottom: 6px;
  min-width: auto;
  padding: 0;
  width: 44px;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-msg-social-share .social-share-btn {
    height: 38px !important;
    width: 38px !important;
  }
}
.presell-checkout-section .form-tk-msg .thnk-msg-social-share .social-share-btn img {
  margin: 0;
}
@media (max-width: 767px) {
  .presell-checkout-section .form-tk-msg .thnk-msg-social-share .social-share-btn img {
    margin-right: 0 !important;
    width: 17px !important;
  }
}
.presell-checkout-section .datepicker {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 24px;
  color: var(--white);
  min-width: 240px;
  padding: 12px 13px 10px;
  width: 100%;
}
.presell-checkout-section .datepicker::before, .presell-checkout-section .datepicker::after {
  display: none;
}
.presell-checkout-section .datepicker.datepicker-orient-top {
  -webkit-box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
}
.presell-checkout-section .datepicker.datepicker-orient-bottom {
  -webkit-box-shadow: 2px 2px 4px #00000040;
          box-shadow: 2px 2px 4px #00000040;
}
.presell-checkout-section .datepicker > div {
  position: relative;
  width: 100%;
}
.presell-checkout-section .datepicker table {
  text-align: center;
  width: 100%;
}
.presell-checkout-section .datepicker table thead tr th {
  color: var(--white);
}
.presell-checkout-section .datepicker table thead tr th:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table thead tr th.datepicker-switch {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .presell-checkout-section .datepicker table thead tr th.datepicker-switch {
    font-size: 16px;
  }
}
.presell-checkout-section .datepicker table thead tr th.datepicker-switch:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table thead tr th.datepicker-switch.prev:hover, .presell-checkout-section .datepicker table thead tr th.datepicker-switch.next:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table thead tr th.prev, .presell-checkout-section .datepicker table thead tr th.next {
  color: transparent;
  font-size: 0;
  height: 100%;
  position: relative;
}
.presell-checkout-section .datepicker table thead tr th.prev::before, .presell-checkout-section .datepicker table thead tr th.next::before {
  background-image: url("/build/svg/icons/caret-left-lg-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 9px;
}
.presell-checkout-section .datepicker table thead tr th.prev:hover, .presell-checkout-section .datepicker table thead tr th.next:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table thead tr th.prev::before {
  left: 4px;
}
.presell-checkout-section .datepicker table thead tr th.next::before {
  right: 4px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.presell-checkout-section .datepicker table thead tr th.dow {
  background: transparent;
  border-bottom: 0.5px solid var(--primary);
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: 22px;
  padding: 13px 2px 6px;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 1199px) {
  .presell-checkout-section .datepicker table thead tr th.dow {
    font-size: 14px;
    line-height: 20px;
  }
}
.presell-checkout-section .datepicker table tbody tr.hidden-row {
  display: none;
}
.presell-checkout-section .datepicker table tbody tr td {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 22px;
  margin: 0;
  outline: none;
  padding: 7px 2px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .presell-checkout-section .datepicker table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
.presell-checkout-section .datepicker table tbody tr td::before {
  background-color: var(--secondary);
  border-radius: 96px;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 32px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .presell-checkout-section .datepicker table tbody tr td::before {
    height: 30px;
    width: 30px;
  }
}
.presell-checkout-section .datepicker table tbody tr td.focused, .presell-checkout-section .datepicker table tbody tr td:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table tbody tr td:hover:not(.active):not(.disabled)::before {
  background-color: var(--gray-d9);
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .datepicker table tbody tr td.active:not(.disabled), .presell-checkout-section .datepicker table tbody tr td.active.active:not(.disabled) {
  background-color: transparent;
  background-image: none;
  color: var(--primary);
  font-weight: 600;
  text-shadow: none;
}
.presell-checkout-section .datepicker table tbody tr td.active:not(.disabled)::before, .presell-checkout-section .datepicker table tbody tr td.active.active:not(.disabled)::before {
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .datepicker table tbody tr td.day {
  background: transparent;
}
.presell-checkout-section .datepicker table tbody tr td.day:not(.active):not(.disabled):not(:hover).old, .presell-checkout-section .datepicker table tbody tr td.day:not(.active):not(.disabled):not(:hover).new {
  color: var(--white);
}
.presell-checkout-section .datepicker table tbody tr td.day:hover:not(.active):not(.disabled) {
  color: var(--primary);
}
.presell-checkout-section .datepicker table tbody tr td.day.focused, .presell-checkout-section .datepicker table tbody tr td.day:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table tbody tr td.disabled {
  color: var(--gray-d9);
  pointer-events: none;
}
.presell-checkout-section .datepicker table tbody tr td span {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 7px 2px;
  position: relative;
  width: calc(100% / 3);
  z-index: 1;
}
.presell-checkout-section .datepicker table tbody tr td span::before {
  background-color: var(--secondary);
  border-radius: 24px;
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 60%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .presell-checkout-section .datepicker table tbody tr td span::before {
    width: 80%;
  }
}
.presell-checkout-section .datepicker table tbody tr td span.focused, .presell-checkout-section .datepicker table tbody tr td span:hover {
  background: transparent;
}
.presell-checkout-section .datepicker table tbody tr td span:hover:not(.active):not(.disabled) {
  color: var(--primary);
}
.presell-checkout-section .datepicker table tbody tr td span:hover:not(.active):not(.disabled)::before {
  background-color: var(--gray-d9);
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .datepicker table tbody tr td span.active:not(.disabled), .presell-checkout-section .datepicker table tbody tr td span.active.active:not(.disabled) {
  background-color: transparent;
  background-image: none;
  color: var(--primary);
  font-weight: 600;
  text-shadow: none;
}
.presell-checkout-section .datepicker table tbody tr td span.active:not(.disabled)::before, .presell-checkout-section .datepicker table tbody tr td span.active.active:not(.disabled)::before {
  opacity: 1;
  visibility: visible;
}
.presell-checkout-section .datepicker table tbody tr td span.year:not(.active):not(.disabled):not(:hover):not(:focus):not(:active).old, .presell-checkout-section .datepicker table tbody tr td span.year:not(.active):not(.disabled):not(:hover):not(:focus):not(:active).new {
  color: var(--white);
}
.presell-checkout-section .datepicker table tbody tr td span.disabled {
  color: var(--gray-d9);
  opacity: 0.4;
  pointer-events: none;
}
.presell-checkout-section .datepicker .datepicker-months table thead,
.presell-checkout-section .datepicker .datepicker-years table thead,
.presell-checkout-section .datepicker .datepicker-decades table thead,
.presell-checkout-section .datepicker .datepicker-centuries table thead {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
.presell-checkout-section .datepicker .datepicker-months table thead tr th,
.presell-checkout-section .datepicker .datepicker-years table thead tr th,
.presell-checkout-section .datepicker .datepicker-decades table thead tr th,
.presell-checkout-section .datepicker .datepicker-centuries table thead tr th {
  padding-bottom: 13px;
}
.presell-checkout-section .datepicker .datepicker-months table thead tr th.prev::before, .presell-checkout-section .datepicker .datepicker-months table thead tr th.next::before,
.presell-checkout-section .datepicker .datepicker-years table thead tr th.prev::before,
.presell-checkout-section .datepicker .datepicker-years table thead tr th.next::before,
.presell-checkout-section .datepicker .datepicker-decades table thead tr th.prev::before,
.presell-checkout-section .datepicker .datepicker-decades table thead tr th.next::before,
.presell-checkout-section .datepicker .datepicker-centuries table thead tr th.prev::before,
.presell-checkout-section .datepicker .datepicker-centuries table thead tr th.next::before {
  height: calc(100% - 13px);
}
.presell-checkout-section .datepicker .datepicker-months table tbody tr td,
.presell-checkout-section .datepicker .datepicker-years table tbody tr td,
.presell-checkout-section .datepicker .datepicker-decades table tbody tr td,
.presell-checkout-section .datepicker .datepicker-centuries table tbody tr td {
  padding: 0;
}
.presell-checkout-section .datepicker .datepicker-months table tbody tr td::before,
.presell-checkout-section .datepicker .datepicker-years table tbody tr td::before,
.presell-checkout-section .datepicker .datepicker-decades table tbody tr td::before,
.presell-checkout-section .datepicker .datepicker-centuries table tbody tr td::before {
  display: none;
}

.footer-small {
  background-color: var(--primary);
  color: var(--white);
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1499px) {
  .footer-small {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .footer-small {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.footer-small::before {
  display: none;
}
.footer-small svg {
  margin-bottom: 5px;
}
.footer-small .site-footer__legal p {
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer-small .site-footer__legal p {
    font-size: 12px;
    line-height: 16px;
  }
}
/*# sourceMappingURL=presell.css.map */
