/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #eff3ff;
}
body.popup-in {
  position: relative;
}
body.popup-in:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
body.popup-in .eligibility-check {
  margin-top: -18%;
}

img {
  max-width: 100%;
  width: 100%;
}

.scroll-lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
p em {
  color: #fff556;
  font-style: normal;
}

h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.09;
  color: #1d1d1d;
  margin: 0;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
@media screen and (max-width: 374px) {
  h1 {
    font-size: 6.4vw;
    letter-spacing: 0.2666666667vw;
  }
}

h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.17;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 575px) {
  h2 br {
    display: none;
  }
}

p {
  font-size: 18px;
  line-height: 1.56;
  color: #1c1c1c;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
}

ul li,
ol li {
  font-size: 18px;
  line-height: 1.56;
  color: #1c1c1c;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  ul li,
  ol li {
    font-size: 4.2666666667vw;
    line-height: 1.63;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  .container {
    max-width: 1028px;
  }
}
@media screen and (min-width: 1921px) {
  .container {
    max-width: 53.5416666667vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}

.col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  flex: 0 0 33.33333%;
}

.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 20px;
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}

.hidden {
  display: none;
}

.hide-block {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}

.show-block-simple {
  opacity: 1;
}

.leftsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}

.leftsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.rightsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}

.rightsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}

.fly {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.fly2 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}

.fly3 {
  opacity: 0;
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}

.fly4 {
  opacity: 0;
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}

.fly5 {
  opacity: 0;
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}

