.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8e6354ea-78ad-4d15-b805-f4bda501d27f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}

#s-8e6354ea-78ad-4d15-b805-f4bda501d27f {
  background-image: url(https://i.shgcdn.com/5b13884a-ebb3-4332-b6ea-748aeb54abdd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e6354ea-78ad-4d15-b805-f4bda501d27f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8e6354ea-78ad-4d15-b805-f4bda501d27f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bde0d40c-c9c4-4569-bb36-8d15a60f8093 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bde0d40c-c9c4-4569-bb36-8d15a60f8093 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}



#s-91386736-d6e7-49c7-aba0-dddde834a6b3 {
  min-height: 50px;
}








#s-91386736-d6e7-49c7-aba0-dddde834a6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91386736-d6e7-49c7-aba0-dddde834a6b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c452ec0-0644-45c3-93ed-f6b625fdfcf5 {
  min-height: 50px;
}








#s-2c452ec0-0644-45c3-93ed-f6b625fdfcf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c452ec0-0644-45c3-93ed-f6b625fdfcf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-e78e0678-bad8-4fb7-92e2-0075e53a121f {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-e78e0678-bad8-4fb7-92e2-0075e53a121f {
  margin-left: 5%;
margin-right: 5%;
}
}

  #s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(238, 238, 238, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(196, 253, 96, 1);
    border: 1px solid #ddd;
  }
#s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(172, 172, 172, 1);
  font-family: objektiv-mk1;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(56, 56, 70, 1);
}

#s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(196, 253, 96, 1);
}

#s-e78e0678-bad8-4fb7-92e2-0075e53a121f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-c2cae418-92d9-4050-b1fa-9463d5fe5221 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-c2cae418-92d9-4050-b1fa-9463d5fe5221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2cae418-92d9-4050-b1fa-9463d5fe5221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e957cd1-4092-4cc2-b072-af60fe76550f {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-6e957cd1-4092-4cc2-b072-af60fe76550f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e957cd1-4092-4cc2-b072-af60fe76550f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0df9e6df-2ba9-4a7d-bb1a-2b17fb30935d {
  min-height: 50px;
}








#s-0df9e6df-2ba9-4a7d-bb1a-2b17fb30935d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df9e6df-2ba9-4a7d-bb1a-2b17fb30935d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02e21b34-3094-4998-992c-ce9ff19a5f83 {
  min-height: 50px;
}








#s-02e21b34-3094-4998-992c-ce9ff19a5f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e21b34-3094-4998-992c-ce9ff19a5f83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75704fc4-5661-48ad-919b-6d09b7a56860 {
  min-height: 50px;
}








#s-75704fc4-5661-48ad-919b-6d09b7a56860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75704fc4-5661-48ad-919b-6d09b7a56860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-050a5082-1ec5-435b-a5fa-3e164a5e57a9 {
  min-height: 50px;
}








#s-050a5082-1ec5-435b-a5fa-3e164a5e57a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-050a5082-1ec5-435b-a5fa-3e164a5e57a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8470d411-1299-466d-8d7d-01afbe84f984 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
text-align: left;
}

#s-8470d411-1299-466d-8d7d-01afbe84f984 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4215fc9e-3e96-4afe-8451-b238ae44fa05 {
  min-height: 50px;
}








#s-4215fc9e-3e96-4afe-8451-b238ae44fa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4215fc9e-3e96-4afe-8451-b238ae44fa05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb5c472-5258-4012-ba0e-6bab0a21c58d {
  min-height: 50px;
}








#s-5bb5c472-5258-4012-ba0e-6bab0a21c58d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bb5c472-5258-4012-ba0e-6bab0a21c58d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea1f77fb-9383-43ee-8a3a-6b7dbfa3bef3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b92be39a-e368-4715-abbb-64d4acc1c071 {
  min-height: 50px;
}








#s-b92be39a-e368-4715-abbb-64d4acc1c071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b92be39a-e368-4715-abbb-64d4acc1c071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-882301b6-3e53-4bbf-8ed3-083702f97e63 {
  padding-top: 30px;
text-align: left;
}

