
#stacks_in_1 {
	margin:  5px;
}




#stacks_in_133 {
  display: inline-block;
  width: 100%;
}#stacks_in_134 #header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #stacks_in_134 #header-nav * {
    box-sizing: border-box; }
  #stacks_in_134 #header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    list-style-type: none; }
    #stacks_in_134 #header-nav ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 0 3px; }
      #stacks_in_134 #header-nav ul li a {
        color: #242424;
        font-size: 14px;
        border-radius: 20px;
        padding: 12px 18px;
        transition: all 0.3s ease; }
        #stacks_in_134 #header-nav ul li a:hover {
          color: white;
          background: rgba(36, 36, 36, 0.5);
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

#stacks_in_134 .modular-theme-nav ul li {
  margin: 0 5px; }
  #stacks_in_134 .modular-theme-nav ul li a {
    font-size: 14px;
    padding: 12px 18px;
    color: #242424; }
    #stacks_in_134 .modular-theme-nav ul li a.current {
      color: hotpink; }
  #stacks_in_134 .modular-theme-nav ul li:last-child a {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px; }

#stacks_in_134 .modular-theme-nav ul li ul {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2); }
  #stacks_in_134 .modular-theme-nav ul li ul li a {
    color: white; }

body.stacks_in_134 header#header {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  /*  */
  /*  */
  /*  */
  background: url(../header_files/header_bg_image_choice-134.jpg) no-repeat center center;
  background-size: cover;
  /*  */ }
  body.stacks_in_134 header#header::before {
    /*  */
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    position: absolute;
    background: rgba(218, 173, 134, 0.49);
    /*  */ }
  body.stacks_in_134 header#header .ocean-svg {
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0px;
    bottom: -5px;
    position: absolute;
    background: #273238; }
  body.stacks_in_134 header#header .wave-svg {
    top: -100px;
    z-index: 2;
    height: 100px;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; }
    body.stacks_in_134 header#header .wave-svg g {
      fill: #FFFFFF !important; }
  body.stacks_in_134 header#header .wave-svg:nth-of-type(2) {
    top: -75px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; }
  body.stacks_in_134 header#header .wave-svg:nth-of-type(3) {
    top: -90px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.5s infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.5s infinite; }
  body.stacks_in_134 header#header > .stacks_top {
    position: static; }
    body.stacks_in_134 header#header > .stacks_top > div {
      position: static; }
      body.stacks_in_134 header#header > .stacks_top > div > .stacks_out {
        position: static; }
        body.stacks_in_134 header#header > .stacks_top > div > .stacks_out > .stacks_in {
          position: static; }

body.stacks_in_134 header#header [id*="stacks_in"] {
  margin: 0 !important; }

body.stacks_in_134 header#header #header-inner {
  /*  */
  font-family: "Montserrat";
  /*  */
  max-width: 800px;
  /*  */
  z-index: 2;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px;
  min-height: 400px;
  /*  */ }
  body.stacks_in_134 header#header #header-inner.stacks h1, body.stacks_in_134 header#header #header-inner.stacks h2, body.stacks_in_134 header#header #header-inner.stacks h3, body.stacks_in_134 header#header #header-inner.stacks h4, body.stacks_in_134 header#header #header-inner.stacks h5, body.stacks_in_134 header#header #header-inner.stacks h6 {
    color: rgba(255, 255, 255, 1.00); }
  body.stacks_in_134 header#header #header-inner.stacks * {
    color: rgba(255, 255, 255, 1.00); }
  body.stacks_in_134 header#header #header-inner.title_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.stacks_in_134 header#header #header-inner.title_description.left {
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    body.stacks_in_134 header#header #header-inner.title_description.right {
      text-align: right;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    body.stacks_in_134 header#header #header-inner.title_description.center {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body.stacks_in_134 header#header #header-inner.title_description .header-inner-title {
      font-weight: bold;
      font-family: inherit;
      color: rgba(255, 255, 255, 1.00);
      font-size: 60px;
      line-height: 72.000000px; }
    body.stacks_in_134 header#header #header-inner.title_description .header-inner-description {
      font-family: inherit;
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      line-height: 19.200001px; }
  body.stacks_in_134 header#header #header-inner::before {
    /*  */ }

