/*** UTILITIES ***/
@import url("https://use.typekit.net/gpn8nie.css");
@font-face {
  font-family: 'Calisga';
  src: url("../fonts/Calisga-Regular.woff2") format("woff2"), url("../fonts/Calisga-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*** COLORS ***/
/*** BREAKPOINTS ***/
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; } }
/*** PARTIALS ***/
header {
  background: #c7ba87;
  /* Old browsers */
  background: -moz-linear-gradient(right, #c7ba87 0%, #fff 50%, #c7ba87 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #c7ba87 0%, #fff 50%, #c7ba87 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #c7ba87 0%, #fff 50%, #c7ba87 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ba87', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
  background-size: 100%;
  background-position: right;
  transition: 0.5s ease all;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 7px 15px;
  display: flex;
  text-align: center; }
  header a {
    text-decoration: none;
    font-weight: 500;
    color: #2c2c2c;
    transition: 0.25s ease all; }
    header a svg {
      fill: #2c2c2c;
      transition: 0.25s ease all; }
    header a:hover {
      color: #000000;
      transition: 0.25s ease all; }
      header a:hover svg {
        fill: #000000;
        transition: 0.25s ease all; }
  header ul:nth-of-type(1) {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    header ul:nth-of-type(1) li {
      display: block; }
      header ul:nth-of-type(1) li a {
        font-size: 26px;
        text-transform: uppercase; }
  header ul:nth-of-type(2) {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
    header ul:nth-of-type(2) li {
      display: inline-block;
      margin: 0 5px; }
      header ul:nth-of-type(2) li a svg {
        height: 20px;
        width: auto; }
    @media (max-width: 768px) {
      header ul:nth-of-type(2) {
        text-align: center; } }
  header.open {
    background-size: 300%;
    transition: 0.5s ease all;
    height: 100vh;
    overflow-y: visible;
    flex-direction: column;
    justify-content: center; }
    header.open ul:nth-of-type(1) {
      margin-bottom: 20px;
      display: block;
      line-height: 1.6; }
    header.open ul:nth-of-type(2) {
      text-align: center; }
      header.open ul:nth-of-type(2) li a {
        font-size: 26px; }
        header.open ul:nth-of-type(2) li a svg {
          height: 32px; }

#hamburger {
  display: block;
  color: #2c2c2c;
  position: fixed;
  z-index: 10;
  background: transparent;
  border: none;
  top: 5px;
  right: 5px; }
  #hamburger:hover {
    cursor: pointer;
    color: #000; }
  @media (max-width: 768px) {
    #hamburger {
      display: block;
      font-size: 24px; } }
  #hamburger svg {
    fill: #fff; }
  #hamburger div {
    height: 20px;
    width: 30px;
    position: relative; }
    #hamburger div span {
      width: 30px;
      height: 2px;
      background: #2c2c2c;
      display: block;
      position: absolute; }
    #hamburger div span:nth-of-type(1) {
      top: 0px; }
    #hamburger div span:nth-of-type(2) {
      top: 9px;
      opacity: 1;
      transition: 0.2s linear all; }
    #hamburger div span:nth-of-type(3) {
      top: 18px; }
  #hamburger.active div span {
    background: #2c2c2c; }
  #hamburger.active div span:nth-of-type(1) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerTop;
    animation-play-state: running;
    animation-timing-function: linear; }
  #hamburger.active div span:nth-of-type(2) {
    opacity: 0;
    transition: 0.2s linear all; }
  #hamburger.active div span:nth-of-type(3) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerBot;
    animation-play-state: running;
    animation-timing-function: linear; }
@keyframes hamburgerTop {
  0% {
    top: 0px;
    transform: rotate(0deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 10px;
    transform: rotate(45deg); } }
@keyframes hamburgerBot {
  0% {
    top: 18px;
    transform: rotate(0deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 10px;
    transform: rotate(-45deg); } }
  #hamburger.inactive div span:nth-of-type(1) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerTopReverse;
    animation-play-state: running;
    animation-timing-function: linear; }
  #hamburger.inactive div span:nth-of-type(2) {
    opacity: 1;
    transition: 0.2s linear all; }
  #hamburger.inactive div span:nth-of-type(3) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerBotReverse;
    animation-play-state: running;
    animation-timing-function: linear; }