#s-882301b6-3e53-4bbf-8ed3-083702f97e63 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-7b5dc72f-5185-4efb-a551-204ca5843252 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1283f22c-8b34-4855-9efd-0510bab67bdb {
  min-height: 50px;
}








#s-1283f22c-8b34-4855-9efd-0510bab67bdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1283f22c-8b34-4855-9efd-0510bab67bdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-575b9cf6-c011-4b36-a480-e3bb6f5722ef {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-575b9cf6-c011-4b36-a480-e3bb6f5722ef {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8cced809-11d7-4734-ac5b-9f9153c87a6b {
  min-height: 50px;
}








#s-8cced809-11d7-4734-ac5b-9f9153c87a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cced809-11d7-4734-ac5b-9f9153c87a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fab248c-5744-463d-8765-e82170704463 {
  min-height: 50px;
}








#s-9fab248c-5744-463d-8765-e82170704463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fab248c-5744-463d-8765-e82170704463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-57d91f1f-2143-46bc-8036-99b3a86d6015 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-57d91f1f-2143-46bc-8036-99b3a86d6015:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57d91f1f-2143-46bc-8036-99b3a86d6015:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57d91f1f-2143-46bc-8036-99b3a86d6015-btn-wrapper {
    text-align: center;
  }


#s-57d91f1f-2143-46bc-8036-99b3a86d6015.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-57d91f1f-2143-46bc-8036-99b3a86d6015-btn-wrapper {
    text-align: center;
  }


#s-57d91f1f-2143-46bc-8036-99b3a86d6015.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57d91f1f-2143-46bc-8036-99b3a86d6015-btn-wrapper {
    text-align: center;
  }


#s-57d91f1f-2143-46bc-8036-99b3a86d6015.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57d91f1f-2143-46bc-8036-99b3a86d6015-btn-wrapper {
    text-align: center;
  }


#s-57d91f1f-2143-46bc-8036-99b3a86d6015.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-57d91f1f-2143-46bc-8036-99b3a86d6015-btn-wrapper {
    text-align: center;
  }


#s-57d91f1f-2143-46bc-8036-99b3a86d6015.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-2d7ec7d5-9a79-4136-951c-3dedcedd0789 {
  min-height: 50px;
}








#s-2d7ec7d5-9a79-4136-951c-3dedcedd0789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d7ec7d5-9a79-4136-951c-3dedcedd0789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-482347a4-1bf5-458c-a28b-09e281d530cd {
  padding-top: 30px;
text-align: left;
}

#s-482347a4-1bf5-458c-a28b-09e281d530cd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-82f7e7be-0b00-4035-8a4e-803c75b8bd01 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-767750a1-ac6d-4f54-9d9f-aa2ff401ba2e {
  min-height: 50px;
}








#s-767750a1-ac6d-4f54-9d9f-aa2ff401ba2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-767750a1-ac6d-4f54-9d9f-aa2ff401ba2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-090039ca-7a87-49ed-bbbf-1cb9425c5d9a {
  min-height: 50px;
}








#s-090039ca-7a87-49ed-bbbf-1cb9425c5d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-090039ca-7a87-49ed-bbbf-1cb9425c5d9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1f0ab49-28a1-4a12-bdf9-9f26af406c47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6e920fec-7b1c-4189-9352-1aa57189df42 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (max-width: 767px){#s-6e920fec-7b1c-4189-9352-1aa57189df42 {
  margin-left: 0%;
margin-right: 0%;
}
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-1b223cdf-e460-4e5e-bc00-cd04d709f2b6 {
  text-align: center;
}







  #s-1b223cdf-e460-4e5e-bc00-cd04d709f2b6 img.shogun-image {
    

    
    
    
  }


#s-1b223cdf-e460-4e5e-bc00-cd04d709f2b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8326f3b3-cbe0-4141-9266-2c2ac4adfb8c {
  min-height: 50px;
}








