/* Text Elements */

h1.hero-heading {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 10vw;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.1;

  -webkit-text-stroke-width: 1px;
}

h1.heading-3 {
  position: static;
  color: #7f1b1b;
  text-align: center;
  font-weight: 700;
  font-size: 37px;
  font-family: 'Abril Fatface', cursive;

  -webkit-text-stroke-color: #0a0a0a;
}

h1.heading-5 {
  color: #f15a5a;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

h1.heading-1 {
  color: #b70feb;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  font-family: Verdana, Geneva, sans-serif;

  -webkit-text-stroke-width: 0;
}

p.paragraph.Article-description {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 32px;
}

p.paragraph.hero-description {
  color: #1f2029;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Work Sans', sans-serif;
  line-height: 32px;
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
  -webkit-transform: scaleZ(1.75);
     -moz-transform: scaleZ(1.75);
          transform: scaleZ(1.75);

  mix-blend-mode: darken;
}

p.paragraph.paragraph-1 {
  color: #f7fffe;
  text-align: center;
}

p.paragraph.paragraph-3 {
  color: #f7fffe;
  text-align: center;
}

p.paragraph.paragraph-2 {
  border-width: .375rem;
  border-style: solid;
  color: #f7fffe;
  text-align: center;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: underline;
}

a.link-text.social-icon-text {
  margin-right: .5rem;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 80%;
}

a.link-text.text-link-1 {
  display: block;
  color: #f7fffe;
  text-align: center;
}

a.link-text span.text-link-text-1 {
  text-decoration: underline;
}

/* Interaction Elements */

a.link-button.button {
  display: block;
  background-color: #f5ebeb;
  color: #212cad;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  font-family: Verdana, Geneva, sans-serif;
}

/* Layout Elements */

body.body-1 {
  display: table;
  background-color: #4747c9;
}

body.css {
  display: table;
  background-color: #4747c9;
}

.container.container-1 {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 16px 16px 8px;
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(31, 32, 41, .85);
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  grid-area: cont-1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.css-grid {
  position: relative;
  display: block;
  min-height: auto;
  background-color: #f3f2f2;

  grid-template-columns: 60% 40%;
  grid-template-rows: repeat(8 , minmax(40vh, auto));
  grid-template-areas: 'cont-1 cont-1' 'cont-1 cont-1' 'cont-2 cont-2' 'cont-2 cont-2' 'cont-3 cont-3' 'cont-3 cont-3' 'cont-4 cont-4' 'cont-4 cont-4';
  grid-area: elementArea;
}

.container.container-6 {
  position: static;
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: start;
  padding: 17px 16px 16px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 50%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
  grid-area: auto / auto / auto / auto;
  justify-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}

.container.container-25 {
  display: block;
  min-height: 80vh;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .65) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .65) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .65) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .65) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, local;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: .98;

  grid-template-columns: none;
  grid-template-rows: none;
  background-blend-mode: normal, normal;
}

.container.container-28 {
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 16px;
  max-width: 1200px;
  background-color: #f3f2f2;
}

.container.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: auto;
  background-color: #f3f2f2;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.header {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  min-height: 100px;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container.container-5 {
  padding-right: 8px;
  padding-left: 8px;
}

.container.container-24 {
  margin-bottom: 32px;
  padding-right: 0;
  padding-left: 0;
}

.container.container-30 {
  padding-right: 8px;
  padding-left: 8px;
}

.container.container-14 {
  position: static;
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-3 {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 8px 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #4b21a6;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .65) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .65) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .65) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .65) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  grid-area: cont-3;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: multiply;
}

.container.container-7 {
  width: 90%;
  border-radius: 8px;
  background-color: transparent;
}

.container.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 8px 16px 16px;
  border-radius: 8px;
  background-color: #12141d;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  grid-area: cont-4;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.css-grid-2 {
  display: block;
  min-height: auto;
  background-color: #f3f2f2;

  grid-template-columns: 60% 40%;
  grid-template-rows: repeat(8 , minmax(40vh, auto));
  grid-template-areas: 'cont-1 cont-1' 'cont-1 cont-1' 'cont-2 cont-2' 'cont-2 cont-2' 'cont-3 cont-3' 'cont-3 cont-3' 'cont-4 cont-4' 'cont-4 cont-4';
}

