.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  border-style: solid;
margin-left: 10em;
margin-right: 10em;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 0em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9.shg-box.shg-c {
  justify-content: center;
}

#s-f7a0910d-a322-456e-a26e-ddafff3419b7 {
  min-height: 50px;
}








#s-f7a0910d-a322-456e-a26e-ddafff3419b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a0910d-a322-456e-a26e-ddafff3419b7.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-84b5fbc2-d70a-4e8c-969a-d908e089b896 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-2d3c9858-9c3d-4a97-b2ad-8db68f74baa7 {
  text-align: center;
}

#s-2d3c9858-9c3d-4a97-b2ad-8db68f74baa7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c46066e6-4c29-46a0-8e9e-4e3910a492f7 {
  margin-bottom: 16px;
text-align: center;
}

#s-c46066e6-4c29-46a0-8e9e-4e3910a492f7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-561ba38f-5483-4e85-8d2f-4b743dd84dd2 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-561ba38f-5483-4e85-8d2f-4b743dd84dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561ba38f-5483-4e85-8d2f-4b743dd84dd2.shg-box.shg-c {
  justify-content: center;
}

#s-03d1384a-d70d-4f9c-aca1-3c77d90fb638 {
  margin-bottom: 10px;
text-align: center;
}

#s-03d1384a-d70d-4f9c-aca1-3c77d90fb638 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.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-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs {
  justify-content: center;
}


  #s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-fe586a29-873c-4bb5-a388-17dc65a1fb61 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-b68ba4b9-ac77-41a9-8c39-8c54790bbc56 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-b68ba4b9-ac77-41a9-8c39-8c54790bbc56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b68ba4b9-ac77-41a9-8c39-8c54790bbc56.shg-box.shg-c {
  justify-content: center;
}

#s-792b98f2-21ed-44b3-8ec2-cbd50d7dd307 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-792b98f2-21ed-44b3-8ec2-cbd50d7dd307 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-f39e73a9-da4f-48a6-b57b-d3610870c5e9 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-f39e73a9-da4f-48a6-b57b-d3610870c5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39e73a9-da4f-48a6-b57b-d3610870c5e9.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-81ef6275-b76b-4c9c-8279-db829ba3cec2 {
  margin-top: 6px;
margin-bottom: 6px;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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);
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b65f9afe-33c3-43bc-86d5-bf1478aa8119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-daf93e7f-dd0f-45cc-939d-51cc936bc135 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-daf93e7f-dd0f-45cc-939d-51cc936bc135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf93e7f-dd0f-45cc-939d-51cc936bc135.shg-box.shg-c {
  justify-content: center;
}

#s-c309439c-4301-4434-bc03-0246435ed396 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c309439c-4301-4434-bc03-0246435ed396 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-325598bf-e6b4-4500-8f27-440708461781 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-11fdb10e-d982-436e-aef8-4525b8c30527 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-11fdb10e-d982-436e-aef8-4525b8c30527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11fdb10e-d982-436e-aef8-4525b8c30527.shg-box.shg-c {
  justify-content: center;
}

#s-04bde800-7bb6-4619-9799-d234eed45fc9 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04bde800-7bb6-4619-9799-d234eed45fc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c91995e8-d4b1-4f1a-8e39-4b4a80d87a67 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-38f19629-2918-4975-ad60-702bc149b8c3 {
  min-height: 50px;
}








#s-38f19629-2918-4975-ad60-702bc149b8c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f19629-2918-4975-ad60-702bc149b8c3.shg-box.shg-c {
  justify-content: center;
}

#s-ce3fd302-679e-4ef8-a702-0d1bec846da1 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-792bee61-fd7b-45c3-8840-54015cbea8e9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-792bee61-fd7b-45c3-8840-54015cbea8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-792bee61-fd7b-45c3-8840-54015cbea8e9.shg-box.shg-c {
  justify-content: center;
}

#s-074c33b2-f2db-448b-8797-a657d02fad44 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-074c33b2-f2db-448b-8797-a657d02fad44 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d1d4cf15-acce-4f31-99ed-82365371b4e2 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-d1d4cf15-acce-4f31-99ed-82365371b4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1d4cf15-acce-4f31-99ed-82365371b4e2.shg-box.shg-c {
  justify-content: center;
}

#s-932fbb3a-6e5a-430d-8753-a8a39f1b0618 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-51449d58-e6f8-49df-8df5-65e7c6c42076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-21d6014c-014c-4ef7-9fd1-fe04fde0d823 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-21d6014c-014c-4ef7-9fd1-fe04fde0d823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d6014c-014c-4ef7-9fd1-fe04fde0d823.shg-box.shg-c {
  justify-content: center;
}

#s-30098802-9c20-4552-9f21-d20c5e454ac5 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30098802-9c20-4552-9f21-d20c5e454ac5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0590ab89-b9ef-4f17-a59c-b14483da8e21 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-3ecb8af8-8afa-4a94-9168-942b0bad5336 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-3ecb8af8-8afa-4a94-9168-942b0bad5336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ecb8af8-8afa-4a94-9168-942b0bad5336.shg-box.shg-c {
  justify-content: center;
}

#s-2b17d047-8700-4066-b252-4e415cc31c69 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b17d047-8700-4066-b252-4e415cc31c69 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c2bf34b1-d035-457d-acb4-f73bc72964c7 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2d51f0cb-70db-4b61-b589-1414a44e95ae {
  min-height: 50px;
}








#s-2d51f0cb-70db-4b61-b589-1414a44e95ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d51f0cb-70db-4b61-b589-1414a44e95ae.shg-box.shg-c {
  justify-content: center;
}

#s-2cd947f1-b983-403b-a5ea-02d3317c11c8 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-9966e5d2-2858-4ae0-bdfa-428d47ebeeb4 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-9966e5d2-2858-4ae0-bdfa-428d47ebeeb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9966e5d2-2858-4ae0-bdfa-428d47ebeeb4.shg-box.shg-c {
  justify-content: center;
}

#s-a3ae1dd6-ece2-47b1-8706-955403a89434 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-a3ae1dd6-ece2-47b1-8706-955403a89434 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-14cf5ecc-f506-4038-9557-e3e3e464db8e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-14cf5ecc-f506-4038-9557-e3e3e464db8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14cf5ecc-f506-4038-9557-e3e3e464db8e.shg-box.shg-c {
  justify-content: center;
}

#s-a2c828da-5c35-4898-b39a-3e5787ceb12d {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-a0cfca04-a383-4d90-abf7-6bd894fcecc8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7205820a-cac1-4d50-b0f0-1942b0cf8666 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7205820a-cac1-4d50-b0f0-1942b0cf8666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7205820a-cac1-4d50-b0f0-1942b0cf8666.shg-box.shg-c {
  justify-content: center;
}

#s-631d4a30-436f-402b-856f-ed853080b77a {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-631d4a30-436f-402b-856f-ed853080b77a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2c00ce09-9480-4815-b153-94e09213a44e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-4ebaf4da-df09-4a9b-8116-7eb9bd5606f1 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-4ebaf4da-df09-4a9b-8116-7eb9bd5606f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ebaf4da-df09-4a9b-8116-7eb9bd5606f1.shg-box.shg-c {
  justify-content: center;
}

#s-6f31544f-099d-47e6-8bf4-8e4c65f495c8 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f31544f-099d-47e6-8bf4-8e4c65f495c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c46693e-e3f7-446a-92c8-e63ed10697c2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-14696e53-baf4-4868-a89e-3b2317f483e6 {
  min-height: 50px;
}








#s-14696e53-baf4-4868-a89e-3b2317f483e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14696e53-baf4-4868-a89e-3b2317f483e6.shg-box.shg-c {
  justify-content: center;
}

#s-844ed7ad-cc91-433d-b12d-7304943ad508 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-95b59c82-d778-4ef8-8ffa-166d8e21afed {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-95b59c82-d778-4ef8-8ffa-166d8e21afed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95b59c82-d778-4ef8-8ffa-166d8e21afed.shg-box.shg-c {
  justify-content: center;
}

