/* ------------------------------------------------------------ *\
  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,
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; }
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; }
a[href^="tel"],
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; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Colgate Ready';
  src: url("../fonts/ColgateReady-Bold.woff2") format("woff2"), url("../fonts/ColgateReady-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Colgate Ready';
  src: url("../fonts/ColgateReady-LightItalic.woff2") format("woff2"), url("../fonts/ColgateReady-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Colgate Ready';
  src: url("../fonts/ColgateReady-Regular.woff2") format("woff2"), url("../fonts/ColgateReady-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Colgate Ready';
  src: url("../fonts/ColgateReady-Light.woff2") format("woff2"), url("../fonts/ColgateReady-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Colgate Ready", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: #a97fcd; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
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: 1024px) {
  .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: 1024.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; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Decors
\* ------------------------------------------------------------ */
.decors img {
  position: absolute;
  top: 61.7%;
  left: 63.8%;
  width: 4.8%; }
.decors img:nth-child(2) {
    top: 65.8%;
    left: 69.4%;
    width: 6.7%; }
.decors img:nth-child(3) {
    top: 60.6%;
    left: -4.7%;
    width: 34.1%; }
.decors img:nth-child(4) {
    top: -2.7%;
    left: -2.9%;
    width: 107.3%;
    max-width: none; }