#s-8326f3b3-cbe0-4141-9266-2c2ac4adfb8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8326f3b3-cbe0-4141-9266-2c2ac4adfb8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ac9f161-bfb8-4f7d-a391-e7ff4f4aecdc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-56944f9f-098a-463b-aa21-6b034ae9a9e6 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-56944f9f-098a-463b-aa21-6b034ae9a9e6 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-4a0a3611-91d7-419e-bc05-37fa4ea16e69 {
  text-align: center;
}







  #s-4a0a3611-91d7-419e-bc05-37fa4ea16e69 img.shogun-image {
    

    
    
    
  }


#s-4a0a3611-91d7-419e-bc05-37fa4ea16e69 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f09fac4-9169-4e67-a99e-ecbf9d161c66 {
  min-height: 50px;
}








#s-4f09fac4-9169-4e67-a99e-ecbf9d161c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f09fac4-9169-4e67-a99e-ecbf9d161c66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40563da1-cd7e-4d75-a94b-f1e4c9db72e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-509b45ab-a1e6-4e92-86d0-50c2b4828ed5 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-509b45ab-a1e6-4e92-86d0-50c2b4828ed5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ada2fc60-e289-474c-94de-6672ab2ca5c6 {
  min-height: 50px;
}








#s-ada2fc60-e289-474c-94de-6672ab2ca5c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada2fc60-e289-474c-94de-6672ab2ca5c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae106597-82e9-4646-8142-426d07866a42 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-ae106597-82e9-4646-8142-426d07866a42:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae106597-82e9-4646-8142-426d07866a42:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae106597-82e9-4646-8142-426d07866a42-btn-wrapper {
    text-align: center;
  }


#s-ae106597-82e9-4646-8142-426d07866a42.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae106597-82e9-4646-8142-426d07866a42-btn-wrapper {
    text-align: center;
  }


#s-ae106597-82e9-4646-8142-426d07866a42.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae106597-82e9-4646-8142-426d07866a42-btn-wrapper {
    text-align: center;
  }


#s-ae106597-82e9-4646-8142-426d07866a42.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae106597-82e9-4646-8142-426d07866a42-btn-wrapper {
    text-align: center;
  }


#s-ae106597-82e9-4646-8142-426d07866a42.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae106597-82e9-4646-8142-426d07866a42-btn-wrapper {
    text-align: center;
  }


#s-ae106597-82e9-4646-8142-426d07866a42.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-28d195f0-f6cf-47f2-987f-d532460de3c3 {
  text-align: center;
}







  #s-28d195f0-f6cf-47f2-987f-d532460de3c3 img.shogun-image {
    

    
    
    
  }


#s-28d195f0-f6cf-47f2-987f-d532460de3c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-190d7d9c-f388-4724-88a3-0da72a94137b {
  min-height: 50px;
}








#s-190d7d9c-f388-4724-88a3-0da72a94137b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190d7d9c-f388-4724-88a3-0da72a94137b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fc67046-d0b4-44fc-acd4-4d7aa6499af3 {
  padding-top: 30px;
text-align: left;
}

#s-7fc67046-d0b4-44fc-acd4-4d7aa6499af3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e70d967-0b0c-48d5-ade8-36a8f813f75a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e9d81c9a-b398-46e7-a4b5-70b81ab013d3 {
  min-height: 50px;
}








#s-e9d81c9a-b398-46e7-a4b5-70b81ab013d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d81c9a-b398-46e7-a4b5-70b81ab013d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9979b43-bb74-4d45-8cb0-ec4758cb9634 {
  min-height: 50px;
}








#s-e9979b43-bb74-4d45-8cb0-ec4758cb9634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9979b43-bb74-4d45-8cb0-ec4758cb9634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67617300-6112-4fbd-80e6-a264650f4df6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-67617300-6112-4fbd-80e6-a264650f4df6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-67617300-6112-4fbd-80e6-a264650f4df6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67617300-6112-4fbd-80e6-a264650f4df6-btn-wrapper {
    text-align: center;
  }


#s-67617300-6112-4fbd-80e6-a264650f4df6.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67617300-6112-4fbd-80e6-a264650f4df6-btn-wrapper {
    text-align: center;
  }