body.stacks_in_134 header#header .modular-wave-navbar {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */
  /*  */
  font-family: "Montserrat";
  /*  */
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 65px; }
  body.stacks_in_134 header#header .modular-wave-navbar-logo {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.stacks_in_134 header#header .modular-wave-navbar-logo img {
      width: 100%;
      height: auto; }
  body.stacks_in_134 header#header .modular-wave-navbar-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Proxima Nova"; }
    body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav li {
        padding-right: 5px;
        display: inline-block;
        margin-bottom: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
        body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav li:last-child {
          padding-right: 0; }
      body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a {
        z-index: 1;
        color: rgba(255, 255, 255, 1.00);
        font-size: 18px;
        padding: 12px 18px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s; }
        body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover {
          color: rgba(255, 255, 255, 1.00); }
          body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover::after {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover::before {
            opacity: 0; }
        body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a::after, body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a::before {
          background: rgba(255, 255, 255, 0.30);
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          z-index: -1;
          display: block;
          position: absolute;
          transition: inherit;
          pointer-events: none;
          border-radius: 30px; }
        body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a::before {
          background: rgba(255, 255, 255, 0.00); }
        body.stacks_in_134 header#header .modular-wave-navbar-nav-top ul.modular-nav a::after {
          opacity: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: rgba(255, 255, 255, 0.30); }
  body.stacks_in_134 header#header .modular-wave-navbar-side-nav-toggle {
    color: rgba(49, 44, 50, 1.00);
    background: rgba(255, 255, 255, 1.00);
    position: fixed;
    z-index: 20;
    top: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    cursor: pointer;
    margin-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.3s ease-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    body.stacks_in_134 header#header .modular-wave-navbar-side-nav-toggle i {
      font-size: 22px;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
    body.stacks_in_134 header#header .modular-wave-navbar-side-nav-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(216, 27, 96, 1.00);
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

body.stacks_in_134 header#header #modular-wave-side-nav {
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Roboto";
  /*  */
  width: 320px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  max-width: 100%;
  max-height: calc(100% - 30px);
  overflow-y: scroll;
  padding-right: 20px;
  margin: 15px -100% 15px 0;
  transition: all 0.4s;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3); }
  body.stacks_in_134 header#header #modular-wave-side-nav.was-opened {
    -webkit-animation: side-nav-out 0.7s;
            animation: side-nav-out 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  body.stacks_in_134 header#header #modular-wave-side-nav .modular-wave-side-nav-header {
    color: rgba(69, 90, 100, 1.00);
    background: rgba(236, 239, 241, 1.00);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-pack: Space-between;
        -ms-flex-pack: Space-between;
            justify-content: Space-between; }
    body.stacks_in_134 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-title h1 {
      margin: 0;
      padding: 10px;
      font-size: 24px;
      font-weight: 200;
      color: inherit;
      font-family: inherit; }
    body.stacks_in_134 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-close {
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      border-radius: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      transition: all 0.3s; }
      body.stacks_in_134 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-close:hover {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav {
    padding: 15px;
    margin: 0;
    opacity: 0;
    list-style: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
    body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav ul {
      margin: 0;
      list-style: none;
      padding: 0 0 0 15px; }
    body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li {
      margin-bottom: 3px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li.modular-nav-item-parent:not(.no-no) > a::after {
        font-size: 16px;
        display: inline-block;
        font-family: "Material Icons";
        content: 'keyboard_arrow_down'; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li a {
        font-size: 16px;
        padding: 10px 8px;
        color: rgba(120, 144, 156, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li a:hover {
          color: rgba(216, 27, 96, 1.00); }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li ul li:first-child {
        margin-top: 3px; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li > ul {
        height: 0;
        opacity: 0;
        overflow: hidden; }
        body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li > ul li {
          border-bottom: none; }
          body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li > ul li a {
            font-size: 15px; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li > ul ul ul ul {
        display: none; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li.expanded > ul {
        opacity: 1;
        transition: opacity 0.3s 0.3s; }
      body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li.expanded.modular-nav-item-parent:not(.no-no) > a {
        color: rgba(216, 27, 96, 1.00); }
        body.stacks_in_134 header#header #modular-wave-side-nav > ul.modular-nav li.expanded.modular-nav-item-parent:not(.no-no) > a::after {
          content: 'keyboard_arrow_up'; }

body.stacks_in_134 header#header .modular-wave-side-nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  cursor: pointer; }

body.stacks_in_134.modular-side-nav-open header#header #modular-wave-side-nav {
  -webkit-animation: side-nav-in 0.7s;
          animation: side-nav-in 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  body.stacks_in_134.modular-side-nav-open header#header #modular-wave-side-nav .modular-wave-side-nav-header {
    -webkit-animation: side-nav-header-in 0.4s 0.6s;
            animation: side-nav-header-in 0.4s 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  body.stacks_in_134.modular-side-nav-open header#header #modular-wave-side-nav > ul.modular-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.4s 0.6s; }

body.stacks_in_134.modular-side-nav-open header#header .modular-wave-side-nav-cover {
  display: block; }

body.stacks_in_134.modular-side-nav-open.close-nav-focus #modular-wave-side-nav .side-nav-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: rgba(220, 20, 60, 0.4);
  -webkit-animation: side-nav-close-pulse 0.8s infinite;
          animation: side-nav-close-pulse 0.8s infinite; }

body.stacks_in_134 main#content {
  /*  */
  font-family: "Montserrat";
  /*  */ }

body.stacks_in_134 #footer {
  min-height: 300px;
  position: relative;
  padding: 20px 15px;
  /*  */
  background: rgba(38, 34, 39, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Montserrat";
  /*  */ }
  body.stacks_in_134 #footer::before {
    /*  */
    display: none;
    /*  */ }

body.stacks_in_134 {
  color: rgba(49, 44, 50, 0.60);
  background: #FFFFFF;
  /*  */
  font-family: "Montserrat";
  /*  */ }
  body.stacks_in_134 a, body.stacks_in_134 a:visited {
    color: rgba(218, 173, 134, 1.00); }
  body.stacks_in_134 a:hover {
    color: rgba(136, 209, 251, 1.00); }
  body.stacks_in_134 p, body.stacks_in_134 span {
    color: rgba(49, 44, 50, 0.60); }
  body.stacks_in_134 code {
    color: rgba(218, 173, 134, 1.00);
    background: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 pre {
    overflow-y: hidden;
    background: #f4f5f6;
    border-left: 3px solid rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 h1, body.stacks_in_134 h2, body.stacks_in_134 h3, body.stacks_in_134 h4, body.stacks_in_134 h5, body.stacks_in_134 h6, body.stacks_in_134 .album-title {
    font-weight: bold;
    color: rgba(49, 44, 50, 1.00);
    /*  */
    font-family: "Montserrat";
    /*  */ }
  body.stacks_in_134 input[type='email'],
  body.stacks_in_134 input[type='number'],
  body.stacks_in_134 input[type='password'],
  body.stacks_in_134 input[type='search'],
  body.stacks_in_134 input[type='tel'],
  body.stacks_in_134 input[type='text'],
  body.stacks_in_134 input[type='url'],
  body.stacks_in_134 textarea,
  body.stacks_in_134 select {
    border: 0.1rem solid rgba(49, 44, 50, 0.10); }
  body.stacks_in_134 input[type='email']:focus,
  body.stacks_in_134 input[type='number']:focus,
  body.stacks_in_134 input[type='password']:focus,
  body.stacks_in_134 input[type='search']:focus,
  body.stacks_in_134 input[type='tel']:focus,
  body.stacks_in_134 input[type='text']:focus,
  body.stacks_in_134 input[type='url']:focus,
  body.stacks_in_134 textarea:focus,
  body.stacks_in_134 select:focus {
    border-color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button, body.stacks_in_134 button, body.stacks_in_134 input[type='button'], body.stacks_in_134 input[type='reset'], body.stacks_in_134 input[type='submit'] {
    background-color: rgba(49, 44, 50, 1.00);
    border: 0.1rem solid rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button:focus, body.stacks_in_134 .button:hover, body.stacks_in_134 button:focus, body.stacks_in_134 button:hover, body.stacks_in_134 input[type='button']:focus, body.stacks_in_134 input[type='button']:hover, body.stacks_in_134 input[type='reset']:focus, body.stacks_in_134 input[type='reset']:hover, body.stacks_in_134 input[type='submit']:focus, body.stacks_in_134 input[type='submit']:hover {
    background-color: rgba(49, 44, 50, 1.00);
    border-color: rgba(49, 44, 50, 1.00);
    color: #fff; }
  body.stacks_in_134 .button[disabled]:focus, body.stacks_in_134 .button[disabled]:hover, body.stacks_in_134 button[disabled]:focus, body.stacks_in_134 button[disabled]:hover, body.stacks_in_134 input[type='button'][disabled]:focus, body.stacks_in_134 input[type='button'][disabled]:hover, body.stacks_in_134 input[type='reset'][disabled]:focus, body.stacks_in_134 input[type='reset'][disabled]:hover, body.stacks_in_134 input[type='submit'][disabled]:focus, body.stacks_in_134 input[type='submit'][disabled]:hover {
    background-color: rgba(49, 44, 50, 1.00);
    border-color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-outline, body.stacks_in_134 button.button-outline, body.stacks_in_134 input[type='button'].button-outline, body.stacks_in_134 input[type='reset'].button-outline, body.stacks_in_134 input[type='submit'].button-outline {
    background-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-outline:focus, body.stacks_in_134 .button.button-outline:hover, body.stacks_in_134 button.button-outline:focus, body.stacks_in_134 button.button-outline:hover, body.stacks_in_134 input[type='button'].button-outline:focus, body.stacks_in_134 input[type='button'].button-outline:hover, body.stacks_in_134 input[type='reset'].button-outline:focus, body.stacks_in_134 input[type='reset'].button-outline:hover, body.stacks_in_134 input[type='submit'].button-outline:focus, body.stacks_in_134 input[type='submit'].button-outline:hover {
    background-color: transparent;
    border-color: rgba(49, 44, 50, 1.00);
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-outline[disabled]:focus, body.stacks_in_134 .button.button-outline[disabled]:hover,
  body.stacks_in_134 button.button-outline[disabled]:focus,
  body.stacks_in_134 button.button-outline[disabled]:hover,
  body.stacks_in_134 input[type='button'].button-outline[disabled]:focus,
  body.stacks_in_134 input[type='button'].button-outline[disabled]:hover,
  body.stacks_in_134 input[type='reset'].button-outline[disabled]:focus,
  body.stacks_in_134 input[type='reset'].button-outline[disabled]:hover,
  body.stacks_in_134 input[type='submit'].button-outline[disabled]:focus,
  body.stacks_in_134 input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-clear,
  body.stacks_in_134 button.button-clear,
  body.stacks_in_134 input[type='button'].button-clear,
  body.stacks_in_134 input[type='reset'].button-clear,
  body.stacks_in_134 input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-clear:focus, body.stacks_in_134 .button.button-clear:hover,
  body.stacks_in_134 button.button-clear:focus,
  body.stacks_in_134 button.button-clear:hover,
  body.stacks_in_134 input[type='button'].button-clear:focus,
  body.stacks_in_134 input[type='button'].button-clear:hover,
  body.stacks_in_134 input[type='reset'].button-clear:focus,
  body.stacks_in_134 input[type='reset'].button-clear:hover,
  body.stacks_in_134 input[type='submit'].button-clear:focus,
  body.stacks_in_134 input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .button.button-clear[disabled]:focus, body.stacks_in_134 .button.button-clear[disabled]:hover,
  body.stacks_in_134 button.button-clear[disabled]:focus,
  body.stacks_in_134 button.button-clear[disabled]:hover,
  body.stacks_in_134 input[type='button'].button-clear[disabled]:focus,
  body.stacks_in_134 input[type='button'].button-clear[disabled]:hover,
  body.stacks_in_134 input[type='reset'].button-clear[disabled]:focus,
  body.stacks_in_134 input[type='reset'].button-clear[disabled]:hover,
  body.stacks_in_134 input[type='submit'].button-clear[disabled]:focus,
  body.stacks_in_134 input[type='submit'].button-clear[disabled]:hover {
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_134 .slbCloseBtn {
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    font-size: 30px;
    padding-bottom: 3px;
    font-weight: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 800px) {
  body.stacks_in_134 header#header .modular-wave-navbar-nav-top {
    display: none; } }

@-webkit-keyframes side-nav-in {
  0% {
    margin-right: -100%; }
  70% {
    margin-right: -10px; }
  100% {
    margin-right: -20px; } }

@keyframes side-nav-in {
  0% {
    margin-right: -100%; }
  70% {
    margin-right: -10px; }
  100% {
    margin-right: -20px; } }

@-webkit-keyframes side-nav-out {
  0% {
    margin-right: -20px; }
  100% {
    margin-right: calc(-100% - 20px); } }

@keyframes side-nav-out {
  0% {
    margin-right: -20px; }
  100% {
    margin-right: calc(-100% - 20px); } }

@-webkit-keyframes side-nav-header-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes side-nav-header-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes side-nav-close-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes side-nav-close-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

/*  */




#stacks_in_137 {
  display: inline-block;
  width: 100%;
}#stacks_in_138 #header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #stacks_in_138 #header-nav * {
    box-sizing: border-box; }
  #stacks_in_138 #header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    list-style-type: none; }
    #stacks_in_138 #header-nav ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 0 3px; }
      #stacks_in_138 #header-nav ul li a {
        color: #242424;
        font-size: 14px;
        border-radius: 20px;
        padding: 12px 18px;
        transition: all 0.3s ease; }
        #stacks_in_138 #header-nav ul li a:hover {
          color: white;
          background: rgba(36, 36, 36, 0.5);
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

#stacks_in_138 .modular-theme-nav ul li {
  margin: 0 5px; }
  #stacks_in_138 .modular-theme-nav ul li a {
    font-size: 14px;
    padding: 12px 18px;
    color: #242424; }
    #stacks_in_138 .modular-theme-nav ul li a.current {
      color: hotpink; }
  #stacks_in_138 .modular-theme-nav ul li:last-child a {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px; }

#stacks_in_138 .modular-theme-nav ul li ul {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2); }
  #stacks_in_138 .modular-theme-nav ul li ul li a {
    color: white; }

body.stacks_in_138 header#header {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  /*  */
  background: rgba(218, 173, 134, 1.00);
  /*  */
  /*  */
  /*  */ }
  body.stacks_in_138 header#header::before {
    /*  */
    display: none;
    /*  */ }
  body.stacks_in_138 header#header .ocean-svg {
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0px;
    bottom: -5px;
    position: absolute;
    background: #273238; }
  body.stacks_in_138 header#header .wave-svg {
    top: -100px;
    z-index: 2;
    height: 100px;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; }
    body.stacks_in_138 header#header .wave-svg g {
      fill: #FFFFFF !important; }
  body.stacks_in_138 header#header .wave-svg:nth-of-type(2) {
    top: -75px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite; }
  body.stacks_in_138 header#header .wave-svg:nth-of-type(3) {
    top: -90px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.5s infinite;
            animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.5s infinite; }
  body.stacks_in_138 header#header > .stacks_top {
    position: static; }
    body.stacks_in_138 header#header > .stacks_top > div {
      position: static; }
      body.stacks_in_138 header#header > .stacks_top > div > .stacks_out {
        position: static; }
        body.stacks_in_138 header#header > .stacks_top > div > .stacks_out > .stacks_in {
          position: static; }

