#s-a5687376-b17c-4389-92c2-ca15b424780b {
  opacity: 0;
}
@media (min-width: 1200px){#s-a5687376-b17c-4389-92c2-ca15b424780b {
  display: none;
}
#s-a5687376-b17c-4389-92c2-ca15b424780b, #wrap-s-a5687376-b17c-4389-92c2-ca15b424780b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5687376-b17c-4389-92c2-ca15b424780b {
  display: none;
}
#s-a5687376-b17c-4389-92c2-ca15b424780b, #wrap-s-a5687376-b17c-4389-92c2-ca15b424780b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5687376-b17c-4389-92c2-ca15b424780b {
  display: none;
}
#s-a5687376-b17c-4389-92c2-ca15b424780b, #wrap-s-a5687376-b17c-4389-92c2-ca15b424780b { display: none !important; }}@media (max-width: 767px){#s-a5687376-b17c-4389-92c2-ca15b424780b {
  display: none;
}
#s-a5687376-b17c-4389-92c2-ca15b424780b, #wrap-s-a5687376-b17c-4389-92c2-ca15b424780b { display: none !important; }}
.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-18a13f75-8d67-494e-8bf8-4cde7b99174d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-18a13f75-8d67-494e-8bf8-4cde7b99174d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18a13f75-8d67-494e-8bf8-4cde7b99174d.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-25319d9b-d48e-406f-a800-a24d1f10124a {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}


  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0);
    border: 1px solid rgba(221, 221, 221, 0.23);
  }
#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(104, 104, 104, 1);
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0.23);
}
@media (min-width: 1200px){
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0);
    border: 1px solid rgba(221, 221, 221, 0.23);
  }
#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(104, 104, 104, 1);
  font-family: Oswald;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0.23);
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0);
    border: 1px solid rgba(221, 221, 221, 0.23);
  }
#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(104, 104, 104, 1);
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0.23);
}
}@media (max-width: 767px){
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0);
  }
  #s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(66, 66, 66, 0);
    border: 1px solid rgba(221, 221, 221, 0.23);
  }
#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(104, 104, 104, 1);
  font-family: Oswald;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(66, 66, 66, 0);
}

#s-25319d9b-d48e-406f-a800-a24d1f10124a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 0.23);
}
}
.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-67f7b081-50e0-4994-bb69-649224e3b9d5 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-56d8610c-b59a-4c6a-b859-f7bfc31ab552 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56d8610c-b59a-4c6a-b859-f7bfc31ab552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56d8610c-b59a-4c6a-b859-f7bfc31ab552.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-1a182e35-8cef-4b91-aca7-4a393736e481 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a182e35-8cef-4b91-aca7-4a393736e481 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-323dea8f-1d0d-47d2-bb1a-fe736c9f9b81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-323dea8f-1d0d-47d2-bb1a-fe736c9f9b81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-323dea8f-1d0d-47d2-bb1a-fe736c9f9b81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09336982-2cdd-497f-822c-38e4e8f07d09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09336982-2cdd-497f-822c-38e4e8f07d09 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ad1f30b8-9760-4ec7-a469-c9ec75625fdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(48, 48, 48, 1);
}

#s-ad1f30b8-9760-4ec7-a469-c9ec75625fdc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f5d6be94-f698-45f9-96f9-cec656adbeed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f5d6be94-f698-45f9-96f9-cec656adbeed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d6be94-f698-45f9-96f9-cec656adbeed.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-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13294156-8069-4f55-9676-4aed7618b1d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-006d4b95-c164-48e2-8c3d-f18cd6297ee4 {
  min-height: 50px;
}








#s-006d4b95-c164-48e2-8c3d-f18cd6297ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-006d4b95-c164-48e2-8c3d-f18cd6297ee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31829135-e329-49a8-8070-c459ab4a08c8 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(26, 26, 26, 1);
}

#s-31829135-e329-49a8-8070-c459ab4a08c8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-65b8b95e-5b23-4ca3-ae58-d6816874d38b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(128, 128, 128, 1);
  border-radius: 0px;
}

#s-65b8b95e-5b23-4ca3-ae58-d6816874d38b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-65b8b95e-5b23-4ca3-ae58-d6816874d38b td.shogun-table-column {
  background-color: #fff;
  padding: 8px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-65b8b95e-5b23-4ca3-ae58-d6816874d38b td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-65b8b95e-5b23-4ca3-ae58-d6816874d38b td.shogun-table-column, #s-65b8b95e-5b23-4ca3-ae58-d6816874d38b td.shogun-table-row {
  border: 1px solid rgba(128, 128, 128, 1);
}