.fly6 {
  opacity: 0;
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.fly7 {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

.ovh {
  overflow: hidden;
  padding: 4px 0;
}
.ovh > span {
  display: block;
}

.chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
.chevron::before, .chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  transform-origin: 2px 2px 0;
}
.chevron::before {
  transform: rotate(-45deg);
  top: 0;
}
.chevron::after {
  transform: rotate(45deg);
  bottom: 0;
  transform-origin: 2px 10px 0;
}

sup {
  font-size: 50%;
}

@media screen and (max-width: 991px) {
  .hidden-md.hidden-md {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg.hidden-lg {
    display: none;
  }
}

.text-page .banner-section h2 {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .text-page .banner-section h2 {
    font-size: 28px;
  }
}

.hero-section .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(assets/img/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .wistia_embed {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 76px;
  padding: 0 15px;
  position: relative;
  text-shadow: -1.1px 1.6px 0 rgba(3, 130, 3, 0.7);
  font-size: 30px;
  font-weight: 700;
  color: #eff3ff;
  border: 3px solid transparent;
  text-transform: uppercase;
  background-clip: border-box;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 0 5.3333333333vw;
    font-size: 6.4vw;
    min-height: 13.3333333333vw;
    border-radius: 3.2vw;
  }
}
.btn:before, .btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn:before {
  box-shadow: 0 0 13px 0 rgba(3, 130, 3, 0.7);
  margin: -3px;
  background: linear-gradient(to top, #79db79, #77da77, #fff, #04bb04);
  z-index: 0;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .btn:before {
    border-radius: 4vw;
    box-shadow: 0 0 13px 0 rgba(3, 130, 3, 0.7);
  }
}
.btn:after {
  z-index: 1;
  background: linear-gradient(to bottom, #a2f0a2, #01ba01);
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .btn:after {
    border-radius: 3.2vw;
  }
}
.btn span {
  z-index: 2;
}

.main-footer {
  background: #084594;
  padding: 30px 0;
}
.main-footer__logo {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.main-footer__links {
  color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.main-footer__links a {
  font-size: 18px;
  font-weight: 500;
  color: #ececec;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 7px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .main-footer__links a {
    font-size: 4.2666666667vw;
  }
}
.main-footer__links a:not(:last-of-type):before {
  position: absolute;
  content: "";
  height: 78%;
  width: 2px;
  top: 50%;
  right: -1px;
  background: #ececec;
  transform: translateY(-50%);
}
.main-footer__copyright {
  font-size: 14px;
  text-align: center;
  color: #ececec;
}
@media screen and (max-width: 575px) {
  .main-footer__copyright {
    font-size: 3.7333333333vw;
  }
}

@keyframes dotPulse {
  0%, 80%, 100% {
    background: #fff556;
  }
  40% {
    background: #fe0000;
  }
}
.hero-section {
  position: relative;
}
.hero-section .container {
  margin-top: 18%;
}
.hero-section .video-holder {
  z-index: -1;
}
.info-bar {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("assets/img/info-bar-bg.png") no-repeat center/contain;
  max-width: 752px;
  padding: 32px 40px 22px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .info-bar {
    padding: 2.34375vw 3.90625vw 1.7578125vw;
  }
}
@media screen and (max-width: 575px) {
  .info-bar {
    padding: 3.2vw 10.6666666667vw 2.6666666667vw;
  }
}
.info-bar p {
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #14364f;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .info-bar p {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 575px) {
  .info-bar p {
    font-size: 3.2vw;
  }
}
.info-bar p em {
  -webkit-text-stroke: 1px #000;
  color: #fff;
}

.hero-section__content {
  background: url("assets/img/hero-bg.png") no-repeat center/cover;
  padding-top: 20px;
  padding-bottom: 29px;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero-section__content {
    background: url("assets/img/hero-bg-sm.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content .container {
    padding: 0 10px;
  }
}

.eligibility-check {
  background: linear-gradient(to bottom, #153951, #0d0e23);
  border-radius: 28px;
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 44px 20px;
  text-align: center;
  box-shadow: 0 0 39.6px 3.4px rgba(8, 69, 148, 0.18);
  margin-bottom: 26px;
  border: 4px solid #ffd01e;
}
@media screen and (max-width: 991px) {
  .eligibility-check {
    border-radius: 12px;
    padding: 44px 40px;
  }
}
@media screen and (max-width: 767px) {
  .eligibility-check {
    border-radius: 3.2vw;
    padding: 44px 20px;
  }
}
@media screen and (max-width: 575px) {
  .eligibility-check {
    padding: 5.6666666667vw 5.3333333333vw 6.6666666667vw;
  }
}
.eligibility-check__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__title {
    font-size: 6.4vw;
    margin-bottom: 9.3333333333vw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.eligibility-check__loader {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 72px;
  height: 18px;
  margin: 0px auto;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader {
    width: 13.8666666667vw;
    height: 3.2vw;
  }
}
.eligibility-check__loader.loader {
  margin-bottom: 29px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader.loader {
    margin-bottom: 5.3333333333vw;
  }
}
.eligibility-check__loader.loader div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation: dotPulse 1.2s infinite ease-in-out;
}
@media screen and (max-width: 575px) {
  .eligibility-check__loader.loader div {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.eligibility-check__loader.loader div:nth-child(1) {
  left: 8px;
  animation-delay: 0s;
}
.eligibility-check__loader.loader div:nth-child(2) {
  left: 24px;
  animation-delay: 0.2s;
}
.eligibility-check__loader.loader div:nth-child(3) {
  left: 40px;
  animation-delay: 0.4s;
}
.eligibility-check__checks {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks {
    max-width: 100%;
  }
}
.eligibility-check__checks .eligibility-check__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.73;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks .eligibility-check__text {
    font-size: 3.7333333333vw;
  }
}
.eligibility-check__checks .eligibility-check__text img {
  width: 33px;
  height: 33px;
  margin-right: 9px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__checks .eligibility-check__text img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.eligibility-check__progress-bar {
  height: 40px;
  background: #fe0000;
  border-radius: 30px;
  display: block;
  margin-top: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0 7px;
}
@media screen and (max-width: 575px) {
  .eligibility-check__progress-bar {
    margin-top: 0;
  }
}
.eligibility-check__progress-bar-fill {
  display: block;
  height: 22px;
  padding: 5px;
  background-color: #fff556;
  border-radius: 30px;
  transition: width 5s ease-in-out;
}
.eligibility-check .btn-holder {
  padding-top: 20px;
}
@media screen and (max-width: 575px) {
  .eligibility-check .btn-holder {
    padding-top: 0;
  }
}

.stitched-content {
  background: url("assets/img/stitched-bg.png") no-repeat center/contain;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 991px) {
  .stitched-content {
    max-width: 100%;
    padding: 3.90625vw 2.9296875vw;
    margin-bottom: 1.953125vw;
  }
}
/* .stitched-content:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 173px;
  background: url("assets/img/gift.png") no-repeat center/contain;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .stitched-content:before {
    width: 14.6484375vw;
    height: 16.89453125vw;
  }
}
@media screen and (max-width: 575px) {
  .stitched-content:before {
    width: 24vw;
    height: 30.1333333333vw;
  }
} */
.stitched-content p {
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #14364f;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .stitched-content p {
    font-size: 2.5390625vw;
  }
}
@media screen and (max-width: 575px) {
  .stitched-content p {
    font-size: 3.7333333333vw;
  }
}
.stitched-content p em {
  -webkit-text-stroke: 1px #000;
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .stitched-content p em {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 575px) {
  .stitched-content p em {
    font-size: 5.3333333333vw;
  }
}

.final-header {
  -webkit-text-stroke: 1px #000;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .final-header {
    font-size: 3.90625vw;
  }
}

@media screen and (max-width: 575px) {
  .final-header {
    font-size: 5.9333333333vw;
  }
}

.gift-box {
  width: auto;
  margin-bottom: -25px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 575px) {
  .gift-box {
    width: 120px;
  }
}

/*# sourceMappingURL=style.css.map */