#s-c0d83151-5945-4f33-abd5-206a739409b1 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-c0d83151-5945-4f33-abd5-206a739409b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-6b7b4fcd-a7f4-4f8b-ae67-bdc760a0d6e0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-6b7b4fcd-a7f4-4f8b-ae67-bdc760a0d6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7b4fcd-a7f4-4f8b-ae67-bdc760a0d6e0.shg-box.shg-c {
  justify-content: center;
}

#s-b4b16bce-24cd-49f5-9824-af3c883d8ade {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-f90b2225-ff41-41fd-bf64-4fffb99b47b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-53038d4b-ac12-400b-b3d4-f32dfc7a1cb0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-53038d4b-ac12-400b-b3d4-f32dfc7a1cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53038d4b-ac12-400b-b3d4-f32dfc7a1cb0.shg-box.shg-c {
  justify-content: center;
}

#s-2f34b698-109a-4b68-8079-7df45ac4eea2 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f34b698-109a-4b68-8079-7df45ac4eea2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f033d296-0849-403f-97b4-3c64d3d35e04 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-73deff62-6edb-45f2-8673-a87bce366b48 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-73deff62-6edb-45f2-8673-a87bce366b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73deff62-6edb-45f2-8673-a87bce366b48.shg-box.shg-c {
  justify-content: center;
}

#s-ec175316-b4e2-45f2-864f-cb32a8c4920a {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec175316-b4e2-45f2-864f-cb32a8c4920a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cb79ad70-e8c4-43ee-8d8d-ad221d60a725 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-1c70489e-ac60-4f48-9b6b-8c40df458b87 {
  min-height: 50px;
}








#s-1c70489e-ac60-4f48-9b6b-8c40df458b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c70489e-ac60-4f48-9b6b-8c40df458b87.shg-box.shg-c {
  justify-content: center;
}

#s-739a1f3d-610e-4683-b14f-c483a5c598fe {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-9d29ed6a-5ef8-4fff-8d51-0a25b60e5721 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-9d29ed6a-5ef8-4fff-8d51-0a25b60e5721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d29ed6a-5ef8-4fff-8d51-0a25b60e5721.shg-box.shg-c {
  justify-content: center;
}

#s-5216a979-8c18-49b9-8bef-b3320554df25 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-5216a979-8c18-49b9-8bef-b3320554df25 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c2b7e79e-75a0-4692-b3d9-66b585f50b6b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c2b7e79e-75a0-4692-b3d9-66b585f50b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2b7e79e-75a0-4692-b3d9-66b585f50b6b.shg-box.shg-c {
  justify-content: center;
}

#s-756f4eaf-4617-401f-a2b0-78290f68d05e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-155b1d36-a5b1-4d96-8076-eabafec087af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-95c6d39b-61be-4ec9-8828-2cd21326bfc3 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-95c6d39b-61be-4ec9-8828-2cd21326bfc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95c6d39b-61be-4ec9-8828-2cd21326bfc3.shg-box.shg-c {
  justify-content: center;
}

#s-b20e6aa9-b467-4bb5-96b7-2f79016f765d {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b20e6aa9-b467-4bb5-96b7-2f79016f765d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f6c5b7c-e5ef-4c73-828d-c7c27aca0db0 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ffc47739-c550-4fdc-b7ba-0727ca766633 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ffc47739-c550-4fdc-b7ba-0727ca766633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc47739-c550-4fdc-b7ba-0727ca766633.shg-box.shg-c {
  justify-content: center;
}

#s-209751c3-d624-4e60-a6a6-99a8f4d5d6ef {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-209751c3-d624-4e60-a6a6-99a8f4d5d6ef .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0847f037-1513-4b4e-9b18-b2517e580845 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-cc6666ee-4786-4223-aec8-669d600f90d3 {
  min-height: 50px;
}








#s-cc6666ee-4786-4223-aec8-669d600f90d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc6666ee-4786-4223-aec8-669d600f90d3.shg-box.shg-c {
  justify-content: center;
}

#s-f747595a-fc58-45d3-9fc1-b345bd1f76b8 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-eb480687-8219-472a-b994-17a83c194a34 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-eb480687-8219-472a-b994-17a83c194a34 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-49232e60-8f4b-4103-97f9-ab694721c7c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49232e60-8f4b-4103-97f9-ab694721c7c5.shg-box.shg-c {
  justify-content: center;
}

#s-9e83404b-9196-40b0-8f20-83a9ee70416c {
  text-align: center;
}

#s-9e83404b-9196-40b0-8f20-83a9ee70416c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74edabc5-c7e9-4b1f-9063-459bee218ba8 {
  margin-bottom: 16px;
text-align: center;
}

#s-74edabc5-c7e9-4b1f-9063-459bee218ba8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a36946f3-af1e-466b-9677-5afac759b03b {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a36946f3-af1e-466b-9677-5afac759b03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36946f3-af1e-466b-9677-5afac759b03b.shg-box.shg-c {
  justify-content: center;
}

#s-fafa742b-6ff0-49c5-8023-b9217ba6b7b4 {
  margin-bottom: 10px;
text-align: center;
}

#s-fafa742b-6ff0-49c5-8023-b9217ba6b7b4 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs {
  justify-content: center;
}


  #s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-424ace3f-4679-414c-b7e1-5c317703f262 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-424ace3f-4679-414c-b7e1-5c317703f262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-424ace3f-4679-414c-b7e1-5c317703f262.shg-box.shg-c {
  justify-content: center;
}

#s-2b1e5724-f03d-45c6-91ae-72cf850cab11 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-2b1e5724-f03d-45c6-91ae-72cf850cab11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0421efc1-6381-4141-8f37-f85380307232 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0421efc1-6381-4141-8f37-f85380307232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0421efc1-6381-4141-8f37-f85380307232.shg-box.shg-c {
  justify-content: center;
}

#s-5f57f131-5f66-4787-ab95-f5c9d232fe1e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2632ed68-18fa-4916-9062-0f4b39ca160f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-2632ed68-18fa-4916-9062-0f4b39ca160f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2632ed68-18fa-4916-9062-0f4b39ca160f.shg-box.shg-c {
  justify-content: center;
}

#s-27857d00-1b8a-4141-84b2-68b5d9472702 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27857d00-1b8a-4141-84b2-68b5d9472702 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ac79c382-eec7-40f1-8f56-57c93a6dc35e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-a548f704-328e-467f-a65a-8955e9fcaf0a {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a548f704-328e-467f-a65a-8955e9fcaf0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a548f704-328e-467f-a65a-8955e9fcaf0a.shg-box.shg-c {
  justify-content: center;
}

#s-16058707-ae11-413f-b160-ed462f746690 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16058707-ae11-413f-b160-ed462f746690 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90d563d3-7f66-4ebe-bb3e-12baae5a8a15 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-08637061-3511-4e4e-822f-898b220ffefe {
  min-height: 50px;
}








#s-08637061-3511-4e4e-822f-898b220ffefe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08637061-3511-4e4e-822f-898b220ffefe.shg-box.shg-c {
  justify-content: center;
}

#s-90a594a0-36e2-47fd-8e69-72173ed284ab {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e2dadc9b-b3f3-473c-afbf-739754e59d43 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-e2dadc9b-b3f3-473c-afbf-739754e59d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2dadc9b-b3f3-473c-afbf-739754e59d43.shg-box.shg-c {
  justify-content: center;
}

#s-1d38dd05-3a7b-402d-89ae-e63a6ab176d4 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-1d38dd05-3a7b-402d-89ae-e63a6ab176d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-167668a2-bece-4d60-b8da-728f1e08ece0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-167668a2-bece-4d60-b8da-728f1e08ece0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167668a2-bece-4d60-b8da-728f1e08ece0.shg-box.shg-c {
  justify-content: center;
}

#s-43e80adc-5af0-4014-8e23-0737405ba4f7 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4.shg-box.shg-c {
  justify-content: center;
}

