/* Text Elements */

h1.heading-1 {
  display: block;
  margin-top: 0;
  margin-bottom: 13px;
  padding: 0;
  border-bottom: 0 solid #392905;
  border-top-right-radius: 7px;
  background-color: transparent;
  color: #7097b4;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: capitalize;
  text-shadow: #3b3b3b 1px 1px 3px;
  font-weight: 900;
  font-style: normal;
  font-variant: small-caps;
  font-size: 17px;
  font-family: 'Signika Negative', sans-serif;
  line-height: 19px;

  -webkit-text-stroke-color: #1d2535;
  -webkit-text-stroke-width: 0;
}

h1 strong.heading-text-1 {
  font-weight: 400;
  font-size: 1.3125rem;
}

h1.heading-2 {
  margin-top: 16px;
  padding-top: 3px;
  padding-bottom: 6px;
  background-color: transparent;
  color: #7f868c;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

  -webkit-text-stroke-color: #161719;
}

h1.heading-1:hover {
  background-color: transparent;
  color: #6a96b9;
  text-shadow: #3b3b3b 1px 1px 3px;
  font-family: 'Signika Negative', sans-serif;
}

p.paragraph.paragraph-2 {
  margin-right: 16px;
  margin-left: 17px;
  color: #dedede;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Signika Negative', sans-serif;

  -webkit-text-stroke-color: #d2d2d2;
}

p.paragraph.paragraph-3 {
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 43px;
  padding-top: 30px;
  padding-left: 6px;
  color: #fff;
  font-weight: 600;
  font-family: 'Signika Negative', sans-serif;

  justify-self: center;
}

p.paragraph.paragraph-1 {
  margin-top: 17px;
  padding-right: 63px;
  padding-left: 58px;
  background-color: transparent;
  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;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  font-family: 'Signika Negative', sans-serif;

  background-blend-mode: normal;
  -webkit-text-stroke-color: #252525;
}

p.paragraph a.paragraph-text-1 {
  color: #c1c1c1;
}

p.paragraph span.paragraph-text-2 {
  color: #bbb;
}

p.paragraph a.paragraph-text-3 {
  color: #c7c7c7;
}

p.paragraph span.paragraph-text-4 {
  color: #dedede;
}

p.paragraph a.paragraph-text-5 {
  color: #d4d4d4;
}

p.paragraph a.paragraph-text-6 {
  color: #d7d7d9;
}

p.paragraph.paragraph-4 {
  color: #9b9b9b;
  font-size: 11px;
}

p.paragraph a.paragraph-text-7 {
  color: #c8c8c8;
}

ul.unorder-list.unordered-list-6 {
  margin-top: -4px;
  margin-bottom: 8px;
}

ul.unorder-list.unordered-list-7 {
  margin-top: 12px;
  margin-bottom: 18px;
}

a.link-text.textlink {
  margin-top: 6px;
  margin-right: 2px;
  padding: 3px 10px;
  background-color: #272525;
  color: #acacb1;
  text-decoration: none;
  text-shadow: #78828c 2px 2px 5px;
}

a.link-text#text-link-1 {
  background-color: #3a556c;
  font-family: 'Signika Negative', sans-serif;
}

a.link-text.textlink:hover {
  color: #bfd4e5;
}

/* Layout Elements */

body.body-1 {
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  min-height: 0vh;
  background-image: url('../Brochure_2023_BG-4.jpg');
  background-attachment: fixed;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  justify-self: auto;
}

body#body-1 {
  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;

  background-blend-mode: normal;
}

.container.bg_hero {
  position: static;
  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: center;
  -ms-flex-align: center;
  overflow: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 27px;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
  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;
  vertical-align: baseline;

  background-blend-mode: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.container-1 {
  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: start;
  float: none;
  -ms-flex-align: end;
  padding-top: 19px;
  padding-bottom: 9px;
  padding-left: 25px;
  background-color: #fff;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  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: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.container-2 {
  position: static;
  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: start;
  overflow: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 55px;
  margin-left: -37px;
  width: auto;
  background-color: transparent;
  vertical-align: text-top;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -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;
  grid-template-columns: repeat(10 , auto);
  grid-template-rows: auto;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  justify-self: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.container-3 {
  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;
  -ms-flex-align: center;
  width: 250px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.Text_bloc.container-3 {
  position: static;
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: auto;
  margin-right: -4px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 19px;
  min-width: 11px;
  width: 343px;
  height: 580px;
  background-color: transparent;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.NAV__WRAPPER {
  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: end;
  -ms-flex-align: center;
  padding-bottom: 7px;
  min-width: 2px;
  width: auto;
  background-color: #252525;

  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.titlebox {
  display: block;
  margin: 0 0 11px 22px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  min-width: 0;
  width: auto;
  height: 38px;
  border-bottom: 0 solid #312804;
  border-top-right-radius: 6px;
  background-color: transparent;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

.container.container-4 {
  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;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-6 {
  margin-top: -17px;
  width: 300px;
  height: 100px;
  background-color: #1b2834;

  justify-self: center;
}

.container.container-7 {
  width: 300px;
}

.container.container-8 {
  display: block;
  margin-top: 37px;
  margin-bottom: 17px;
  width: 300px;
  border-radius: 10px;
  background-color: rgba(28, 28, 28, .69);
}

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 0;

  -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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.Logohead {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: end;
  background-color: #fff;

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container#container-2 {
  margin-left: 30px;
}

.container.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 31px 0 25px;
  width: auto;
  background-color: transparent;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-10 {
  background-color: rgba(37, 37, 37, .88);
}

.container.titlebox:hover {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 0;
  height: 32px;
  border-bottom-width: 0;
  border-bottom-color: #415378;
  background-color: transparent;

  -webkit-text-stroke-color: #587287;
}

div.responsive-picture.picture-1 {
  width: auto;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  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;
}

li.list-item.list-item-1 {
  margin-top: 0;
  color: #e1e1e1;
  font-size: 17px;
  font-family: 'Signika Negative', sans-serif;
  line-height: 22px;
}

.rule.Goldentrim hr {
  border-top-width: 19px;
  border-top-color: rgba(37, 37, 37, .88);
}

.rule.Goldentrim {
  width: 100%;
  height: 17px;
  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;
  cursor: alias;

  background-blend-mode: normal;
}

li.list-item.list-item-1:hover {
  color: #fafafa;
}

@media screen and (max-width: 36.875rem) {
  /* Layout Elements */

  body.body-1 {
    background-position: center center;
  }
}

@media screen and (max-width: 21.6875rem) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    display: block;
    float: left;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }

  p.paragraph.paragraph-1 {
    padding-left: 60px;
    background-color: transparent;
    color: #d0d0d0;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -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.Logohead {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-5 {
    background-color: #161719;
  }

  div.responsive-picture.picture-1 {
    width: 90%;
  }
}