#s-5001b6f0-b755-48f8-bc32-f8242046e328 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5001b6f0-b755-48f8-bc32-f8242046e328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5001b6f0-b755-48f8-bc32-f8242046e328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2f2d733-4ad2-44e4-b839-e083a0c5a832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e2f2d733-4ad2-44e4-b839-e083a0c5a832 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0d7060a0-d6d5-401e-8a69-34595404c7ce {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-14214b3e-bf47-4ff0-b32e-eb5cb6a92f17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14214b3e-bf47-4ff0-b32e-eb5cb6a92f17 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-887cff8a-4473-45c3-b528-fb21e4b3c721 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-74356709-f8f8-4a35-b370-f93889657eed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74356709-f8f8-4a35-b370-f93889657eed .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-23e4656d-b367-4c0d-993c-62ed7c8c6d98 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-35dde621-d8bf-46d0-bd1f-6e8ba0614e96 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-35dde621-d8bf-46d0-bd1f-6e8ba0614e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35dde621-d8bf-46d0-bd1f-6e8ba0614e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4f3f509-4392-49ec-9e1c-ea4b6d02e330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4f3f509-4392-49ec-9e1c-ea4b6d02e330 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-8e88e7b2-d906-4d76-869e-7e67e586f933 {
  text-align: center;
}







  #s-8e88e7b2-d906-4d76-869e-7e67e586f933 img.shogun-image {
    

    
    
    
  }


#s-8e88e7b2-d906-4d76-869e-7e67e586f933 .shogun-image-content {
  
    align-items: center;
  
}

#s-8da1c2e1-7358-41d9-b928-6ac6b4e86562 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-13b065bf-ce83-4071-8838-2f99161cac85 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-13b065bf-ce83-4071-8838-2f99161cac85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13b065bf-ce83-4071-8838-2f99161cac85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eba21d42-6f38-4129-93b0-b63eec567616 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(48, 48, 48, 1);
}

@media (min-width: 0px) {
[id="s-eba21d42-6f38-4129-93b0-b63eec567616"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eba21d42-6f38-4129-93b0-b63eec567616"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eba21d42-6f38-4129-93b0-b63eec567616"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eba21d42-6f38-4129-93b0-b63eec567616"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b4aa8c03-07a7-4466-a213-4ee351d42706 {
  text-align: center;
}







  #s-b4aa8c03-07a7-4466-a213-4ee351d42706 img.shogun-image {
    

    
    
    
  }


#s-b4aa8c03-07a7-4466-a213-4ee351d42706 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c3c6e52-6d0e-433a-b074-f43089af5bc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c3c6e52-6d0e-433a-b074-f43089af5bc6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-65e4efe2-924e-4fe6-9cae-7b67dc434270 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f3827330-fe6a-449c-a554-e8063db178ff {
  min-height: 50px;
}








#s-f3827330-fe6a-449c-a554-e8063db178ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3827330-fe6a-449c-a554-e8063db178ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b0a789f-5147-48b4-94e1-2123612b5a9d {
  text-align: center;
}







  #s-2b0a789f-5147-48b4-94e1-2123612b5a9d img.shogun-image {
    

    
    
    
  }


#s-2b0a789f-5147-48b4-94e1-2123612b5a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-ee41f18e-58e1-4f23-875f-2b2bcaa6bc14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee41f18e-58e1-4f23-875f-2b2bcaa6bc14 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4137afae-0fa9-4f0e-a545-af62b12d125d {
  margin-left: 20px;
margin-right: 20px;
}

#s-5f3577dc-ab10-49fc-a91d-2b8f8dd9f1a3 {
  min-height: 50px;
}








#s-5f3577dc-ab10-49fc-a91d-2b8f8dd9f1a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3577dc-ab10-49fc-a91d-2b8f8dd9f1a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e96052f4-8c4d-42d0-ab59-64124bfe0656 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(48, 48, 48, 1);
}

@media (min-width: 0px) {
[id="s-e96052f4-8c4d-42d0-ab59-64124bfe0656"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e96052f4-8c4d-42d0-ab59-64124bfe0656"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e96052f4-8c4d-42d0-ab59-64124bfe0656"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e96052f4-8c4d-42d0-ab59-64124bfe0656"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d73179a-aec9-4b96-a577-ebc055dad26b {
  text-align: center;
}







  #s-4d73179a-aec9-4b96-a577-ebc055dad26b img.shogun-image {
    

    
    
    
  }


#s-4d73179a-aec9-4b96-a577-ebc055dad26b .shogun-image-content {
  
    align-items: center;
  
}