@keyframes hamburgerTopReverse {
  0% {
    top: 10px;
    transform: rotate(45deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 0px;
    transform: rotate(0deg); } }
@keyframes hamburgerBotReverse {
  0% {
    top: 10px;
    transform: rotate(-45deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 18px;
    transform: rotate(0deg); } }
footer {
  position: relative;
  background: #e5bead;
  /* Old browsers */
  background: -moz-linear-gradient(right, #ededed 0%, #fff 50%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #ededed 0%, #fff 50%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #ededed 0%, #fff 50%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bead', endColorstr='#fefcfd',GradientType=0 );
  /* IE6-9 */
  padding: 20px 0;
  color: #111;
  text-align: center;
  font-weight: 300;
  font-size: 12px; }
  footer a {
    color: #111;
    text-decoration: none; }
    footer a:hover {
      color: #666;
      text-decoration: underline; }
  footer #photo-credits {
    margin-bottom: 0; }
  footer .copyright {
    margin-bottom: 7px; }
  footer .links {
    text-transform: uppercase;
    margin-bottom: 7px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  color: #fff;
  line-height: 1.4;
  background-color: #000;
  overflow-x: hidden; }

h2, h3, h4 {
  letter-spacing: 4px;
  font-family: "Calisga", georgia, serif; }

@media (min-width: 1200px) {
  .animate-zoom-in {
    transform: scale(0.8);
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-in.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }
@media (min-width: 992px) {
  .animate-zoom-in {
    transform: scale(0.9);
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-in.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }

@media (min-width: 1200px) {
  .animate-zoom-in-slow {
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s ease all;
    filter: blur(0px); }
    .animate-zoom-in-slow.ready {
      transform: scale(1);
      opacity: 1;
      transition: 0.5s ease all;
      filter: blur(0px); } }
@media (min-width: 992px) {
  .animate-zoom-in-slow {
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s ease all;
    filter: blur(0px); }
    .animate-zoom-in-slow.ready {
      transform: scale(1);
      opacity: 1;
      transition: 0.5s ease all;
      filter: blur(0px); } }

@media (min-width: 1200px) {
  .animate-zoom-out {
    transform: scale(1.5);
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-out.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }
@media (min-width: 992px) {
  .animate-zoom-out {
    transform: scale(1.1);
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-out.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }

.animate-slide-up {
  transform: translateY(100px);
  transition: 1.5s ease all; }
  .animate-slide-up.ready {
    transform: translateY(0px);
    opacity: 1;
    transition: 1.5s ease all; }

@media (min-width: 992px) {
  .animate-slide-right {
    transform: translateX(-100px);
    transition: 1.5s ease all; }
    .animate-slide-right.ready {
      transform: translateX(0px);
      opacity: 1;
      transition: 1.5s ease all; } }

@media (min-width: 992px) {
  .animate-slide-left {
    transform: translateX(100px);
    transition: 1.5s ease all; }
    .animate-slide-left.ready {
      transform: translateX(0px);
      opacity: 1;
      transition: 1.5s ease all; } }

.animate-widen {
  transition: 1.5s ease all; }
  .animate-widen.ready {
    width: 320px !important;
    transition: 1.5s ease all; }

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1399px; } }
footer, section .container, .intro .container, section .award-box, section .videos {
  z-index: 2;
  position: relative; }

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal; }

.shine.small {
  width: 20px;
  height: 20px; }

.shine.medium {
  width: 30px;
  height: 30px; }

.shine.large {
  width: 50px;
  height: 50px; }

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; } }
@media (min-width: 576px) {
  #welcome-modal .modal-dialog {
    max-width: 624px; } }
@media (min-width: 769px) {
  #welcome-modal .modal-dialog {
    max-width: 700px; } }
@media (min-width: 1200px) {
  #welcome-modal .modal-dialog {
    max-width: 1000px; } }
#welcome-modal .modal-dialog .modal-content {
  background-color: transparent; }
  #welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 0; }
    #welcome-modal .modal-dialog .modal-content .modal-body button {
      background: transparent;
      border: none;
      position: absolute;
      z-index: 2;
      top: 10px;
      right: 10px; }
      #welcome-modal .modal-dialog .modal-content .modal-body button svg {
        width: 20px; }
        #welcome-modal .modal-dialog .modal-content .modal-body button svg polygon {
          fill: #373838; }
      #welcome-modal .modal-dialog .modal-content .modal-body button:hover svg polygon {
        fill: #000; }
    #welcome-modal .modal-dialog .modal-content .modal-body .wrapper {
      border-radius: 20px;
      text-align: center;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      border: solid 3px transparent;
      z-index: 1; }
      #welcome-modal .modal-dialog .modal-content .modal-body .wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -6px;
        border-radius: 20px;
        background: #b8b8b8;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #bebebe 0%, #fff 50%, #bebebe 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #bebebe 0%, #fff 50%, #bebebe 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #bebebe 0%, #fff 50%, #bebebe 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#fff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner {
        padding: 25px 20px;
        border-radius: 18px;
        background: #e6bfae;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bfae', endColorstr='#fefefe',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h2 {
          display: block;
          letter-spacing: 1px;
          font-family: "proxima-nova", helvetica, sans-serif;
          text-transform: uppercase;
          color: #ffffff;
          font-size: 36px;
          margin-bottom: 30px; }
          #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h2 span {
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: "Calisga", georgia, serif;
            line-height: 1;
            font-size: 70px;
            display: inline-block;
            background: #b3e0c5;
            background: -webkit-linear-gradient(-45deg, #000 0%, #aaa 20%, #222 35%, #bbb 60%, #333 75%, #666 100%);
            background: -moz-linear-gradient(-45deg, #000 0%, #aaa 20%, #222 35%, #bbb 60%, #333 75%, #666 100%);
            background: linear-gradient(135deg, #000 0%, #aaa 20%, #222 35%, #bbb 60%, #333 75%, #666 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0px 0px #00000000;
            filter: drop-shadow(1px 1px 0px white); }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h3 {
          margin-bottom: 20px;
          font-size: 35px;
          display: block;
          letter-spacing: 1px;
          font-weight: 100;
          color: #000;
          font-family: "Calisga", georgia, serif;
          background: #b3e0c5;
          background: -webkit-linear-gradient(-45deg, #865e18 0%, #212121 100%);
          background: -moz-linear-gradient(-45deg, #865e18 0%, #212121 100%);
          background: linear-gradient(135deg, #865e18 0%, #212121 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          filter: drop-shadow(1px 1px 0px black); }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h4 {
          font-family: "proxima-nova", helvetica, sans-serif;
          letter-spacing: 0;
          font-size: 28px;
          font-weight: 500;
          color: #000; }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner p {
          font-size: 16px;
          font-weight: 400;
          margin: auto auto 8px auto;
          text-align: justify;
          color: #333; }

#winners-modal {
  padding-right: 0 !important; }
  #winners-modal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: auto; }
    #winners-modal.show .modal-dialog .modal-content {
      border: 30px solid rgba(0, 0, 0, 0.2); }
      @media (min-width: 960px) {
        #winners-modal.show .modal-dialog .modal-content {
          border: 100px solid rgba(0, 0, 0, 0.2); } }
    #winners-modal.show .modal-dialog .modal-content button {
      background: transparent;
      border: 0;
      position: fixed;
      right: 20px;
      color: #fff;
      font-size: 30px;
      width: 50px; }
      #winners-modal.show .modal-dialog .modal-content button svg {
        fill: #fff; }
      #winners-modal.show .modal-dialog .modal-content button:hover {
        cursor: pointer; }
        #winners-modal.show .modal-dialog .modal-content button:hover svg {
          fill: #000; }
    #winners-modal.show .modal-dialog .modal-content picture img {
      width: 100%; }

