/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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.
 */

body {
  margin: 0;
}

/**
 * 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;
}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \****************************************************************************************************************/
@font-face {
  font-family: "DIN";
  src: url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWebPro-Bold.eot");
  src: url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWebPro-Bold.woff") format("woff"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWebPro-Bold.ttf") format("truetype"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWebPro-Bold.svg#DIN-Bold") format("svg"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWebPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.eot");
  src: url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.woff2") format("woff2"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.woff") format("woff"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.ttf") format("truetype"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.svg#DIN-Regular") format("svg"), url("https://rapp-app-templatingengine.azurewebsites.net/fonts/DINWeb-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  padding-top: 84px;
}
@media (max-width: 1000px) {
  body {
    padding-top: 65px;
  }
}

.parallax_object {
  transition: filter 0.2s ease; /* Smooth blur changes */
}

body > header {
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  background: white;
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  body > header {
    padding: 20px;
  }
}
body > header img {
  width: 120px;
}
@media (max-width: 1000px) {
  body > header img {
    width: 80px;
  }
}

body > footer {
  margin: 25px 60px;
  padding: 16px 0;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
@media (max-width: 1000px) {
  body > footer {
    margin: 25px 20px;
    flex-direction: column;
    gap: 20px;
  }
}
body > footer p {
  font-size: 12px;
  color: #000;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body > footer nav {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media (max-width: 1000px) {
  body > footer nav {
    gap: 60px;
  }
}
body > footer a {
  text-decoration: none;
}

.hero {
  overflow: hidden;
  background-color: #F6F6F6;
}
.hero main {
  max-width: 1120px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1420px) {
  .hero main {
    max-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .hero main {
    max-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero main {
  padding-top: 111px;
  padding-bottom: 105px;
}
@media (max-width: 1000px) {
  .hero main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero__snowflake_container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 400px;
  pointer-events: none;
}
.hero__snowflake_container--left {
  left: 0;
}
.hero__snowflake_container--right {
  right: 0;
}
.hero__image img {
  width: 100%;
  z-index: 100;
  position: relative;
}
.hero__snowman {
  z-index: 100;
  position: absolute;
  width: 260px;
  left: 230px;
  bottom: 240px;
}
@media (max-width: 1420px) {
  .hero__snowman {
    left: 10%;
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .hero__snowman {
    display: none;
  }
}
.hero__comment_ticking {
  z-index: 100;
  text-align: right;
  margin-top: 94px;
  margin-right: 19%;
}
@media (max-width: 1000px) {
  .hero__comment_ticking {
    text-align: left;
    margin-left: 10%;
    margin-top: 64px;
  }
  .hero__comment_ticking .comment {
    font-size: 20px;
  }
}
.hero__box {
  z-index: 100;
  text-align: right;
  margin-top: 49px;
  margin-right: 8%;
}
@media (max-width: 1000px) {
  .hero__box {
    text-align: left;
    margin-left: 40px;
  }
}
.hero__box .boxed {
  max-width: 578px;
  padding: 25px 50px;
  display: inline-block;
  background: white;
}
.hero__box .boxed p {
  text-align: left;
  font-family: "DIN", Arial, helvetica, sans-serif;
  font-size: 25px;
  line-height: 37px;
  margin: 0;
}
.hero__comment_dots {
  z-index: 100;
  text-align: right;
  margin-right: 12%;
  margin-top: 15px;
}
.hero__comment_dots .comment {
  font-size: 75px;
  padding: 0px 15px 36px;
  line-height: 9px;
}

#hero_box_content span {
  display: inline;
  opacity: 0;
  animation: pop 0.5s forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.video {
  background-color: #C4E5F0;
}
.video main {
  max-width: 1120px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1420px) {
  .video main {
    max-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .video main {
    max-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.video main {
  padding-top: 137px;
  padding-bottom: 64px;
}
@media (max-width: 1000px) {
  .video main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.video__comment_happy {
  margin-top: 100px;
  margin-left: 60px;
}
@media (max-width: 1000px) {
  .video__comment_happy {
    margin-top: 60px;
  }
}
.video__comment_party {
  text-align: right;
  margin-top: 11px;
  margin-right: -18px;
}
@media (max-width: 1000px) {
  .video__comment_party {
    margin-top: 50px;
    margin-right: 18px;
  }
}

.video_container {
  width: 100%;
  max-width: 1129px;
  aspect-ratio: 1129/636;
  background: #000;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 300;
}
.video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_container #video_poster {
  background-image: url(images/video_placeholder.png);
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.video_container .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .video_container .play_button {
    width: 30%;
    height: auto;
  }
}

.cta {
  background-color: #F6F6F6;
  text-align: center;
}
.cta main {
  max-width: 1120px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1420px) {
  .cta main {
    max-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .cta main {
    max-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cta main {
  padding-top: 123px;
  padding-bottom: 245px;
}
@media (max-width: 1000px) {
  .cta main {
    padding-top: 60px;
  }
}
.cta h2 {
  max-width: 950px;
  color: #008FBE;
  margin: 0 0 75px 112px;
  margin-bottom: 75px;
  text-align: center;
  font-family: "DIN", Arial, helvetica, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .cta h2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 0 35px 0;
  }
}
.cta__button {
  border-radius: 50px;
  background: #EA0029;
  border: 3px solid #EA0029;
  transition: all 0.3s ease-in-out;
  padding: 33px 102px 30px;
  color: #FFF;
  text-align: center;
  font-family: "DIN", Arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.cta__button:hover {
  background: #fff;
  color: #EA0029;
}
@media (max-width: 1000px) {
  .cta__button {
    font-size: 18px;
    padding: 23px 80px 20px;
  }
}
.cta__dog {
  position: absolute;
  border: 2px solid black;
  left: 0;
  bottom: 140px;
}
@media (max-width: 1000px) {
  .cta__dog {
    bottom: 20px;
  }
}
.cta__dog__corner {
  position: absolute;
  border: 2px solid black;
  width: 16px;
  height: 16px;
  background: white;
  z-index: 400;
}
.cta__dog__corner:nth-child(1) {
  right: -10px;
  top: -10px;
}
.cta__dog__corner:nth-child(2) {
  right: -10px;
  bottom: -10px;
}
.cta__dog__cursor {
  position: absolute;
  filter: drop-shadow(1.88px 2.82px 3.76px rgba(0, 0, 0, 0.2));
  width: 50px;
  height: 50px;
  right: -50px;
  bottom: -50px;
  z-index: 500;
}
.cta__dog__image {
  display: block;
  width: 320px;
}
@media (max-width: 1000px) {
  .cta__dog__image {
    width: 260px;
  }
}
.cta__star {
  position: absolute;
  right: 70px;
  width: 170px;
  bottom: 280px;
}
@media (max-width: 1000px) {
  .cta__star {
    right: 5%;
    bottom: 80px;
  }
}

.comment {
  border: 2px solid white;
  border-radius: 9px 28px 28px 23px;
  padding: 10px;
  font-size: 29px;
  line-height: 29px;
  color: white;
  display: inline-block;
  font-family: "DIN", Arial, helvetica, sans-serif;
  box-shadow: 1.88px 2.82px 3.76px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 1000px) {
  .comment {
    font-size: 20px;
  }
}
.comment::before {
  content: " ";
  filter: drop-shadow(1.88px 2.82px 3.76px rgba(0, 0, 0, 0.2));
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  left: -30px;
  top: -30px;
}
.comment--primary {
  background-color: #008FBE;
}
.comment--primary::before {
  background-image: url(images/cursor_primary.svg);
}
.comment--secondary {
  background-color: #EA0029;
}
.comment--secondary::before {
  background-image: url(images/cursor_secondary.svg);
}
.comment--orange {
  background-color: #FF6B00;
}
.comment--orange::before {
  background-image: url(images/cursor_orange.svg);
}
.comment--yellow {
  background-color: #FFDA00;
}
.comment--yellow::before {
  background-image: url(images/cursor_yellow.svg);
}
.comment--green {
  background-color: #C2D500;
}
.comment--green::before {
  background-image: url(images/cursor_green.svg);
}

.boxed {
  position: relative;
  border: 2px solid black;
}
.boxed__corner {
  position: absolute;
  border: 2px solid black;
  width: 16px;
  height: 16px;
  background: white;
  z-index: 400;
}
.boxed__corner:nth-child(1) {
  left: -10px;
  top: -10px;
}
.boxed__corner:nth-child(2) {
  right: -10px;
  top: -10px;
}
.boxed__corner:nth-child(3) {
  left: -10px;
  bottom: -10px;
}
.boxed__corner:nth-child(4) {
  right: -10px;
  bottom: -10px;
}
.boxed--thick {
  border: 4px solid black;
}
.boxed--thick .boxed__corner {
  border: 4px solid black;
  width: 22px;
  height: 22px;
}
.boxed--thick .boxed__corner:nth-child(1) {
  left: -17px;
  top: -17px;
}
.boxed--thick .boxed__corner:nth-child(2) {
  right: -17px;
  top: -17px;
}
.boxed--thick .boxed__corner:nth-child(3) {
  left: -17px;
  bottom: -17px;
}
.boxed--thick .boxed__corner:nth-child(4) {
  right: -17px;
  bottom: -17px;
}