#s-aaf24b6a-0fad-404e-b715-98a956f0255b {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aaf24b6a-0fad-404e-b715-98a956f0255b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e0a06303-f439-4dcb-990d-af26afed22e5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-a92a3156-b475-440c-8d98-156f7cf03c2d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a92a3156-b475-440c-8d98-156f7cf03c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92a3156-b475-440c-8d98-156f7cf03c2d.shg-box.shg-c {
  justify-content: center;
}

#s-a3e7e5e2-ab18-42dc-b88a-f754fcbcedd3 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3e7e5e2-ab18-42dc-b88a-f754fcbcedd3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c7f74b8e-5039-4afc-a594-659a78d85cf4 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-f8d8395d-ca8a-4aec-be21-5450672c14a0 {
  min-height: 50px;
}








#s-f8d8395d-ca8a-4aec-be21-5450672c14a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8d8395d-ca8a-4aec-be21-5450672c14a0.shg-box.shg-c {
  justify-content: center;
}

#s-6383063a-60aa-44e8-948a-5ddff871eea5 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b.shg-box.shg-c {
  justify-content: center;
}

#s-315f3c4f-4245-470b-9538-f38aafa450d0 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-315f3c4f-4245-470b-9538-f38aafa450d0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ab75a402-c0de-44f5-871e-146c2e5394e1 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ab75a402-c0de-44f5-871e-146c2e5394e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab75a402-c0de-44f5-871e-146c2e5394e1.shg-box.shg-c {
  justify-content: center;
}

#s-a8e45afb-69c2-45d3-865e-7164e43060df {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-083a1b36-be98-4b54-9193-d4d1a82ecea4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-083a1b36-be98-4b54-9193-d4d1a82ecea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-083a1b36-be98-4b54-9193-d4d1a82ecea4.shg-box.shg-c {
  justify-content: center;
}

#s-a245dee2-a6d8-4432-9395-6129f2f0b75f {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a245dee2-a6d8-4432-9395-6129f2f0b75f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9073336-16c1-4ebc-a08c-7a40531cd04c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-0b0f5967-dee5-4d72-bc44-122c01ee694b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0b0f5967-dee5-4d72-bc44-122c01ee694b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0f5967-dee5-4d72-bc44-122c01ee694b.shg-box.shg-c {
  justify-content: center;
}

#s-8d0590b9-31a3-406e-a08b-3c43b2337527 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8d0590b9-31a3-406e-a08b-3c43b2337527 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f0236ba7-9b5a-40ad-b688-8f98941e750c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c {
  min-height: 50px;
}








#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c.shg-box.shg-c {
  justify-content: center;
}

#s-2c3c1f1d-0e00-4e92-b4c3-ab21112e5d42 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ad223660-dcab-4171-a2ec-06da2fea0635 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-ad223660-dcab-4171-a2ec-06da2fea0635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad223660-dcab-4171-a2ec-06da2fea0635.shg-box.shg-c {
  justify-content: center;
}

#s-cc00e17f-dd02-4572-818f-99655e84e0ad {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-cc00e17f-dd02-4572-818f-99655e84e0ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7426c4b7-f245-4413-8996-fbc5510c3337 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7426c4b7-f245-4413-8996-fbc5510c3337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7426c4b7-f245-4413-8996-fbc5510c3337.shg-box.shg-c {
  justify-content: center;
}

#s-bace42bf-3022-4acb-84a0-af57eb5ff9b8 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c386a3c0-85aa-482d-ae78-def9d6bbee54 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c386a3c0-85aa-482d-ae78-def9d6bbee54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c386a3c0-85aa-482d-ae78-def9d6bbee54.shg-box.shg-c {
  justify-content: center;
}

#s-4d7942b3-1f8c-462d-8363-c9eaf80a1828 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d7942b3-1f8c-462d-8363-c9eaf80a1828 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-436ae8ef-93de-4aa6-8796-fb26310dec95 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-8b78973c-9d9d-4369-a31b-2a75e03f00e4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8b78973c-9d9d-4369-a31b-2a75e03f00e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b78973c-9d9d-4369-a31b-2a75e03f00e4.shg-box.shg-c {
  justify-content: center;
}

#s-b5993116-1e96-4082-a13a-43c0da423716 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5993116-1e96-4082-a13a-43c0da423716 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42cfe3dd-ce9d-444f-b8dc-31b5b7850fa7 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ab92f417-9cf1-44c0-81cb-313dc6390b56 {
  min-height: 50px;
}








#s-ab92f417-9cf1-44c0-81cb-313dc6390b56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab92f417-9cf1-44c0-81cb-313dc6390b56.shg-box.shg-c {
  justify-content: center;
}

#s-29ee848e-3431-4ea5-80ef-575dea778ad3 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74.shg-box.shg-c {
  justify-content: center;
}

#s-03d48cbd-a623-4588-8853-ea453c8dc825 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-03d48cbd-a623-4588-8853-ea453c8dc825 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-889d3d66-3faa-431c-8ab3-f893ab18d095 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-889d3d66-3faa-431c-8ab3-f893ab18d095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889d3d66-3faa-431c-8ab3-f893ab18d095.shg-box.shg-c {
  justify-content: center;
}

#s-cae57ce0-1146-4013-8f34-057adddb006e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2.shg-box.shg-c {
  justify-content: center;
}

#s-3e282b2a-b3fa-4780-b375-57a157ccb5c6 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e282b2a-b3fa-4780-b375-57a157ccb5c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-64392007-87d3-4cf9-9f2f-d5dbabc93168 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-2c641c64-53d3-4859-ae62-4dd091bf1f05 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-2c641c64-53d3-4859-ae62-4dd091bf1f05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c641c64-53d3-4859-ae62-4dd091bf1f05.shg-box.shg-c {
  justify-content: center;
}

#s-f5f24786-ec77-44da-a39f-ecf3cc1c7adb {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5f24786-ec77-44da-a39f-ecf3cc1c7adb .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3fa46ed2-2a63-46ef-a963-014c245a9480 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-bc2b357b-40aa-4e77-9e7c-29df081624f8 {
  min-height: 50px;
}








#s-bc2b357b-40aa-4e77-9e7c-29df081624f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2b357b-40aa-4e77-9e7c-29df081624f8.shg-box.shg-c {
  justify-content: center;
}

#s-8534083e-bb0c-4753-964b-3bd03f140b31 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e2a3fe46-0c2d-4b73-9918-b4fe99250b3c {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-e2a3fe46-0c2d-4b73-9918-b4fe99250b3c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fce6683e-8c26-4652-8ea2-d171cb9c77a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-8602b6db-2664-47f0-a5bd-b491776a736f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8602b6db-2664-47f0-a5bd-b491776a736f.shg-box.shg-c {
  justify-content: center;
}

#s-cd1190ec-5381-4023-bc5e-316cbdb692d9 {
  text-align: center;
}

#s-cd1190ec-5381-4023-bc5e-316cbdb692d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2944dfca-e17a-4433-a4a7-713ab9a0a464 {
  margin-bottom: 16px;
text-align: center;
}

#s-2944dfca-e17a-4433-a4a7-713ab9a0a464 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6b67a16-34f9-4965-8ece-f7dccabff603 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-b6b67a16-34f9-4965-8ece-f7dccabff603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b67a16-34f9-4965-8ece-f7dccabff603.shg-box.shg-c {
  justify-content: center;
}

#s-9372a4a5-1fea-48a1-a2c1-ae139faabbb4 {
  margin-bottom: 10px;
text-align: center;
}

#s-9372a4a5-1fea-48a1-a2c1-ae139faabbb4 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs {
  justify-content: center;
}


  #s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-9a98e99d-1341-4067-9d0f-18ecab1f6eeb .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-6234f4ec-7035-467e-8d24-5db0af8cd830 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-6234f4ec-7035-467e-8d24-5db0af8cd830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6234f4ec-7035-467e-8d24-5db0af8cd830.shg-box.shg-c {
  justify-content: center;
}