.insta-modal .modal-content {
  padding: 0;
  background: transparent; }
  .insta-modal .modal-content button {
    border: none;
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px; }
    .insta-modal .modal-content button img {
      width: 20px; }
  .insta-modal .modal-content .instagram-media {
    width: 100%;
    max-width: 400px; }

/*** SECTIONS ***/
.intro {
  min-height: 100vh;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
  background: url("../img/hero-bg.jpg") no-repeat center center/cover; }
  .intro::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0; }
  .intro .congrats-text {
    position: relative;
    z-index: 1;
    font-size: 26px;
    display: inline-block;
    letter-spacing: 2px;
    margin: 100px auto auto;
    font-weight: 200;
    text-transform: uppercase;
    background: #dcdddf;
    background: -webkit-linear-gradient(top, #dcdddf 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #dcdddf 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #dcdddf 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000;
    filter: drop-shadow(5px 4px 4px rgba(0, 0, 0, 0.75)); }
    @media (max-width: 575px) {
      .intro .congrats-text {
        margin: 75px auto 100px;
        font-size: 1.75rem; } }
  .intro .logo {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 60vh; }
    .intro .logo img {
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 575px) {
      .intro .logo {
        height: 45vh; } }
  .intro .intro-arrow {
    position: relative;
    z-index: 1;
    background: transparent;
    background-repeat: no-repeat;
    border: 0;
    margin-top: 20px;
    display: inline-block; }
    .intro .intro-arrow:hover {
      cursor: pointer; }
    .intro .intro-arrow svg {
      width: 50px;
      height: 33px;
      fill: url(#scrollArrowGrad); }
  .intro .seemore {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    color: #d6b09d;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000000; }
  .intro .hashtag {
    position: relative;
    z-index: 1;
    display: block;
    color: #dcdddf;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: 0px 0px 3px #000000;
    filter: drop-shadow(0px 0px 3px black); }

#about {
  background: #000000;
  overflow-x: hidden;
  padding: 50px 0; }
  #about .wrapper {
    text-align: center;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 3px transparent;
    z-index: 1; }
    #about .wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -6px;
      border-radius: 20px;
      background: #b8b8b8;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #bebebe 0%, #fff 50%, #bebebe 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #bebebe 0%, #fff 50%, #bebebe 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #bebebe 0%, #fff 50%, #bebebe 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#fff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    #about .wrapper .inner {
      padding: 75px 20px;
      border-radius: 18px;
      background: #e6bfae;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #82724b 0%, #fff1da 25%, #fff1da 75%, #82724b 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bfae', endColorstr='#fefefe',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      #about .wrapper .inner h2 {
        display: block;
        letter-spacing: 1px;
        font-family: "proxima-nova", helvetica, sans-serif;
        text-transform: uppercase;
        color: #2c2c2c;
        font-size: 36px;
        margin-bottom: 30px; }
        #about .wrapper .inner h2 span {
          letter-spacing: 2px;
          text-transform: uppercase;
          font-family: "Calisga", georgia, serif;
          line-height: 1;
          font-size: 70px;
          display: inline-block;
          background: #b3e0c5;
          background: -webkit-linear-gradient(-45deg, #212121 0%, #865e18 100%);
          background: -moz-linear-gradient(-45deg, #212121 0%, #865e18 100%);
          background: linear-gradient(135deg, #212121 0%, #865e18 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          filter: drop-shadow(1px 1px 0px black);
          line-height: 1.6;
          transform: translateZ(0);
          backface-visibility: hidden;
          -webkit-font-smoothing: subpixel-antialiased; }
          @media (max-width: 1399px) {
            #about .wrapper .inner h2 span {
              font-size: 60px; } }
          @media (max-width: 1199px) {
            #about .wrapper .inner h2 span {
              font-size: 50px; } }
          @media (max-width: 991px) {
            #about .wrapper .inner h2 span {
              font-size: 40px; } }
          @media (max-width: 768px) {
            #about .wrapper .inner h2 span {
              font-size: 30px; } }
          @media (max-width: 575px) {
            #about .wrapper .inner h2 span {
              font-size: 22px;
              filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0)); } }
        @media (max-width: 1199px) {
          #about .wrapper .inner h2 {
            font-size: 20px; } }
      @media (max-width: 1199px) {
        #about .wrapper .inner {
          padding: 50px; } }
      @media (max-width: 768px) {
        #about .wrapper .inner {
          padding: 20px; } }
      #about .wrapper .inner p {
        font-size: 18px;
        margin: auto;
        color: #000;
        font-weight: 400; }
      #about .wrapper .inner button {
        position: relative;
        border: none;
        margin: 20px auto;
        color: #fff;
        padding: 2px;
        font-weight: 600;
        font-size: 18px;
        width: 220px;
        height: 50px;
        border-radius: 10px;
        background: transparent;
        transition: 0.25s ease all;
        background: #b3e0c5;
        background: -webkit-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
        background: -moz-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
        background: linear-gradient(135deg, #aaa 0%, #fff 50%, #aaa 100%); }
        #about .wrapper .inner button span {
          width: 100%;
          border-radius: 8px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          -webkit-align-items: center;
          background: #212121;
          background: -webkit-linear-gradient(-45deg, #212121 0%, #875e17 100%);
          background: -moz-linear-gradient(-45deg, #212121 0%, #875e17 100%);
          background: linear-gradient(135deg, #212121 0%, #875e17 100%);
          color: #fff;
          transition: 0.2s ease all;
          text-shadow: 0px 0px 0px #000000;
          border: 0; }
        #about .wrapper .inner button:hover {
          padding: 0;
          transition: 0.2s ease all; }
          #about .wrapper .inner button:hover span {
            color: #fff;
            transition: 0.2s ease all;
            text-shadow: 0px 0px 3px #000000;
            border: 1px solid #454545; }
      @media (min-width: 1200px) {
        #about .wrapper .inner #about-copy {
          max-width: 80%;
          margin: auto; } }
      @media (max-width: 575px) {
        #about .wrapper .inner .btns a {
          margin: 10px 0px; }
        #about .wrapper .inner p {
          font-size: 18px; } }

