<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#parties {
  /*Single page*/
}

#parties h1.party {
  text-align: center;
  font-size: 48px;
  margin: 60px 0 90px;
  font-family: nicolo regular;
}

#parties .main {
  width: 880px;
  margin: 0 auto;
  position: relative;
  min-height: 1300px;
}

#parties .b_content {
  padding: 0px 20px;
}

#parties .iframe-class-special {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  #parties .iframe-class-special {
    height: 300px;
  }
}

@media (max-width: 575px) {
  #parties .iframe-class-special {
    height: 200px;
  }
}

#parties .box .hexagon:first-child {
  margin-left: 0;
}

#parties .box {
  position: absolute;
}

#parties .box1 {
  /*position: absolute;*/
  top: 0;
  left: 0;
  /*display: flex;*/
}

#parties .box2 {
  /*position: absolute;*/
  top: 190px;
  left: 110px;
  /*display: flex;*/
}

#parties .box3 {
  /*position: absolute;*/
  top: 380px;
  left: 0;
  /*display: flex;*/
}

#parties .box4 {
  /*position: absolute;*/
  top: 570px;
  left: 110px;
  /*display: flex;*/
}

#parties .box5 {
  /*position: absolute;*/
  top: 760px;
  left: 0;
  /*display: flex;*/
}

#parties .box6 {
  /*position: absolute;*/
  top: 950px;
  left: 110px;
  /*display: flex;*/
}

#parties .box7 {
  /*position: absolute;*/
  top: 1140px;
  left: 0;
  /*display: flex;*/
}

#parties .box8 {
  /*position: absolute;*/
  top: 1330px;
  left: 110px;
  /*display: flex;*/
}

#parties .box9 {
  /*position: absolute;*/
  top: 1520px;
  left: 0;
  /*display: flex;*/
}

#parties .box10 {
  /*position: absolute;*/
  top: 1710px;
  left: 110px;
  /*display: flex;*/
}

#parties .box11 {
  /*position: absolute;*/
  top: 1900px;
  left: 0;
  /*display: flex;*/
}

#parties .hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}

#parties .hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#parties .hexagon-in2 {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 230px;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#parties .hexagon-in2:hover {
  /*background-size: 198px;*/
}

#parties .hexagon1 {
  width: 400px;
  height: 200px;
  margin: 0 0 0 -80px;
}

#parties .hexagon2 {
  width: 200px;
  height: 237px;
  margin: -80px 0 0 20px;
  float: left;
}

#parties .dodecagon {
  width: 200px;
  height: 200px;
  margin: -80px 0 0 20px;
}

#parties .content {
  max-width: 1390px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#parties .cover_img {
  width: 100%;
}

#parties .cover_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
}

#parties .profile_cont {
  position: relative;
  border-radius: 45%;
  margin: 0 auto;
  margin-top: -136px;
  text-align: center;
}

#parties .profile_cont img {
  width: 273px;
  height: 273px;
  border-radius: 50%;
}

#parties .titles h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  margin: 20px auto;
  text-align: center;
  font-family: "nicolo regular";
}

#parties .titles h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

#parties .gallery img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#parties .gallery a img {
  width: 127px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

#parties .full_size.gallery a img {
  width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}

#parties .gallery img:nth-child(3n) {
  margin-right: 0;
}

#parties .profile {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#parties .tab-content {
  background: #ececec;
  padding-bottom: 235px;
}

#parties .tab-content &gt; .active {
  padding: 0 20px;
}

#parties .small_img {
  margin-right: 28px;
  width: 73px;
}

#parties .small_img img {
  width: 73px;
  height: 73px;
  -o-object-fit: contain;
     object-fit: contain;
}

#parties .post_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

#parties .post,
#parties .post_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#parties .post_text p {
  margin-bottom: 0.6rem;
}

#parties .sidebar {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

#parties .posts {
  border-radius: 10px;
}

#parties .post {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
}

#parties .post_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#parties .profile_info .name {
  font-size: 33px;
  text-transform: uppercase;
  font-family: "nicolo regular";
  padding-bottom: 6px;
}

#parties .profile_info .date {
  color: #DADADA;
  font-size: 15px;
  padding-bottom: 29px;
}

#parties .post_text {
  font-size: 21px;
  line-height: 25px;
}

#parties .return_back a {
  color: #000000;
}