#s-67617300-6112-4fbd-80e6-a264650f4df6.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67617300-6112-4fbd-80e6-a264650f4df6-btn-wrapper {
    text-align: center;
  }


#s-67617300-6112-4fbd-80e6-a264650f4df6.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67617300-6112-4fbd-80e6-a264650f4df6-btn-wrapper {
    text-align: center;
  }


#s-67617300-6112-4fbd-80e6-a264650f4df6.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67617300-6112-4fbd-80e6-a264650f4df6-btn-wrapper {
    text-align: center;
  }


#s-67617300-6112-4fbd-80e6-a264650f4df6.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Nunito Sans;
  display:  block ;
}
}
#s-d2826837-c150-4f28-9554-27da290e5b0a {
  min-height: 50px;
}








#s-d2826837-c150-4f28-9554-27da290e5b0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2826837-c150-4f28-9554-27da290e5b0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6f79e4-44b3-43ae-85ea-1290b0bfa876"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6a658dc3-8f14-453a-b649-820fe47cf050 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-6a658dc3-8f14-453a-b649-820fe47cf050 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-cd3da68f-3d11-4bac-8cc9-fefc385bc593 {
  text-align: center;
}







  #s-cd3da68f-3d11-4bac-8cc9-fefc385bc593 img.shogun-image {
    

    
    
    
  }


#s-cd3da68f-3d11-4bac-8cc9-fefc385bc593 .shogun-image-content {
  
    align-items: center;
  
}

#s-476ee95c-0dc7-48cc-be79-475aed46af2e {
  min-height: 50px;
}








#s-476ee95c-0dc7-48cc-be79-475aed46af2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-476ee95c-0dc7-48cc-be79-475aed46af2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b89b7a9-f1ca-4e00-8c44-a1688830bbf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-44f21f2a-428e-486a-9406-02e05a896e40 {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-44f21f2a-428e-486a-9406-02e05a896e40 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-fbb5fe7d-de22-4fd4-9431-00ce78281ddd {
  text-align: center;
}







  #s-fbb5fe7d-de22-4fd4-9431-00ce78281ddd img.shogun-image {
    

    
    
    
  }


#s-fbb5fe7d-de22-4fd4-9431-00ce78281ddd .shogun-image-content {
  
    align-items: center;
  
}

#s-417e0b8f-e3c2-4949-9d45-8369cb1b5b9c {
  min-height: 50px;
}








#s-417e0b8f-e3c2-4949-9d45-8369cb1b5b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-417e0b8f-e3c2-4949-9d45-8369cb1b5b9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15704fa6-2eee-40f4-a86d-67f581a5c196"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-716deb6c-47a6-447f-ab60-ad8d3b46608d {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-716deb6c-47a6-447f-ab60-ad8d3b46608d {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-4676867b-5472-4df6-98d4-b6cf886f385e {
  text-align: center;
}







  #s-4676867b-5472-4df6-98d4-b6cf886f385e img.shogun-image {
    

    
    
    
  }


#s-4676867b-5472-4df6-98d4-b6cf886f385e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea8a0e59-8f80-4505-b47c-5d06a5540994 {
  min-height: 50px;
}








#s-ea8a0e59-8f80-4505-b47c-5d06a5540994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8a0e59-8f80-4505-b47c-5d06a5540994.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-212af73d-8906-4671-8955-2f5ab650cb7f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-60409e1a-fd07-4dc5-90da-889f7eeb448e {
  padding-top: 30px;
text-align: left;
}

#s-60409e1a-fd07-4dc5-90da-889f7eeb448e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-37b10b39-01cf-4c55-8c65-27d6ec91b425 {
  min-height: 50px;
}








#s-37b10b39-01cf-4c55-8c65-27d6ec91b425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37b10b39-01cf-4c55-8c65-27d6ec91b425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b04294e-d3d0-4313-81e8-8f661fdf458f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(219, 223, 225, 1);
}








#s-6b04294e-d3d0-4313-81e8-8f661fdf458f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b04294e-d3d0-4313-81e8-8f661fdf458f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bfdc86d-da2e-4562-a83c-6cabda371de7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 30px;
text-align: left;
}