#awards {
  background: url("../img/bg-tall.jpg") no-repeat center top/cover;
  padding-bottom: 100px;
  position: relative; }
  #awards::before {
    content: "";
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0; }
  #awards::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0; }
  #awards .heading {
    padding: 100px 0 0; }
    #awards .heading svg {
      display: block;
      margin: auto;
      width: 334px;
      fill: #fff;
      height: 34px;
      stroke: #fff; }
    #awards .heading .divider {
      height: 2px;
      width: 1px;
      margin: auto;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #awards .heading .spotify-btn {
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 10px;
      border: 2px solid #ffeab7;
      padding: 10px 40px;
      background: #000;
      color: #fff;
      font-weight: 800;
      text-decoration: none; }
      #awards .heading .spotify-btn svg {
        fill: #1DB954;
        width: 20px;
        margin-right: 10px;
        display: inline-block; }
      #awards .heading .spotify-btn:hover {
        background: #ffeab7;
        color: #000;
        text-decoration: none; }
        #awards .heading .spotify-btn:hover svg {
          fill: #000; }
      @media (max-width: 767px) {
        #awards .heading .spotify-btn {
          width: 100%;
          margin: auto auto 10px; } }
    #awards .heading h2 {
      letter-spacing: 1px;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(1px 1px 0px white);
      line-height: 1.6;
      text-shadow: 0px 0px #00000000;
      display: inline-block;
      font-size: 60px;
      font-weight: 100;
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media (max-width: 991px) {
        #awards .heading h2 {
          font-size: 38px; } }
    #awards .heading p {
      font-size: 20px; }
  #awards .award-type1 {
    padding: 100px 50px 100px 0; }
    @media (max-width: 991px) {
      #awards .award-type1 {
        padding: 100px 20px 100px 0; } }
    #awards .award-type1 .wrapper {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1; }
      #awards .award-type1 .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -6px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #e7c8b6;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #c4b081 0%, #f3e4ce 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #c4b081 0%, #f3e4ce 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #c4b081 0%, #f3e4ce 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c8b6', endColorstr='#fff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        color: #000; }
      #awards .award-type1 .wrapper .inner {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #b0b0b0;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #010204 0%, #383939 75%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #010204 0%, #383939 75%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #010204 0%, #383939 75%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0b0b0',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        color: #000; }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type1 .wrapper .inner .container {
            margin-right: 0; } }
        #awards .award-type1 .wrapper .inner .container h3 {
          margin-bottom: 30px;
          font-size: 40px;
          background: #9e853b;
          background: -webkit-linear-gradient(top, #9e853b 0%, #fff1d9 40%, #fff1d9 60%, #9e853b 100%);
          background: -moz-linear-gradient(top, #9e853b 0%, #fff1d9 40%, #fff1d9 60%, #9e853b 100%);
          background: linear-gradient(to bottom, #9e853b 0%, #fff1d9 40%, #fff1d9 60%, #9e853b 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block;
          text-transform: capitalize;
          font-family: "Calisga", georgia, serif;
          letter-spacing: 1px;
          line-height: 1.6;
          filter: drop-shadow(1px 1px 0px white);
          transform: translateZ(0);
          backface-visibility: hidden;
          -webkit-font-smoothing: subpixel-antialiased; }
        #awards .award-type1 .wrapper .inner .container h4 {
          font-family: "proxima-nova", helvetica, sans-serif;
          letter-spacing: 1px;
          font-size: 30px;
          background: #eee;
          background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
          background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
          background: linear-gradient(to bottom, #eee 0%, #fff 100%);
          font-weight: 600;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block; }
          #awards .award-type1 .wrapper .inner .container h4 a {
            color: #000;
            display: flex;
            text-decoration: none; }
            #awards .award-type1 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type1 .wrapper .inner .container h4 a svg path, #awards .award-type1 .wrapper .inner .container h4 a svg polygon {
                fill: #fff; }
            #awards .award-type1 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        #awards .award-type1 .wrapper .inner .container p {
          color: #fff; }
        #awards .award-type1 .wrapper .inner .container img {
          width: 100%;
          border: 10px solid;
          border-image-slice: 1;
          border-width: 5px;
          border-image-source: linear-gradient(-45deg, #e6bfae 0%, #fefaf9 50%, #e6bfae 100%); }
        #awards .award-type1 .wrapper .inner .container ul:first-of-type {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type1 .wrapper .inner .container ul:first-of-type li {
            display: block; }
        #awards .award-type1 .wrapper .inner .container ul:last-of-type {
          list-style: none;
          padding: 0;
          margin: 0; }
          #awards .award-type1 .wrapper .inner .container ul:last-of-type li {
            font-style: italic;
            display: block; }
  #awards .award-type2 {
    padding: 100px 0 100px 50px; }
    @media (max-width: 991px) {
      #awards .award-type2 {
        padding: 100px 0 100px 20px; } }
    #awards .award-type2 .wrapper {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1; }
      #awards .award-type2 .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        background: #b8b8b8;
        /* Old browsers */
        background: -moz-linear-gradient(right, #fff 0%, #b8b8b8 50%, #fff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(right, #fff 0%, #b8b8b8 50%, #fff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, #fff 0%, #b8b8b8 50%, #fff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#fff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      #awards .award-type2 .wrapper .inner {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #e6bfae;
        /* Old browsers */
        background: -moz-linear-gradient(right, #e6bfae 0%, #fefefe 50%, #e6bfae 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(right, #e6bfae 0%, #fefefe 50%, #e6bfae 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, #e6bfae 0%, #fefefe 50%, #e6bfae 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bfae', endColorstr='#fefefe',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type2 .wrapper .inner .container {
            margin-left: 0; } }
        #awards .award-type2 .wrapper .inner .container h3 {
          font-weight: 800;
          margin-bottom: 40px;
          font-size: 40px;
          background: #5e5b53;
          background: -webkit-linear-gradient(to bottom, #5e5b53 0%, #78756b 100%);
          background: -moz-linear-gradient(to bottom, #5e5b53 0%, #78756b 100%);
          background: linear-gradient(to bottom, #5e5b53 0%, #78756b 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          text-transform: capitalize;
          display: block;
          font-family: "Calisga", georgia, serif;
          letter-spacing: 1px; }
        @media (min-width: 769px) {
          #awards .award-type2 .wrapper .inner .container .award-copy {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 768px) {
          #awards .award-type2 .wrapper .inner .container .award-copy {
            margin-bottom: 20px; } }
        #awards .award-type2 .wrapper .inner .container a {
          color: #ffeab7; }
        #awards .award-type2 .wrapper .inner .container h4 {
          font-family: "proxima-nova", helvetica, sans-serif;
          font-size: 28px;
          color: #444444;
          font-weight: 100;
          letter-spacing: 1px; }
          #awards .award-type2 .wrapper .inner .container h4 a {
            color: #444444;
            display: flex;
            text-decoration: none; }
            #awards .award-type2 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              height: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type2 .wrapper .inner .container h4 a svg path, #awards .award-type2 .wrapper .inner .container h4 a svg polygon {
                fill: #fff; }
            #awards .award-type2 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        #awards .award-type2 .wrapper .inner .container ul {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type2 .wrapper .inner .container ul li {
            display: block; }
        #awards .award-type2 .wrapper .inner .container img {
          width: 100%; }
  #awards .award-type3 {
    padding: 100px 50px 100px 0; }
    @media (max-width: 991px) {
      #awards .award-type3 {
        padding: 100px 20px 100px 0; } }
    #awards .award-type3 .wrapper {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1; }
      #awards .award-type3 .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #e7c8b6;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c8b6', endColorstr='#fff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      #awards .award-type3 .wrapper .inner {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #b0b0b0;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #b0b0b0 0%, #ffffff 50%, #b0b0b0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #b0b0b0 0%, #ffffff 50%, #b0b0b0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #b0b0b0 0%, #ffffff 50%, #b0b0b0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0b0b0',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        color: #000; }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type3 .wrapper .inner .container {
            margin-right: 0; } }
        #awards .award-type3 .wrapper .inner .container h3 {
          font-weight: 800;
          margin-bottom: 40px;
          font-size: 40px;
          text-transform: capitalize;
          background: #edc870;
          background: -webkit-linear-gradient(to bottom, #edc870 0%, #89640C 100%);
          background: -moz-linear-gradient(to bottom, #edc870 0%, #89640C 100%);
          background: linear-gradient(to bottom, #edc870 0%, #89640C 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block;
          font-family: "Calisga", georgia, serif;
          letter-spacing: 1px; }
        #awards .award-type3 .wrapper .inner .container h4 {
          font-family: "Calisga", georgia, serif;
          font-size: 30px;
          color: #ffeab7;
          font-weight: 500;
          letter-spacing: 1px; }
          #awards .award-type3 .wrapper .inner .container h4 a {
            color: #ffeab7;
            display: flex;
            text-decoration: none; }
            #awards .award-type3 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              height: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type3 .wrapper .inner .container h4 a svg path, #awards .award-type3 .wrapper .inner .container h4 a svg polygon {
                fill: #fff; }
            #awards .award-type3 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        #awards .award-type3 .wrapper .inner .container img {
          width: 100%; }
        #awards .award-type3 .wrapper .inner .container .writers {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type3 .wrapper .inner .container .writers li {
            display: block; }
        #awards .award-type3 .wrapper .inner .container .publishers {
          list-style: none;
          padding: 0;
          margin: 0; }
          #awards .award-type3 .wrapper .inner .container .publishers li {
            font-style: italic;
            display: block; }
        #awards .award-type3 .wrapper .inner .container ul {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type3 .wrapper .inner .container ul li {
            display: block; }
  #awards .videos .video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    align-items: center; }
    #awards .videos .video a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      #awards .videos .video a svg {
        opacity: 0.75;
        display: inline-block;
        margin: auto;
        width: 150px;
        transform: scale(1);
        transition: 0.2s ease all; }
        #awards .videos .video a svg path, #awards .videos .video a svg polygon {
          fill: #eee; }
      #awards .videos .video a:hover svg {
        opacity: 1;
        transform: scale(1.05);
        transition: 0.2s ease all; }
  #awards .videos p {
    margin: 15px 0 0 0;
    font-size: 20px; }