#s-105ac774-7778-4eae-aa28-706e4aadc674 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-105ac774-7778-4eae-aa28-706e4aadc674 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-074acc1d-b24f-4d15-8d65-e967ce3ea96b {
  margin-left: 20px;
margin-right: 20px;
}

#s-69d6484d-bf50-4c85-ace1-3efdf655b7e9 {
  min-height: 50px;
}








#s-69d6484d-bf50-4c85-ace1-3efdf655b7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d6484d-bf50-4c85-ace1-3efdf655b7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8f0cdda-7249-4e06-b23a-02f50826bb17 {
  text-align: center;
}







  #s-c8f0cdda-7249-4e06-b23a-02f50826bb17 img.shogun-image {
    

    
    
    
  }


#s-c8f0cdda-7249-4e06-b23a-02f50826bb17 .shogun-image-content {
  
    align-items: center;
  
}

#s-5555a6a6-96ae-4064-81cd-cf460211729a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5555a6a6-96ae-4064-81cd-cf460211729a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b92b786f-93b7-4124-8ec6-df955305918b {
  margin-left: 20px;
margin-right: 20px;
}

#s-43a08fc7-b747-44a3-b69f-a9033de91f4b {
  min-height: 50px;
}








#s-43a08fc7-b747-44a3-b69f-a9033de91f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a08fc7-b747-44a3-b69f-a9033de91f4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c0184c2c-3634-4d97-9ae8-ee42cc9bcb8d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-2273a582-75f4-48ba-bd8c-84f314adcd34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2273a582-75f4-48ba-bd8c-84f314adcd34 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8dee7a66-29ba-4b8a-bed9-f74066b3291b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dee7a66-29ba-4b8a-bed9-f74066b3291b .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a2600f11-6abb-450d-ac75-c97199b25148 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(24, 24, 24, 1);
}








#s-a2600f11-6abb-450d-ac75-c97199b25148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2600f11-6abb-450d-ac75-c97199b25148.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e6ac2bd-90b9-407d-b9b6-81501e22a3db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e6ac2bd-90b9-407d-b9b6-81501e22a3db .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0ede5c7c-ad6c-490d-8a60-2d45ed8bdbc4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-1a7f8f37-95e6-4544-9bed-584bbcd4586e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1a7f8f37-95e6-4544-9bed-584bbcd4586e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7f8f37-95e6-4544-9bed-584bbcd4586e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22cebfe3-1534-40f4-a7f0-4dd439765058 {
  text-align: center;
}







  #s-22cebfe3-1534-40f4-a7f0-4dd439765058 img.shogun-image {
    

    
    
    
  }


#s-22cebfe3-1534-40f4-a7f0-4dd439765058 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8444f30-e05e-4989-8e66-98dcad41739a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8444f30-e05e-4989-8e66-98dcad41739a .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8b06dce3-5d0d-4759-8bdd-c3f1ca1280d3 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-b7deb3d9-a3b8-44f9-8810-d715d0ccd6fe hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-40ca5991-c5f8-4799-9be1-e97002030b9d {
  text-align: center;
}







  #s-40ca5991-c5f8-4799-9be1-e97002030b9d img.shogun-image {
    

    
    
    
  }


#s-40ca5991-c5f8-4799-9be1-e97002030b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-897c8a7a-f30f-46e1-adbf-e90db52a55db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-897c8a7a-f30f-46e1-adbf-e90db52a55db .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e25d179a-c755-457a-98c4-e49fbc5d6cf0 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-193812da-526d-433e-9235-98553522b195 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fd608c29-5fa1-4048-bb9b-2f9220915217 {
  text-align: center;
}







  #s-fd608c29-5fa1-4048-bb9b-2f9220915217 img.shogun-image {
    

    
    
    
  }


#s-fd608c29-5fa1-4048-bb9b-2f9220915217 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8c61252-3a70-46e4-a60b-c16c83f9aaba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8c61252-3a70-46e4-a60b-c16c83f9aaba .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6b2c96f6-a1aa-4469-8d2f-b73b12dcd163 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-3889b0c0-a356-4f1a-ba65-1a3dd844d3bb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-acee0b82-9a57-4100-9849-367b5ec14fae {
  text-align: center;
}







  #s-acee0b82-9a57-4100-9849-367b5ec14fae img.shogun-image {
    

    
    
    
  }


#s-acee0b82-9a57-4100-9849-367b5ec14fae .shogun-image-content {
  
    align-items: center;
  
}