#s-7bfdc86d-da2e-4562-a83c-6cabda371de7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee43ee8e-e115-48a2-a802-a6ecc9b46b7d {
  padding-left: 5%;
padding-right: 5%;
}

#s-ee43ee8e-e115-48a2-a802-a6ecc9b46b7d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e0483ca3-ef90-4dc5-b501-8a842112b3fc {
  min-height: 50px;
}








#s-e0483ca3-ef90-4dc5-b501-8a842112b3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0483ca3-ef90-4dc5-b501-8a842112b3fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76f1f048-5c54-40e1-8a3e-163590d3c1c0 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 30px;
}

#s-02b379f9-24f7-4088-be6c-3f39599bffe4 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-02b379f9-24f7-4088-be6c-3f39599bffe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02b379f9-24f7-4088-be6c-3f39599bffe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-307e2960-d755-4f29-a269-7f47ff3a40cd {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-307e2960-d755-4f29-a269-7f47ff3a40cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-307e2960-d755-4f29-a269-7f47ff3a40cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-597fd379-84fe-4637-b1d1-cdbb70189758 {
  min-height: 50px;
}








#s-597fd379-84fe-4637-b1d1-cdbb70189758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597fd379-84fe-4637-b1d1-cdbb70189758.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03de6773-39db-460b-a815-604bf8211e3d {
  max-width: 250px;
text-align: center;
}







  #s-03de6773-39db-460b-a815-604bf8211e3d img.shogun-image {
    

    
    
    
  }


#s-03de6773-39db-460b-a815-604bf8211e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-e796a9fb-36c0-4ff7-969a-4ccc0df7fedd {
  min-height: 50px;
}








#s-e796a9fb-36c0-4ff7-969a-4ccc0df7fedd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e796a9fb-36c0-4ff7-969a-4ccc0df7fedd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3cd17f9-17f6-41d3-859d-f8f3c5eb67d1 {
  min-height: 50px;
}








#s-d3cd17f9-17f6-41d3-859d-f8f3c5eb67d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3cd17f9-17f6-41d3-859d-f8f3c5eb67d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-334be59c-f3a3-4a4a-a6bc-ee49342b2482"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-f979a409-fc62-458e-b0bd-b93afaba3833 {
  min-height: 50px;
}








#s-f979a409-fc62-458e-b0bd-b93afaba3833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f979a409-fc62-458e-b0bd-b93afaba3833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ab5907-958b-4b0a-a31f-fd90ccafa1e5 {
  min-height: 50px;
}








#s-89ab5907-958b-4b0a-a31f-fd90ccafa1e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89ab5907-958b-4b0a-a31f-fd90ccafa1e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdc48180-b8ac-4cbc-8ab8-2f7453d658b1 {
  padding-top: 30px;
text-align: left;
}

#s-fdc48180-b8ac-4cbc-8ab8-2f7453d658b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8590b32-e271-4ffa-a1b4-38b7cdaddb8e hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-89f8fa8e-54c8-43a6-8909-f25263aa49e1 {
  min-height: 50px;
}








#s-89f8fa8e-54c8-43a6-8909-f25263aa49e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f8fa8e-54c8-43a6-8909-f25263aa49e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a101c30c-b857-4214-a560-ff21f3f30a5f {
  margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-a101c30c-b857-4214-a560-ff21f3f30a5f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b6dd8976-1e9f-47c2-942c-2863a3c21f14 {
  min-height: 50px;
}








#s-b6dd8976-1e9f-47c2-942c-2863a3c21f14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dd8976-1e9f-47c2-942c-2863a3c21f14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31388bd0-09a0-4927-a240-b633ef6b1824 {
  min-height: 50px;
}








#s-31388bd0-09a0-4927-a240-b633ef6b1824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31388bd0-09a0-4927-a240-b633ef6b1824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c91ebe36-cafb-4656-bf57-4fbb4a2fc7ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c91ebe36-cafb-4656-bf57-4fbb4a2fc7ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c91ebe36-cafb-4656-bf57-4fbb4a2fc7ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c91ebe36-cafb-4656-bf57-4fbb4a2fc7ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-214ff0b2-df4d-441c-b3ce-59a0585c5296 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 20%;
margin-right: 20%;
min-height: 70px;
background-position: center center;
}