body.stacks_in_138 header#header [id*="stacks_in"] {
  margin: 0 !important; }

body.stacks_in_138 header#header #header-inner {
  /*  */
  font-family: "Montserrat";
  /*  */
  max-width: 800px;
  /*  */
  z-index: 2;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px;
  min-height: 400px;
  /*  */ }
  body.stacks_in_138 header#header #header-inner.stacks h1, body.stacks_in_138 header#header #header-inner.stacks h2, body.stacks_in_138 header#header #header-inner.stacks h3, body.stacks_in_138 header#header #header-inner.stacks h4, body.stacks_in_138 header#header #header-inner.stacks h5, body.stacks_in_138 header#header #header-inner.stacks h6 {
    color: rgba(255, 255, 255, 1.00); }
  body.stacks_in_138 header#header #header-inner.stacks * {
    color: rgba(255, 255, 255, 1.00); }
  body.stacks_in_138 header#header #header-inner.title_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.stacks_in_138 header#header #header-inner.title_description.left {
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    body.stacks_in_138 header#header #header-inner.title_description.right {
      text-align: right;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    body.stacks_in_138 header#header #header-inner.title_description.center {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    body.stacks_in_138 header#header #header-inner.title_description .header-inner-title {
      font-weight: bold;
      font-family: inherit;
      color: rgba(255, 255, 255, 1.00);
      font-size: 60px;
      line-height: 72.000000px; }
    body.stacks_in_138 header#header #header-inner.title_description .header-inner-description {
      font-family: inherit;
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      line-height: 19.200001px; }
  body.stacks_in_138 header#header #header-inner::before {
    /*  */ }