#s-a85bed82-8efd-4150-bc59-e483c35e0a0d {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-a85bed82-8efd-4150-bc59-e483c35e0a0d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-567323b2-b35f-412f-a9cc-b47405f0f2bb {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-567323b2-b35f-412f-a9cc-b47405f0f2bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567323b2-b35f-412f-a9cc-b47405f0f2bb.shg-box.shg-c {
  justify-content: center;
}

#s-dba74e6b-836d-4d9c-9e7a-7c4b86c6fc0d {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b48636c4-6663-4c5e-864b-9f64d3536b20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9a9960b8-76c5-4388-b67a-fc1654cff439 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9a9960b8-76c5-4388-b67a-fc1654cff439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a9960b8-76c5-4388-b67a-fc1654cff439.shg-box.shg-c {
  justify-content: center;
}

#s-72a61e22-cd05-4e08-ae4a-2542ced79d06 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72a61e22-cd05-4e08-ae4a-2542ced79d06 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f40a9803-0dcb-4480-aadc-388e44194b68 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-7349e68d-06b9-40af-bd0c-bab9e1bdc22b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7349e68d-06b9-40af-bd0c-bab9e1bdc22b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7349e68d-06b9-40af-bd0c-bab9e1bdc22b.shg-box.shg-c {
  justify-content: center;
}

#s-b685a238-ae87-4340-b2d7-c9fdafb70bcc {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b685a238-ae87-4340-b2d7-c9fdafb70bcc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7a70af16-af89-4114-b1a9-20f5579c3dc9 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-f338fa86-f0da-4475-928b-1f0e58abf7d5 {
  min-height: 50px;
}








#s-f338fa86-f0da-4475-928b-1f0e58abf7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f338fa86-f0da-4475-928b-1f0e58abf7d5.shg-box.shg-c {
  justify-content: center;
}

#s-1c48fb91-aa20-4466-9b70-f82b9cdbd460 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-5f0ea1a4-9a14-420a-a444-d1f47fd944f4 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-5f0ea1a4-9a14-420a-a444-d1f47fd944f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0ea1a4-9a14-420a-a444-d1f47fd944f4.shg-box.shg-c {
  justify-content: center;
}

#s-7d78320e-fa6c-41e4-a7fe-b3630adba222 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-7d78320e-fa6c-41e4-a7fe-b3630adba222 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5c8dc07a-5977-45a6-b936-aa4ab35e36f7 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5c8dc07a-5977-45a6-b936-aa4ab35e36f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c8dc07a-5977-45a6-b936-aa4ab35e36f7.shg-box.shg-c {
  justify-content: center;
}

#s-e25b39f1-0f8d-4e9b-bb61-3ad2391f79df {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-8ed34bf8-043e-42a5-9207-d5915049299f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fb890e30-e3cc-41f3-8f42-8a3ff5a8cea3 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fb890e30-e3cc-41f3-8f42-8a3ff5a8cea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb890e30-e3cc-41f3-8f42-8a3ff5a8cea3.shg-box.shg-c {
  justify-content: center;
}

#s-3426dc5a-774d-42cd-853e-75d27eb25e96 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3426dc5a-774d-42cd-853e-75d27eb25e96 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-28a35dba-83e5-4ab4-9323-d2a49c41d3f5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-4a63df6c-da04-4fe6-87d2-7fbc88da4f92 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-4a63df6c-da04-4fe6-87d2-7fbc88da4f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a63df6c-da04-4fe6-87d2-7fbc88da4f92.shg-box.shg-c {
  justify-content: center;
}

#s-92f5188c-288f-4eb4-82ec-c7280bc85f46 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92f5188c-288f-4eb4-82ec-c7280bc85f46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-676a6d36-b8a0-40f0-8261-35fc954277ab {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-cbddb849-3101-47c4-9c00-716bb472d5ab {
  min-height: 50px;
}








#s-cbddb849-3101-47c4-9c00-716bb472d5ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbddb849-3101-47c4-9c00-716bb472d5ab.shg-box.shg-c {
  justify-content: center;
}

#s-4b68ba98-4958-4645-b499-e5c61ff95b00 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-236f6f81-e9f6-4825-a880-8ba2f1ab3eaa {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-236f6f81-e9f6-4825-a880-8ba2f1ab3eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236f6f81-e9f6-4825-a880-8ba2f1ab3eaa.shg-box.shg-c {
  justify-content: center;
}

#s-5011e5b1-627d-4d24-bb34-f4ba6fa03814 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-5011e5b1-627d-4d24-bb34-f4ba6fa03814 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8e12114f-74a8-4c8b-b040-87e8f1404577 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8e12114f-74a8-4c8b-b040-87e8f1404577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e12114f-74a8-4c8b-b040-87e8f1404577.shg-box.shg-c {
  justify-content: center;
}

#s-d77fb1f7-ee6a-40cf-8196-003a67eb82d2 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-ae299a70-ce78-4a3e-bea5-3aac9d597810 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bb75306b-38b0-433b-8e80-c4805f999af5 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-bb75306b-38b0-433b-8e80-c4805f999af5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb75306b-38b0-433b-8e80-c4805f999af5.shg-box.shg-c {
  justify-content: center;
}

#s-061f170a-17f4-44ff-b574-d539b7e1f6e3 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-061f170a-17f4-44ff-b574-d539b7e1f6e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-56ea6847-62df-42b2-b629-1994fb5944f6 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-91cfd41e-4009-4788-a0ea-b4a1601dc2e6 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-91cfd41e-4009-4788-a0ea-b4a1601dc2e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91cfd41e-4009-4788-a0ea-b4a1601dc2e6.shg-box.shg-c {
  justify-content: center;
}

#s-4330d4b7-f388-4435-8677-9b0f239338ca {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4330d4b7-f388-4435-8677-9b0f239338ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c036432-0a3d-412f-8f4a-a415595e9d14 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-97d49a8a-618c-4622-a69f-06bb6df65457 {
  min-height: 50px;
}








#s-97d49a8a-618c-4622-a69f-06bb6df65457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97d49a8a-618c-4622-a69f-06bb6df65457.shg-box.shg-c {
  justify-content: center;
}

#s-31cd600a-aa5d-483b-88e4-4936d817fafd {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-1f1fe21d-ab21-4b95-91e2-c1f54399ade0 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-1f1fe21d-ab21-4b95-91e2-c1f54399ade0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1fe21d-ab21-4b95-91e2-c1f54399ade0.shg-box.shg-c {
  justify-content: center;
}

#s-ef3fb37a-cd75-43ad-a4ad-cafaab2a26f2 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-ef3fb37a-cd75-43ad-a4ad-cafaab2a26f2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-979498b9-e30b-43e8-8400-7326854b9f25 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-979498b9-e30b-43e8-8400-7326854b9f25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-979498b9-e30b-43e8-8400-7326854b9f25.shg-box.shg-c {
  justify-content: center;
}

#s-16742056-5af9-4a71-b569-1eec5e2790f7 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-4992cf55-dc5a-4a1f-805d-25b098c5c162 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b1e6a4b8-1b09-4ce6-8260-0efd38ed1ae5 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-b1e6a4b8-1b09-4ce6-8260-0efd38ed1ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e6a4b8-1b09-4ce6-8260-0efd38ed1ae5.shg-box.shg-c {
  justify-content: center;
}

#s-c32f8de8-03fc-4534-873d-2b09851e69c0 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c32f8de8-03fc-4534-873d-2b09851e69c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-833f0597-2e64-46ab-8bd3-fd4796ac9ea7 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-0cbb40b9-cf82-4ba4-a814-0259aeae5fec {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0cbb40b9-cf82-4ba4-a814-0259aeae5fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cbb40b9-cf82-4ba4-a814-0259aeae5fec.shg-box.shg-c {
  justify-content: center;
}