ul.list-container.sticky-social-bar {
  position: fixed;
  top: 90%;
  left: 0;
  z-index: 0;
  visibility: hidden;
  margin-bottom: 0;
  margin-left: -8.75rem;
  width: 11.25rem;
  background-color: #333;
  list-style-type: none;
  -webkit-transform: translateY(-50%) translateX(0%);
     -moz-transform: translateY(-50%) translateX(0%);
       -o-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

li.list-item-container.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: .25rem .5rem;
  width: 100%;
  background-color: #12141d;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

a.glyph.fa {
  float: right;
  margin-left: .5rem;
  padding: .1rem .1rem 0;
  min-height: auto;
  width: auto;
  color: #fefefe;
  font-size: 1rem;
}

a.glyph.facebook {
  background-color: #3b5998;
}

a.glyph.fa.twitter {
  background-color: transparent;
}

a.glyph.linkedin {
  background-color: #007bb5;
}

a.glyph.fa.you-tube {
  background-color: transparent;
}

a.glyph.fa.insta-gram {
  background-color: transparent;
}

a.glyph.pinterest {
  background-color: #cb2027;
}

a.glyph.fa.facebook {
  background-color: transparent;
}

a.glyph.fa.pinterest {
  background-color: transparent;
}

a.glyph.fa.linkedin {
  padding-top: .25rem;
  background-color: transparent;
}

a.social-image.social-icon-1 {
  margin-right: 16px;
  max-width: 26px;
  background-color: #1f2029;
}

a.responsive-picture.picture-link-1 {
  position: static;
  display: inline;
  padding-top: 0;
  width: 100%;
  border-width: 0;
  border-style: dashed;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-1 {
  float: left;
  clear: none;
  width: 100%;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-2 {
  display: inline;
}

div.responsive-picture.picture-3 {
  display: inline;
}

div.responsive-picture.picture-4 {
  position: static;
  display: inline;
  float: none;
  clear: none;
  padding-right: 0;

  grid-area: auto / auto / auto / auto;
}

div.responsive-picture.picture-5 {
  display: inline;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 1px;
  width: 100%;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

a.link-button-glyph.btn.button.facebook.social {
  display: block;
}

div.responsive-picture.picture-5 > picture > img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

div.responsive-picture.picture-6 {
  display: inline;
}

video.html-video-1 {
  display: inline;
  width: 100%;
}

div.responsive-picture.picture-7 {
  float: none;
  width: 25%;
}

li.list-item-container.social-icon:hover {
  -webkit-transform: translateX(8.75rem);
     -moz-transform: translateX(8.75rem);
       -o-transform: translateX(8.75rem);
          transform: translateX(8.75rem);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 64px;
  }

  p.paragraph.Article-description {
    font-size: 24px;
  }

  /* Layout Elements */

  .container.css-grid {
    grid-template-columns: repeat(2 , 50%);
    grid-template-areas: 'cont-1 cont-1' 'cont-1 cont-1' 'cont-1 cont-1' 'cont-2 cont-3' 'cont-2 cont-3' 'cont-2 cont-3' 'cont-4 cont-4' 'cont-4 cont-4' 'cont-4 cont-4';
    grid-template-rows: repeat(6 , minmax(20vh, auto)) repeat(2 , minmax(15vh, auto)) minmax(auto, auto);
  }

  .container.container-1 {
    background-color: rgba(31, 32, 41, .85);
    background-attachment: fixed;
  }

  .container.container-26 {
    padding-left: 32px;
  }

  .container.container-28 {
    padding-left: 32px;
  }

  .container.container-25 {
    min-height: 80vh;
  }

  .container.header {
    position: relative;
    min-height: 170px;
  }

  .container.container-3 {
    margin-right: 16px;
    margin-left: 8px;
  }

  .container.container-13 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
    margin-left: 8px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.css-grid-2 {
    grid-template-columns: repeat(2 , 50%);
    grid-template-areas: 'cont-1 cont-1' 'cont-1 cont-1' 'cont-1 cont-1' 'cont-2 cont-2' 'cont-2 cont-2' 'cont-2 cont-2' 'cont-3 cont-4' 'cont-3 cont-4' 'cont-3 cont-4';
    grid-template-rows: repeat(3 , minmax(15vh, auto)) repeat(3 , minmax(20vh, auto)) repeat(3 , minmax(15vh, auto));
  }

  ul.list-container.sticky-social-bar {
    visibility: visible;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  body.body-1 {
    background-color: #12141d;
  }

  body.css {
    background-color: #12141d;
  }

  .container.css-grid {
    background-color: #f3f2f2;

    grid-template-areas: 'cont-1 cont-1 cont-1' 'cont-1 cont-1 cont-1' 'cont-1 cont-1 cont-1' 'cont-2 cont-3 cont-3' 'cont-2 cont-3 cont-3' 'cont-2 cont-3 cont-3' 'cont-2 cont-4 cont-4' 'cont-2 cont-4 cont-4' 'cont-2 cont-4 cont-4';
    grid-template-columns: 50% repeat(2 , 25%);
    grid-template-rows: repeat(9 , minmax(15vh, auto));
    justify-items: auto;
  }

  .container.container-1 {
    -ms-flex-align: center;
    background-color: rgba(31, 32, 41, .85);
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-26 {
    padding-left: 64px;
  }

  .container.container-28 {
    padding-left: 64px;
  }

  .container.container-25 {
    min-height: 70vh;
  }

  .container.header {
    position: relative;
  }

  .container.container-3 {
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.container-7 {
    max-width: 450px;
  }

  .container.container-13 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 16px;
    margin-left: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.css-grid-2 {
    background-color: #f3f2f2;

    grid-template-areas: 'cont-1 cont-1 cont-1' 'cont-1 cont-1 cont-1' 'cont-1 cont-1 cont-1' 'cont-2 cont-2 cont-2' 'cont-2 cont-2 cont-2' 'cont-2 cont-2 cont-2' 'cont-3 cont-4 cont-4' 'cont-3 cont-4 cont-4' 'cont-3 cont-4 cont-4';
    grid-template-columns: 50% repeat(2 , 25%);
    grid-template-rows: repeat(3 , minmax(15vh, auto)) repeat(3 , minmax(20vh, auto)) repeat(3 , minmax(15vh, auto));
    justify-items: auto;
  }
}