body.stacks_in_138 header#header .modular-wave-navbar {
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */
  /*  */
  font-family: "Montserrat";
  /*  */
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 65px; }
  body.stacks_in_138 header#header .modular-wave-navbar-logo {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.stacks_in_138 header#header .modular-wave-navbar-logo img {
      width: 100%;
      height: auto; }
  body.stacks_in_138 header#header .modular-wave-navbar-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Proxima Nova"; }
    body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav li {
        padding-right: 5px;
        display: inline-block;
        margin-bottom: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
        body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav li:last-child {
          padding-right: 0; }
      body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a {
        z-index: 1;
        color: rgba(255, 255, 255, 1.00);
        font-size: 18px;
        padding: 12px 18px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s; }
        body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover {
          color: rgba(255, 255, 255, 1.00); }
          body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover::after {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a:hover::before {
            opacity: 0; }
        body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a::after, body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a::before {
          background: rgba(255, 255, 255, 0.30);
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          z-index: -1;
          display: block;
          position: absolute;
          transition: inherit;
          pointer-events: none;
          border-radius: 30px; }
        body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a::before {
          background: rgba(255, 255, 255, 0.00); }
        body.stacks_in_138 header#header .modular-wave-navbar-nav-top ul.modular-nav a::after {
          opacity: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: rgba(255, 255, 255, 0.30); }
  body.stacks_in_138 header#header .modular-wave-navbar-side-nav-toggle {
    color: rgba(49, 44, 50, 1.00);
    background: rgba(255, 255, 255, 1.00);
    position: fixed;
    z-index: 20;
    top: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    cursor: pointer;
    margin-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.3s ease-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
    body.stacks_in_138 header#header .modular-wave-navbar-side-nav-toggle i {
      font-size: 22px;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
    body.stacks_in_138 header#header .modular-wave-navbar-side-nav-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(216, 27, 96, 1.00);
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

body.stacks_in_138 header#header #modular-wave-side-nav {
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Roboto";
  /*  */
  width: 320px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  max-width: 100%;
  max-height: calc(100% - 30px);
  overflow-y: scroll;
  padding-right: 20px;
  margin: 15px -100% 15px 0;
  transition: all 0.4s;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3); }
  body.stacks_in_138 header#header #modular-wave-side-nav.was-opened {
    -webkit-animation: side-nav-out 0.7s;
            animation: side-nav-out 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  body.stacks_in_138 header#header #modular-wave-side-nav .modular-wave-side-nav-header {
    color: rgba(69, 90, 100, 1.00);
    background: rgba(236, 239, 241, 1.00);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-pack: Space-between;
        -ms-flex-pack: Space-between;
            justify-content: Space-between; }
    body.stacks_in_138 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-title h1 {
      margin: 0;
      padding: 10px;
      font-size: 24px;
      font-weight: 200;
      color: inherit;
      font-family: inherit; }
    body.stacks_in_138 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-close {
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      border-radius: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      transition: all 0.3s; }
      body.stacks_in_138 header#header #modular-wave-side-nav .modular-wave-side-nav-header .side-nav-close:hover {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav {
    padding: 15px;
    margin: 0;
    opacity: 0;
    list-style: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
    body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav ul {
      margin: 0;
      list-style: none;
      padding: 0 0 0 15px; }
    body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li {
      margin-bottom: 3px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li.modular-nav-item-parent:not(.no-no) > a::after {
        font-size: 16px;
        display: inline-block;
        font-family: "Material Icons";
        content: 'keyboard_arrow_down'; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li a {
        font-size: 16px;
        padding: 10px 8px;
        color: rgba(120, 144, 156, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li a:hover {
          color: rgba(216, 27, 96, 1.00); }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li ul li:first-child {
        margin-top: 3px; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li > ul {
        height: 0;
        opacity: 0;
        overflow: hidden; }
        body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li > ul li {
          border-bottom: none; }
          body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li > ul li a {
            font-size: 15px; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li > ul ul ul ul {
        display: none; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li.expanded > ul {
        opacity: 1;
        transition: opacity 0.3s 0.3s; }
      body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li.expanded.modular-nav-item-parent:not(.no-no) > a {
        color: rgba(216, 27, 96, 1.00); }
        body.stacks_in_138 header#header #modular-wave-side-nav > ul.modular-nav li.expanded.modular-nav-item-parent:not(.no-no) > a::after {
          content: 'keyboard_arrow_up'; }

body.stacks_in_138 header#header .modular-wave-side-nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  cursor: pointer; }

body.stacks_in_138.modular-side-nav-open header#header #modular-wave-side-nav {
  -webkit-animation: side-nav-in 0.7s;
          animation: side-nav-in 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  body.stacks_in_138.modular-side-nav-open header#header #modular-wave-side-nav .modular-wave-side-nav-header {
    -webkit-animation: side-nav-header-in 0.4s 0.6s;
            animation: side-nav-header-in 0.4s 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  body.stacks_in_138.modular-side-nav-open header#header #modular-wave-side-nav > ul.modular-nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.4s 0.6s; }

body.stacks_in_138.modular-side-nav-open header#header .modular-wave-side-nav-cover {
  display: block; }

body.stacks_in_138.modular-side-nav-open.close-nav-focus #modular-wave-side-nav .side-nav-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: rgba(220, 20, 60, 0.4);
  -webkit-animation: side-nav-close-pulse 0.8s infinite;
          animation: side-nav-close-pulse 0.8s infinite; }

body.stacks_in_138 main#content {
  /*  */
  font-family: "Montserrat";
  /*  */ }

body.stacks_in_138 #footer {
  min-height: 300px;
  position: relative;
  padding: 20px 15px;
  /*  */
  background: rgba(38, 34, 39, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Montserrat";
  /*  */ }
  body.stacks_in_138 #footer::before {
    /*  */
    display: none;
    /*  */ }

body.stacks_in_138 {
  color: rgba(49, 44, 50, 0.60);
  background: #FFFFFF;
  /*  */
  font-family: "Montserrat";
  /*  */ }
  body.stacks_in_138 a, body.stacks_in_138 a:visited {
    color: rgba(218, 173, 134, 1.00); }
  body.stacks_in_138 a:hover {
    color: rgba(136, 209, 251, 1.00); }
  body.stacks_in_138 p, body.stacks_in_138 span {
    color: rgba(49, 44, 50, 0.60); }
  body.stacks_in_138 code {
    color: rgba(218, 173, 134, 1.00);
    background: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 pre {
    overflow-y: hidden;
    background: #f4f5f6;
    border-left: 3px solid rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 h1, body.stacks_in_138 h2, body.stacks_in_138 h3, body.stacks_in_138 h4, body.stacks_in_138 h5, body.stacks_in_138 h6, body.stacks_in_138 .album-title {
    font-weight: bold;
    color: rgba(49, 44, 50, 1.00);
    /*  */
    font-family: "Montserrat";
    /*  */ }
  body.stacks_in_138 input[type='email'],
  body.stacks_in_138 input[type='number'],
  body.stacks_in_138 input[type='password'],
  body.stacks_in_138 input[type='search'],
  body.stacks_in_138 input[type='tel'],
  body.stacks_in_138 input[type='text'],
  body.stacks_in_138 input[type='url'],
  body.stacks_in_138 textarea,
  body.stacks_in_138 select {
    border: 0.1rem solid rgba(49, 44, 50, 0.10); }
  body.stacks_in_138 input[type='email']:focus,
  body.stacks_in_138 input[type='number']:focus,
  body.stacks_in_138 input[type='password']:focus,
  body.stacks_in_138 input[type='search']:focus,
  body.stacks_in_138 input[type='tel']:focus,
  body.stacks_in_138 input[type='text']:focus,
  body.stacks_in_138 input[type='url']:focus,
  body.stacks_in_138 textarea:focus,
  body.stacks_in_138 select:focus {
    border-color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button, body.stacks_in_138 button, body.stacks_in_138 input[type='button'], body.stacks_in_138 input[type='reset'], body.stacks_in_138 input[type='submit'] {
    background-color: rgba(49, 44, 50, 1.00);
    border: 0.1rem solid rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button:focus, body.stacks_in_138 .button:hover, body.stacks_in_138 button:focus, body.stacks_in_138 button:hover, body.stacks_in_138 input[type='button']:focus, body.stacks_in_138 input[type='button']:hover, body.stacks_in_138 input[type='reset']:focus, body.stacks_in_138 input[type='reset']:hover, body.stacks_in_138 input[type='submit']:focus, body.stacks_in_138 input[type='submit']:hover {
    background-color: rgba(49, 44, 50, 1.00);
    border-color: rgba(49, 44, 50, 1.00);
    color: #fff; }
  body.stacks_in_138 .button[disabled]:focus, body.stacks_in_138 .button[disabled]:hover, body.stacks_in_138 button[disabled]:focus, body.stacks_in_138 button[disabled]:hover, body.stacks_in_138 input[type='button'][disabled]:focus, body.stacks_in_138 input[type='button'][disabled]:hover, body.stacks_in_138 input[type='reset'][disabled]:focus, body.stacks_in_138 input[type='reset'][disabled]:hover, body.stacks_in_138 input[type='submit'][disabled]:focus, body.stacks_in_138 input[type='submit'][disabled]:hover {
    background-color: rgba(49, 44, 50, 1.00);
    border-color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-outline, body.stacks_in_138 button.button-outline, body.stacks_in_138 input[type='button'].button-outline, body.stacks_in_138 input[type='reset'].button-outline, body.stacks_in_138 input[type='submit'].button-outline {
    background-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-outline:focus, body.stacks_in_138 .button.button-outline:hover, body.stacks_in_138 button.button-outline:focus, body.stacks_in_138 button.button-outline:hover, body.stacks_in_138 input[type='button'].button-outline:focus, body.stacks_in_138 input[type='button'].button-outline:hover, body.stacks_in_138 input[type='reset'].button-outline:focus, body.stacks_in_138 input[type='reset'].button-outline:hover, body.stacks_in_138 input[type='submit'].button-outline:focus, body.stacks_in_138 input[type='submit'].button-outline:hover {
    background-color: transparent;
    border-color: rgba(49, 44, 50, 1.00);
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-outline[disabled]:focus, body.stacks_in_138 .button.button-outline[disabled]:hover,
  body.stacks_in_138 button.button-outline[disabled]:focus,
  body.stacks_in_138 button.button-outline[disabled]:hover,
  body.stacks_in_138 input[type='button'].button-outline[disabled]:focus,
  body.stacks_in_138 input[type='button'].button-outline[disabled]:hover,
  body.stacks_in_138 input[type='reset'].button-outline[disabled]:focus,
  body.stacks_in_138 input[type='reset'].button-outline[disabled]:hover,
  body.stacks_in_138 input[type='submit'].button-outline[disabled]:focus,
  body.stacks_in_138 input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-clear,
  body.stacks_in_138 button.button-clear,
  body.stacks_in_138 input[type='button'].button-clear,
  body.stacks_in_138 input[type='reset'].button-clear,
  body.stacks_in_138 input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-clear:focus, body.stacks_in_138 .button.button-clear:hover,
  body.stacks_in_138 button.button-clear:focus,
  body.stacks_in_138 button.button-clear:hover,
  body.stacks_in_138 input[type='button'].button-clear:focus,
  body.stacks_in_138 input[type='button'].button-clear:hover,
  body.stacks_in_138 input[type='reset'].button-clear:focus,
  body.stacks_in_138 input[type='reset'].button-clear:hover,
  body.stacks_in_138 input[type='submit'].button-clear:focus,
  body.stacks_in_138 input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .button.button-clear[disabled]:focus, body.stacks_in_138 .button.button-clear[disabled]:hover,
  body.stacks_in_138 button.button-clear[disabled]:focus,
  body.stacks_in_138 button.button-clear[disabled]:hover,
  body.stacks_in_138 input[type='button'].button-clear[disabled]:focus,
  body.stacks_in_138 input[type='button'].button-clear[disabled]:hover,
  body.stacks_in_138 input[type='reset'].button-clear[disabled]:focus,
  body.stacks_in_138 input[type='reset'].button-clear[disabled]:hover,
  body.stacks_in_138 input[type='submit'].button-clear[disabled]:focus,
  body.stacks_in_138 input[type='submit'].button-clear[disabled]:hover {
    color: rgba(49, 44, 50, 1.00); }
  body.stacks_in_138 .slbCloseBtn {
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    font-size: 30px;
    padding-bottom: 3px;
    font-weight: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 800px) {
  body.stacks_in_138 header#header .modular-wave-navbar-nav-top {
    display: none; } }

@-webkit-keyframes side-nav-in {
  0% {
    margin-right: -100%; }
  70% {
    margin-right: -10px; }
  100% {
    margin-right: -20px; } }

@keyframes side-nav-in {
  0% {
    margin-right: -100%; }
  70% {
    margin-right: -10px; }
  100% {
    margin-right: -20px; } }

@-webkit-keyframes side-nav-out {
  0% {
    margin-right: -20px; }
  100% {
    margin-right: calc(-100% - 20px); } }

@keyframes side-nav-out {
  0% {
    margin-right: -20px; }
  100% {
    margin-right: calc(-100% - 20px); } }

@-webkit-keyframes side-nav-header-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes side-nav-header-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes side-nav-close-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes side-nav-close-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }

@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); } }

/*  */