.decors img:nth-child(5) {
    top: 30%;
    left: 0%;
    width: 20.1%; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #501688;
  background: -webkit-gradient(linear, left bottom, left top, from(#a97fcd), color-stop(1.7%, #a57bca), color-stop(21.19%, #9b6fc2), color-stop(40.62%, #8a5bb5), color-stop(60.01%, #733fa3), color-stop(97.2%, #541b8b), to(#501688));
  background: -o-linear-gradient(bottom, #a97fcd 0%, #a57bca 1.7%, #9b6fc2 21.19%, #8a5bb5 40.62%, #733fa3 60.01%, #541b8b 97.2%, #501688 100%);
  background: linear-gradient(to top, #a97fcd 0%, #a57bca 1.7%, #9b6fc2 21.19%, #8a5bb5 40.62%, #733fa3 60.01%, #541b8b 97.2%, #501688 100%);
  color: #fff;
  padding: 20px 0; }
.footer .nav-footer-mobile {
    margin-bottom: 20px;
    display: none; }
@media (max-width: 1024px) {
      .footer .nav-footer-mobile {
        display: block; } }
/* ------------------------------------------------------------ *\
	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 .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%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav-aside a {
  display: block;
  text-decoration: none; }
.nav-aside a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
.nav-aside img {
  margin-bottom: 0.56vw;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.nav-aside span {
  width: 100%;
  display: block;
  line-height: 1.07; }
.nav-aside li {
  position: absolute;
  z-index: 10;
  top: 51.2%;
  left: 76.6%;
  text-align: center;
  font-size: 1.06vw;
  color: #fff; }
.nav-aside li img {
    width: 2.94vw; }
.nav-aside li:nth-child(2) {
    left: 83.6%;
    top: 49.6%;
    font-size: 1.17vw; }
.nav-aside li:nth-child(2) img {
      margin-bottom: 0.69vw;
      width: 3.75vw; }
.nav-aside li:nth-child(3) {
    left: 90.9%;
    top: 47.8%;
    font-size: 1.25vw; }
.nav-aside li:nth-child(3) img {
      margin-bottom: 0.81vw;
      width: 4.63vw; }
/* ------------------------------------------------------------ *\
	Nav Footer Mobile
\* ------------------------------------------------------------ */
.nav-footer-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.nav-footer-mobile li {
  width: 33%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-footer-mobile li {
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-footer-mobile li + li {
      margin-top: 20px; } }
.nav-footer-mobile a {
  text-decoration: none;
  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; }
.nav-footer-mobile img {
  width: 50px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-footer-mobile img {
      width: 39px; } }
.nav-footer-mobile span {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  color: #595655; }
.nav h4 {
    font-size: 1.56vw;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #595655;
    position: relative; }
.nav h4:after {
      content: '';
      position: absolute;
      left: 0.5%;
      top: 107.5%;
      width: 92%;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#0a169a), color-stop(50%, #ba89d7), to(#c3228f));
      background-image: -o-linear-gradient(left, #0a169a 0%, #ba89d7 50%, #c3228f 100%);
      background-image: linear-gradient(to right, #0a169a 0%, #ba89d7 50%, #c3228f 100%); }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.75vw;
    padding-left: 1vw; }
.nav li {
    width: 46.9%;
    margin-bottom: 1.38vw; }
.nav h5 {
    font-size: 1.31vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.1vw;
    color: #595655;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative; }
.nav h5:after {
      content: '';
      position: absolute;
      left: -2.25vw;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.63vw;
      height: 3.13vw;
      background-image: url(../images/arrow.svg);
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
.nav h6 {
    font-size: 0.88vw;
    font-weight: 300;
    line-height: 1; }
.nav a {
    display: block;
    text-decoration: none; }
.nav a h5 {
      color: #501688; }
.nav a h5:after {
        opacity: 1; }
.nav i {
    font-size: 1.13vw;
    font-weight: 300;
    font-style: italic;
    display: inline-block;
    line-height: 0.7;
    margin-bottom: 0.31vw; }
@media (max-width: 1024px) {
    .nav h4 {
      font-size: 3.66vw; }
    .nav ul {
      padding-left: 0.2vw; }
    .nav li {
      margin-bottom: 2.38vw; }
    .nav h5 {
      font-size: 2.11vw; }
    .nav h6 {
      font-size: 1.78vw; }
    .nav i {
      font-size: 110%;
      margin-bottom: 0.9vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav h4 {
      font-size: 4.66vw;
      margin-bottom: 0.5em; }
    .nav ul {
      padding-left: 0; }
    .nav li {
      margin-bottom: 2.42vw; }
    .nav h5 {
      font-size: 3.11vw; }
      @supports (-webkit-touch-callout: none) {
        .nav h5 {
          font-size: 2.91vw; } }
    .nav h6 {
      font-size: 2.6vw; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Room 
\* ------------------------------------------------------------ */
.section-room {
  position: relative; }
@media (max-width: 1024px) {
    .section-room {
      margin-right: -55vw;
      margin-left: -37vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-room {
      margin-left: -38vw;
      margin-right: -65vw; } }
.section-room .section__media img {
    width: 100%; }
.section-room .section__content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.section-room .logo {
    position: absolute;
    top: 29.65%;
    left: 29.6%;
    width: 23.7%; }
.section-room .nav {
    position: absolute;
    top: 51.7%;
    left: 22.8%;
    width: 40%;
    z-index: 10; }
@media (max-width: 1024px) {
      .section-room .nav {
        left: 22%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-room .nav {
        top: 51%;
        left: 21%;
        width: 42%; } }
.section-room .logo--wall {
    top: 49.4%;
    left: 63.8%;
    width: 10.9%; }
.section-room .video {
    position: absolute;
    z-index: 10;
    top: 3.6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 68.6%;
    pointer-events: none; }
@media (max-width: 1024px) {
      .section-room .video {
        top: 3.5%;
        width: 100vw;
        left: 45.3%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-room .video {
        left: 43.3%; } }
.section-room .video .video__inner {
      pointer-events: auto; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  line-height: 1;
  overflow: hidden;
  padding-bottom: 40px;
  font-size: 0; }
.video.is-active .video__inner {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
.video .video__inner {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
.video .video__content {
    font-size: 0; }
.video .video__content video {
      width: 100%; }
.video .video__actions {
    text-align: center;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
.video .video__actions a {
      font-size: 1.34vw;
      text-decoration: none;
      font-weight: 400;
      color: #fff;
      background: -webkit-gradient(linear, left bottom, left top, from(#a97fcd), color-stop(19.7%, #a57bca), color-stop(39.19%, #9b6fc2), color-stop(58.62%, #8a5bb5), color-stop(78.01%, #733fa3), color-stop(97.2%, #541b8b), to(#501688));
      background: -o-linear-gradient(bottom, #a97fcd 0%, #a57bca 19.7%, #9b6fc2 39.19%, #8a5bb5 58.62%, #733fa3 78.01%, #541b8b 97.2%, #501688 100%);
      background: linear-gradient(to top, #a97fcd 0%, #a57bca 19.7%, #9b6fc2 39.19%, #8a5bb5 58.62%, #733fa3 78.01%, #541b8b 97.2%, #501688 100%);
      -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
      display: inline-block;
      padding: 0.63vw 1.43vw;
      border-radius: 0 0 1.23vw 1.23vw; }
@media (max-width: 1024px) {
        .video .video__actions a {
          padding: 0.8vw 2vw;
          font-size: 2vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .video .video__actions a {
          padding: 1.5vw 4vw;
          font-size: 3.2vw; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