#highlights {
  background: -moz-linear-gradient(top, #000 0%, #393939 50%, #000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%, #393939 50%, #000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%, #393939 50%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 200px;
  position: relative;
  padding: 100px 0; }
  #highlights::before {
    content: "";
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0; }
  #highlights::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0; }
  #highlights .heading {
    text-align: center;
    padding-bottom: 50px; }
    #highlights .heading svg {
      display: block;
      margin: auto;
      width: 334px;
      fill: #fff;
      height: 34px;
      stroke: #fff; }
    #highlights .heading h2 {
      background: #e5bead;
      /* Old browsers */
      background: -moz-linear-gradient(right, #e5bead 0%, #fefcfd 50%, #e5bead 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, #e5bead 0%, #fefcfd 50%, #e5bead 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to left, #e5bead 0%, #fefcfd 50%, #e5bead 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bead', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      filter: drop-shadow(1px 1px 0px black);
      line-height: 1.6;
      display: inline-block;
      font-size: 50px;
      font-weight: 100;
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media (max-width: 768px) {
        #highlights .heading h2 {
          font-size: 36px; } }
    #highlights .heading p {
      font-size: 20px; }
  #highlights .divider {
    width: 75px;
    fill: #e3d8e6; }
  #highlights h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Calisga", georgia, serif;
    letter-spacing: 0px; }
  #highlights .video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    align-items: center;
    margin-bottom: 20px; }
    #highlights .video a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      #highlights .video a svg {
        opacity: 0.75;
        display: inline-block;
        margin: auto;
        width: 150px;
        transform: scale(1);
        transition: 0.2s ease all; }
        #highlights .video a svg path, #highlights .video a svg polygon {
          fill: #eee; }
      #highlights .video a:hover svg {
        opacity: 1;
        transform: scale(1.05);
        transition: 0.2s ease all; }
  @media (max-width: 575px) {
    #highlights .swiper-col {
      padding-right: 0px;
      padding-left: 0px; } }
  #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
    top: 240px;
    color: #FE5752; }
    @media (max-width: 1199px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 205px; } }
    @media (max-width: 991px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 180px; } }
    @media (max-width: 768px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 130px; } }
    @media (max-width: 575px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        display: none; } }
    #highlights .swiper-col .swiper-button-next:hover, #highlights .swiper-col .swiper-button-prev:hover, #highlights .swiper-col .swiper-button-next-1:hover, #highlights .swiper-col .swiper-button-prev-1:hover, #highlights .swiper-col .swiper-button-next-2:hover, #highlights .swiper-col .swiper-button-prev-2:hover {
      color: #fff; }
    #highlights .swiper-col .swiper-button-next::after, #highlights .swiper-col .swiper-button-prev::after, #highlights .swiper-col .swiper-button-next-1::after, #highlights .swiper-col .swiper-button-prev-1::after, #highlights .swiper-col .swiper-button-next-2::after, #highlights .swiper-col .swiper-button-prev-2::after {
      color: #b4a1ca; }
    #highlights .swiper-col .swiper-button-next:hover::after, #highlights .swiper-col .swiper-button-prev:hover::after, #highlights .swiper-col .swiper-button-next-1:hover::after, #highlights .swiper-col .swiper-button-prev-1:hover::after, #highlights .swiper-col .swiper-button-next-2:hover::after, #highlights .swiper-col .swiper-button-prev-2:hover::after {
      color: #fff; }
  #highlights .swiper-col .swiper-pagination, #highlights .swiper-col .swiper-pagination-2 {
    top: 285px; }
    @media (min-width: 576px) {
      #highlights .swiper-col .swiper-pagination, #highlights .swiper-col .swiper-pagination-2 {
        display: none; } }
    #highlights .swiper-col .swiper-pagination .swiper-pagination-bullet, #highlights .swiper-col .swiper-pagination-2 .swiper-pagination-bullet {
      background: #fff; }
      #highlights .swiper-col .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #highlights .swiper-col .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }
  #highlights .swiper-col .swiper-slide {
    text-align: center; }
    #highlights .swiper-col .swiper-slide img {
      width: auto;
      margin: auto auto 30px;
      height: 520px; }
      @media (max-width: 1199px) {
        #highlights .swiper-col .swiper-slide img {
          height: 450px; } }
      @media (max-width: 991px) {
        #highlights .swiper-col .swiper-slide img {
          height: 400px; } }
      @media (max-width: 768px) {
        #highlights .swiper-col .swiper-slide img {
          height: 300px; } }
      @media (max-width: 575px) {
        #highlights .swiper-col .swiper-slide img {
          height: 275px; } }
    #highlights .swiper-col .swiper-slide p {
      font-size: 20px; }
      #highlights .swiper-col .swiper-slide p span {
        margin-top: 10px;
        display: block;
        font-size: 16px; }
      @media (max-width: 575px) {
        #highlights .swiper-col .swiper-slide p {
          padding: 0 15px; } }