#parties .title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 28px;
  font-family: "nicolo regular";
  font-weight: 700;
}

#parties .nav-link {
  color: #DADADA;
  /*text-transform: uppercase!important;*/
  padding-bottom: 13px !important;
}

#parties .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 3px solid #2FA4DC !important;
  color: #2FA4DC !important;
}

#parties .nav-tabs {
  border: 0;
}

#parties .photo_content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

#parties #tabs-4 .content {
  padding-top: 30px;
}

#parties #tabs-2 .content .title,
#parties #tabs-4 .content .title,
#parties #tabs-3 .content .title,
#parties #tabs-5 .content .title {
  font-size: 38px;
  padding-top: 20px;
  font-family: "nicolo regular";
}

#parties .video {
  width: 100%;
}

#parties .v_wrapper {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

@media (max-width: 1200px) {
  #parties .v_wrapper iframe {
    height: 600px;
  }
}

@media (max-width: 991px) {
  #parties .v_wrapper iframe {
    height: 400px;
  }
}

@media (max-width: 575px) {
  #parties .v_wrapper iframe {
    height: 240px;
  }
}

#parties .playpause {
  background-image: url(/images/play.png?714aa7bfbd1e9ff607c9ebbe40236900);
  background-repeat: no-repeat;
  width: 102px;
  height: 102px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

#parties .about_content,
#parties .feed_contet {
  border-radius: 10px;
  background: #ffffff;
  padding: 20px;
}

#parties .about_content {
  /*height: 100%;*/
  margin-bottom: 40px;
}

@media (max-width: 1380px) {
  #parties .posts {
    -ms-flex: 0 0 58.333333% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
  }

  #parties .profile .col-4 {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }

  #parties .gallery {
    text-align: center;
  }

  #parties .gallery img {
    width: 30%;
  }

  #parties .tab-content .content {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #parties .hexagon2 {
    margin: 0;
    width: 150px;
    height: 250px;
  }

  #parties .hexagon-in2 {
    background-size: 175px;
  }

  #parties .gallery img {
    margin-right: 0;
  }

  #parties .box {
    position: initial;
    width: 75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #parties .box:nth-child(2n) {
    margin-top: -95px;
    width: 56%;
  }

  #parties .box:nth-child(odd) {
    margin-top: -90px;
  }

  #parties .box:first-child {
    margin-top: initial;
  }

  #parties .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  #parties .content {
    width: 991px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 20px;
  }

  #parties .device_box {
    margin-bottom: 20px;
  }

  #parties .device_box img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  #parties #tabs-2 .content .title,
  #parties #tabs-4 .content .title,
  #parties #tabs-3 .content .title,
  #parties #tabs-5 .content .title {
    font-size: 30px;
    padding-top: 20px;
    font-family: "nicolo regular";
  }
}

@media (max-width: 991px) {
  #parties .hexagon-in2 {
    background-size: 150px;
  }

  #parties h1.party {
    margin: 20px;
    font-size: 38px;
  }

  #parties .tab-content {
    padding-bottom: 100px;
  }

  #parties .titles h1 {
    width: 85%;
    line-height: 30px;
    font-size: 26px;
  }

  #parties .titles h3 {
    width: 85%;
    margin: 0 auto;
  }

  #parties .post_head {
    margin-left: 0;
  }

  #parties .profile_info .name {
    font-size: 35px;
  }

  #parties .profile_info .date {
    padding-bottom: 15px;
  }

  #parties .post_text {
    margin-bottom: 20px;
  }

  #parties .posts {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  #parties .profile_info .name {
    font-size: 18px;
  }

  #parties .cover_img img {
    height: 200px;
  }

  #parties .profile_cont img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #parties .profile_cont {
    margin-top: -84px;
  }

  #parties .playpause {
    /*width: 80px;*/
    /*height: 80px;*/
    top: 17%;
    width: 12%;
  }
}

@media (max-width: 767px) {
  #parties .device_box {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  #parties h1.party {
    font-size: 30px;
  }

  #parties .profile .col-4,
  #parties .posts {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
  }

  #parties .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  #parties .sidebar {
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  #parties .profile_info .name {
    font-size: 15px;
  }

  #parties h1.party {
    font-size: 26px;
  }

  #parties .device_box a {
    margin-bottom: 20px;
  }

  #parties .device_box {
    margin-bottom: 0;
  }
}

</pre></body></html>