/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
picture,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.94;
  color: #2D3139;
}
@media (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 300;
  }
}
body.is-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.94em / 2);
  font-family: "Martel Sans", sans-serif;
}
.h1,
h1 {
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.38;
}
@media (max-width: 1199px) {
  .h1,
h1 {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 3.4rem;
    line-height: 1.47;
    letter-spacing: 0.03em;
  }
}
.h2,
h2 {
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.13;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .h2,
h2 {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 4rem;
    font-weight: 300;
  }
}
.h3,
h3 {
  font-size: 4.6rem;
  font-weight: 200;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.h4,
h4 {
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.48;
}
@media (max-width: 1023px) {
  .h4,
h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.h5,
h5 {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .h5,
h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
h5 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
.h6,
h6 {
  font-size: 1.6rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.94em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #2D3139;
  background-color: #E6A9BC;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-width: 19.4rem;
  line-height: 1.94;
  text-transform: uppercase;
  padding: 1.3rem 1.5rem 1rem;
}
@media (max-width: 1199px) {
  .btn {
    padding: 1.3rem 1rem 1rem;
  }
}
.btn:hover {
  color: #fff;
}
/* btn type-1 */
.btn--type-1 {
  text-transform: none;
  font-weight: 800;
  padding: 1rem 1rem 0.5rem;
  letter-spacing: 0.05em;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* Btn alt */
.btn--alt {
  background-color: #93D5CA;
  min-width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 4.9rem 0.8rem;
}
@media (max-width: 1023px) {
  .btn--alt {
    padding: 1.4rem 3.7rem 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--alt {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 1.4rem 4.7rem 0.8rem;
  }
}
.btn--alt i {
  font-size: 2.5rem;
  line-height: 1;
  margin: -0.3rem 1.2rem 0 0;
}
/* ------------------------------------------------------------ *\
	Card-prime
\* ------------------------------------------------------------ */
.card-prime {
  position: relative;
}
.card-prime .card__image {
  position: relative;
  padding-top: 39.7%;
}
@media (max-width: 1023px) {
  .card-prime .card__image {
    padding-top: 55%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__image {
    padding-top: 63%;
  }
}
.card-prime .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-prime .card__inner {
  position: relative;
  background-color: #fff;
  border: 0.1rem solid #F1F1F1;
  text-align: center;
  max-width: 89.5%;
  margin: -27rem auto 0;
  padding: 8.1rem 14.5rem 8.6rem;
}
@media (min-width: 1920.02px) {
  .card-prime .card__inner {
    max-width: 171rem;
  }
}
@media (max-width: 1399px) {
  .card-prime .card__inner {
    margin: -20rem auto 0;
    padding: 6.1rem 5rem 6.6rem;
  }
}
@media (max-width: 1199px) {
  .card-prime .card__inner {
    margin: -16rem auto 0;
  }
}
@media (max-width: 1023px) {
  .card-prime .card__inner {
    margin-top: -14rem;
    padding: 4rem 4rem 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__inner {
    max-width: 100%;
    margin: -7.8rem 3rem 0;
    padding: 2.2rem 1.4rem 3.4rem;
  }
}
.card-prime .card__inner > .link {
  margin-top: 4.2rem;
}
@media (max-width: 1023px) {
  .card-prime .card__inner > .link {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__inner > .link {
    margin-top: 2.9rem;
  }
}
.card-prime .card__entry > h4 {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.18;
  margin-bottom: 2.8rem;
}
@media (max-width: 1023px) {
  .card-prime .card__entry > h4 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__entry > h4 {
    font-size: 1.8rem;
    line-height: 1.67;
    font-weight: 400;
    margin-bottom: 1.7rem;
  }
}
.card-prime .card__entry > h6,.card-prime .card__entry a {
  color: #E6A9BC;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__entry > h6, .card-prime .card__entry a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime .card__entry > p {
    font-weight: 400;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime.js-more-info-section .js-more-info-holder {
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
    overflow: hidden;
  }
}
.card-prime.js-more-info-section .js-open-more-info-trigger {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime.js-more-info-section .js-open-more-info-trigger {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    margin: 0.7rem auto 0;
  }
}
.card-prime.js-more-info-section .js-open-more-info-trigger.is-open {
  display: none;
}
/* card-prime details */
.card-prime--details .card__image {
  position: relative;
  padding-top: 39.7%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime--details .card__image {
    padding-top: 63%;
  }
}
.card-prime--details .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-prime--details .card__inner {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-prime--details .card__inner {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    margin-bottom: 2.1rem;
  }
}
.card .card__image {
  position: relative;
  padding-top: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    padding-top: 82%;
  }
}
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card__inner {
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border: 0.1rem solid #F1F1F1;
  padding: 1.2rem 1.5rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 12.9rem;
  max-width: 93%;
}
@media (max-width: 1023px) {
  .card .card__inner {
    min-height: 10rem;
    padding: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__inner {
    bottom: -1.5rem;
    max-width: 90.6%;
    padding: 1rem 1rem 1.4rem;
  }
}
.card h3 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.38;
  margin-bottom: 0.3rem;
}
@media (max-width: 1199px) {
  .card h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .card h3 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}
.card h4 {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h4 {
    font-size: 2.1rem;
    line-height: 1.43;
    margin-bottom: 0.6rem;
  }
}
.card .card__inner > span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #2D3139;
  display: inline-block;
}
@media (max-width: 1023px) {
  .card .card__inner > span {
    font-size: 1.2rem;
  }
}
.card .card__inner > span:hover {
  color: #E6A9BC;
}
.card .card__inner > span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E6A9BC;
}
/* Card secondary */
.card--secondary .card__image {
  padding-top: 102%;
}
.card--secondary .card__inner {
  padding: 1.2rem 1.5rem 2rem;
}
@media (max-width: 1023px) {
  .card--secondary .card__inner {
    padding: 1.2rem 1rem 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Details
\* ------------------------------------------------------------ */
.details {
  text-align: center;
}
.details > h4 {
  font-size: 3.4rem !important;
  line-height: 1.18 !important;
  font-weight: 300 !important;
  margin-bottom: 4.4rem;
}
@media (max-width: 1023px) {
  .details > h4 {
    font-size: 2.8rem !important;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details > h4 {
    font-size: 1.8rem !important;
    line-height: 1.67 !important;
    font-weight: 400 !important;
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry {
    padding: 0 1.2rem;
  }
}
.details .details__entry h5 {
  color: #E6A9BC;
  text-transform: uppercase;
  font-size: 2.2rem !important;
  line-height: 1.41 !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
}
@media (max-width: 1023px) {
  .details .details__entry h5 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry h5 {
    font-size: 1.4rem !important;
    letter-spacing: 0.02em !important;
    line-height: 2.21 !important;
    margin-bottom: 0.6rem;
  }
}
.details .details__entry h6 {
  margin-bottom: 0;
  font-size: 1.9rem !important;
  line-height: 1.63 !important;
  color: #2D3139 !important;
  font-weight: 700 !important;
}
@media (max-width: 1023px) {
  .details .details__entry h6 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry h6 {
    font-weight: 800 !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
  }
}
.details .details__entry p {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry p {
    font-weight: 400 !important;
    line-height: 1.7 !important;
  }
}
.details .details__entry h6 + p {
  margin-top: 0rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry h6 + p {
    margin-top: 0.2rem;
  }
}
.details .details__entry p + h6 {
  margin-top: 0rem;
}
.details .details__entry li + li {
  margin-top: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry li + li {
    margin-top: 1.4rem;
  }
}
.details .details__entry + .details__entry {
  border-top: 0.1rem solid #E3D3D3;
  padding-top: 4.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 1023px) {
  .details .details__entry + .details__entry {
    padding-top: 3rem;
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry + .details__entry {
    padding-top: 1.8rem;
    margin-top: 2.3rem;
  }
}
.details .details__entry + .details__actions {
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  .details .details__entry + .details__actions {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .details .details__entry + .details__actions {
    margin-top: 3.3rem;
  }
}
.details .details__entry hr {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  border-top: 0.1rem solid #E3D3D3;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  height: 4.5rem;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.9rem 1.5rem 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .field {
    border-radius: 0.2rem;
    height: 4rem;
    padding: 0.8rem 0.6rem 0.5rem;
  }
}
.field::-webkit-input-placeholder {
  color: #9F9F9F;
}
.field::-moz-placeholder {
  color: #9F9F9F;
}
.field:-ms-input-placeholder {
  color: #9F9F9F;
}
.field::-ms-input-placeholder {
  color: #9F9F9F;
}
.field::placeholder {
  color: #9F9F9F;
}
@media (max-width: 1023px) {
  .field::-webkit-input-placeholder {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .field::-moz-placeholder {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .field:-ms-input-placeholder {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .field::-ms-input-placeholder {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
  .field::placeholder {
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .field::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .field::-moz-placeholder {
    font-size: 1.2rem;
  }
  .field:-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .field::-ms-input-placeholder {
    font-size: 1.2rem;
  }
  .field::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 350px) {
  .field::-webkit-input-placeholder {
    font-size: 1.1rem;
  }
  .field::-moz-placeholder {
    font-size: 1.1rem;
  }
  .field:-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .field::-ms-input-placeholder {
    font-size: 1.1rem;
  }
  .field::placeholder {
    font-size: 1.1rem;
  }
}
/*  Field textarea  */
.field--textarea {
  height: 10.3rem;
  resize: none;
}

/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #2D3139;
  color: #fff;
  padding: 0 0 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding-bottom: 2.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    margin: 0 -2.5rem;
  }
}
.footer .footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer__col {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col {
    display: contents;
  }
}
.footer .footer__logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem;
}
@media (max-width: 1199px) {
  .footer .footer__logo-holder {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__logo-holder {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 0.1rem solid #545454;
    padding: 4.5rem 3rem 3rem;
  }
}
.footer .footer__col:not(:last-child) {
  border-right: 0.1rem solid #545454;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col:not(:last-child) {
    border-right: none;
  }
}
.footer .footer__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    display: contents;
  }
}
.footer .footer__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom: 0.1rem solid #545454;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 6.4rem 6rem 5.8rem 1rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media (max-width: 1699px) {
  .footer .footer__contacts {
    padding: 6.4rem 3rem 5.8rem 1rem;
  }
}
@media (max-width: 1399px) {
  .footer .footer__contacts {
    padding: 4.2rem 3rem 3.8rem 1rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__contacts {
    padding: 3rem 1rem 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__contacts {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: 0.1rem solid #545454;
    padding: 2.9rem 3rem 3rem;
  }
}
.footer .footer__contacts a {
  display: inline-block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 1023px) {
  .footer .footer__contacts a {
    line-height: 1.71;
  }
}
.footer .footer__contacts a:hover {
  color: #E6A9BC;
}
.footer .footer__socials {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 4.7rem 5.7rem 4.3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1699px) {
  .footer .footer__socials {
    padding: 4.7rem 3.7rem 4.3rem 1rem;
  }
}
@media (max-width: 1399px) {
  .footer .footer__socials {
    padding: 3.8rem 3.7rem 3.4rem 1rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__socials {
    padding: 3rem 1rem 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__socials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-bottom: 0.1rem solid #545454;
    padding: 3rem 2rem 2.7rem;
  }
}
.footer .footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2.1rem;
}
@media (max-width: 1023px) {
  .footer .footer__socials ul {
    margin: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials ul {
    margin: -2.1rem;
  }
}
.footer .footer__socials li {
  padding: 2.1rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .footer .footer__socials li {
    padding: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials li {
    padding: 2.1rem;
  }
}
.footer .footer__socials a {
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.footer .footer__socials a svg {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.footer .footer__socials a:hover {
  color: #E6A9BC;
}
.footer .footer__logo {
  max-width: 41.1rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    max-width: 23.7rem;
  }
}
.footer .footer__logos {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 7rem 2.5rem 11rem;
}
@media (max-width: 1699px) {
  .footer .footer__logos {
    padding: 4rem 4rem 2.5rem 5rem;
  }
}
@media (max-width: 1399px) {
  .footer .footer__logos {
    padding: 3rem 1rem 2.5rem 3rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__logos {
    padding: 3rem 1rem 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__logos {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-bottom: 0.1rem solid #545454;
    padding: 2.7rem 3rem 2.7rem;
  }
}
.footer .footer__logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1rem -2.2rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .footer .footer__logos ul {
    margin: -1rem -1.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__logos ul {
    margin: -1rem -1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logos ul {
    margin: -0.8rem -1.6rem;
  }
}
.footer .footer__logos li {
  padding: 1rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .footer .footer__logos li {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__logos li {
    padding: 1rem 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logos li {
    padding: 0.8rem 1.6rem;
  }
}
.footer .footer__logos a {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer .footer__logos a:hover {
  opacity: 0.7;
}
.footer .footer__logos img {
  max-height: 72px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__logos img {
    max-height: 52px;
  }
}
.footer .footer__links {
  border-top: 0.1rem solid #545454;
  border-bottom: 0.1rem solid #545454;
  padding: 3.8rem 0 3.7rem;
}
@media (max-width: 1399px) {
  .footer .footer__links {
    padding: 3.4rem 0 3.1rem;
  }
}
@media (max-width: 1199px) {
  .footer .footer__links {
    padding: 3rem 0 2.6rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__links {
    padding: 2.2rem 1rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    border-top: none;
    padding: 4.2rem 3rem 3.7rem;
  }
}
.footer .footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: -2.7rem;
}
@media (max-width: 1199px) {
  .footer .footer__links ul {
    margin: -2.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__links ul {
    margin: -1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links ul {
    display: block;
    text-align: center;
    margin: 0;
  }
}
.footer .footer__links li {
  padding: 2.7rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .footer .footer__links li {
    padding: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__links li {
    padding: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links li {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links li + li {
    margin-top: 2.6rem;
  }
}
.footer .footer__links a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: inline-block;
  line-height: 1;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer .footer__links a:hover {
  color: #E6A9BC;
}
.footer .footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.5rem;
  padding: 2.2rem 5rem 0;
}
@media (max-width: 1199px) {
  .footer .footer__foot {
    padding: 2.2rem 3rem 0;
  }
}
@media (max-width: 1023px) {
  .footer .footer__foot {
    padding: 2rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.3rem;
  }
}
.footer .footer__foot p {
  color: #919191;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0.2rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot p {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__head {
  text-align: center;
  padding: 0 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 1199px) {
  .form .form__head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1023px) {
  .form .form__head {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head {
    padding: 0;
    margin-bottom: 3.8rem;
  }
}
.form .form__head h3 {
  margin-bottom: 3.9rem;
}
@media (max-width: 1199px) {
  .form .form__head h3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .form .form__head h3 {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head h3 {
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 1023px) {
  .form .form__head p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head p {
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .form .form__head p + p {
    margin-top: 2.4rem;
  }
}
.form .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .form .form__cols {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__cols {
    margin: 0;
  }
}
.form .form__col {
  padding: 0 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .form .form__col {
    padding: 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col + .form__col {
    margin-top: 0.8rem;
  }
}
.form .form__col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col--1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .form__label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__label {
    margin-bottom: 0.5rem;
    font-weight: 400;
  }
}
.form .form__row + .form__row {
  margin-top: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .form__row {
    margin-top: 0.8rem;
  }
}
.form .form__hint {
  font-size: 1.4rem;
  line-height: 1.86;
  color: #8F7979;
  margin-top: 1.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 1023px) {
  .form .form__hint {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__hint {
    padding-right: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    margin-top: 0.7rem;
  }
}
.form .form__row + .radios {
  margin-top: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .radios {
    margin-top: 1rem;
  }
}
.form .form__actions {
  margin-top: 2.3rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .form .form__actions {
    margin-top: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__actions {
    margin-top: 3.8rem;
  }
}
.form .form__btn {
  border: none;
  min-width: 26.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.9rem 1.5rem 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__btn {
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 50;
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s, background-color 0.4s;
  transition: box-shadow 0.4s, background-color 0.4s;
  transition: box-shadow 0.4s, background-color 0.4s, -webkit-box-shadow 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Header is open */
  /* Header is fixed */
  /* Header elements */
  /* Header actions / bottom menu */
  /* Navigation menu */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    background-color: transparent;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open {
    background-color: #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__logo {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__logo--alt {
    display: none;
  }
}
.header.is-open .header__inner {
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.09);
  margin: 0 -2.5rem;
  padding: 2.3rem 2.5rem 2.3rem;
}
@media (max-width: 1023px) {
  .header.is-open .header__inner {
    padding: 1.3rem 2.5rem 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__inner {
    padding: 3.2rem 2.5rem 3.2rem;
    box-shadow: none;
  }
}
.header.is-open .header__links {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header.is-open .header__actions-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__alt-link {
    color: #2D3139;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .header__alt-link i {
    font-weight: 300;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .nav-trigger:before, .header.is-open .nav-trigger:after, .header.is-open .nav-trigger span {
    background-color: #2D3139;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-open .nav-trigger {
    margin-top: 0.3rem;
  }
}
.header.is-fixed {
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed {
    background-color: #fff;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed .header__logo {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed .header__logo--alt {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed .nav-trigger:before, .header.is-fixed .nav-trigger:after, .header.is-fixed .nav-trigger span {
    background-color: #2D3139;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed .header__alt-link {
    color: #2D3139;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header.is-fixed .header__alt-link i {
    font-weight: 300;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 2.3rem 0 2.3rem;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 1.3rem 0 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    padding: 3.2rem 0 3.2rem;
  }
}
.header .header__utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 19rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1399px) {
  .header .header__utilities {
    padding-right: 17rem;
  }
}
@media (max-width: 1023px) {
  .header .header__utilities {
    padding-right: 14rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__utilities {
    padding-right: 0;
  }
}
.header .nav-trigger {
  margin-top: -0.4rem;
}
@media (max-width: 1399px) {
  .header .nav-trigger {
    margin-top: -0.6rem;
  }
}
@media (max-width: 1023px) {
  .header .nav-trigger {
    margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .nav-trigger {
    margin-top: -0.4rem;
  }
}
.header .header__links {
  margin-left: 6.3rem;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1699px) {
  .header .header__links {
    margin-left: 4rem;
  }
}
@media (max-width: 1399px) {
  .header .header__links {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .header .header__links {
    display: none;
  }
}
.header .header__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1rem -1.8rem;
}
@media (max-width: 1699px) {
  .header .header__links ul {
    margin: -0.8rem -1.1rem;
  }
}
@media (max-width: 1199px) {
  .header .header__links ul {
    margin: -0.5rem -0.8rem;
  }
}
.header .header__links li {
  padding: 1rem 1.8rem;
  line-height: 1;
  position: relative;
}
.header .header__links li.active > a {
  color: #E6A9BC;
}
@media (max-width: 1699px) {
  .header .header__links li {
    padding: 0.8rem 1.1rem;
  }
}
@media (max-width: 1199px) {
  .header .header__links li {
    padding: 0.5rem 0.8rem;
  }
}

.header .header__links li ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: #fff;
  padding: 1.7rem 0 2rem;
  top: 0px;
  left: 50%;
  margin: 30px 0 0 0;
  transform: translate(-50%, 0);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.09);
  min-width: 175px;
  transition: all 200ms ease-in-out;
}
.header .header__links li ul a {
  font-size: 13px;
  line-height: 1.3;
}
.header .header__links li:hover ul {
  opacity: 1;
  pointer-events: all;
}

.header .header__links a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
}
.header .header__links a:hover {
  color: #E6A9BC;
}
.header .header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 31.3rem;
  z-index: 50;
}
@media (max-width: 1399px) {
  .header .header__logo {
    max-width: 28rem;
  }
}
@media (max-width: 1023px) {
  .header .header__logo {
    max-width: 25rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    max-width: unset;
    display: none;
    margin-top: 0.4rem;
    width: 21.6rem;
  }
}
@media (max-width: 374px) {
  .header .header__logo {
    width: 60%;
  }
}
.header .header__logo--alt {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo--alt {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__alt-link {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.header .header__actions {
  padding-left: 19rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1399px) {
  .header .header__actions {
    padding-left: 17rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions {
    margin-right: -2.5rem;
    padding-left: 14rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__actions {
    margin-right: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
  }
}
.header .header__actions-link {
  -webkit-transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  -o-transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1;
  margin: 0.4rem 3.2rem 0 0;
}
@media (max-width: 1399px) {
  .header .header__actions-link {
    margin-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .header .header__actions-link {
    margin-right: 1rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 1023px) {
  .header .header__actions-link {
    display: none;
  }
}
.header .header__actions-link:hover {
  color: #E6A9BC;
}
.header .header__btn-prime {
  min-width: 27.1rem;
}
@media (max-width: 1399px) {
  .header .header__btn-prime {
    min-width: 23rem;
  }
}
@media (max-width: 1199px) {
  .header .header__btn-prime {
    min-width: 20rem;
    padding: 1.1rem 1rem 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__btn-prime {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
    font-weight: 900;
  }
}
.header .header__btn-secondary {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__btn-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.6rem;
            flex: 0 0 6.6rem;
    width: 6.6rem;
    height: 6.2rem;
    background-color: #93D5CA;
    color: #2D3139;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
  }
}
.header .header__btn-secondary i {
  font-size: 2.2rem;
}
.header .header__navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  background-color: #fff;
  padding-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navigation {
    padding-bottom: 10rem;
  }
}
.header .header__navigation.is-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .header__navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__navigation-content {
  padding: 13.9rem 5rem 5rem 26.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 1699px) {
  .header .header__navigation-content {
    padding: 10rem 5rem 5rem 13rem;
  }
}
@media (max-width: 1399px) {
  .header .header__navigation-content {
    padding: 5rem 5rem 5rem 5rem;
  }
}
@media (max-width: 1199px) {
  .header .header__navigation-content {
    padding: 5rem 5rem 3rem 0rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navigation-content {
    padding: 2rem 4.2rem 2rem 4.2rem;
  }
}
.header .header__navigation-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
  margin-right: calc(-50vw + 192rem / 2);
  margin-left: 0;
  background-color: #F8EFEF;
  text-align: center;
  padding: 7rem 7.7rem 14rem;
}
@media (max-width: calc( 192rem + 2.5rem * 2 )) {
  .header .header__navigation-aside {
    margin-right: -2.5rem;
  }
}
@media (max-width: 1699px) {
  .header .header__navigation-aside {
    padding: 5rem 4.7rem 6rem;
  }
}
@media (max-width: 1399px) {
  .header .header__navigation-aside {
    padding: 5rem 4rem 6rem;
  }
}
@media (max-width: 1199px) {
  .header .header__navigation-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    padding: 3rem 2.5rem 4rem;
  }
}
@media (max-width: 1023px) {
  .header .header__navigation-aside {
    padding: 1.5rem 1.5rem 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__navigation-aside {
    display: none;
  }
}
@media (min-width: 1920.02px) {
  .header .header__navigation-aside {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.header .header__navigation-aside h2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.38;
  margin-bottom: 2.6rem;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .header .header__navigation-aside h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  .header .header__navigation-aside h2 {
    font-size: 4rem;
    margin-bottom: 1.2rem;
  }
}
.header .header__navigation-aside .card + .btn {
  margin-top: 4.4rem;
}
@media (max-width: 1023px) {
  .header .header__navigation-aside .card + .btn {
    margin-top: 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
}
.hero .hero__content {
  padding: 3rem 23rem 5.2rem 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    padding: 3rem 21rem 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding: 9rem 0 16vh 0;
  }
}
.hero .hero__entry {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 70%;
}
@media (max-width: 1199px) {
  .hero .hero__entry {
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .hero .hero__entry {
    max-width: 90%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    max-width: 100%;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__image:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.76)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image:after {
    opacity: 0.46;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(27%, #000309), to(rgba(1, 7, 20, 0)));
    background: -o-linear-gradient(bottom, black 0%, #000309 27%, rgba(1, 7, 20, 0) 100%);
    background: linear-gradient(0deg, black 0%, #000309 27%, rgba(1, 7, 20, 0) 100%);
    height: 62%;
  }
}
.hero .hero__image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 34%;
  z-index: 2;
  opacity: 0.74;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(1, 7, 20, 0)));
  background: -o-linear-gradient(top, black 0%, rgba(1, 7, 20, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(1, 7, 20, 0) 100%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image:before {
    display: block;
  }
}
.hero .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__slider .splide__pagination {
  position: absolute;
  left: auto;
  right: 3.9%;
  bottom: 7.6%;
  max-width: 45%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__slider .splide__pagination {
    right: auto;
    left: 1.4%;
    bottom: auto;
    top: 83.8vh;
    max-width: 100%;
  }
}
.hero .hero__slider .splide__pagination__page {
  width: 3.7rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  border-radius: 1rem;
  margin: 1rem;
}
@media (max-width: 1199px) {
  .hero .hero__slider .splide__pagination__page {
    width: 3rem;
    margin: 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__slider .splide__pagination__page {
    width: 3.7rem;
    margin: 1rem;
  }
}
.hero .hero__slider .splide__pagination__page.is-active {
  background: #E6A9BC;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* hero secondary */
.hero--secondary .hero__content {
  padding: 3rem 23rem 4.6rem 3.7rem;
  min-height: 84.4rem;
}
@media (max-width: 1399px) {
  .hero--secondary .hero__content {
    min-height: 70rem;
  }
}
@media (max-width: 1023px) {
  .hero--secondary .hero__content {
    min-height: 65rem;
    padding: 3rem 21rem 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--secondary .hero__content {
    min-height: 45.1rem;
    padding: 9rem 0 5.5rem 0;
  }
}
.hero--secondary h1 {
  font-size: 8.5rem;
  line-height: 1.29;
}
@media (max-width: 1199px) {
  .hero--secondary h1 {
    font-size: 7.5rem;
  }
}
@media (max-width: 1023px) {
  .hero--secondary h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--secondary h1 {
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}
.hero--secondary .hero__slider .splide__pagination {
  bottom: 6.9%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--secondary .hero__slider .splide__pagination {
    right: auto;
    left: 1.4%;
    bottom: auto;
    top: 40.3rem;
    max-width: 100%;
  }
}
.banner-text {
  padding: 3rem 23rem 5.2rem 0;
  min-height: 100vh;
  position: absolute;
  bottom: 2.3148%;
  left: 5.520833%;
  padding-bottom: 5.2rem;
  color: #fff;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .banner-text {
    padding: 9rem 0 16vh 0;
  }
  .inside .banner-text {
    padding: 9rem 0 5.5rem 0;
  }
}
.hero .video-banner, .hero .image-banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .video-banner.inside, .hero .image-banner.inside {
  height: 84.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .video-banner.inside, .hero .image-banner.inside {
    height: 45.1rem;
  }
}
.hero video, .hero .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link-alt
\* ------------------------------------------------------------ */
.link-alt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-alt:hover {
  color: #E6A9BC;
}
.link-alt span {
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0.1rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-alt span {
    letter-spacing: 0;
  }
}
.link-alt span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E6A9BC;
}
.link-alt i {
  font-size: 2.7rem;
  line-height: 1;
  margin-right: 1.7rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 1023px) {
  .link-alt i {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-alt i {
    font-size: 1.8rem;
    margin-top: 0.7rem;
    margin-right: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Link-more
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #2D3139;
    text-transform: uppercase;
    position: relative;
    padding-right: 1.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more i {
    font-size: 0.8rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: -0.05rem;
  }
}
.link-more.is-open {
  display: none;
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #2D3139;
  display: inline-block;
  padding-bottom: 0.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link {
    font-size: 1.3rem;
  }
}
.link:hover {
  color: #E6A9BC;
}
.link:hover:after {
  background-color: #E6A9BC;
}
.link:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E6A9BC;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* link white */
.link--white {
  color: #fff;
}
.link--white:after {
  background-color: #E6A9BC;
}
/* ------------------------------------------------------------ *\
	List-entry
\* ------------------------------------------------------------ */
.list-entry {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1199px) {
  .list-entry {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-entry {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.list-entry li {
  position: relative;
  padding-left: 7.5rem;
}
@media (max-width: 1399px) {
  .list-entry li {
    padding-left: 5.8rem;
  }
}
@media (max-width: 1199px) {
  .list-entry li {
    padding-left: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-entry li {
    text-align: right;
    padding-left: 7.5rem;
  }
}
.list-entry li:before {
  position: absolute;
  content: "";
  top: 1.4rem;
  left: 0;
  width: 5.8rem;
  height: 0.1rem;
  background-color: #707070;
}
@media (max-width: 1399px) {
  .list-entry li:before {
    width: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .list-entry li:before {
    width: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-entry li:before {
    width: 6.3rem;
    height: 0.2rem;
    top: 1rem;
  }
}
.list-entry li + li {
  margin-top: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-entry li + li {
    margin-top: 2.7rem;
  }
}
.list-entry p {
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-entry p {
    font-weight: 400;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  height: 2.1rem;
  width: 2.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.6rem;
          flex: 0 0 2.6rem;
  display: inline-block;
  position: relative;
  -webkit-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
    width: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
    height: 1.4rem;
  }
}
.nav-trigger.is-open {
  width: 4.6rem;
  height: 3.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.6rem;
          flex: 0 0 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger.is-open {
    width: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    height: 1.4rem;
  }
}
.nav-trigger:hover:before, .nav-trigger:hover:after,
.nav-trigger:hover span {
  background-color: #E6A9BC;
}
.nav-trigger:before, .nav-trigger:after,
.nav-trigger span {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
  background-color: #2D3139;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger:before, .nav-trigger:after,
.nav-trigger span {
    background-color: #fff;
    height: 0.2rem;
  }
}
.nav-trigger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-trigger:before {
  top: 0;
}
.nav-trigger:after {
  bottom: 0;
}
.nav-trigger.is-open:before {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-1.4rem, 1.4rem);
      -ms-transform: rotate(-45deg) translate(-1.4rem, 1.4rem);
          transform: rotate(-45deg) translate(-1.4rem, 1.4rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger.is-open:before {
    -webkit-transform: rotate(-45deg) translate(-0.4rem, 0.3rem);
        -ms-transform: rotate(-45deg) translate(-0.4rem, 0.3rem);
            transform: rotate(-45deg) translate(-0.4rem, 0.3rem);
  }
}
.nav-trigger.is-open:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-1rem, -1rem);
      -ms-transform: rotate(45deg) translate(-1rem, -1rem);
          transform: rotate(45deg) translate(-1rem, -1rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger.is-open:after {
    -webkit-transform: rotate(45deg) translate(-0.5rem, -0.5rem);
        -ms-transform: rotate(45deg) translate(-0.5rem, -0.5rem);
            transform: rotate(45deg) translate(-0.5rem, -0.5rem);
  }
}
.nav-trigger.is-open span {
  display: none;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav a:hover {
  color: #E6A9BC;
}
.nav > ul > li > a {
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1.62;
  color: #2D3139;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  padding-right: 2rem;
}
nav ul li.active > a {
  color: #E6A9BC;
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li > a {
    font-size: 2.1rem;
    line-height: 1.57;
    padding-right: 1.5rem;
  }
}
.nav > ul > li > a:hover {
  color: #E6A9BC;
}
.nav > ul > li > a:hover i {
  color: #E6A9BC;
}
.nav > ul > li > a i {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  -o-transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s, -webkit-transform 0.4s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li > a i {
    font-size: 1.2rem;
  }
}
.nav > ul > li > a i:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav > ul > li + li {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li + li {
    margin-top: 1.3rem;
  }
}
.nav > ul > li.has-dropdown.is-active > a {
  color: #E6A9BC;
}
.nav > ul > li.has-dropdown.is-active > a > i:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav .nav__dropdown {
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
  overflow: hidden;
}
.nav .nav__dropdown ul {
  padding: 1.7rem 0 2rem;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown ul {
    padding: 1rem 0 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .nav__dropdown ul {
    padding: 1rem 0 0.6rem;
  }
}
.nav .nav__dropdown li + li {
  margin-top: 1.4rem;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown li + li {
    margin-top: 0.6rem;
  }
}
.nav .nav__dropdown > ul > li > a {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1.62;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown > ul > li > a {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .nav__dropdown > ul > li > a {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section-callout-diff
\* ------------------------------------------------------------ */
.section-callout-diff {
  background-color: #000;
  position: relative;
}
.section-callout-diff .section__shell {
  max-width: calc( 127rem + 2.5rem * 2 );
}
.section-callout-diff .section__image {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-callout-diff .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-callout-diff .section__content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 10.5rem 0 13.5rem;
}
@media (max-width: 1199px) {
  .section-callout-diff .section__content {
    padding: 6rem 0 4.5rem;
  }
}
@media (max-width: 1023px) {
  .section-callout-diff .section__content {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout-diff .section__content {
    padding: 5.6rem 0 6.2rem;
  }
}
.section-callout-diff .section__content h3 {
  color: #fff;
  margin-bottom: 6.3rem;
}
@media (max-width: 1023px) {
  .section-callout-diff .section__content h3 {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout-diff .section__content h3 {
    margin-bottom: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section-callout
\* ------------------------------------------------------------ */
.section-callout {
  position: relative;
  overflow: hidden;
}
.section-callout .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 142%;
  background-color: #000;
}
@media (max-width: 1199px) {
  .section-callout .section__image {
    height: 132%;
  }
}
@media (max-width: 1023px) {
  .section-callout .section__image {
    height: 135%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__image {
    height: 131%;
    background-color: transparent;
  }
}
.section-callout .section__image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 68.17%;
  z-index: 2;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#151619), color-stop(43%, #22252b), to(rgba(45, 49, 57, 0)));
  background: -o-linear-gradient(top, #151619 0%, #22252b 43%, rgba(45, 49, 57, 0) 100%);
  background: linear-gradient(180deg, #151619 0%, #22252b 43%, rgba(45, 49, 57, 0) 100%);
  pointer-events: none;
  opacity: 0.83;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__image:after {
    display: block;
  }
}
.section-callout .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.65;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__image img {
    opacity: 1;
  }
}
.section-callout .section__content {
  position: relative;
  z-index: 5;
  min-height: 83.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 76%;
  color: #fff;
  padding: 9rem 0 10.2rem;
}
@media (max-width: 1199px) {
  .section-callout .section__content {
    min-height: 62.6rem;
    padding: 6rem 0 4rem;
  }
}
@media (max-width: 1023px) {
  .section-callout .section__content {
    min-height: 52rem;
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content {
    min-height: 62.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5.6rem 0;
    max-width: 100%;
  }
}
.section-callout .section__content h2 {
  text-transform: uppercase;
  margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
  .section-callout .section__content h2 {
    margin-bottom: 2rem;
  }
}
.section-callout .section__content p {
  margin-bottom: 0;
}
.section-callout .section__content p + p {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .section-callout .section__content p + p {
    margin-top: 2rem;
  }
}
.section-callout .section__content p + a {
  margin-top: 4.7rem;
}
@media (max-width: 1023px) {
  .section-callout .section__content p + a {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout .section__content p + a {
    margin-top: 1.8rem;
  }
}
/* section callout alt */
.section-callout--alt .section__content {
  padding: 13rem 0 10.2rem;
}
@media (max-width: 1199px) {
  .section-callout--alt .section__content {
    padding: 6rem 0 4rem;
  }
}
@media (max-width: 1023px) {
  .section-callout--alt .section__content {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout--alt .section__content {
    padding: 5.6rem 0;
  }
}
.section-callout--alt h2 {
  font-size: 8.5rem;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .section-callout--alt h2 {
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .section-callout--alt h2 {
    font-size: 5rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-callout--alt h2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
/* ------------------------------------------------------------ *\
	Section-links
\* ------------------------------------------------------------ */
.section-links {
  padding: 3.3rem 0 2.7rem;
  overflow: hidden;
  background-color: #fff;
  z-index: 40;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links {
    padding: 1.5rem 0 1.5rem;
  }
}
.section-links.is-fixed {
  position: fixed;
  border-color: rgba(0, 0, 0, 0.1);
}
.section-links a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-links a {
    letter-spacing: 0;
  }
}
.section-links a:hover {
  color: #E6A9BC;
}
.section-links a.is-current {
  color: #E6A9BC;
}
.section-links li.active a {
  color: #E6A9BC;
}
.section-links .slider {
  margin: 0 -2.8rem 0 4.6rem;
}
@media (max-width: 1699px) {
  .section-links .slider {
    margin: 0;
  }
}
.section-links-holder {
  position: relative;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 5.2rem 0 5.2rem;
}
@media (max-width: 1023px) {
  .section {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 4rem 0 4rem;
  }
}
.section .section__head {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    max-width: 90%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.js-more-info-section .js-more-info-holder {
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
    overflow: hidden;
  }
}
.section .section__actions-more {
  display: none;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions-more {
    display: block;
    margin-top: 2.7rem;
  }
}
/* Section--pink */
.section--pink {
  background-color: #F8EFEF;
}
/* Section--pink-2 */
.section--pink-2 {
  background-color: #FEF9F9;
}
/* Section intro */
.section--intro {
  padding: 7.8rem 0 10rem;
}
@media (max-width: 1023px) {
  .section--intro {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro {
    padding: 4.8rem 0 3.5rem;
  }
}
.section--intro .section__content {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__content {
    padding: 0 1.4rem;
  }
}
.section--intro h5 {
  text-transform: uppercase;
}
.section--intro .section__head {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .section--intro .section__head {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__head {
    margin-bottom: 2.6rem;
    max-width: 65%;
  }
}
.section--intro h4 {
  margin-bottom: 0;
}
.section--intro h4 + h4 {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section--intro h4 + h4 {
    margin-top: 2.4rem;
  }
}
/* Section slider cards */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--slider-cards {
    padding: 4rem 0 4rem;
  }
}
.section--slider-cards .section__head {
  margin-bottom: 4.2rem;
}
@media (max-width: 1023px) {
  .section--slider-cards .section__head {
    margin-bottom: 1.9rem;
  }
}
/* Section sides */
.section--sides {
  padding: 3.8rem 0 9rem;
}
@media (max-width: 1023px) {
  .section--sides {
    padding: 1rem 0 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides {
    padding: 0.2rem 0 2.3rem;
  }
}
.section--sides .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__inner {
    display: block;
  }
}
.section--sides .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .section--sides .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .section--sides .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__aside {
    max-width: 100%;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__image {
    margin: 0 -2.5rem;
  }
}
.section--sides .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 12.2rem 10.5rem 6rem 16rem;
}
@media (max-width: 1399px) {
  .section--sides .section__content {
    padding: 5rem 8rem 2rem;
  }
}
@media (max-width: 1199px) {
  .section--sides .section__content {
    padding: 1rem 0 0rem 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 1023px) {
  .section--sides .section__content {
    padding: 1rem 0 0 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__content {
    max-width: 100%;
    padding: 0;
  }
}
.section--sides .section__content h2 {
  text-transform: uppercase;
  margin-bottom: 3.6rem;
}
@media (max-width: 1199px) {
  .section--sides .section__content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .section--sides .section__content h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__content h2 {
    margin-bottom: 2.4rem;
  }
}
.section--sides .section__content p {
  margin-bottom: 0;
}
.section--sides .section__content p + p {
  margin-top: 3rem;
}
@media (max-width: 1199px) {
  .section--sides .section__content p + p {
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) {
  .section--sides .section__content p + p {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__content p + p {
    margin-top: 2.4rem;
  }
}
.section--sides .section__content p + .link {
  margin-top: 3.8rem;
}
@media (max-width: 1199px) {
  .section--sides .section__content p + .link {
    margin-top: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .section--sides .section__content p + .link {
    margin-top: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sides .section__content p + .link {
    margin-top: 2.5rem;
  }
}
/* Section reverse sides */
.section--reverse-sides {
  padding: 7rem 0 6.5rem;
}
@media (max-width: 1023px) {
  .section--reverse-sides {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse-sides {
    padding: 4rem 0 7rem;
  }
}
.section--reverse-sides .section__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section--reverse-sides .section__content {
  padding: 16.2rem 28rem 6rem 0rem;
}
@media (max-width: 1399px) {
  .section--reverse-sides .section__content {
    padding: 5rem 18rem 2rem 0rem;
  }
}
@media (max-width: 1199px) {
  .section--reverse-sides .section__content {
    padding: 1rem 5rem 0rem 0;
  }
}
@media (max-width: 1023px) {
  .section--reverse-sides .section__content {
    padding-right: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse-sides .section__content {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse-sides h2 br {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--reverse-sides.section--pink {
    background-color: transparent;
  }
}
/* Section subscribe */
.section--subscribe {
  position: relative;
  overflow: hidden;
  padding: 6.2rem 0 6.3rem;
  margin: 1.2rem 0;
}
@media (max-width: 1023px) {
  .section--subscribe {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe {
    margin: 1.1rem 0;
    padding: 5.8rem 0 4rem;
  }
}
.section--subscribe .section__bg-el {
  position: absolute;
  top: -9%;
  left: 50%;
  width: 16%;
  -webkit-transform: translateX(-278%);
      -ms-transform: translateX(-278%);
          transform: translateX(-278%);
  max-width: 29.7rem;
}
@media (max-width: 1399px) {
  .section--subscribe .section__bg-el {
    -webkit-transform: translateX(-306%);
        -ms-transform: translateX(-306%);
            transform: translateX(-306%);
  }
}
@media (max-width: 1023px) {
  .section--subscribe .section__bg-el {
    top: -3%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe .section__bg-el {
    display: none;
  }
}
.section--subscribe .section__bg-el img,
.section--subscribe .section__bg-alt-el img {
  width: 100%;
  height: auto;
}
.section--subscribe .section__bg-alt-el {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 30%;
  -webkit-transform: translateX(104%);
      -ms-transform: translateX(104%);
          transform: translateX(104%);
  max-width: 45rem;
}
@media (max-width: 1699px) {
  .section--subscribe .section__bg-alt-el {
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%);
  }
}
@media (max-width: 1399px) {
  .section--subscribe .section__bg-alt-el {
    -webkit-transform: translateX(97%);
        -ms-transform: translateX(97%);
            transform: translateX(97%);
  }
}
@media (max-width: 1023px) {
  .section--subscribe .section__bg-alt-el {
    top: 19%;
    -webkit-transform: translateX(103%);
        -ms-transform: translateX(103%);
            transform: translateX(103%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe .section__bg-alt-el {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
    max-width: 11rem;
  }
}
.section--subscribe .section__content {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe .section__content {
    margin-bottom: 2.5rem;
  }
}
.section--subscribe .section__shell {
  /* max-width: 89.6rem; */
  max-width: 135.6rem;
}
.section--subscribe h3 {
  font-size: 4rem;
  line-height: 1.38;
  font-weight: 200;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .section--subscribe h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe h3 {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.36;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe p {
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe p + p {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe p + .subscribe {
    margin-top: 1.5rem;
  }
}
.section--subscribe p br {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--subscribe p br {
    display: block;
  }
}
.section--subscribe ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section--subscribe ul {
    flex-wrap: wrap;
  }
}
.section--subscribe li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section--subscribe li {
    flex: 0 1 100%;
    justify-content: center;
  }
}
.section--subscribe .heading-wrapper h2 {
  font-weight: 700;
  line-height: 2;
  display: block;
  /* margin-bottom: 1.1rem; */
  font-size: 1.6rem;
  letter-spacing: unset;
}
@media screen and (max-width: 767px) {
  .section--subscribe .heading-wrapper h2 {
    font-size: 1.2rem;
  }
}
.subscribe label.error {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}
@media screen and (max-width: 767px) {
  .subscribe label.error {
    right: 0;
  }
}

.subscribe #fld-email {
  margin: 0 3.3rem 0 2.6rem;
    flex: 1 1 auto;
}
.subscribe #fld-email .field-wrapper {
  width: 100%;
  position: relative;
}
.section--subscribe #fld-email .label-wrapper {
  display: none;
}
/* Section--entry */
.section--entry {
  padding: 6.4rem 0 6.7rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--entry {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--entry {
    padding: 4.2rem 0 4rem;
  }
}
.section--entry .section__head {
  margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
  .section--entry .section__head {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--entry .section__head {
    margin-bottom: 2rem;
  }
}
.section--entry .section__body {
  max-width: 81%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section--entry .section__body {
    max-width: 91%;
  }
}
@media (max-width: 1023px) {
  .section--entry .section__body {
    max-width: 100%;
  }
}
.section--entry h4 + h4 {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section--entry h4 + h4 {
    margin-top: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .section--entry p {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .section--entry p + p {
    margin-top: 1.5rem;
  }
}
/* Section slider-gallery */
.section--slider-gallery {
  padding: 1.8rem 0 3.6rem;
}
@media (max-width: 1023px) {
  .section--slider-gallery {
    padding: 1.8rem 0 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--slider-gallery {
    padding: 0rem 0 0.6rem;
  }
}
.section--slider-gallery .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section--slider-gallery .section__inner {
    display: block;
  }
}
.section--slider-gallery .section__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.9%;
          flex: 0 0 45.9%;
  max-width: 45.9%;
}
@media (max-width: 1023px) {
  .section--slider-gallery .section__media {
    max-width: 100%;
    margin-bottom: 3.7rem;
  }
}
.section--slider-gallery .section__image {
  position: relative;
  padding-bottom: 67%;
}
.section--slider-gallery .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--slider-gallery .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 1 0 54.1%;
          flex: 1 0 54.1%;
  /* max-width: 54.1%; */
  padding: 3.5rem 22.4rem 0 0;
}
@media (max-width: 1699px) {
  .section--slider-gallery .section__content {
    padding-right: 10rem;
  }
}
@media (max-width: 1399px) {
  .section--slider-gallery .section__content {
    padding-right: 7rem;
  }
}
@media (max-width: 1199px) {
  .section--slider-gallery .section__content {
    padding: 1rem 5rem 0 0;
  }
}
@media (max-width: 1023px) {
  .section--slider-gallery .section__content {
    max-width: 100%;
    padding: 0;
  }
}
.section--slider-gallery .section__content h5 {
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 6.3rem;
}
@media (max-width: 1199px) {
  .section--slider-gallery .section__content h5 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .section--slider-gallery .section__content h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--slider-gallery .section__content h5 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.94;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2.9rem;
  }
}
@media (max-width: 1023px) {
  .section--slider-gallery .section__media .slider {
    margin: 0 -2.5rem;
  }
}
/* Section video */
.section--video {
  padding-bottom: 9.6rem;
}
@media (max-width: 1199px) {
  .section--video {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1023px) {
  .section--video {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--video {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--video .section__video {
    margin: 0 -2.5rem;
  }
}
/* Section type-2 */
.section--type-2 {
  padding: 5.6rem 0 7rem;
}
@media (max-width: 1023px) {
  .section--type-2 {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--type-2 {
    padding: 4rem 0 4.5rem;
  }
}
.section--type-2 .section__shell {
  max-width: calc( 118rem + 2.5rem * 2 );
}
.section--type-2 .section__content {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--type-2 .section__content {
    font-weight: 400;
  }
}
.section--type-2 .section__head {
  margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
  .section--type-2 .section__head {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--type-2 .section__head {
    margin-bottom: 2.1rem;
    max-width: 65%;
  }
}
.section--type-2 p {
  margin-bottom: 0;
}
/* Section alt entry */
.section--alt-entry .section__head {
  margin-bottom: 2.9rem;
}
@media (max-width: 1023px) {
  .section--alt-entry .section__head {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt-entry .section__head {
    margin-bottom: 0.7rem;
  }
}
.section--alt-entry .section__head h5 {
  text-transform: uppercase;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.41;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .section--alt-entry .section__head h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt-entry .section__head h5 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: 0;
  }
}
.section--alt-entry .section__content {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt-entry .section__content {
    font-weight: 400;
  }
}
.section--alt-entry .section__content > p > a {
  color: #E6A9BC;
  font-weight: 700;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.section--alt-entry .section__content > p > a:hover {
  opacity: 0.7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt-entry .section__actions-more {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.section--alt-entry .section__actions, .section--type-2 .section__actions {
  text-align: center;
  margin-top: 4.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt-entry .section__actions, .section--type-2 .section__actions {
    margin-top: 2.6rem;
  }
}
/*  Section--size-2  */
.section--size-2 {
  padding: 0.7rem 0 2rem;
}
@media (max-width: 1023px) {
  .section--size-2 {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size-2 {
    padding: 0 0 1.8rem;
  }
}
/* Section--size-5 */
.section--size-5 {
  padding: 5.2rem 0 9.2rem;
}
@media (max-width: 1199px) {
  .section--size-5 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1023px) {
  .section--size-5 {
    padding: 4.5rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size-5 {
    padding: 4rem 0 8rem;
  }
}
/* section card prime */
.section--card-prime {
  padding: 0 0 3rem;
}
/* section size 3 */
.section--size-3 {
  padding: 4rem 0 13rem;
}
@media (max-width: 1199px) {
  .section--size-3 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1023px) {
  .section--size-3 {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size-3 {
    padding: 0rem 0 3rem;
  }
}
/*  Section--form  */
.section--form {
  background-color: #E3D3D3;
  margin-top: 1.2rem;
  padding: 10.8rem 0 11.4rem;
}
@media (max-width: 1199px) {
  .section--form {
    padding: 7rem 0 7.4rem;
  }
}
@media (max-width: 1023px) {
  .section--form {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--form {
    padding: 4.7rem 0 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--form {
    margin-top: 1.1rem;
  }
}
.section--form .form {
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .section--form .form {
    padding: 0;
  }
}
/* Section--size-4 */
.section--size-4 {
  padding: 6.4rem 0 2.6rem;
}
@media (max-width: 1023px) {
  .section--size-4 {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size-4 .section__head {
    margin-bottom: 2rem;
  }
}
/* Section tables */
.section--tables {
  padding: 0.5rem 0 7.5rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section--tables {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables {
    padding: 1.3rem 0 4.9rem;
  }
}
.section--tables .section__head {
  margin-bottom: 3.4rem;
}
@media (max-width: 1023px) {
  .section--tables .section__head {
    margin-bottom: 2.4rem;
  }
}
.section--tables .section__head h4 {
  font-size: 3.4rem;
  line-height: 1.18;
  font-weight: 300;
  margin-bottom: 2.8rem;
}
@media (max-width: 1023px) {
  .section--tables .section__head h4 {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables .section__head h4 {
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    font-weight: 400;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables a {
    font-weight: 400;
  }
}
.section--tables a {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #E6A9BC;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables a {
    font-weight: 400;
  }
}
.section--tables .section__head a:hover {
  opacity: 0.7;
}
.section--tables .section__body + .section__foot {
  margin-top: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables .section__body + .section__foot {
    margin-top: 2.3rem;
  }
}
.section--tables .section__foot {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tables .section__foot {
    font-weight: 400;
  }
}
.section--tables table + table {
  margin-top: 2rem;
}
/*  section size 6  */
.section--size-6 {
  padding: 0 0 11rem;
}
@media (max-width: 1023px) {
  .section--size-6 {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size-6 {
    padding-bottom: 4rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 171rem + 2.5rem * 2 );
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: auto;
  width: 100%;
}
/* Shell big */
.shell--big {
  max-width: calc( 192rem + 2.5rem * 2 );
}
.shell--medium {
  max-width: calc( 123rem + 2.5rem * 2 );
}
/* Shell small */
.shell--small {
  max-width: calc( 114rem + 2.5rem * 2 );
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
}
.slider .splide__arrow {
  background: #fff;
  border: 0.1rem solid #F1F1F1;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  color: #2D3139;
  width: 7rem;
  height: 7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  opacity: 1;
  margin-top: -5.2rem;
}
.slider .splide__arrow:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .slider .splide__arrow {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 1023px) {
  .slider .splide__arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__arrow {
    width: 4.7rem;
    height: 4.7rem;
    margin-top: -4.6rem;
  }
}
.slider .splide__arrow:hover i {
  color: #E6A9BC;
}
.slider .splide__arrow i {
  font-size: 3rem;
  line-height: 1.33;
  font-weight: 400;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 1023px) {
  .slider .splide__arrow i {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__arrow i {
    font-size: 1.9rem;
  }
}
.slider .splide__arrow--prev {
  left: 2.8%;
}
@media (max-width: 1699px) {
  .slider .splide__arrow--prev {
    left: 2.6%;
  }
}
@media (max-width: 1199px) {
  .slider .splide__arrow--prev {
    left: 3.9%;
  }
}
@media (max-width: 1023px) {
  .slider .splide__arrow--prev {
    left: 1.8%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__arrow--prev {
    left: 2.7%;
  }
}
.slider .splide__arrow--next {
  right: 2.8%;
}
@media (max-width: 1699px) {
  .slider .splide__arrow--next {
    right: 2.6%;
  }
}
@media (max-width: 1199px) {
  .slider .splide__arrow--next {
    right: 3.9%;
  }
}
@media (max-width: 1023px) {
  .slider .splide__arrow--next {
    right: 1.8%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__arrow--next {
    right: 2.7%;
  }
}
.slider .splide__pagination {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  max-width: 60%;
}
@media (max-width: 1023px) {
  .slider .splide__pagination {
    max-width: 74%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__pagination {
    max-width: 100%;
  }
}
.slider .splide__pagination__page.is-active {
  background: #E6A9BC;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slider .splide__pagination__page {
  width: 6.5rem;
  height: 0.4rem;
  background: #D1D1D1;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  border-radius: 1rem;
  margin: 1.2rem;
  opacity: 1;
}
@media (max-width: 1399px) {
  .slider .splide__pagination__page {
    width: 5rem;
  }
}
@media (max-width: 1199px) {
  .slider .splide__pagination__page {
    width: 4rem;
    margin: 0.6rem;
  }
}
@media (max-width: 1023px) {
  .slider .splide__pagination__page {
    height: 0.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .splide__pagination__page {
    width: 4.3rem;
    margin: 0.5rem;
  }
}
/* slider--cards */
.slider--cards {
  overflow: hidden;
}
.slider--cards .splide__track {
  margin-bottom: 4.4rem;
  overflow: visible;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--cards .splide__track {
    margin-bottom: 1.8rem;
  }
}

/* slider--cards-alt */
.slider--cards-alt {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .slider--cards-alt {
    margin: 0 -2.5rem;
  }
}
.slider--cards-alt .splide__track {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--cards-alt .splide__track {
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1023.02px) {
  .slider--cards-alt .splide.is-initialized:not(.is-active) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5rem !important;
  }
}
@media (min-width: 1023.02px) {
  .slider--cards-alt .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
    padding: 0 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.slider--cards-alt .slider__actions {
  display: none;
}
@media (max-width: 1023px) {
  .slider--cards-alt .slider__actions {
    display: block;
  }
}

/* slider--alt-gallery */
.slider--alt-gallery {
  overflow: hidden;
}
.slider--alt-gallery .splide__track {
  margin-bottom: 2.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .splide__track {
    margin-bottom: 2.2rem;
  }
}
.slider--alt-gallery .splide__pagination__page {
  width: 6.7rem;
  height: 0.3rem;
  margin: 1.1rem;
}
@media (max-width: 1399px) {
  .slider--alt-gallery .splide__pagination__page {
    width: 5rem;
  }
}
@media (max-width: 1199px) {
  .slider--alt-gallery .splide__pagination__page {
    width: 4rem;
    margin: 0.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
    background: #E3D3D3;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
    border-radius: 50%;
    margin: 0.6rem;
  }
}
.slider--alt-gallery .splide__arrow {
  margin-top: -2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .splide__arrow {
    margin-top: -2.1rem;
  }
}
.slider--alt-gallery .splide__arrow--prev {
  left: 5.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .splide__arrow--prev {
    left: 2.8%;
  }
}
.slider--alt-gallery .splide__arrow--next {
  right: 5.5%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .splide__arrow--next {
    right: 2.8%;
  }
}
.slider--alt-gallery .slider__image {
  padding-top: 72%;
  position: relative;
}
@media (max-width: 1699px) {
  .slider--alt-gallery .slider__image {
    padding-top: 84%;
  }
}
@media (max-width: 1399px) {
  .slider--alt-gallery .slider__image {
    padding-top: 90%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--alt-gallery .slider__image {
    padding-top: 67%;
  }
}
.slider--alt-gallery .slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slider--menu */
.slider--menu {
  padding: 0 2rem;
}
@media (max-width: 1699px) {
  .slider--menu {
    padding: 0;
  }
}
.slider--menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.1rem;
  width: 4rem;
  height: 100%;
  background: -o-linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 2;
  pointer-events: none;
  display: none;
}
@media (max-width: 1699px) {
  .slider--menu:before {
    display: block;
  }
}
.slider--menu:after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.1rem;
  width: 4rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.81)), color-stop(1%, rgba(255, 255, 255, 0.13)), to(white));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.13) 1%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0.13) 1%, white 100%);
  z-index: 2;
  pointer-events: none;
  display: none;
}
@media (max-width: 1699px) {
  .slider--menu:after {
    display: block;
  }
}
.slider--menu .splide__list {
  overflow: visible;
}
@media (min-width: 1699.02px) {
  .slider--menu .splide.is-initialized:not(.is-active) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.8rem !important;
  }
}
@media (min-width: 1699.02px) {
  .slider--menu .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
    padding: 0 2.8rem;
  }
}



/* slider links */
.slider--links .splide__track {
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .slider--links .splide__track {
    overflow: hidden;
    margin: 0 50px;
  }
}
.slider--links .splide__arrow {
  margin-top: -5px;
  width: 5rem;
  height: 5rem;
}
.slider--links .splide__arrow--prev {
  left: -15px;
}
.slider--links .splide__arrow--next {
  right: -15px;
}
/* Slider gallery */
.slider--gallery .splide__arrow {
  margin-top: -2.2rem;
}
@media (max-width: 1023px) {
  .slider--gallery .splide__arrow {
    margin-top: -2rem;
  }
}
.slider--gallery .splide__arrow--prev {
  left: -3.7%;
}
@media (max-width: 1023px) {
  .slider--gallery .splide__arrow--prev {
    left: 2.7%;
  }
}
.slider--gallery .splide__arrow--next {
  right: -3.7%;
}
@media (max-width: 1023px) {
  .slider--gallery .splide__arrow--next {
    right: 2.7%;
  }
}
.slider--gallery .splide__track {
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--gallery .splide__track {
    margin-bottom: 2.3rem;
  }
}
.slider--gallery .splide__pagination__page {
  width: 0.8rem;
  height: 0.8rem;
  background: #E3D3D3;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  border-radius: 50%;
  margin: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe .subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__inner {
    display: block;
    text-align: center;
  }
}
.subscribe .subscribe__label {
  font-weight: 700;
  line-height: 2;
  display: block;
  margin-bottom: 1.1rem;
}
.subscribe .subscribe__field, .subscribe #email {
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid #BCBDBF;
  width: 100%;
  font-weight: 800;
  letter-spacing: 0.1em;
  background-color: transparent;
  padding: 0.2rem 0 0.2rem;
  height: 3.2rem;
  /* margin: 0 3.3rem 0 2.6rem; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
@media (max-width: 1023px) {
  .subscribe .subscribe__field, .subscribe #email {
    margin: 0 2rem;
    height: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field, .subscribe #email {
    text-align: center;
    margin: 0;
    font-weight: 300;
  }
}
.subscribe .subscribe__field::-webkit-input-placeholder, .subscribe #email::-webkit-input-placeholder, .subscribe input::-webkit-input-placeholder {
  opacity: 0.27;
}
.subscribe .subscribe__field::-moz-placeholder, .subscribe #email::-moz-placeholder, .subscribe input::-moz-placeholder {
  opacity: 0.27;
}
.subscribe .subscribe__field:-ms-input-placeholder, .subscribe #email:-ms-input-placeholder, .subscribe input::-ms-input-placeholder {
  opacity: 0.27;
}
.subscribe .subscribe__field::-ms-input-placeholder, .subscribe #email::-ms-input-placeholder, .subscribe input::-ms-input-placeholder {
  opacity: 0.27;
}
.subscribe .subscribe__field::placeholder, .subscribe #email::placeholder, .subscribe input::placeholder {
  opacity: 0.27;
}
.subscribe .subscribe__field:focus, .subscribe .subscribe__field:active, .subscribe #email:focus, .subscribe #email:active {
  border-color: #2D3139;
}
.subscribe .subscribe__btn, .subscribe input[type=submit] {
  border: none;
  outline: none;
  border-bottom: 0.1rem solid #2D3139;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
  line-height: 1.6;
  padding-bottom: 0.1rem;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.4rem 0.7rem 0 0;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .subscribe .subscribe__btn, .subscribe input[type=submit] {
    margin: 0.6rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__btn, .subscribe input[type=submit] {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.subscribe .subscribe__btn:hover, .subscribe input[type=submit]:hover {
  color: #E6A9BC;
  border-color: #E6A9BC;
}
/* ------------------------------------------------------------ *\
	tab
\* ------------------------------------------------------------ */
.tab {
  display: none;
}
.tab.is-current {
  display: block;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
table {
  border: 0.1rem solid #E3D3D3;
  margin: 0 auto;
  max-width: 86rem;
}
table th {
  border-bottom: 0.1rem solid #E3D3D3;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  padding: 0.95rem 1.6rem 0.45rem 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  table th {
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.7rem 1rem 1.2rem;
    text-align: center;
  }
}
table th:first-child {
  padding: 0.95rem 1.6rem 0.45rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  table th:first-child {
    padding: 1.7rem 1.6rem 1.2rem;
    text-align: left;
  }
}
table th:not(:last-child) {
  border-right: 0.1rem solid #E3D3D3;
}
table th:not(:last-child) {
  border-right: 0.1rem solid #E3D3D3;
}
table td {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  padding: 1.2rem 1.6rem 0.5rem 3.1rem;
}
@media (max-width: 1023px) {
  table td {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  table td {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 1.8rem 1.4rem 1.1rem;
  }
}
table td:first-child {
  padding: 1.2rem 1.6rem 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  table td:first-child {
    font-weight: 400;
    letter-spacing: 0;
    padding: 1.8rem 1.6rem 1.1rem;
    text-align: left;
  }
}
table td:not(:last-child) {
  border-right: 0.1rem solid #E3D3D3;
}
table tr:not(:last-child) td {
  border-bottom: 0.1rem solid #E3D3D3;
}
table table__col--size-1 {
  width: 29%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  table table__col--size-1 {
    width: 27%;
  }
}
table table__col--size-2 {
  width: 34.5%;
}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  padding: 4.1rem 0 3.3rem;
  position: relative;
}
@media (max-width: 1023px) {
  .tabs .tabs__head {
    padding: 3rem 0 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__head {
    padding: 1.5rem 0 1.7rem;
  }
}
.tabs .tabs__head:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 99%;
  height: 0.1rem;
  background-color: #E3D3D3;
}
.tabs .tabs__body {
  margin: 0 auto;
  max-width: 121rem;
  padding: 7.1rem 4rem 9.1rem;
}
@media (max-width: 1399px) {
  .tabs .tabs__body {
    padding: 7.1rem 6rem 9.1rem;
  }
}
@media (max-width: 1199px) {
  .tabs .tabs__body {
    padding: 6rem 3rem 8rem;
  }
}
@media (max-width: 1023px) {
  .tabs .tabs__body {
    padding: 4.5rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__body {
    padding: 2.3rem 0 3.6rem;
  }
}
.tabs .tabs__nav-item {
  font-size: 1.9rem;
  line-height: 1.63;
  font-weight: 700;
  color: #2D3139;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  letter-spacing: 0.015em;
}
@media (max-width: 1023px) {
  .tabs .tabs__nav-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav-item {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.tabs .tabs__nav-item:hover {
  color: #E6A9BC;
}
.tabs .tabs__nav-item.is-current {
  color: #E6A9BC;
}

/* ------------------------------------------------------------ *\
	Tile-prime
\* ------------------------------------------------------------ */
.tile-prime {
  position: absolute;
  top: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	video
\* ------------------------------------------------------------ */
.video {
  position: relative;
  padding-bottom: 30.7%;
}
@media (max-width: 1023px) {
  .video {
    padding-bottom: 38%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video {
    padding-bottom: 78%;
  }
}
.video .video__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video__image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .video__btn {
  display: inline-block;
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.4rem;
  height: 10.4rem;
}
@media (max-width: 1023px) {
  .video .video__btn {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__btn {
    width: 9rem;
    height: 9rem;
  }
}
.video .video__btn:hover svg {
  color: #E6A9BC;
}
.video .video__btn svg {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video__btn.is-hidden {
  display: none;
}
.video .video__btn span {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Content Forms
\* ------------------------------------------------------------ */
@charset "UTF-8";
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* ========================= FORMS ========================= */
@charset "UTF-8";
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* ========================= FORMS ========================= */
.section:not(.section--subscribe) .form-builder-wrapper {
  width: 100%;
  margin: toRem(40) 0 toRem(10);
}
.section:not(.section--subscribe) .form-builder-wrapper input[type=text]:not(.na-searchbox__ratecode-input),
.section:not(.section--subscribe) .form-builder-wrapper input[type=email],
.section:not(.section--subscribe) .form-builder-wrapper input[type=password],
.section:not(.section--subscribe) .form-builder-wrapper input[type=search],
.section:not(.section--subscribe) .form-builder-wrapper input[type=submit],
.section:not(.section--subscribe) .form-builder-wrapper textarea,
.section:not(.section--subscribe) .form-builder-wrapper select {
  display: block;
  width: 100%;
  font-size: 18px;
  border: 1px solid #BCBDBF;
  border-radius: 0;
  padding: 0 10px;
  transition: all 200ms linear;
  appearance: none;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  color: black;
  font-weight: normal;
  font-family: "Martel Sans", sans-serif;
}
@media screen and (max-width: 1024px) {
  .section:not(.section--subscribe) .form-builder-wrapper {
    margin: toRem(25) 0 toRem(10);
  }
}
.section:not(.section--subscribe) .form-builder-wrapper ul {
  clear: both;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  list-style: none outside none !important;
  margin: 5px 0;
  flex: 0 0 50%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .section:not(.section--subscribe) .form-builder-wrapper ul li {
    flex: 0 0 100%;
  }
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.heading {
  flex: 0 0 100%;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.heading h2 {
  font-size: 1.4rem;
  line-height: 1.86;
  color: #8F7979;
  margin-top: 1.5rem;
  padding-right: 3.5rem;
  font-weight: 400;
  text-align: left;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.textarea {
  flex: 0 0 100%;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.radio_yes_no {
  flex: 0 0 100%;
  margin: 25px 0 10px;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.radio_yes_no label {
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.94;
  color: #2D3139;
  text-transform: none;
}
.section:not(.section--subscribe) .form-builder-wrapper ul li.btn-submit {
  flex: 0 1 100%;
  width: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .section:not(.section--subscribe) .form-builder-wrapper ul li {
    padding: 0;
  }
}
.section:not(.section--subscribe) .form-builder-wrapper ul li:before {
  display: none;
}
.section:not(.section--subscribe) .form-builder-wrapper .label-wrapper {
  width: 100%;
  text-align: left;
  float: left;
  padding-top: 0px;
  padding-right: 10px;
}
.section:not(.section--subscribe) .form-builder-wrapper label {
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 520px) {
  .section:not(.section--subscribe) .form-builder-wrapper label {
    display: inline-block;
    margin: 0 0 10px 0;
  }
}
.section:not(.section--subscribe) .form-builder-wrapper label:before {
  display: none;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper {
  width: 100%;
  float: left;
  text-align: left;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper label {
  position: relative;
  padding-left: 30px;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper label.error {
  background: none repeat scroll 0 0 #d1d2d3;
  color: #6e7074;
  display: table;
  font-size: 0.8em;
  padding: 0.3em;
  position: relative;
  right: 0;
  text-align: left;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper label.error:before {
  display: none;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=text],
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper #upload {
  /* border: 1px solid #BCBDBF;
  font-family: "Martel Sans", sans-serif;
  width: 100%;
  font-size: 1em;
  clear: both;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
  width: 100%;
  height: 4.5rem;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.9rem 1.5rem 0.5rem;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=text]:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper #upload:hover {
  border: 1px solid #a2a3a6;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=text]:focus,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select:focus,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea:focus,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper #upload:focus {
  border: 1px solid #2D3139;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=text].error,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select.error,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea.error,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper #upload.error {
  border-left: 3px solid #AF0000;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=text].error:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select.error:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea.error:hover,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper #upload.error:hover {
  border-left: 3px solid #AF0000;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper textarea {
  padding: 10px;
  min-height: 100px;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper select[multiple=multiple] {
  min-height: 100px;
  padding: 10px;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=checkbox],
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=radio] {
  display: none;
  margin-left: 0px;
  vertical-align: text-top;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=checkbox]:hover:before,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input[type=radio]:hover:before {
  border: 1px solid #a2a3a6;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input.datepicker, .section:not(.section--subscribe) .form-builder-wrapper .field-wrapper .ui-datepicker {
  background: #fff;
  /* width: auto; */
  float: left;
  padding: 10px;
  /* border: 1px solid #2D3139; */
}
@media (max-width: 767px) {
  .section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input.datepicker, .section:not(.section--subscribe) .form-builder-wrapper .field-wrapper .ui-datepicker {
    width: 100%;
  }
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input.phone,
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper input.email {
  width: 100%;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper .multi-row {
  float: left;
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper .multi-row label {
  
}
.section:not(.section--subscribe) .form-builder-wrapper .field-wrapper .multi-row span.row {
  clear: both;
  display: block;
  /* padding: 0.6em 0; */
  float: left;
}
.section:not(.section--subscribe) .form-builder-wrapper label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border: 1px solid #BCBDBF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.section:not(.section--subscribe) .form-builder-wrapper .checkbox label {
  cursor: pointer;
}
.section:not(.section--subscribe) .form-builder-wrapper .checkbox label:before {
  border-radius: 0;
}
.section:not(.section--subscribe) .form-builder-wrapper .checkbox .label-wrapper label:before {
  display: none !important;
}
.section:not(.section--subscribe) .form-builder-wrapper .checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #2D3139;
  background-color: #2D3139;
  content: "✓";
  font-family: "Material Design Icons";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  padding-top: 1px;
}
.section:not(.section--subscribe) .form-builder-wrapper .radio label {
  cursor: pointer;
}
.section:not(.section--subscribe) .form-builder-wrapper .radio label:before {
  border-radius: 50%;
}
.section:not(.section--subscribe) .form-builder-wrapper table {
  width: 100%;
}
.section:not(.section--subscribe) .form-builder-wrapper input[type=radio] {
  border-radius: 50%;
}
.section:not(.section--subscribe) .form-builder-wrapper input[type=radio]:checked + label:before {
  border: 1px solid #2D3139;
  background-color: #2D3139;
  content: "✓";
  font-family: "Material Design Icons";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  padding-top: 1px;
}
.section:not(.section--subscribe) .form-builder-wrapper input[type=submit] {
  background-color: #E6A9BC;
  border: none;
  margin: 2.3rem auto 0;
  text-transform: uppercase;
  -webkit-transition: 350ms ease;
  -moz-transition: 350ms ease;
  -o-transition: 350ms ease;
  -ms-transition: 350ms ease;
  transition: 350ms ease;
  cursor: pointer;
  min-width: 26.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.9rem 1.5rem 0.4rem;
  line-height: 1.94;
  width: auto;
}
.section:not(.section--subscribe) .form-builder-wrapper input[type=submit]:hover {
  background-color: #db819d;
  color: #fff;
}
@media (max-width: 480px) {
  .section:not(.section--subscribe) .form-builder-wrapper ul li {
    border: 0px;
  }
  .section:not(.section--subscribe) .form-builder-wrapper .label-wrapper, .section:not(.section--subscribe) .form-builder-wrapper .field-wrapper, .section:not(.section--subscribe) .form-builder-wrapper #dates_required {
    display: block;
    width: 100%;
  }
  .section:not(.section--subscribe) .form-builder-wrapper .li.btn-submit input {
    width: 100%;
  }
}

.datepicker-icon,
.select-icon {
  width: auto !important;
  position: relative;
}
.datepicker-icon:after,
.select-icon:after {
  content: "";
  position: absolute;
  font: normal normal normal 18px/1 "Material Design Icons";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #a2a3a6;
  pointer-events: none;
}
.datepicker-icon .datepicker,
.select-icon .datepicker {
  padding-left: 25px;
}

.select-icon {
  width: 75% !important;
}
.select-icon:after {
  content: "";
  left: inherit;
  right: 10px;
}
.select-icon select {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .datepicker-icon,
.select-icon {
    width: 100% !important;
  }
}
.select .label-wrapper label:before {
  display: none !important;
}

.label-wrapper label:before {
  display: none !important;
}

.ui-datepicker-prev {
  width: 50%;
  display: inline-block;
  text-align: left;
  cursor: pointer;
}

.ui-datepicker-next {
  width: 50%;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

.ui-datepicker {
  background: #fff;
  width: auto;
  float: left;
  padding: 10px;
  border: 1px solid #2D3139;
}
@media (max-width: 767px) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker a {
  color: #2D3139;
}

.ui-datepicker-title {
  text-align: center;
}

.radio_yes_no label:before {
  border-radius: 50%;
}

/* Datepicker */
.ui-datepicker {
  background: #fff;
  width: auto;
  float: left;
  padding: 0;
  border: 1px solid #675F5F;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker a {
  color: #E6A9BC;
}
.ui-datepicker-header {
  padding: 10px;
  background: #E6A9BC;
  color: #fff;
}
.ui-datepicker-header a {
  color: #fff;
}
.ui-datepicker-calendar {
  padding: 10px;
}
.ui-datepicker td {
  padding: 5px;
  text-align: center;
  color: #E6A9BC;
  font-weight: bold;
  cursor: pointer;
}
.ui-datepicker td.ui-state-disabled {
  font-weight: normal;
  cursor: not-allowed;
}

.ui-datepicker-title {
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Sitemap
\* ------------------------------------------------------------ */
.sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .sitemap {
    padding: 15px 0;
  }
}
.sitemap ul {
  flex: 0 1 100%;
  margin: 0px;
  padding-inline-start: 0;
}
@media screen and (max-width: 1024px) {
  .sitemap ul {
    padding: 0;
  }
}
.sitemap ul li {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0;
  list-style: none;
}
.sitemap ul li a {
  font: 500 18px/22px "Martel Sans", sans-serif;
  text-transform: uppercase;
}
.sitemap ul ul li a {
  font: 300 14px/16px "Martel Sans", sans-serif;
  color: #605A50;
}
.sitemap ul ul li ul li {
  border-left: 4px solid #333;
}
.sitemap ul ul li ul li a {
  font: 300 13px/15px "Martel Sans", sans-serif;
  text-transform: normal;
  color: #666;
}
/* ------------------------------------------------------------ *\
	Fonts Override
\* ------------------------------------------------------------ */
.section-type-1 * {
  text-align: center;
  color: #2D3139;
}
.section-type-1 strong {
  font-weight: bold;
}
.section-type-1 a:not(.link) {
  font: 400 16px/29px "Martel Sans", sans-serif;
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 a:not(.link) {
    font: 400 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-1 h1 {
  font: 200 46px/84px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 h1 {
    font: 200 32px/59px "Martel Sans", sans-serif;
  }
}
.section-type-1 h2 {
  font: 300 34px/62px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 h2 {
    font: 200 26px/48px "Martel Sans", sans-serif;
  }
}
.section-type-1 h3 {
  font: 200 27px/49px "Martel Sans", sans-serif;
  letter-spacing: 0;
  color: #2D3139;
}
@media screen and (max-width: 767px) {
  .section-type-1 h3 {
    font: 300 22px/40px "Martel Sans", sans-serif;
  }
}
.section-type-1 h4 {
  font: 400 22px/40px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 h4 {
    font: 400 19px/35px "Martel Sans", sans-serif;
  }
}
.section-type-1 h5 {
  font: 400 19px/35px "Martel Sans", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-type-1 h5 {
    font: 600 16px/29px "Martel Sans", sans-serif;
  }
}
.section-type-1 h6 {
  font: 700 16px/29px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 h6 {
    font: 700 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-1 p {
  font: 400 16px/31px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-1 p {
    font: 400 12px/24px "Martel Sans", sans-serif;
  }
}

.section-type-2 * {
  text-align: center;
  color: #2D3139;
}
.section-type-2 strong {
  font-weight: bold;
}
.section-type-2 a:not(.link) {
  font: 400 16px/29px "Martel Sans", sans-serif;
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 a:not(.link) {
    font: 400 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-2 h1 {
  font: 200 46px/84px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 h1 {
    font: 200 32px/59px "Martel Sans", sans-serif;
  }
}
.section-type-2 h2 {
  font: 300 34px/62px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 h2 {
    font: 200 26px/48px "Martel Sans", sans-serif;
  }
}
.section-type-2 h3 {
  font: 200 27px/49px "Martel Sans", sans-serif;
  letter-spacing: 0;
  color: #2D3139;
}
@media screen and (max-width: 767px) {
  .section-type-2 h3 {
    font: 300 22px/40px "Martel Sans", sans-serif;
  }
}
.section-type-2 h4 {
  font: 400 22px/40px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 h4 {
    font: 400 19px/35px "Martel Sans", sans-serif;
  }
}
.section-type-2 h5 {
  font: 400 19px/35px "Martel Sans", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-type-2 h5 {
    font: 600 16px/29px "Martel Sans", sans-serif;
  }
}
.section-type-2 h6 {
  font: 700 16px/29px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 h6 {
    font: 700 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-2 p {
  font: 400 16px/31px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-2 p {
    font: 400 12px/24px "Martel Sans", sans-serif;
  }
}

.section-type-3 .heading {
  font: 200 85px/110px "Martel Sans", sans-serif;
  text-transform: uppercase;
}
.section-type-3 strong {
  font-weight: bold;
}
.section-type-3 a:not(.link) {
  font: 400 16px/29px "Martel Sans", sans-serif;
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 a:not(.link) {
    font: 400 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-3 * {
  text-align: center;
  color: #fff;
}
.section-type-3 h1 {
  font: 200 46px/84px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 h1 {
    font: 200 32px/59px "Martel Sans", sans-serif;
  }
}
.section-type-3 h2 {
  font: 300 34px/62px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 h2 {
    font: 200 26px/48px "Martel Sans", sans-serif;
  }
}
.section-type-3 h3 {
  font: 200 27px/49px "Martel Sans", sans-serif;
  letter-spacing: 0;
  color: #2D3139;
}
@media screen and (max-width: 767px) {
  .section-type-3 h3 {
    font: 300 22px/40px "Martel Sans", sans-serif;
  }
}
.section-type-3 h4 {
  font: 400 22px/40px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 h4 {
    font: 400 19px/35px "Martel Sans", sans-serif;
  }
}
.section-type-3 h5 {
  font: 400 19px/35px "Martel Sans", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-type-3 h5 {
    font: 600 16px/29px "Martel Sans", sans-serif;
  }
}
.section-type-3 h6 {
  font: 700 16px/29px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 h6 {
    font: 700 12px/22px "Martel Sans", sans-serif;
  }
}
.section-type-3 p {
  font: 400 16px/31px "Martel Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .section-type-3 p {
    font: 400 12px/24px "Martel Sans", sans-serif;
  }
}

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */

.map-banner {
  width: 100%;
  height: 100vh;
  padding: 100px 0 0 0;
}
.map-banner__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
.map-nav {
  flex: 0 1 200px;
  background: purple;
}
.map {
  flex: 0 1 100%;
  background: red;
}



/* ------------------------------------------------------------ *\
	Subscribe - Revinate
\* ------------------------------------------------------------ */
.subscribe .input-wrapper {
  margin: 0 2rem 0 1.5rem;
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .subscribe .input-wrapper {
    margin-bottom: 1.1rem;
  }
}
.subscribe .heading {
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .subscribe .heading {
    flex: 0 0 100%;
    margin-bottom: 1.1rem;
  }
}
.subscribe .input-wrapper input {
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid #BCBDBF;
  width: 100%;
  font-weight: 800;
  letter-spacing: 0.1em;
  background-color: transparent;
  padding: 0.2rem 0 0.2rem;
  height: 3.2rem;
  /* margin: 0 3.3rem 0 2.6rem; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.subscribe .button {
  flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .subscribe .button {
    flex: 0 0 100%;
  }
}
.subscribe .button button {
  border: none;
  outline: none;
  border-bottom: 0.1rem solid #2D3139;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
  line-height: 1.6;
  padding-bottom: 0.1rem;
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.4rem 0.7rem 0 0;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .subscribe .button button {
    border-color: #E6A9BC;
  }
}

.subscribe p {
  max-width: 89.6rem;
  margin: auto;
}

.subscribe form {
  max-width: 135.6rem;
  margin: auto;
}