#s-214ff0b2-df4d-441c-b3ce-59a0585c5296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214ff0b2-df4d-441c-b3ce-59a0585c5296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0d913e8-6834-4aeb-ac46-dcf75cb8ef2e {
  min-height: 50px;
}








#s-a0d913e8-6834-4aeb-ac46-dcf75cb8ef2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d913e8-6834-4aeb-ac46-dcf75cb8ef2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09368387-dc7d-4396-8d8c-9d4c29157436 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-09368387-dc7d-4396-8d8c-9d4c29157436:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-09368387-dc7d-4396-8d8c-9d4c29157436:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09368387-dc7d-4396-8d8c-9d4c29157436-btn-wrapper {
    text-align: center;
  }


#s-09368387-dc7d-4396-8d8c-9d4c29157436.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09368387-dc7d-4396-8d8c-9d4c29157436-btn-wrapper {
    text-align: center;
  }


#s-09368387-dc7d-4396-8d8c-9d4c29157436.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09368387-dc7d-4396-8d8c-9d4c29157436-btn-wrapper {
    text-align: center;
  }


#s-09368387-dc7d-4396-8d8c-9d4c29157436.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09368387-dc7d-4396-8d8c-9d4c29157436-btn-wrapper {
    text-align: center;
  }


#s-09368387-dc7d-4396-8d8c-9d4c29157436.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09368387-dc7d-4396-8d8c-9d4c29157436-btn-wrapper {
    text-align: center;
  }


#s-09368387-dc7d-4396-8d8c-9d4c29157436.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}
#s-1e9316b4-a53c-4c08-8745-ef507e6ccd5d {
  min-height: 50px;
}








#s-1e9316b4-a53c-4c08-8745-ef507e6ccd5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e9316b4-a53c-4c08-8745-ef507e6ccd5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fadcadf4-1fab-4cbe-ab7e-19a8e4e2d5da {
  min-height: 50px;
}








#s-fadcadf4-1fab-4cbe-ab7e-19a8e4e2d5da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fadcadf4-1fab-4cbe-ab7e-19a8e4e2d5da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515eedd0-7d40-4380-89b9-350d1042b447 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-515eedd0-7d40-4380-89b9-350d1042b447:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-515eedd0-7d40-4380-89b9-350d1042b447:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-515eedd0-7d40-4380-89b9-350d1042b447-btn-wrapper {
    text-align: center;
  }


#s-515eedd0-7d40-4380-89b9-350d1042b447.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
@media (min-width: 1200px){
  #s-515eedd0-7d40-4380-89b9-350d1042b447-btn-wrapper {
    text-align: center;
  }


#s-515eedd0-7d40-4380-89b9-350d1042b447.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-515eedd0-7d40-4380-89b9-350d1042b447-btn-wrapper {
    text-align: center;
  }


#s-515eedd0-7d40-4380-89b9-350d1042b447.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-515eedd0-7d40-4380-89b9-350d1042b447-btn-wrapper {
    text-align: center;
  }


#s-515eedd0-7d40-4380-89b9-350d1042b447.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (max-width: 767px){
  #s-515eedd0-7d40-4380-89b9-350d1042b447-btn-wrapper {
    text-align: center;
  }


#s-515eedd0-7d40-4380-89b9-350d1042b447.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}
#s-4a234fd5-8aa0-48ed-9e98-e879e0b8762a {
  min-height: 50px;
}








#s-4a234fd5-8aa0-48ed-9e98-e879e0b8762a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a234fd5-8aa0-48ed-9e98-e879e0b8762a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b26d8e26-5991-4bf5-9cfb-defaddeb2f5b {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 20%;
margin-right: 20%;
min-height: 70px;
background-position: center center;
}








#s-b26d8e26-5991-4bf5-9cfb-defaddeb2f5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b26d8e26-5991-4bf5-9cfb-defaddeb2f5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-070979fa-93cc-49f7-932b-d5cf735e60b1 {
  min-height: 50px;
}