#s-f11714d9-59b3-4bf6-a1b4-29730aeeeade {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f11714d9-59b3-4bf6-a1b4-29730aeeeade .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1a986e75-0c6d-4ee5-aa67-a0d4bb00298e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-62b45dde-abb5-4039-a180-f62174c4d0ed {
  min-height: 50px;
}








#s-62b45dde-abb5-4039-a180-f62174c4d0ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b45dde-abb5-4039-a180-f62174c4d0ed.shg-box.shg-c {
  justify-content: center;
}

#s-a2cd22c0-cdeb-4713-9679-e549e8236704 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-618a3ccf-3663-4582-b379-44bc80cd6a35 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-618a3ccf-3663-4582-b379-44bc80cd6a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-618a3ccf-3663-4582-b379-44bc80cd6a35.shg-box.shg-c {
  justify-content: center;
}

#s-3eb1d907-82f7-421d-a55f-e1e558a7ef8d {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-3eb1d907-82f7-421d-a55f-e1e558a7ef8d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8dca0047-ace7-4fe3-865a-c92e6aea5917 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8dca0047-ace7-4fe3-865a-c92e6aea5917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dca0047-ace7-4fe3-865a-c92e6aea5917.shg-box.shg-c {
  justify-content: center;
}

#s-51b7a9a9-999f-4f9a-98b8-696240e2148f {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-e076a38c-d431-4419-a817-004540d9e9e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c5c6ae07-951a-4d17-99f0-c1f66a2cc787 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c5c6ae07-951a-4d17-99f0-c1f66a2cc787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c6ae07-951a-4d17-99f0-c1f66a2cc787.shg-box.shg-c {
  justify-content: center;
}

#s-e7561234-a08b-4d0d-9082-6dd458335600 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7561234-a08b-4d0d-9082-6dd458335600 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94e3b941-01c8-416a-939c-68fcfaaf612c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-4e44f732-4926-4553-8e48-88c026023a14 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-4e44f732-4926-4553-8e48-88c026023a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e44f732-4926-4553-8e48-88c026023a14.shg-box.shg-c {
  justify-content: center;
}

#s-92c2b98f-01b1-44e7-8b9e-5dcdde7d494b {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92c2b98f-01b1-44e7-8b9e-5dcdde7d494b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88651a2d-1fed-4fc2-a914-75be911e5219 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-a7262e30-aa4e-4697-80a9-127d68bc64e8 {
  min-height: 50px;
}








#s-a7262e30-aa4e-4697-80a9-127d68bc64e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7262e30-aa4e-4697-80a9-127d68bc64e8.shg-box.shg-c {
  justify-content: center;
}

#s-da843242-0c70-4ac5-9372-3760a1b1892b {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b4680af2-7b59-4c7c-8c17-13fb6a981df1 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-b4680af2-7b59-4c7c-8c17-13fb6a981df1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a.shg-box.shg-c {
  justify-content: center;
}

#s-c725c5db-62b9-4555-9dad-cd522a702906 {
  text-align: center;
}

#s-c725c5db-62b9-4555-9dad-cd522a702906 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-749115d6-2df8-4bde-becd-fe728819de10 {
  margin-bottom: 16px;
text-align: center;
}

#s-749115d6-2df8-4bde-becd-fe728819de10 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf {
  padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf.shg-box.shg-c {
  justify-content: center;
}

#s-7c76e396-dd30-47f2-81aa-61cb1ef13e7c {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-7c76e396-dd30-47f2-81aa-61cb1ef13e7c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-fb39c844-06bb-483f-972c-5204d66f000e {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}





#s-fb39c844-06bb-483f-972c-5204d66f000e .shogun-image-content {
  
    align-items: center;
  
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 {
  margin-top: 30px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a.shg-box.shg-c {
  justify-content: center;
}

#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1 {
  min-height: 50px;
}








#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f7ca9b0c-0292-4325-bedc-1ee48922c107 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-f7ca9b0c-0292-4325-bedc-1ee48922c107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ca9b0c-0292-4325-bedc-1ee48922c107.shg-box.shg-c {
  justify-content: center;
}

#s-4b0638ec-6655-43c3-835f-ac533a2fb23e {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4b0638ec-6655-43c3-835f-ac533a2fb23e {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4b0638ec-6655-43c3-835f-ac533a2fb23e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4b0638ec-6655-43c3-835f-ac533a2fb23e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542.shg-box.shg-c {
  justify-content: center;
}

#s-11fc63bd-e934-41fe-a11b-f77091c12c68 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-11fc63bd-e934-41fe-a11b-f77091c12c68 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-11fc63bd-e934-41fe-a11b-f77091c12c68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-11fc63bd-e934-41fe-a11b-f77091c12c68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-674aaf72-2ccf-469a-b14e-bc91035e7815 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-674aaf72-2ccf-469a-b14e-bc91035e7815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674aaf72-2ccf-469a-b14e-bc91035e7815.shg-box.shg-c {
  justify-content: center;
}

#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5.shg-box.shg-c {
  justify-content: center;
}

#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-6ca7d959-41a7-4364-b2a2-825e6ab3ac0d {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-6ca7d959-41a7-4364-b2a2-825e6ab3ac0d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a1ca8a41-bfe7-42b6-8b82-41784662c24f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42.shg-box.shg-c {
  justify-content: center;
}

#s-69e6d281-5ee4-4138-a63b-61e9d02f8195 {
  text-align: center;
}

#s-69e6d281-5ee4-4138-a63b-61e9d02f8195 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56d85677-e912-4e9c-82a9-19237b51de9f {
  margin-bottom: 16px;
text-align: center;
}

#s-56d85677-e912-4e9c-82a9-19237b51de9f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b227bb8-87e4-40ad-8ab5-a51978ef968b {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-6b227bb8-87e4-40ad-8ab5-a51978ef968b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b227bb8-87e4-40ad-8ab5-a51978ef968b.shg-box.shg-c {
  justify-content: center;
}

#s-7e16c217-a51c-4d1a-8c1d-cb41386577d0 {
  margin-bottom: 10px;
text-align: center;
}

#s-7e16c217-a51c-4d1a-8c1d-cb41386577d0 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs {
  justify-content: center;
}


  #s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-d80884fd-49f0-482c-a1f7-4f64f471f62b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-d8031044-7ecc-4b98-9071-0f3bf269ce30 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-d8031044-7ecc-4b98-9071-0f3bf269ce30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8031044-7ecc-4b98-9071-0f3bf269ce30.shg-box.shg-c {
  justify-content: center;
}

#s-19b9f6b5-6898-416d-9800-eb5ee0c0a0e5 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-19b9f6b5-6898-416d-9800-eb5ee0c0a0e5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-767df6d2-5c4a-44a9-b4e2-1a1d69541420 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-767df6d2-5c4a-44a9-b4e2-1a1d69541420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-767df6d2-5c4a-44a9-b4e2-1a1d69541420.shg-box.shg-c {
  justify-content: center;
}

#s-44111006-c7e7-4b65-a629-3f0d10621ee9 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b05257ea-9ba4-4159-adde-2e9ee6af2ed5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bd72d5e7-d54c-4353-82be-ac351b559673 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-bd72d5e7-d54c-4353-82be-ac351b559673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd72d5e7-d54c-4353-82be-ac351b559673.shg-box.shg-c {
  justify-content: center;
}

#s-88a8cc7d-d66a-40c5-81a6-50264e164cf4 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88a8cc7d-d66a-40c5-81a6-50264e164cf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-38365b61-2a6c-4dfd-8e8b-15d6d5c02b51 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-5ba97079-4788-4e24-b047-5d085405949b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5ba97079-4788-4e24-b047-5d085405949b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba97079-4788-4e24-b047-5d085405949b.shg-box.shg-c {
  justify-content: center;
}

#s-ef89201c-82c5-4c5b-b681-db55703441f1 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef89201c-82c5-4c5b-b681-db55703441f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1df3610e-e3ec-48bd-928f-44869a0d496e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e36ccd1c-fc07-41f8-8329-0713d09931da {
  min-height: 50px;
}








