/*** Utils ***/
/*** Base ***/
/*! 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.
 */
/* line 11, ../sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../sass/base/_reset.scss */
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.
 */
/* line 53, ../sass/base/_reset.scss */
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.
 */
/* line 64, ../sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../sass/base/_reset.scss */
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.
 */
/* line 85, ../sass/base/_reset.scss */
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.
 */
/* line 95, ../sass/base/_reset.scss */
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.
 */
/* line 105, ../sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../sass/base/_reset.scss */
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.
 */
/* line 176, ../sass/base/_reset.scss */
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.
 */
/* line 186, ../sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../sass/base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../sass/base/_reset.scss */
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.
 */
/* line 218, ../sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../sass/base/_reset.scss */
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.
 */
/* line 240, ../sass/base/_reset.scss */
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.
 */
/* line 253, ../sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../sass/base/_reset.scss */
[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.
 */
/* line 290, ../sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../sass/base/_reset.scss */
[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.
 */
/* line 308, ../sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/base/_global.scss */
body {
  min-height: 100%;
}

/* line 5, ../sass/base/_global.scss */
.page__wrapper {
  width: 100%;
}

/* line 9, ../sass/base/_global.scss */
.scroll__button {
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 9, ../sass/base/_global.scss */
  .scroll__button {
    display: block;
  }
}

/* line 17, ../sass/base/_global.scss */
.box {
  border: 1px solid #f8c0c6;
  border-radius: 25px;
  padding: 20px;
}

/* line 22, ../sass/base/_global.scss */
.box-text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

/* Text */
/* line 29, ../sass/base/_global.scss */
h1,
h2 {
  font-family: "Pouf Black Extra Expanded";
  font-weight: 900;
  font-style: normal;
}

/* line 34, ../sass/base/_global.scss */
h1 {
  font-size: 50px;
  line-height: 52px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  /* line 34, ../sass/base/_global.scss */
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

/* line 43, ../sass/base/_global.scss */
h2 {
  font-size: 20px;
}

/* line 46, ../sass/base/_global.scss */
h3 {
  font-size: 22px;
  font-family: "Urbanist";
  font-weight: 800;
}

/* line 51, ../sass/base/_global.scss */
p {
  font-size: 19px;
  font-size: clamp(0.5rem, 1.2rem, 1.5rem);
  line-height: 25px;
  font-family: "Urbanist";
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  /* line 51, ../sass/base/_global.scss */
  p {
    font-size: 16px;
    line-height: initial;
  }
}

/* line 63, ../sass/base/_global.scss */
small {
  font-size: 16px;
  line-height: 40px;
  font-family: "Urbanist";
  font-weight: 700;
  font-style: normal;
}

/* line 70, ../sass/base/_global.scss */
.text-pink {
  color: #f38590;
}

/* line 73, ../sass/base/_global.scss */
.bg-pink {
  background-color: #f8c0c6;
}

/* line 76, ../sass/base/_global.scss */
.bg-pink-3 {
  background-color: #f9c7cc;
}

/* line 79, ../sass/base/_global.scss */
.bg-green {
  background-color: #d2e3ca;
}

/* line 82, ../sass/base/_global.scss */
.bg-yellow {
  background-color: #ffdcaa;
}

/* line 85, ../sass/base/_global.scss */
.bg-lightblue {
  background-color: #d6f4fb;
}

/* line 88, ../sass/base/_global.scss */
.bg-purple {
  background-color: #ddd1e4;
}

/*** @font-face declarations ***/
@font-face {
  font-family: "Pouf V0.2";
  src: url("../fonts/PoufV02-Black.woff2") format("woff2"),
    url("../fonts/PoufV02-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pouf Black Extra Expanded";
  src: url("../fonts/PoufV0.2-BlackExtraExpanded.woff2") format("woff2"),
    url("../fonts/PoufV0.2-BlackExtraExpanded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../fonts/Urbanist-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Regular.woff2") format("woff2"),
    url("../fonts/Urbanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/Urbanist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bubblegum";
  src: url("../fonts/Bubblegum.woff2") format("woff2"),
    url("../fonts/Bubblegum.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Bold Font";
  src: url("../fonts/TheBoldFont.woff2") format("woff2"),
    url("../fonts/TheBoldFont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*** Layout ***/
/* Bootstrap Grid changes */
/* line 1, ../sass/layout/_header.scss */
.nav {
  position: relative;
  padding: 26px 0;
  z-index: 10;
}
/* line 10, ../sass/layout/_header.scss */
.nav .logo img {
  width: 120px;
}

/* line 15, ../sass/layout/_header.scss */
.social-icons {
  margin-bottom: 0;
  left: 40px;
  top: 10px;
  position: absolute;
}
/* line 20, ../sass/layout/_header.scss */
.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
/* line 24, ../sass/layout/_header.scss */
.social-icons li:last-child {
  margin-right: 0;
}
/* line 27, ../sass/layout/_header.scss */
.social-icons li img {
  width: 25px;
}
/* line 30, ../sass/layout/_header.scss */
.social-icons li .facebook {
  width: 15px;
}

/* line 1, ../sass/layout/_footer.scss */
footer {
  background-color: #242424;
}
/* line 3, ../sass/layout/_footer.scss */
footer figure {
  max-width: 280px;
}
/* line 5, ../sass/layout/_footer.scss */
footer figure img {
  width: 100%;
}
/* line 10, ../sass/layout/_footer.scss */
footer ul li {
  color: #fffef5;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
}
/* line 17, ../sass/layout/_footer.scss */
footer ul li a {
  font-weight: normal;
  font-size: 17px;
  color: #999;
  text-decoration: none;
  transition: all 0.3s ease;
}
/* line 23, ../sass/layout/_footer.scss */
footer ul li a:hover {
  color: #fffef5;
}

/*** Components ***/
/*** Floor Levels ***/
/* line 2, ../sass/components/_buttons.scss */
nav {
  z-index: 99;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  /* line 2, ../sass/components/_buttons.scss */
  nav {
    display: none;
  }
}
/* line 14, ../sass/components/_buttons.scss */
nav a {
  text-decoration: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 7px;
  position: relative;
}
/* line 37, ../sass/components/_buttons.scss */
nav a.active .menu__dot,
nav a:hover .menu__dot {
  transform: scale(1.7);
  background-color: #fff;
  background-image: url("../img/nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
/* line 47, ../sass/components/_buttons.scss */
nav a:hover .menu__icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
/* line 54, ../sass/components/_buttons.scss */
nav a .menu__dot {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
  transform-origin: center center;
}
/* line 64, ../sass/components/_buttons.scss */
nav a .menu__icon {
  position: absolute;
  left: 45px;
  top: 5px;
  transform: translateY(-50%) translateX(10px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  opacity: 0;
  visibility: hidden;
}
/* line 77, ../sass/components/_buttons.scss */
nav a .menu__icon:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 45%;
  width: 0;
  height: 0;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  transform: rotate(270deg) translateY(-50%);
}
/* line 89, ../sass/components/_buttons.scss */
nav a .menu__icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 95, ../sass/components/_buttons.scss */
  .eyes-buttons {
    padding: 0;
  }
}
/* line 99, ../sass/components/_buttons.scss */
.eyes-buttons li {
  display: inline-block;
  margin-right: 30px;
  color: #f8c0c6;
  font-family: "Urbanist";
  font-weight: 700;
  font-style: normal;
}
/* line 106, ../sass/components/_buttons.scss */
.eyes-buttons li:last-child {
  margin-right: 0;
}
/* line 109, ../sass/components/_buttons.scss */
.eyes-buttons li a {
  text-decoration: underline;
  color: #f8c0c6;
}
@media screen and (max-width: 767px) {
  /* line 99, ../sass/components/_buttons.scss */
  .eyes-buttons li {
    display: inline-flex;
    margin-right: 20px;
  }
}

/* line 121, ../sass/components/_buttons.scss */
.btn__item a,
.btn__item input {
  border-radius: 100px;
  padding: 15px 23px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 19px;
  line-height: 25px;
  font-family: "Urbanist";
  font-weight: 800;
  font-style: normal;
  background: #f38590;
  color: #fff;
  border: 5px solid #f9c7cc;
  min-width: 200px;
  display: inline-block;
}
/* line 138, ../sass/components/_buttons.scss */
.btn__item a:hover,
.btn__item input:hover {
  background: #f9c7cc;
  color: #242424;
}
/* line 144, ../sass/components/_buttons.scss */
.btn__item.signup__btn {
  position: absolute;
  right: 15px;
  top: -5px;
}
@media screen and (min-width: 767px) {
  /* line 144, ../sass/components/_buttons.scss */
  .btn__item.signup__btn {
    right: 40px;
    top: -3px;
  }
}
/* line 152, ../sass/components/_buttons.scss */
.btn__item.signup__btn a {
  background: #fffef5;
  color: #242424;
  border: none;
}
/* line 156, ../sass/components/_buttons.scss */
.btn__item.signup__btn a:hover {
  background: #242424;
  color: #fffef5;
}

/* line 1, ../sass/components/_sliders.scss */
.one__slide--swiper {
  max-width: 60%;
  margin: 0 auto;
  height: 90%;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/components/_sliders.scss */
  .one__slide--swiper {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 4px 21px 1px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
  }
}

/* line 12, ../sass/components/_sliders.scss */
.swiper,
.swiper-noloop {
  height: 90%;
}
@media screen and (max-width: 767px) {
  /* line 12, ../sass/components/_sliders.scss */
  .swiper,
  .swiper-noloop {
    overflow: visible;
    height: 100%;
  }
}

/* line 24, ../sass/components/_sliders.scss */
.swiper-noloop {
  width: 100%;
}

/* line 28, ../sass/components/_sliders.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10%;
  color: #fffef5;
}
@media screen and (max-width: 767px) {
  /* line 28, ../sass/components/_sliders.scss */
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none;
  }
}

/* line 35, ../sass/components/_sliders.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10%;
  color: #fffef5;
}
@media screen and (max-width: 767px) {
  /* line 35, ../sass/components/_sliders.scss */
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: none;
  }
}

/* line 43, ../sass/components/_sliders.scss */
.swiper-slide {
  background-color: #fffef5;
  border-radius: 100px;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 43, ../sass/components/_sliders.scss */
  .swiper-slide {
    padding: 0;
    border-radius: 40px;
  }
}
/* line 56, ../sass/components/_sliders.scss */
.section__item--3 .swiper-slide ul, .section__item--4 .swiper-slide ul,
.section__mobile--3 .swiper-slide ul , .section__mobile--9 .swiper-slide ul{
  list-style: none;
  padding: 0;
}
/* line 59, ../sass/components/_sliders.scss */
.section__item--3 .swiper-slide ul li, .section__item--4 .swiper-slide ul li,
.section__mobile--3 .swiper-slide ul li, .section__mobile--9 .swiper-slide ul li {
  font-family: "Urbanist";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
/* line 68, ../sass/components/_sliders.scss */
.section__item--3 .swiper-slide ul li:before, .section__item--4 .swiper-slide ul li:before,
.section__mobile--3 .swiper-slide ul li:before, .section__mobile--9 .swiper-slide ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/paw-red.svg");
}
/* line 81, ../sass/components/_sliders.scss */
.section__item--3 .swiper-slide ul li.paw__grey:before,
.section__mobile--3 .swiper-slide ul li.paw__grey:before {
  background-image: url("../img/paw.svg");
}
/* line 90, ../sass/components/_sliders.scss */
.section__mobile--3 .swiper-slide ul {
  max-height: 300px;
  overflow: scroll;
}

/* line 96, ../sass/components/_sliders.scss */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

/* line 100, ../sass/components/_sliders.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-right: 5px;
}

/* line 103, ../sass/components/_sliders.scss */
.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #c4c4c4;
  border-color: #353535;
}

/* line 108, ../sass/components/_sliders.scss */
.swiper-pagination-bullet-active {
  background: #f8c0c6;
  border: 2px solid #f8c0c6;
}

/* line 115, ../sass/components/_sliders.scss */
.section__mobile--7 .swiper-slide img {
  max-width: 100%;
}

/* line 1, ../sass/components/_forms.scss */
label {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
/* line 8, ../sass/components/_forms.scss */
label span {
  font-weight: 800;
  width: 100%;
  display: inline-block;
}
/* line 13, ../sass/components/_forms.scss */
label small {
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}
/* line 17, ../sass/components/_forms.scss */
label small a {
  font-weight: 800;
  color: #242424 !important;
}
/* line 22, ../sass/components/_forms.scss */
label input[type="text"],
label input[type="email"],
label textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 5px 0;
  border-bottom: 2px solid #f38590;
  outline: none !important;
}

/* line 34, ../sass/components/_forms.scss */
.form__error--message,
.form__success--message {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  color: #f38590;
}

/* line 41, ../sass/components/_forms.scss */
.form__success--message {
  color: green;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.mh300 { max-height: 300px;}

/*** Vendors ***/
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
/* line 8, ../sass/vendors/_fullpage.scss */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/vendors/_fullpage.scss */
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

/* line 23, ../sass/vendors/_fullpage.scss */
.fp-slide {
  float: left;
}

/* line 26, ../sass/vendors/_fullpage.scss */
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

/* line 30, ../sass/vendors/_fullpage.scss */
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

/* line 38, ../sass/vendors/_fullpage.scss */
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 43, ../sass/vendors/_fullpage.scss */
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 49, ../sass/vendors/_fullpage.scss */
.fp-slidesContainer {
  float: left;
  position: relative;
}

/* line 53, ../sass/vendors/_fullpage.scss */
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 70, ../sass/vendors/_fullpage.scss */
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

/* line 76, ../sass/vendors/_fullpage.scss */
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

/* line 81, ../sass/vendors/_fullpage.scss */
.fp-scrollable {
  overflow: hidden;
  position: relative;
}

/* line 85, ../sass/vendors/_fullpage.scss */
.fp-scroller {
  overflow: hidden;
}

/* line 88, ../sass/vendors/_fullpage.scss */
.iScrollIndicator {
  border: 0 !important;
}

/* line 91, ../sass/vendors/_fullpage.scss */
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 95, ../sass/vendors/_fullpage.scss */
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 103, ../sass/vendors/_fullpage.scss */
#fp-nav.right {
  right: 17px;
}

/* line 106, ../sass/vendors/_fullpage.scss */
#fp-nav.left {
  left: 17px;
}

/* line 109, ../sass/vendors/_fullpage.scss */
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

/* line 120, ../sass/vendors/_fullpage.scss */
.fp-slidesNav.bottom {
  bottom: 17px;
}

/* line 123, ../sass/vendors/_fullpage.scss */
.fp-slidesNav.top {
  top: 17px;
}

/* line 126, ../sass/vendors/_fullpage.scss */
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

/* line 131, ../sass/vendors/_fullpage.scss */
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

/* line 139, ../sass/vendors/_fullpage.scss */
.fp-slidesNav ul li {
  display: inline-block;
}

/* line 142, ../sass/vendors/_fullpage.scss */
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

/* line 152, ../sass/vendors/_fullpage.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

/* line 161, ../sass/vendors/_fullpage.scss */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 178, ../sass/vendors/_fullpage.scss */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

/* line 184, ../sass/vendors/_fullpage.scss */
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

/* line 198, ../sass/vendors/_fullpage.scss */
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

/* line 205, ../sass/vendors/_fullpage.scss */
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

/* line 208, ../sass/vendors/_fullpage.scss */
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

/* line 211, ../sass/vendors/_fullpage.scss */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

/* line 217, ../sass/vendors/_fullpage.scss */
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*** Pages ***/
/* line 1, ../sass/pages/_home.scss */
.page__wrapper {
  background-color: #f8c0c6;
  height: 100%;
}

@media screen and (min-width: 767px) {
  /* line 6, ../sass/pages/_home.scss */
  .main {
    height: calc(100vh - 140px);
  }
}

/* line 13, ../sass/pages/_home.scss */
.section__wrapper {
  height: 100%;
}
/* line 17, ../sass/pages/_home.scss */
.section__pill {
  will-change: transform;
  background-color: #fffef5;
  padding: 10px 20px;
  border-radius: 25px;
  box-shadow: -1px 5px 4px 0px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 767px) {
  /* line 17, ../sass/pages/_home.scss */
  .section__pill {
    display: block;
  }
}
/* line 34, ../sass/pages/_home.scss */
.section__content {
  height: 100%;
}
/* line 38, ../sass/pages/_home.scss */
.section__mask {
  border: 10px solid #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 90%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
/* line 49, ../sass/pages/_home.scss */
.section__item {
  transform-origin: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border-radius: 92px;
  flex-shrink: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 61, ../sass/pages/_home.scss */
.section__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

/* line 102, ../sass/pages/_home.scss */
.audit__logos--wrapper img {
  max-width: 400px;
  width: 100%;
}

/* line 109, ../sass/pages/_home.scss */
.swap__steps {
  background: rgba(249, 199, 204, 0.79);
  border: 2px solid #f38590;
  border-radius: 40px;
}

/* line 115, ../sass/pages/_home.scss */
.newsletter__wrapper {
  background-color: #fffef5;
}

/* line 120, ../sass/pages/_home.scss */
.section__mobile figure,
.section__mobile .figure {
  border: 5px solid #fff;
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
}
/* line 125, ../sass/pages/_home.scss */
.section__mobile figure img {
  width: 100%;
}

/*# sourceMappingURL=main-03.css.map */

.videoSlide {
  cursor: pointer;
}