#s-070979fa-93cc-49f7-932b-d5cf735e60b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-070979fa-93cc-49f7-932b-d5cf735e60b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f70614b-7f24-49d1-8e6b-78b5fa029be2 {
  min-height: 50px;
}








#s-0f70614b-7f24-49d1-8e6b-78b5fa029be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f70614b-7f24-49d1-8e6b-78b5fa029be2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6d69b40-6396-4919-ab81-eff2787fd2a4 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-a6d69b40-6396-4919-ab81-eff2787fd2a4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6d69b40-6396-4919-ab81-eff2787fd2a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6d69b40-6396-4919-ab81-eff2787fd2a4-btn-wrapper {
    text-align: center;
  }


#s-a6d69b40-6396-4919-ab81-eff2787fd2a4.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6d69b40-6396-4919-ab81-eff2787fd2a4-btn-wrapper {
    text-align: center;
  }


#s-a6d69b40-6396-4919-ab81-eff2787fd2a4.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6d69b40-6396-4919-ab81-eff2787fd2a4-btn-wrapper {
    text-align: center;
  }


#s-a6d69b40-6396-4919-ab81-eff2787fd2a4.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6d69b40-6396-4919-ab81-eff2787fd2a4-btn-wrapper {
    text-align: center;
  }


#s-a6d69b40-6396-4919-ab81-eff2787fd2a4.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6d69b40-6396-4919-ab81-eff2787fd2a4-btn-wrapper {
    text-align: center;
  }


#s-a6d69b40-6396-4919-ab81-eff2787fd2a4.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}
#s-be4ac962-aa43-4617-be4a-2e52acdd81e9 {
  min-height: 50px;
}








#s-be4ac962-aa43-4617-be4a-2e52acdd81e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4ac962-aa43-4617-be4a-2e52acdd81e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-441fecdc-1014-4ef0-910a-55320a14fbef {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(196, 253, 96, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(196, 253, 96, 1);
background-image: none;
hover-type: color;
}
#s-441fecdc-1014-4ef0-910a-55320a14fbef:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(196, 253, 96, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-441fecdc-1014-4ef0-910a-55320a14fbef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-441fecdc-1014-4ef0-910a-55320a14fbef-btn-wrapper {
    text-align: center;
  }


#s-441fecdc-1014-4ef0-910a-55320a14fbef.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
@media (min-width: 1200px){
  #s-441fecdc-1014-4ef0-910a-55320a14fbef-btn-wrapper {
    text-align: center;
  }


#s-441fecdc-1014-4ef0-910a-55320a14fbef.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-441fecdc-1014-4ef0-910a-55320a14fbef-btn-wrapper {
    text-align: center;
  }


#s-441fecdc-1014-4ef0-910a-55320a14fbef.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-441fecdc-1014-4ef0-910a-55320a14fbef-btn-wrapper {
    text-align: center;
  }


#s-441fecdc-1014-4ef0-910a-55320a14fbef.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}@media (max-width: 767px){
  #s-441fecdc-1014-4ef0-910a-55320a14fbef-btn-wrapper {
    text-align: center;
  }


#s-441fecdc-1014-4ef0-910a-55320a14fbef.shg-btn {
  color: rgba(196, 253, 96, 1);
  font-size: 15px;
  
  
  font-family: objektiv-mk1;
  display:  block ;
}
}
#s-38988422-3403-49cb-b31e-4c95be813714 {
  min-height: 50px;
}








#s-38988422-3403-49cb-b31e-4c95be813714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38988422-3403-49cb-b31e-4c95be813714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3b96da1-5dcd-4a3e-9bd2-4bece1c32348 {
  min-height: 50px;
}








#s-f3b96da1-5dcd-4a3e-9bd2-4bece1c32348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b96da1-5dcd-4a3e-9bd2-4bece1c32348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21be9d81-0de8-48f1-bc8b-32df947ffbd4 {
  padding-top: 30px;
text-align: left;
}

#s-21be9d81-0de8-48f1-bc8b-32df947ffbd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e91f6074-d1b9-4f5b-a54b-e1d7ec8b6284 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4aaa648b-ca26-47f2-85e4-2fb47e477fb0 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 100px;
background-position: left center;
}