#photos .heading {
  text-align: center;
  padding-bottom: 50px; }
  #photos .heading h2 {
    text-transform: uppercase;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 50px;
    font-weight: 100; }
    @media (max-width: 768px) {
      #photos .heading h2 {
        background: -moz-linear-gradient(left, #666 0%, #fff 45%, #fff 55%, #666 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #666 0%, #fff 45%, #fff 55%, #666 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #666 0%, #fff 45%, #fff 55%, #666 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0px 0px #00000000;
        display: block; } }
  #photos .heading p {
    font-family: "Calisga", georgia, serif;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff 0%, #333 20%, #eee 40%, #121212 60%, #ddd 80%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff 0%, #333 20%, #eee 40%, #121212 60%, #ddd 80%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff 0%, #aaa 20%, #fff 40%, #aaa 60%, #fff 80%, #aaa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000;
    filter: drop-shadow(1px 1px 0px black);
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    min-height: 60px;
    margin-bottom: 0;
    margin-top: 40px; }
  #photos .heading svg {
    display: block;
    margin: auto;
    width: 334px;
    fill: #fff;
    height: 34px;
    stroke: #fff; }
#photos .gallery-slider-wrap {
  position: relative;
  overflow: hidden; }
  #photos .gallery-slider-wrap .mySwiper .slider-image {
    height: 550px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    position: relative; }
    @media (max-width: 990px) {
      #photos .gallery-slider-wrap .mySwiper .slider-image {
        height: 250px; } }
    #photos .gallery-slider-wrap .mySwiper .slider-image img {
      height: 100%; }
  #photos .gallery-slider-wrap .mySwiper .caption {
    height: auto;
    width: 85%;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin: auto; }
  #photos .gallery-slider-wrap .swiper-button-next, #photos .gallery-slider-wrap .swiper-button-prev {
    top: calc(50% - 30px);
    color: #fff1d9; }
    #photos .gallery-slider-wrap .swiper-button-next:hover, #photos .gallery-slider-wrap .swiper-button-prev:hover {
      color: #fff1d9; }
    #photos .gallery-slider-wrap .swiper-button-next::after, #photos .gallery-slider-wrap .swiper-button-prev::after {
      color: #9e843a; }
    #photos .gallery-slider-wrap .swiper-button-next:hover::after, #photos .gallery-slider-wrap .swiper-button-prev:hover::after {
      color: #fff1d9; }
  #photos .gallery-slider-wrap .swiper-button-next {
    right: 15%; }
  #photos .gallery-slider-wrap .swiper-button-prev {
    left: 15%; }