#s-e36ccd1c-fc07-41f8-8329-0713d09931da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36ccd1c-fc07-41f8-8329-0713d09931da.shg-box.shg-c {
  justify-content: center;
}

#s-dab0aa8b-ddea-4a93-9fa4-ebf1677d4838 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e4c2219c-31bf-46ae-8236-fd4523b89820 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-e4c2219c-31bf-46ae-8236-fd4523b89820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4c2219c-31bf-46ae-8236-fd4523b89820.shg-box.shg-c {
  justify-content: center;
}

#s-05b7926f-0618-4aab-b795-73b6152bb1fb {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-05b7926f-0618-4aab-b795-73b6152bb1fb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ea043d60-1dce-4adb-8ac3-86044aa07f19 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ea043d60-1dce-4adb-8ac3-86044aa07f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea043d60-1dce-4adb-8ac3-86044aa07f19.shg-box.shg-c {
  justify-content: center;
}

#s-34c98b81-1113-4e5d-9fd7-e66fa932f468 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-d5b2ba4c-19b4-4866-8af7-a9e83997584d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-95ab8889-52ae-4a83-8fc3-d34fffd7c0f1 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-95ab8889-52ae-4a83-8fc3-d34fffd7c0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ab8889-52ae-4a83-8fc3-d34fffd7c0f1.shg-box.shg-c {
  justify-content: center;
}

#s-30f7613a-33ac-4033-9a69-3acd59dfbd03 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30f7613a-33ac-4033-9a69-3acd59dfbd03 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-af47bfbc-8396-42e7-b29a-33c77a982ca8 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-45efbb7a-56be-4d3c-a796-9e40d3dc697e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-45efbb7a-56be-4d3c-a796-9e40d3dc697e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45efbb7a-56be-4d3c-a796-9e40d3dc697e.shg-box.shg-c {
  justify-content: center;
}

#s-77c8eb7c-87c3-4ce1-812d-05787987efd2 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77c8eb7c-87c3-4ce1-812d-05787987efd2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-baf59095-3af4-4bcd-9ff1-7d46e4b69311 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-583d1ce9-9d70-4de3-8f51-bf522a7d1d53 {
  min-height: 50px;
}








#s-583d1ce9-9d70-4de3-8f51-bf522a7d1d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583d1ce9-9d70-4de3-8f51-bf522a7d1d53.shg-box.shg-c {
  justify-content: center;
}

#s-a5632287-9830-4a9b-b0b5-c28c93a11308 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-3b8d7a1d-4a23-4daf-bacd-47001642fe94 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-3b8d7a1d-4a23-4daf-bacd-47001642fe94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b8d7a1d-4a23-4daf-bacd-47001642fe94.shg-box.shg-c {
  justify-content: center;
}

#s-0b990921-e962-49fc-9c6d-b0bd9161ee00 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-0b990921-e962-49fc-9c6d-b0bd9161ee00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-f747ba72-041f-4be1-91fc-bbf2dbcccf1e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-f747ba72-041f-4be1-91fc-bbf2dbcccf1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f747ba72-041f-4be1-91fc-bbf2dbcccf1e.shg-box.shg-c {
  justify-content: center;
}

#s-ef7cbf1d-53d2-4208-a9fe-2aef04848f97 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-18c2fe10-0275-4b71-a1e2-3ba6e5731af8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5057218c-f9d6-490e-a56b-b5d9caaa5e44 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5057218c-f9d6-490e-a56b-b5d9caaa5e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5057218c-f9d6-490e-a56b-b5d9caaa5e44.shg-box.shg-c {
  justify-content: center;
}

#s-a8c31443-1860-40a2-bec6-af27c81c1909 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8c31443-1860-40a2-bec6-af27c81c1909 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b08f8f58-960c-4520-9eaa-a5ac208c0876 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ed523c30-963b-43cb-be9f-c644c8e85e4f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ed523c30-963b-43cb-be9f-c644c8e85e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed523c30-963b-43cb-be9f-c644c8e85e4f.shg-box.shg-c {
  justify-content: center;
}

#s-bb86c965-f6cb-423c-8bbf-a15f622e2658 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb86c965-f6cb-423c-8bbf-a15f622e2658 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-db77b5f2-539b-477c-a2ba-a982547473fe {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-9bdf7acf-e770-48a4-af34-58e576b09462 {
  min-height: 50px;
}








#s-9bdf7acf-e770-48a4-af34-58e576b09462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bdf7acf-e770-48a4-af34-58e576b09462.shg-box.shg-c {
  justify-content: center;
}

#s-a2c29641-08a4-4b0a-ae7f-eabc675b3969 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-155416f8-7332-4978-9a51-fdf2c3769636 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-155416f8-7332-4978-9a51-fdf2c3769636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-155416f8-7332-4978-9a51-fdf2c3769636.shg-box.shg-c {
  justify-content: center;
}

#s-0e1b986c-c5df-4c74-86b3-a31d02d706e9 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-0e1b986c-c5df-4c74-86b3-a31d02d706e9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-82f1020a-fcd1-492f-9db9-8e974d1d06bf {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-82f1020a-fcd1-492f-9db9-8e974d1d06bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f1020a-fcd1-492f-9db9-8e974d1d06bf.shg-box.shg-c {
  justify-content: center;
}

#s-5c6e5cbd-e5dc-4f58-aa0a-f5f1d7dc6bf5 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-7fc1432b-1a15-4010-8067-f7a2f3ba70c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ab774a05-d3b1-4b76-afa6-e8c3ba7e1fba {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ab774a05-d3b1-4b76-afa6-e8c3ba7e1fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab774a05-d3b1-4b76-afa6-e8c3ba7e1fba.shg-box.shg-c {
  justify-content: center;
}

#s-42433d35-da21-48f7-9e6f-0db92a681e5d {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42433d35-da21-48f7-9e6f-0db92a681e5d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b99ae7a1-3a9a-4fc8-9be8-8fdc1b7010ec {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-84b8af99-9606-41be-84b8-a99df8004eb4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-84b8af99-9606-41be-84b8-a99df8004eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84b8af99-9606-41be-84b8-a99df8004eb4.shg-box.shg-c {
  justify-content: center;
}

#s-187e7abc-3f30-4879-a0f7-451d9b020d2b {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-187e7abc-3f30-4879-a0f7-451d9b020d2b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-febdfe2a-5692-478e-ada8-0abbde7bc553 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-cf1defae-a0f4-4fb6-9a5e-a125e3492407 {
  min-height: 50px;
}








#s-cf1defae-a0f4-4fb6-9a5e-a125e3492407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf1defae-a0f4-4fb6-9a5e-a125e3492407.shg-box.shg-c {
  justify-content: center;
}

#s-a6c4e47f-8c82-4aab-9b30-1ff48d136aa5 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-7aad2294-7c9b-4109-ae98-3c811813b592 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-7aad2294-7c9b-4109-ae98-3c811813b592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aad2294-7c9b-4109-ae98-3c811813b592.shg-box.shg-c {
  justify-content: center;
}

#s-0f1cb0cd-04c2-412e-a0ec-83a017c169ca {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-0f1cb0cd-04c2-412e-a0ec-83a017c169ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-181d623c-b6c0-49b4-a27d-1bd09a627534 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-181d623c-b6c0-49b4-a27d-1bd09a627534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181d623c-b6c0-49b4-a27d-1bd09a627534.shg-box.shg-c {
  justify-content: center;
}

#s-86849e1d-cc93-435b-8919-1a22a46199f4 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-abd72b2f-24e8-437d-8969-30df5ea0319d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7bd9d7c4-9fae-4216-ba29-c2a285fa4e75 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7bd9d7c4-9fae-4216-ba29-c2a285fa4e75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd9d7c4-9fae-4216-ba29-c2a285fa4e75.shg-box.shg-c {
  justify-content: center;
}