#s-f98967e0-5d99-41f2-b125-be671e2c3198 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f98967e0-5d99-41f2-b125-be671e2c3198 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d224216e-c1d2-4795-b6bb-29d30acbcd63 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-06b123a8-6e8d-4b77-8210-dfa502a9eaf4 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-48719a59-db8d-4da1-b555-7d6648fa0685 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(48, 48, 48, 1);
}








#s-48719a59-db8d-4da1-b555-7d6648fa0685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48719a59-db8d-4da1-b555-7d6648fa0685.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cdd9000-b3ea-46cb-8020-da5096210b1d hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-6faf3d3d-65cb-4a49-9e3a-0a52d120676f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6faf3d3d-65cb-4a49-9e3a-0a52d120676f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c0cc55c8-a48d-4ddf-bf8f-e0d4abc54833 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-3be0e4d9-4fbd-4b66-b3bd-e80ecb96a65e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3be0e4d9-4fbd-4b66-b3bd-e80ecb96a65e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be0e4d9-4fbd-4b66-b3bd-e80ecb96a65e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2073a0a5-8a51-434d-b5d3-3ae0d73ce710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2073a0a5-8a51-434d-b5d3-3ae0d73ce710 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-70516221-52b6-4cf5-8f1e-309379e4786f {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-308e9b48-50f1-4ac9-99a7-41b2f29ab8d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-308e9b48-50f1-4ac9-99a7-41b2f29ab8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308e9b48-50f1-4ac9-99a7-41b2f29ab8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6bb36b-91ef-4d5d-a97a-2c3403ac679a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a6bb36b-91ef-4d5d-a97a-2c3403ac679a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6bb36b-91ef-4d5d-a97a-2c3403ac679a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10b0bd34-9d36-4877-a9b9-23aaf0fa7ac3 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-35902b5c-9e01-4607-9ff2-cb9accaa3c77 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-770f43f2-e78d-47bd-8b48-a51535b4acc7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-89b276c4-8df5-41de-8045-e8385b6fc529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89b276c4-8df5-41de-8045-e8385b6fc529 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-df46932c-ed90-42dd-b239-81955a2e7070 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-925e0fbc-5d6a-4fc2-85da-4b193af9c538 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-925e0fbc-5d6a-4fc2-85da-4b193af9c538 .shogun-heading-component h3 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f34c9a36-9f70-45a2-a31b-2da46c7bc960 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-9a85f476-3452-4300-9853-23b39b816427 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}








#s-9a85f476-3452-4300-9853-23b39b816427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a85f476-3452-4300-9853-23b39b816427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-813056d8-c3b1-4c43-9041-0743b09dd770 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-813056d8-c3b1-4c43-9041-0743b09dd770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-813056d8-c3b1-4c43-9041-0743b09dd770.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b419b76d-3cd5-4144-be28-3879e8672f08 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-b419b76d-3cd5-4144-be28-3879e8672f08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b419b76d-3cd5-4144-be28-3879e8672f08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18256997-6ee8-4d5b-9327-cbea02d82893 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 700px;
}








#s-18256997-6ee8-4d5b-9327-cbea02d82893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18256997-6ee8-4d5b-9327-cbea02d82893.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9f2b0dd-9ad5-41c5-ab0e-4a4f28fd5467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9f2b0dd-9ad5-41c5-ab0e-4a4f28fd5467 .shogun-heading-component h2 {
  color: rgba(59, 117, 57, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (max-width: 767px){#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 117, 57, 1);
}

#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 117, 57, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-439fda2c-f023-4b2f-a1c8-007766b8ac17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d304226f-78f9-48e3-a5e6-f138b7430a8a {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-29d35e98-6151-4ea3-a6a5-95f3a42e58e7 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-200f7c4f-80cc-4142-9b28-839a160134db {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-24406e97-14c5-421d-9007-b1a94745bb0e {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-b5109b32-f19b-4c04-a0f9-35afc2cc20fc {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-3a41be2a-155f-4efa-86e5-52e9d25f8c1d {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-e30c562f-7f82-4f66-a29a-f7b69506a8d1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-4333d6b0-2a76-433d-be9e-6c6d394cbb14 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-7423e234-0bdc-44d2-b38b-8116a46e21b1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-5e5bb4d8-f45b-412e-8764-d0f55919074c {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-31db8d5e-2f8b-43b0-8ae5-d23caecfbbe8 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-aebc0544-bf9b-4f68-b60b-05edab932984 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-d1b27096-6a06-4c19-b9b1-7486f5db5295 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-5a7c2fa2-fe3b-4dec-909b-b7975bd133e9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

#s-64e16286-7da1-4fdb-8f61-590636a7525e {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 700px;
}

/*
  $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}