#s-4aaa648b-ca26-47f2-85e4-2fb47e477fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aaa648b-ca26-47f2-85e4-2fb47e477fb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fc2d785-c51a-41ac-bad5-02c84a3ef831 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 100px;
background-position: left center;
}








#s-8fc2d785-c51a-41ac-bad5-02c84a3ef831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fc2d785-c51a-41ac-bad5-02c84a3ef831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f666a26e-0f0e-4bf9-9aac-40966f7351c8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-f666a26e-0f0e-4bf9-9aac-40966f7351c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f666a26e-0f0e-4bf9-9aac-40966f7351c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce4cfd3d-f356-4273-adc8-f5415ffa9482 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-ce4cfd3d-f356-4273-adc8-f5415ffa9482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce4cfd3d-f356-4273-adc8-f5415ffa9482.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9d70531-03a7-44da-86c0-a9c09bc129d9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-d9d70531-03a7-44da-86c0-a9c09bc129d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d70531-03a7-44da-86c0-a9c09bc129d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec742d5f-0cb4-419a-a1e7-921954c5b852 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-ec742d5f-0cb4-419a-a1e7-921954c5b852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec742d5f-0cb4-419a-a1e7-921954c5b852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c701d5dc-ca11-48e1-bd19-ca160a26d3b9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: left center;
}








#s-c701d5dc-ca11-48e1-bd19-ca160a26d3b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c701d5dc-ca11-48e1-bd19-ca160a26d3b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1fc0060-01ea-4ae3-b2f9-fcc2021ec16b hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-309b7fe5-16f0-46a2-92ac-441fb2eb3bfb {
  padding-top: 30px;
text-align: left;
}

#s-309b7fe5-16f0-46a2-92ac-441fb2eb3bfb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1a0ab5d3-a717-43f2-8b21-56401ecae00f {
  min-height: 50px;
}








#s-1a0ab5d3-a717-43f2-8b21-56401ecae00f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a0ab5d3-a717-43f2-8b21-56401ecae00f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbfaff8d-e1c4-4d55-b536-9adc893c3225 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-dbfaff8d-e1c4-4d55-b536-9adc893c3225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbfaff8d-e1c4-4d55-b536-9adc893c3225.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d387e34-96d1-4f05-a296-f1e2aa646869 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 30px;
text-align: left;
}

#s-0d387e34-96d1-4f05-a296-f1e2aa646869 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "objektiv-mk1";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-190a2dad-62d3-4292-af99-ed48fbcadea3 {
  padding-left: 5%;
padding-right: 5%;
}

#s-190a2dad-62d3-4292-af99-ed48fbcadea3 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-33a6ae01-7b50-4b05-a1ce-c5a2ac385246 {
  min-height: 50px;
}








#s-33a6ae01-7b50-4b05-a1ce-c5a2ac385246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33a6ae01-7b50-4b05-a1ce-c5a2ac385246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4719b93c-c141-45d2-aa49-f64d3d5652f1 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 30px;
}

#s-b4ab1442-21ff-4f69-b7cc-cb6253f8e213 {
  min-height: 50px;
}








#s-b4ab1442-21ff-4f69-b7cc-cb6253f8e213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ab1442-21ff-4f69-b7cc-cb6253f8e213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2213b82-087a-4e41-b28b-0ce217a2b430 {
  min-height: 50px;
}








#s-d2213b82-087a-4e41-b28b-0ce217a2b430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2213b82-087a-4e41-b28b-0ce217a2b430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042385e7-9efb-4aa1-a0dd-f645c0695f47 {
  min-height: 50px;
}








#s-042385e7-9efb-4aa1-a0dd-f645c0695f47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042385e7-9efb-4aa1-a0dd-f645c0695f47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39acfd22-e4af-4326-b949-0b970f1a76ff {
  min-height: 50px;
}








#s-39acfd22-e4af-4326-b949-0b970f1a76ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39acfd22-e4af-4326-b949-0b970f1a76ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