#s-e4e52f9c-e354-4978-933f-b941c8a2274d {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4e52f9c-e354-4978-933f-b941c8a2274d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b84de088-e42a-4788-a458-69a9ae012369 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-7e266895-3e59-435c-9568-caff7666cd80 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7e266895-3e59-435c-9568-caff7666cd80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e266895-3e59-435c-9568-caff7666cd80.shg-box.shg-c {
  justify-content: center;
}

#s-af6d6ed0-34f6-4e58-94a3-dd642141c94f {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af6d6ed0-34f6-4e58-94a3-dd642141c94f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0daad4c6-07a6-40a2-9e99-38e1acbda5d2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-6ee150bf-678d-472a-a4d8-3ee045c68bc6 {
  min-height: 50px;
}








#s-6ee150bf-678d-472a-a4d8-3ee045c68bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ee150bf-678d-472a-a4d8-3ee045c68bc6.shg-box.shg-c {
  justify-content: center;
}

#s-e79a76e0-2d7d-43b4-8db8-7047a896e732 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-40ee68c5-5907-4d82-af3a-c400a6555a07 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-40ee68c5-5907-4d82-af3a-c400a6555a07 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c.shg-box.shg-c {
  justify-content: center;
}

#s-36263eb8-0dd0-41b4-b222-e1a5b906fa04 {
  text-align: center;
}

#s-36263eb8-0dd0-41b4-b222-e1a5b906fa04 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f394d1b-af2f-4d5f-9366-3b8794027393 {
  margin-bottom: 16px;
text-align: center;
}

#s-8f394d1b-af2f-4d5f-9366-3b8794027393 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ca9de08-6067-4474-a376-cb6a27caa604 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-4ca9de08-6067-4474-a376-cb6a27caa604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca9de08-6067-4474-a376-cb6a27caa604.shg-box.shg-c {
  justify-content: center;
}

#s-044eb533-ac7b-4072-8c63-f9ebf3609c16 {
  margin-bottom: 10px;
text-align: center;
}

#s-044eb533-ac7b-4072-8c63-f9ebf3609c16 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs {
  justify-content: center;
}


  #s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-63af6aad-43a5-4787-aaeb-ae3907397c7f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-05038ca6-76df-48b8-b8b8-cf6863cbffea {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-05038ca6-76df-48b8-b8b8-cf6863cbffea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05038ca6-76df-48b8-b8b8-cf6863cbffea.shg-box.shg-c {
  justify-content: center;
}

#s-7694dcb2-5609-44ca-9c54-4ee3f10b9f00 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-7694dcb2-5609-44ca-9c54-4ee3f10b9f00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-71d9997d-5ff8-472b-87db-b03a7bc73fc5 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-71d9997d-5ff8-472b-87db-b03a7bc73fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d9997d-5ff8-472b-87db-b03a7bc73fc5.shg-box.shg-c {
  justify-content: center;
}

#s-7376f490-f236-41a7-a5b2-7d705430e0b5 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-5632d390-6d08-4d54-8362-30fdebe0efde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0a41d250-53e9-4528-80b7-3173d511f203 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0a41d250-53e9-4528-80b7-3173d511f203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a41d250-53e9-4528-80b7-3173d511f203.shg-box.shg-c {
  justify-content: center;
}

#s-d511191f-f0f8-4188-9264-3d6e70a29e40 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d511191f-f0f8-4188-9264-3d6e70a29e40 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-07dcbca0-d6be-4a84-a28f-65e9b909897c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-876c329f-e753-41c6-b29e-78d2e8f959cc {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-876c329f-e753-41c6-b29e-78d2e8f959cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-876c329f-e753-41c6-b29e-78d2e8f959cc.shg-box.shg-c {
  justify-content: center;
}

#s-8b402d40-d6e0-4163-80ac-eb61315b69ae {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b402d40-d6e0-4163-80ac-eb61315b69ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b5a51ba5-da47-4bed-94ba-a885fa6f2727 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-7f6ce609-708e-490d-91df-83f32dd132a4 {
  min-height: 50px;
}








#s-7f6ce609-708e-490d-91df-83f32dd132a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f6ce609-708e-490d-91df-83f32dd132a4.shg-box.shg-c {
  justify-content: center;
}

#s-d9532288-6fca-449d-8280-72b2df88dda6 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c6e504f7-9e54-43f3-a43a-d418375f2851 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-c6e504f7-9e54-43f3-a43a-d418375f2851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e504f7-9e54-43f3-a43a-d418375f2851.shg-box.shg-c {
  justify-content: center;
}

#s-5f56da32-9b4c-4943-b448-508eb7a0fc2e {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-5f56da32-9b4c-4943-b448-508eb7a0fc2e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7500acd0-2073-4ea1-b632-2361438d3f7a {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7500acd0-2073-4ea1-b632-2361438d3f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7500acd0-2073-4ea1-b632-2361438d3f7a.shg-box.shg-c {
  justify-content: center;
}

#s-94eb9119-4951-4cdc-8f44-82db19d34b9f {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-35fc380c-ed6c-45f2-8454-2ada6aef31e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7a21d5ad-6dcc-4fff-888e-2724680ad831 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7a21d5ad-6dcc-4fff-888e-2724680ad831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a21d5ad-6dcc-4fff-888e-2724680ad831.shg-box.shg-c {
  justify-content: center;
}

#s-3b4f9d2d-350b-452f-82eb-f5dc11712848 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b4f9d2d-350b-452f-82eb-f5dc11712848 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9dbda13f-258a-48dd-a5f8-999ff1cd603c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-24019534-7ff9-47c8-bc20-ef7c9f563960 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-24019534-7ff9-47c8-bc20-ef7c9f563960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24019534-7ff9-47c8-bc20-ef7c9f563960.shg-box.shg-c {
  justify-content: center;
}

#s-a768dbcb-8d89-49f9-a56e-e385755b6dd5 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a768dbcb-8d89-49f9-a56e-e385755b6dd5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9085da50-13e6-4391-9b70-85c03d22b78b {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-375c2038-0bba-4af1-b592-ff52fd50b2ab {
  min-height: 50px;
}








#s-375c2038-0bba-4af1-b592-ff52fd50b2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-375c2038-0bba-4af1-b592-ff52fd50b2ab.shg-box.shg-c {
  justify-content: center;
}

#s-f263922f-b7df-48aa-b00e-b757a58bf005 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-a44a3252-8eb5-4f82-85b4-d31f20f166a0 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-a44a3252-8eb5-4f82-85b4-d31f20f166a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44a3252-8eb5-4f82-85b4-d31f20f166a0.shg-box.shg-c {
  justify-content: center;
}

#s-b0bd6adc-4544-492a-ab91-2a4f0279fb34 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-b0bd6adc-4544-492a-ab91-2a4f0279fb34 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-6ea9213a-8b70-45db-b260-348b19425e75 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-6ea9213a-8b70-45db-b260-348b19425e75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea9213a-8b70-45db-b260-348b19425e75.shg-box.shg-c {
  justify-content: center;
}

#s-754a5b4e-1fef-482f-82bb-04bb44031cfd {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-c74170c1-979e-4297-91ac-d91f0ab28856 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dfb96cdd-9f7c-4464-8619-5f3bc88c1ea7 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-dfb96cdd-9f7c-4464-8619-5f3bc88c1ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb96cdd-9f7c-4464-8619-5f3bc88c1ea7.shg-box.shg-c {
  justify-content: center;
}

#s-b8121e4c-2c3b-4ad2-b411-2f90d8cbbe27 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8121e4c-2c3b-4ad2-b411-2f90d8cbbe27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c4c0b97a-59cb-4b89-8e95-cfa9e6e6493f {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-57e4750a-0460-45b5-ae6f-bce52b75ad1a {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-57e4750a-0460-45b5-ae6f-bce52b75ad1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e4750a-0460-45b5-ae6f-bce52b75ad1a.shg-box.shg-c {
  justify-content: center;
}

#s-c32b4148-5741-42b3-bf8a-254e2d35503e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c32b4148-5741-42b3-bf8a-254e2d35503e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d928d48f-5362-4c0c-9f2b-85900e916eb2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-34751477-87b6-4e3b-bc77-ae5bac873b89 {
  min-height: 50px;
}