#more_awards {
  background: url("../img/bg-tall.jpg") no-repeat center top/cover;
  padding-bottom: 100px;
  position: relative; }
  #more_awards::before {
    content: "";
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0; }
  #more_awards .section-heading {
    padding: 100px 0 0; }
    #more_awards .section-heading svg {
      display: block;
      margin: auto;
      width: 150px;
      fill: #ffeab7;
      height: 4px; }
    #more_awards .section-heading #awards-subheading {
      font-size: 18px; }
    #more_awards .section-heading .spotify-btn {
      position: relative;
      border: none;
      margin: 20px auto;
      color: #fff;
      padding: 2px;
      display: inline-block;
      font-weight: 600;
      font-size: 18px;
      width: 240px;
      height: 50px;
      border-radius: 10px;
      background: transparent;
      transition: 0.25s ease all;
      background: #b3e0c5;
      text-decoration: none;
      background: -webkit-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
      background: -moz-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
      background: linear-gradient(135deg, #aaa 0%, #fff 50%, #aaa 100%); }
      #more_awards .section-heading .spotify-btn span {
        width: 100%;
        border-radius: 8px;
        height: 100%;
        text-decoration: none;
        display: block;
        align-content: center;
        background: #212121;
        background: -webkit-linear-gradient(-45deg, #212121 0%, #875e17 100%);
        background: -moz-linear-gradient(-45deg, #212121 0%, #875e17 100%);
        background: linear-gradient(135deg, #212121 0%, #875e17 100%);
        color: #fff;
        transition: 0.2s ease all;
        text-shadow: 0px 0px 0px #000000;
        border: 0; }
        #more_awards .section-heading .spotify-btn span svg {
          fill: #1DB954;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          display: inline-block;
          transition: 0.2s ease all; }
      #more_awards .section-heading .spotify-btn:hover {
        padding: 0;
        transition: 0.2s ease all;
        text-decoration: none; }
        #more_awards .section-heading .spotify-btn:hover span {
          color: #fff;
          text-decoration: none;
          transition: 0.2s ease all;
          text-shadow: 0px 0px 3px #000000;
          border: 1px solid #454545; }
          #more_awards .section-heading .spotify-btn:hover span svg {
            fill: #fff;
            transition: 0.2s ease all; }
    #more_awards .section-heading h2 {
      letter-spacing: 1px;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #fff 0%, #666 20%, #eee 40%, #999 60%, #fff 80%, #333 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(1px 1px 0px white);
      line-height: 1.6;
      text-shadow: 0px 0px #00000000;
      display: inline-block;
      font-size: 60px;
      font-weight: 100;
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-font-smoothing: subpixel-antialiased; }
      @media (max-width: 991px) {
        #more_awards .section-heading h2 {
          font-size: 38px; } }
    #more_awards .section-heading p {
      font-size: 20px; }
  #more_awards .heading {
    padding: 100px 0 0; }
    #more_awards .heading svg {
      width: 150px;
      fill: #dcdad3;
      margin: 15px auto 30px; }
    #more_awards .heading h2 {
      font-family: "Calisga", georgia, serif;
      background: #e5bead;
      /* Old browsers */
      background: -moz-linear-gradient(right, #ccc 0%, #fff 50%, #ccc 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, #ccc 0%, #fff 50%, #ccc 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to left, #ccc 0%, #fff 50%, #ccc 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5bead', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      filter: drop-shadow(1px 1px 0px black);
      line-height: 1.6;
      display: inline-block;
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-font-smoothing: subpixel-antialiased;
      font-size: 40px;
      font-weight: 100;
      min-height: 60px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        #more_awards .heading h2 {
          background: -moz-linear-gradient(left, #666 0%, #fff 45%, #fff 55%, #666 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #666 0%, #fff 45%, #fff 55%, #666 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #666 0%, #fff 45%, #fff 55%, #666 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block; } }
    #more_awards .heading p {
      font-size: 20px; }
  #more_awards #awards-subheading span {
    color: #9e853b; }
  #more_awards .more-awards {
    position: relative;
    z-index: 1; }
    #more_awards .more-awards .more-award {
      position: relative; }
      #more_awards .more-awards .more-award::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 20px;
        background: #e7c8b6;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #e7c8b6 0%, #fff 50%, #e7c8b6 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c8b6', endColorstr='#fff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */ }
      #more_awards .more-awards .more-award .inner {
        min-height: 130px;
        position: relative;
        text-align: center;
        margin: auto;
        border-radius: 18px;
        background: #b0b0b0;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #9e853b 0%, #feefd8 30%, #feefd8 70%, #9e853b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #9e853b 0%, #feefd8 30%, #feefd8 70%, #9e853b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #9e853b 0%, #feefd8 30%, #feefd8 70%, #9e853b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0b0b0',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        padding: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #more_awards .more-awards .more-award .inner h4 {
          color: #000;
          letter-spacing: 1px;
          font-size: 18px;
          text-transform: uppercase; }
          @media (min-width: 1400px) {
            #more_awards .more-awards .more-award .inner h4 {
              font-size: 14px; } }
        #more_awards .more-awards .more-award .inner ul {
          margin: 0;
          padding: 0;
          line-height: 1.3;
          list-style: none; }
          #more_awards .more-awards .more-award .inner ul li {
            text-transform: uppercase;
            color: #111;
            display: block;
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-weight: 400; }
            #more_awards .more-awards .more-award .inner ul li .star {
              color: #9e853b;
              font-size: 12px;
              top: -1px;
              position: relative;
              margin-right: 3px; }
    #more_awards .more-awards.more-awards1 .more-award {
      min-height: 130px; }
    #more_awards .more-awards.more-awards2 .more-award {
      min-height: 165px; }
      #more_awards .more-awards.more-awards2 .more-award .inner {
        min-height: 165px; }
    #more_awards .more-awards.more-awards3 .more-award {
      min-height: 130px; }
    #more_awards .more-awards.more-awards4 .more-award {
      min-height: 140px; }
      #more_awards .more-awards.more-awards4 .more-award .inner {
        min-height: 140px; }
    #more_awards .more-awards.more-awards5 .more-award {
      min-height: 130px; }
    #more_awards .more-awards.more-awards6 .more-award {
      min-height: 130px; }
      #more_awards .more-awards.more-awards6 .more-award .inner {
        min-height: 130px; }
  #more_awards .winners-list {
    position: relative;
    border: none;
    margin: 20px auto;
    color: #fff;
    padding: 2px;
    font-weight: 600;
    font-size: 18px;
    width: 320px;
    height: 50px;
    border-radius: 10px;
    background: transparent;
    transition: 0.25s ease all;
    background: #b3e0c5;
    background: -webkit-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
    background: -moz-linear-gradient(-45deg, #aaa 0%, #fff 50%, #aaa 100%);
    background: linear-gradient(135deg, #aaa 0%, #fff 50%, #aaa 100%); }
    #more_awards .winners-list span {
      width: 100%;
      border-radius: 8px;
      height: 100%;
      display: block;
      align-content: center;
      background: #212121;
      background: -webkit-linear-gradient(-45deg, #212121 0%, #875e17 100%);
      background: -moz-linear-gradient(-45deg, #212121 0%, #875e17 100%);
      background: linear-gradient(135deg, #212121 0%, #875e17 100%);
      color: #fff;
      transition: 0.2s ease all;
      text-shadow: 0px 0px 0px #000000;
      border: 0; }
    #more_awards .winners-list:hover {
      padding: 0;
      transition: 0.2s ease all; }
      #more_awards .winners-list:hover span {
        color: #fff;
        transition: 0.2s ease all;
        text-shadow: 0px 0px 3px #000000;
        border: 1px solid #454545; }