#s-34751477-87b6-4e3b-bc77-ae5bac873b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34751477-87b6-4e3b-bc77-ae5bac873b89.shg-box.shg-c {
  justify-content: center;
}

#s-0f2ce834-3fe0-4d1a-8dd9-85a1a6b2832d {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-4e8e7077-1d37-4911-a302-0ccf67408d9b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-4e8e7077-1d37-4911-a302-0ccf67408d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e8e7077-1d37-4911-a302-0ccf67408d9b.shg-box.shg-c {
  justify-content: center;
}

#s-2238f819-450f-4fa2-b708-b47de3e2873c {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-2238f819-450f-4fa2-b708-b47de3e2873c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d8c932eb-d7be-4b07-9d67-74f06b474572 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-d8c932eb-d7be-4b07-9d67-74f06b474572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c932eb-d7be-4b07-9d67-74f06b474572.shg-box.shg-c {
  justify-content: center;
}

#s-44aca0ac-f564-4dec-9197-5deef3599a1a {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-43ab6b45-7f91-49b6-a5d0-9aead576b54e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a286bd39-eb40-43ee-8ccb-91d2ddc65a2e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a286bd39-eb40-43ee-8ccb-91d2ddc65a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a286bd39-eb40-43ee-8ccb-91d2ddc65a2e.shg-box.shg-c {
  justify-content: center;
}

#s-207e0cae-6ca8-409d-9a5e-f4755a8f1a2e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-207e0cae-6ca8-409d-9a5e-f4755a8f1a2e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a5cdde83-5e04-4adf-a891-10a89dff7803 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-699c9490-ae3b-494e-8abc-e1fd9da936a6 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-699c9490-ae3b-494e-8abc-e1fd9da936a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699c9490-ae3b-494e-8abc-e1fd9da936a6.shg-box.shg-c {
  justify-content: center;
}

#s-b82ecc85-0f7d-4488-85d9-452df7459453 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b82ecc85-0f7d-4488-85d9-452df7459453 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9899efdc-82b7-462e-afd7-15c8b5de5287 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-396e556f-f411-455f-a3ed-e20ab645c63a {
  min-height: 50px;
}








#s-396e556f-f411-455f-a3ed-e20ab645c63a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396e556f-f411-455f-a3ed-e20ab645c63a.shg-box.shg-c {
  justify-content: center;
}

#s-5d4b0c5a-0950-416f-888f-7298074dd1b0 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-85482efe-4149-459c-9a59-bdb94e904fdf {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-85482efe-4149-459c-9a59-bdb94e904fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85482efe-4149-459c-9a59-bdb94e904fdf.shg-box.shg-c {
  justify-content: center;
}

#s-9f86e5c0-38fe-4ef0-bd19-11272d7ef7c6 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-9f86e5c0-38fe-4ef0-bd19-11272d7ef7c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5d6a483b-d018-48a5-a4ae-27c94f18ea2c {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5d6a483b-d018-48a5-a4ae-27c94f18ea2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d6a483b-d018-48a5-a4ae-27c94f18ea2c.shg-box.shg-c {
  justify-content: center;
}

#s-f34e89c7-58a3-40a7-968d-dfb36b7924b5 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-3aac9420-4a92-4a59-83bc-cdd28b31ecb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8e4d0df6-cdb8-45dd-8ab4-1fb05c5489b0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8e4d0df6-cdb8-45dd-8ab4-1fb05c5489b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e4d0df6-cdb8-45dd-8ab4-1fb05c5489b0.shg-box.shg-c {
  justify-content: center;
}

#s-1e92add9-ba5d-420d-9eec-03f382746019 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e92add9-ba5d-420d-9eec-03f382746019 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-005e2f66-4969-42d7-b022-46721526ffb9 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-d9dc39fd-eaa2-4219-a309-304982da704f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-d9dc39fd-eaa2-4219-a309-304982da704f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9dc39fd-eaa2-4219-a309-304982da704f.shg-box.shg-c {
  justify-content: center;
}

#s-c5c24485-5066-42a6-a9d4-9ccec33e95bb {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5c24485-5066-42a6-a9d4-9ccec33e95bb .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b3800ad0-6c10-4793-9add-48b633c1385d {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b04bc27b-aff1-4e00-9858-19e2be390f23 {
  min-height: 50px;
}








#s-b04bc27b-aff1-4e00-9858-19e2be390f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04bc27b-aff1-4e00-9858-19e2be390f23.shg-box.shg-c {
  justify-content: center;
}

#s-bd4fe274-d9f6-45a6-9e8f-10afd1c129f8 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-057b5322-fe29-474f-b778-4948ecd076a9 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-057b5322-fe29-474f-b778-4948ecd076a9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-3eadf067-3b51-46cd-846b-f0acd4b59752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eadf067-3b51-46cd-846b-f0acd4b59752.shg-box.shg-c {
  justify-content: center;
}

#s-2104507a-9e83-496a-841d-373dd15c4af9 {
  text-align: center;
}

#s-2104507a-9e83-496a-841d-373dd15c4af9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b70be4d9-aef7-43c2-a5e6-07117a8dca75 {
  margin-bottom: 16px;
text-align: center;
}

#s-b70be4d9-aef7-43c2-a5e6-07117a8dca75 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781 {
  padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781.shg-box.shg-c {
  justify-content: center;
}

#s-724573c1-feff-4d8d-983f-771468fe3496 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-724573c1-feff-4d8d-983f-771468fe3496 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7522d590-a39a-466c-8e28-345e8c0ea440 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}





#s-7522d590-a39a-466c-8e28-345e8c0ea440 .shogun-image-content {
  
    align-items: center;
  
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 {
  margin-top: 30px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 11px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-09647bd7-dfad-42bc-9247-9bffcd1d10df {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-09647bd7-dfad-42bc-9247-9bffcd1d10df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09647bd7-dfad-42bc-9247-9bffcd1d10df.shg-box.shg-c {
  justify-content: center;
}

#s-deb4d409-6f8c-46f2-9660-a898fa23985f {
  min-height: 50px;
}








#s-deb4d409-6f8c-46f2-9660-a898fa23985f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb4d409-6f8c-46f2-9660-a898fa23985f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6e43a37d-05b4-482e-8045-1fcccb2a640f {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-6e43a37d-05b4-482e-8045-1fcccb2a640f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e43a37d-05b4-482e-8045-1fcccb2a640f.shg-box.shg-c {
  justify-content: center;
}

#s-106b494f-8bcd-4896-8810-91d0daa92915 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-106b494f-8bcd-4896-8810-91d0daa92915 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-106b494f-8bcd-4896-8810-91d0daa92915 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-106b494f-8bcd-4896-8810-91d0daa92915 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ee5dff8c-87a4-45f3-a707-42541db648f8 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ee5dff8c-87a4-45f3-a707-42541db648f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5dff8c-87a4-45f3-a707-42541db648f8.shg-box.shg-c {
  justify-content: center;
}

#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e7889c11-209c-4e2a-9064-2697ec6b038a {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-e7889c11-209c-4e2a-9064-2697ec6b038a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7889c11-209c-4e2a-9064-2697ec6b038a.shg-box.shg-c {
  justify-content: center;
}

#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bc295fcb-6161-47f5-ad7b-051d3ff49098 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 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;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-bc295fcb-6161-47f5-ad7b-051d3ff49098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc295fcb-6161-47f5-ad7b-051d3ff49098.shg-box.shg-c {
  justify-content: center;
}

#s-1e360792-7c40-454a-866a-0140f8aec224 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1e360792-7c40-454a-866a-0140f8aec224 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1e360792-7c40-454a-866a-0140f8aec224 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1e360792-7c40-454a-866a-0140f8aec224 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c8862810-c59a-4c3a-a7ea-f6a93dc88d0a {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-c8862810-c59a-4c3a-a7ea-f6a93dc88d0a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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;
}
