.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-3bc380dd-eec3-4827-9ba4-b4834d42e1c3 {
  min-height: 50px;
}








#s-3bc380dd-eec3-4827-9ba4-b4834d42e1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc380dd-eec3-4827-9ba4-b4834d42e1c3.shg-box.shg-c {
  justify-content: flex-start;
}

.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-aafa25f9-0e2c-4b9c-a0b9-716ae7e321c0 {
  margin-left: auto;
margin-right: auto;
max-width: 36em;
}

.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-c779d221-5718-4d5a-8001-25942ed03509 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c779d221-5718-4d5a-8001-25942ed03509 .shogun-heading-component h2 {
  color: rgba(90, 90, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c44c1ea9-ca98-4600-b6fd-3053ba6271bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c44c1ea9-ca98-4600-b6fd-3053ba6271bc .shogun-heading-component h2 {
  color: rgba(90, 90, 90, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0970a11-c0ac-454e-999b-a70c27ee23c4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-a0be503c-86cc-4486-a9f0-2e9e98e0f979 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0be503c-86cc-4486-a9f0-2e9e98e0f979 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9163b362-e135-4c33-b45c-f949d306826b {
  margin-top: 0px;
margin-bottom: 5%;
}








#s-9163b362-e135-4c33-b45c-f949d306826b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9163b362-e135-4c33-b45c-f949d306826b.shg-box.shg-c {
  justify-content: center;
}

.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-378526f9-1223-4715-b056-f2905cb5c06f {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}




  #s-378526f9-1223-4715-b056-f2905cb5c06f img.shogun-image {
    
    width: px;
  }


#s-378526f9-1223-4715-b056-f2905cb5c06f .shogun-image-content {
  
    align-items: center;
  
}

#s-7f3a12a1-a93e-46c8-8cc2-a04fcd99ecc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f3a12a1-a93e-46c8-8cc2-a04fcd99ecc4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f03e2448-fa1e-405f-9877-7f3a375aa768 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 450px;
max-width: 36em;
background-color: rgba(245, 245, 245, 1);
}








#s-f03e2448-fa1e-405f-9877-7f3a375aa768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f03e2448-fa1e-405f-9877-7f3a375aa768.shg-box.shg-c {
  justify-content: flex-start;
}

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

@media (min-width: 0px) {
[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4bdcdd7f-343c-42ab-89ee-fb6ada1072f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e5f9090a-b33a-42f3-a37a-83e3e89b140d {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e5f9090a-b33a-42f3-a37a-83e3e89b140d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f9090a-b33a-42f3-a37a-83e3e89b140d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fca8fdb8-cea5-4722-a481-c288c188e89a {
  text-align: center;
}




  #s-fca8fdb8-cea5-4722-a481-c288c188e89a img.shogun-image {
    
    width: px;
  }


#s-fca8fdb8-cea5-4722-a481-c288c188e89a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7190f3-fb88-4fd9-bc30-6f6e72a30d81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa7190f3-fb88-4fd9-bc30-6f6e72a30d81 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ebad3ad-70db-4a76-aaa6-19e7084430b1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2ebad3ad-70db-4a76-aaa6-19e7084430b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ebad3ad-70db-4a76-aaa6-19e7084430b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-08711c43-3b39-450d-bc99-f40cf8210090 {
  text-align: center;
}




  #s-08711c43-3b39-450d-bc99-f40cf8210090 img.shogun-image {
    
    width: px;
  }


#s-08711c43-3b39-450d-bc99-f40cf8210090 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac06756d-40fd-4cef-a107-e51d4926c7eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac06756d-40fd-4cef-a107-e51d4926c7eb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7783a39-f630-4827-91d1-976ff39f20a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cac5f01d-303c-40a2-8bd8-35eacc52091c {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-cac5f01d-303c-40a2-8bd8-35eacc52091c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cac5f01d-303c-40a2-8bd8-35eacc52091c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cfb600a6-f9e1-4f14-9d9f-a644482a31f9 {
  text-align: center;
}




  #s-cfb600a6-f9e1-4f14-9d9f-a644482a31f9 img.shogun-image {
    
    width: px;
  }


#s-cfb600a6-f9e1-4f14-9d9f-a644482a31f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a5a6ce8-5a58-4312-a57c-37edec937920 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5a6ce8-5a58-4312-a57c-37edec937920 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba82d08c-b23e-40b5-9b60-22387952b7e7 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-ba82d08c-b23e-40b5-9b60-22387952b7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba82d08c-b23e-40b5-9b60-22387952b7e7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87c1490d-a380-425a-b1d6-48692b12b0f2 {
  text-align: center;
}




  #s-87c1490d-a380-425a-b1d6-48692b12b0f2 img.shogun-image {
    
    width: px;
  }


#s-87c1490d-a380-425a-b1d6-48692b12b0f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-10df08e7-ef6a-412d-9098-deb7819a7ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10df08e7-ef6a-412d-9098-deb7819a7ac4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3cf8911-4538-4a23-a34b-3161263a9048 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f3cf8911-4538-4a23-a34b-3161263a9048"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-6211746f-da3f-4459-8ac2-9c8289c98d74 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(141, 198, 63, 1);
}








#s-6211746f-da3f-4459-8ac2-9c8289c98d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6211746f-da3f-4459-8ac2-9c8289c98d74.shg-box.shg-c {
  justify-content: 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-a595f6b6-31da-4f8f-9fce-6246cf3120f7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
min-height: 500px;
max-width: 1200px;
background-color: rgba(142, 113, 113, 0);
}

#s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs {
  justify-content: center;
}


  #s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(221, 221, 221, 1);
    border: 1px solid #DDDDDD;
  }
  #s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(101, 101, 101, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-a595f6b6-31da-4f8f-9fce-6246cf3120f7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-46aacd19-3ab4-4677-b521-2420e6ded172 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-46aacd19-3ab4-4677-b521-2420e6ded172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46aacd19-3ab4-4677-b521-2420e6ded172.shg-box.shg-c {
  justify-content: center;
}

#s-cba0d370-4eca-4d3d-aab7-69c4a896f6da {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-1229ef43-aa2c-4e8f-b2a0-622266e40421 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-1229ef43-aa2c-4e8f-b2a0-622266e40421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1229ef43-aa2c-4e8f-b2a0-622266e40421.shg-box.shg-c {
  justify-content: center;
}

.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-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-33a58ec1-c877-42f5-85ad-22e6eadefe4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8e32013c-7649-47ec-9190-63174dceb5b7 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8e32013c-7649-47ec-9190-63174dceb5b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e32013c-7649-47ec-9190-63174dceb5b7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-99ecc6e3-bf73-4a56-964c-8e0efa24c73b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-bbf496d8-c823-472f-8483-873869529c6b {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-bbf496d8-c823-472f-8483-873869529c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf496d8-c823-472f-8483-873869529c6b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-540f5164-f643-44a4-a3cc-baafc6e0349e {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-540f5164-f643-44a4-a3cc-baafc6e0349e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540f5164-f643-44a4-a3cc-baafc6e0349e.shg-box.shg-c {
  justify-content: center;
}

#s-e16dfaea-ecd1-42f9-bdfa-7c262368b621 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e16dfaea-ecd1-42f9-bdfa-7c262368b621 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ecb24a4e-9de3-4e28-bef8-2b0c256eb089 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-762c0945-b184-4dbb-9b4a-424e5f93937a {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-762c0945-b184-4dbb-9b4a-424e5f93937a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-762c0945-b184-4dbb-9b4a-424e5f93937a.shg-box.shg-c {
  justify-content: center;
}

#s-b090f1fa-17ef-429b-9785-1ee8b5059c29 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-bf98f6e2-3cba-462d-a44c-40447fb4e20c {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-bf98f6e2-3cba-462d-a44c-40447fb4e20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf98f6e2-3cba-462d-a44c-40447fb4e20c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-790761b2-e6b3-4bfe-9123-a0578dfd521b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWVkYjRhOTgtYmE1Mi00YTVhLWE1OGMtNWFhZjU3N2I3NzQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjMwNDU0NTQ1NDU0NTQ1NDU2IiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYThhNmE2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZWRiNGE5OC1iYTUyLTRhNWEtYTU4Yy01YWFmNTc3Yjc3NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-790761b2-e6b3-4bfe-9123-a0578dfd521b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790761b2-e6b3-4bfe-9123-a0578dfd521b.shg-box.shg-c {
  justify-content: center;
}

#s-9d46874f-1a4f-44b4-8e6e-a686faa732d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d46874f-1a4f-44b4-8e6e-a686faa732d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-75d65411-8c7f-4e52-8f8a-ba7cfe701505 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-8bce7f30-2f99-404b-93f1-6521ae9860a4 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-8bce7f30-2f99-404b-93f1-6521ae9860a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bce7f30-2f99-404b-93f1-6521ae9860a4.shg-box.shg-c {
  justify-content: center;
}

#s-b878c640-4538-45b7-96e4-fe9b6b19d7f3 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-57d31d6b-cd7f-4b78-bc05-73922f1f8a4d {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-57d31d6b-cd7f-4b78-bc05-73922f1f8a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d31d6b-cd7f-4b78-bc05-73922f1f8a4d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84c9493c-e08a-45c0-9537-42e5bc6dacaf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE1YjhlYjYtNzAwYi00ZDc4LTllOTQtZjM2ZjVmYzUwMGU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1MDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWVlZWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiM2ZjZmNmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhhNWI4ZWI2LTcwMGItNGQ3OC05ZTk0LWYzNmY1ZmM1MDBlOSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-84c9493c-e08a-45c0-9537-42e5bc6dacaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84c9493c-e08a-45c0-9537-42e5bc6dacaf.shg-box.shg-c {
  justify-content: center;
}

#s-88e618c0-06cf-40e5-800c-dfe571162001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88e618c0-06cf-40e5-800c-dfe571162001 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9f62e571-9bc1-41c0-84f6-c45f2da1486c {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-81be476f-517b-489d-b765-1668fc2128d0 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-81be476f-517b-489d-b765-1668fc2128d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81be476f-517b-489d-b765-1668fc2128d0.shg-box.shg-c {
  justify-content: center;
}

#s-61a93639-a9b2-4f47-b9e1-d6995b181cdf {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-ed010736-7c69-42f2-81b0-9042fcf64d38 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed010736-7c69-42f2-81b0-9042fcf64d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed010736-7c69-42f2-81b0-9042fcf64d38.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0f3d07a0-c5a7-4c92-94a5-8131e2484033"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-3b113273-e2a9-48e7-bf9f-410d7c8e395a {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-3b113273-e2a9-48e7-bf9f-410d7c8e395a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b113273-e2a9-48e7-bf9f-410d7c8e395a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c46bba0f-2d5e-4da3-a3ca-35e5c5a1667f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-c46bba0f-2d5e-4da3-a3ca-35e5c5a1667f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46bba0f-2d5e-4da3-a3ca-35e5c5a1667f.shg-box.shg-c {
  justify-content: center;
}

#s-80bd2357-9553-429d-8eed-8394a6e4d504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80bd2357-9553-429d-8eed-8394a6e4d504 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e5abba67-820b-417d-b64c-8ad11e0ed898 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-3679655d-a905-4f1f-b5bb-f7b25528aaa4 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-3679655d-a905-4f1f-b5bb-f7b25528aaa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3679655d-a905-4f1f-b5bb-f7b25528aaa4.shg-box.shg-c {
  justify-content: center;
}

#s-8c32bb2b-cd0f-474e-87a6-06cba6b67d34 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-464a7fed-19ce-4de5-80fc-a96c1a2e2615 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-464a7fed-19ce-4de5-80fc-a96c1a2e2615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-464a7fed-19ce-4de5-80fc-a96c1a2e2615.shg-box.shg-c {
  justify-content: flex-start;
}

#s-961d39b5-006f-4ef5-99e4-11ff6b77c8cf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWVkYjRhOTgtYmE1Mi00YTVhLWE1OGMtNWFhZjU3N2I3NzQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjMwNDU0NTQ1NDU0NTQ1NDU2IiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYThhNmE2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZWRiNGE5OC1iYTUyLTRhNWEtYTU4Yy01YWFmNTc3Yjc3NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-961d39b5-006f-4ef5-99e4-11ff6b77c8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961d39b5-006f-4ef5-99e4-11ff6b77c8cf.shg-box.shg-c {
  justify-content: center;
}

#s-ff10963d-c338-446e-8385-70d957474b52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff10963d-c338-446e-8385-70d957474b52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5adf3c63-535c-4cfb-8bcb-6610a1e1b375 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-ca2869b1-a96b-480a-88a1-d51a2c09c134 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-ca2869b1-a96b-480a-88a1-d51a2c09c134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2869b1-a96b-480a-88a1-d51a2c09c134.shg-box.shg-c {
  justify-content: center;
}

#s-cab659ef-2254-4fbb-9986-2ba59e31654d {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-22b9c795-1b0e-4444-b9dc-a9b554a7c320 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-22b9c795-1b0e-4444-b9dc-a9b554a7c320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b9c795-1b0e-4444-b9dc-a9b554a7c320.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5bdfd9db-7903-466f-b88a-eff75e2fccd5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWVkYjRhOTgtYmE1Mi00YTVhLWE1OGMtNWFhZjU3N2I3NzQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjMwNDU0NTQ1NDU0NTQ1NDU2IiBzdHlsZT0ic3RvcC1jb2xvcjojZWVlZWVlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYThhNmE2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZWRiNGE5OC1iYTUyLTRhNWEtYTU4Yy01YWFmNTc3Yjc3NDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-5bdfd9db-7903-466f-b88a-eff75e2fccd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bdfd9db-7903-466f-b88a-eff75e2fccd5.shg-box.shg-c {
  justify-content: center;
}

#s-df449195-fe2e-48ee-bf17-c1b6e91e9644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df449195-fe2e-48ee-bf17-c1b6e91e9644 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4b3de33c-75e4-441e-b543-547e8a407fce {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-6258be04-a014-40a9-8f9d-abc6b2e5c1cd {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-6258be04-a014-40a9-8f9d-abc6b2e5c1cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6258be04-a014-40a9-8f9d-abc6b2e5c1cd.shg-box.shg-c {
  justify-content: center;
}

#s-2850f6f7-ec2c-4ae8-b54f-213c0383d05e {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-748e5025-0f31-4605-b401-21ae1f472375 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-748e5025-0f31-4605-b401-21ae1f472375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-748e5025-0f31-4605-b401-21ae1f472375.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-76e7ce98-ff3e-4765-8a16-74ad657849c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-a520ac21-d3c5-484c-b9fa-749d23175872 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-a520ac21-d3c5-484c-b9fa-749d23175872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a520ac21-d3c5-484c-b9fa-749d23175872.shg-box.shg-c {
  justify-content: flex-start;
}

#s-255b1b61-cdf9-441b-a76b-e0feb50f9ce8 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-255b1b61-cdf9-441b-a76b-e0feb50f9ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255b1b61-cdf9-441b-a76b-e0feb50f9ce8.shg-box.shg-c {
  justify-content: center;
}

#s-7e0ec6c3-4722-4ed8-afe8-d407d610b625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e0ec6c3-4722-4ed8-afe8-d407d610b625 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e6191c88-e4ae-4e39-8e48-04878d0c69dc {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-e05c7063-ea35-47fa-aa06-cfa950e8d163 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-e05c7063-ea35-47fa-aa06-cfa950e8d163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05c7063-ea35-47fa-aa06-cfa950e8d163.shg-box.shg-c {
  justify-content: center;
}

#s-98506f5f-bbbc-4d70-965b-fd80e92bac76 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-c5e4bf2d-745c-4067-928c-9cb6a906eda6 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-c5e4bf2d-745c-4067-928c-9cb6a906eda6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e4bf2d-745c-4067-928c-9cb6a906eda6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5fd9f708-03ba-4b65-8195-c9a2608ae8bb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjVjMWNlYzgtODUyNy00NzM4LTk4ODMtYmVmYzQyYzMxZDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA2MzYzNjM2MzYzNjM2MzYzIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYTdhNGE0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNWMxY2VjOC04NTI3LTQ3MzgtOTg4My1iZWZjNDJjMzFkMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-5fd9f708-03ba-4b65-8195-c9a2608ae8bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd9f708-03ba-4b65-8195-c9a2608ae8bb.shg-box.shg-c {
  justify-content: center;
}

#s-5588fdb2-d93e-4c12-b9cf-c5fe1b398572 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5588fdb2-d93e-4c12-b9cf-c5fe1b398572 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-45634e46-b1ae-4302-b526-e7841f295104 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-16d224c3-0281-420f-a4ec-b2107ae80ccc {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-16d224c3-0281-420f-a4ec-b2107ae80ccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d224c3-0281-420f-a4ec-b2107ae80ccc.shg-box.shg-c {
  justify-content: center;
}

#s-d43cba12-49b9-406c-9768-af7d9de5523c {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-cf4f227c-cb91-4b38-bb16-5534724b915d {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-cf4f227c-cb91-4b38-bb16-5534724b915d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf4f227c-cb91-4b38-bb16-5534724b915d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b77f22a9-1d3d-4c6d-843e-62ca1741970d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGUyYzAzMzgtMDlhOS00MDQ1LWJkZjctODdjOGM4NzgwYjM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiM2ZTZjNmM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBlMmMwMzM4LTA5YTktNDA0NS1iZGY3LTg3YzhjODc4MGIzNSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-b77f22a9-1d3d-4c6d-843e-62ca1741970d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b77f22a9-1d3d-4c6d-843e-62ca1741970d.shg-box.shg-c {
  justify-content: center;
}

#s-33be3f0a-ccc9-4164-94b3-4ace1c8c6236 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-33be3f0a-ccc9-4164-94b3-4ace1c8c6236 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a9ed7038-e0f4-4a5a-ad9d-64ae93a5efa9 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-75b31dde-0303-4bc3-be0f-ce7ed95572ba {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-75b31dde-0303-4bc3-be0f-ce7ed95572ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b31dde-0303-4bc3-be0f-ce7ed95572ba.shg-box.shg-c {
  justify-content: center;
}

#s-776a6f80-9bab-49a5-aa6f-3993c1aff15f {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e113330c-ead1-4e3d-8325-8f398ef16741"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7293fc9d-7087-436f-88ce-d4cb452fa1d1 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-91dbd68f-54bd-4bac-863e-b6768b8b5b58 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d3afa53-9a64-46af-9370-271d305a83fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f4cc74e9-18ed-402d-bfcc-df0b0f3a764a {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-f469e8a6-1fd5-440d-a34e-0cf1874a05f6 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-571fb453-379a-488a-80ff-12c87cb49d21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96943ec5-a731-4959-899a-3a4f43290106 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

#s-7d259be6-91c2-4655-aee0-322744e661b1 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

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

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

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

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

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

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

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

#s-e7d36653-e36f-4b4c-ad90-9838dbbc571d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(141, 198, 63, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-e7d36653-e36f-4b4c-ad90-9838dbbc571d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7d36653-e36f-4b4c-ad90-9838dbbc571d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7d36653-e36f-4b4c-ad90-9838dbbc571d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-37d85c9b-c1f0-4a4e-9868-49adc276c438 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-37d85c9b-c1f0-4a4e-9868-49adc276c438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37d85c9b-c1f0-4a4e-9868-49adc276c438.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-2231cc8d-719f-482e-804e-8b4fd6df1cd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-bd96a38d-7d7c-4001-a59f-17ee01d66f02 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-bd96a38d-7d7c-4001-a59f-17ee01d66f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd96a38d-7d7c-4001-a59f-17ee01d66f02.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1604c161-4f2b-4097-976c-43e76463793a {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-1604c161-4f2b-4097-976c-43e76463793a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1604c161-4f2b-4097-976c-43e76463793a.shg-box.shg-c {
  justify-content: center;
}

#s-00e40e35-c04e-4000-b974-c8c373adc614 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00e40e35-c04e-4000-b974-c8c373adc614 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6466750a-336a-454c-8a00-e4b955353afa {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-d74b834e-4bfe-41d4-a4cb-4e03149fab3b {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-d74b834e-4bfe-41d4-a4cb-4e03149fab3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d74b834e-4bfe-41d4-a4cb-4e03149fab3b.shg-box.shg-c {
  justify-content: center;
}

#s-26a19b35-dd06-49c8-901c-7fba57fc35f2 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-79b25daf-f9e4-47bb-8d95-e59cdf8dc3ca {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-79b25daf-f9e4-47bb-8d95-e59cdf8dc3ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b25daf-f9e4-47bb-8d95-e59cdf8dc3ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0fcbce91-a30f-4c3b-81dc-7b514e46ceef {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWU2Y2NiODAtNzcxYy00ODBlLTkyZWUtODViYjQ1MTY2YzBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyMDQwODM3Njk2MzM1MTA0IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTZjY2I4MC03NzFjLTQ4MGUtOTJlZS04NWJiNDUxNjZjMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-0fcbce91-a30f-4c3b-81dc-7b514e46ceef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fcbce91-a30f-4c3b-81dc-7b514e46ceef.shg-box.shg-c {
  justify-content: center;
}

#s-3f7e5710-b393-4824-8c2e-eb911c06561b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f7e5710-b393-4824-8c2e-eb911c06561b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3a8e0539-62ab-4bc0-a1e8-29b4ca237031 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-340618be-1a3c-4433-81c0-8f5d2cfadd34 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-340618be-1a3c-4433-81c0-8f5d2cfadd34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-340618be-1a3c-4433-81c0-8f5d2cfadd34.shg-box.shg-c {
  justify-content: center;
}

#s-ce046591-cf75-46a2-8d0f-6463e40d9c69 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-84bdc016-fa9a-413f-a96b-69fb5207456d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-84bdc016-fa9a-413f-a96b-69fb5207456d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84bdc016-fa9a-413f-a96b-69fb5207456d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84bdc016-fa9a-413f-a96b-69fb5207456d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-329c38ab-162e-4d62-b63c-14b2115dd793 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-329c38ab-162e-4d62-b63c-14b2115dd793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-329c38ab-162e-4d62-b63c-14b2115dd793.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b82228ce-1bcb-4a77-b886-e0cd2716dbf5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTcxM2U1ZjgtZmNkOS00MDhmLTg2OTEtNDM1YWMyYmQyYTVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZjOGY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlM2JiNWE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk3MTNlNWY4LWZjZDktNDA4Zi04NjkxLTQzNWFjMmJkMmE1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-b82228ce-1bcb-4a77-b886-e0cd2716dbf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b82228ce-1bcb-4a77-b886-e0cd2716dbf5.shg-box.shg-c {
  justify-content: center;
}

#s-836c2b94-b6dd-4859-a7c7-840b6af518c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-836c2b94-b6dd-4859-a7c7-840b6af518c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-31a051fb-78f4-4603-9a4c-6d337e16bea9 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-d2ca1c2b-892f-4bc5-8d47-ec1ee99bf817 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-d2ca1c2b-892f-4bc5-8d47-ec1ee99bf817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2ca1c2b-892f-4bc5-8d47-ec1ee99bf817.shg-box.shg-c {
  justify-content: center;
}

#s-83808f40-0c8f-4e58-a05b-94e0d0d99190 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-32fa84d1-59ea-4967-9f7c-6885bbe87a58 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-32fa84d1-59ea-4967-9f7c-6885bbe87a58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-32fa84d1-59ea-4967-9f7c-6885bbe87a58:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32fa84d1-59ea-4967-9f7c-6885bbe87a58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-c7e4b7a6-a29b-4704-a9ca-191ee5e3ccbe {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-e977dd0b-0b6a-46e1-bffc-3212716fbd2c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e977dd0b-0b6a-46e1-bffc-3212716fbd2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e977dd0b-0b6a-46e1-bffc-3212716fbd2c.shg-box.shg-c {
  justify-content: center;
}

#s-fe531cc1-6bcc-4232-b612-dbc5c23827a6 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe531cc1-6bcc-4232-b612-dbc5c23827a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe531cc1-6bcc-4232-b612-dbc5c23827a6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8d2d480c-06a9-410a-8935-fee1bba24edf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-18fdd694-4876-4cbf-94f5-7463563ef0f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-da89c794-de49-4d98-afe2-8c528c0a25e4 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-da89c794-de49-4d98-afe2-8c528c0a25e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da89c794-de49-4d98-afe2-8c528c0a25e4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cad8d934-12dc-4722-bcc8-e7c08f20f926 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-cad8d934-12dc-4722-bcc8-e7c08f20f926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cad8d934-12dc-4722-bcc8-e7c08f20f926.shg-box.shg-c {
  justify-content: center;
}

#s-35a94b58-0d58-46c7-9d79-c4ab58e7f9d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35a94b58-0d58-46c7-9d79-c4ab58e7f9d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8f664c93-a301-4f09-8ea2-28165fc70887 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-e47a4366-458a-4515-9d72-cc622b866f03 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-e47a4366-458a-4515-9d72-cc622b866f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47a4366-458a-4515-9d72-cc622b866f03.shg-box.shg-c {
  justify-content: center;
}

#s-7067533a-9cd8-45cb-90f6-43236d98b832 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-58e9fa2f-934b-4379-97fe-8613971d67bf {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-58e9fa2f-934b-4379-97fe-8613971d67bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58e9fa2f-934b-4379-97fe-8613971d67bf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-235a0eb6-d3fd-4001-8dd4-513839fba003 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWU2Y2NiODAtNzcxYy00ODBlLTkyZWUtODViYjQ1MTY2YzBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyMDQwODM3Njk2MzM1MTA0IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTZjY2I4MC03NzFjLTQ4MGUtOTJlZS04NWJiNDUxNjZjMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-235a0eb6-d3fd-4001-8dd4-513839fba003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235a0eb6-d3fd-4001-8dd4-513839fba003.shg-box.shg-c {
  justify-content: center;
}

#s-f7c8bc84-8208-4b3d-9f5e-68fe97e5e18d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7c8bc84-8208-4b3d-9f5e-68fe97e5e18d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-418cf7e7-6f50-4fcc-b1ec-e23a66f24b6d {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-2e0ea79d-d926-4c6c-992c-04e458224b78 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-2e0ea79d-d926-4c6c-992c-04e458224b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e0ea79d-d926-4c6c-992c-04e458224b78.shg-box.shg-c {
  justify-content: center;
}

#s-257b4d42-d97a-4a40-846f-227eeca39f85 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-59c9b241-cd3d-4d41-9184-1712fa111fda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-59c9b241-cd3d-4d41-9184-1712fa111fda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59c9b241-cd3d-4d41-9184-1712fa111fda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59c9b241-cd3d-4d41-9184-1712fa111fda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-beabc6d5-4ad8-4c6f-bd60-850181aeb265"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a8032c12-54da-4c9d-918a-ef9478ad8e61 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-a8032c12-54da-4c9d-918a-ef9478ad8e61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8032c12-54da-4c9d-918a-ef9478ad8e61.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1bb3e591-10b3-4a94-9dd6-d240ac857c43 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTcxM2U1ZjgtZmNkOS00MDhmLTg2OTEtNDM1YWMyYmQyYTVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZjOGY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlM2JiNWE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk3MTNlNWY4LWZjZDktNDA4Zi04NjkxLTQzNWFjMmJkMmE1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-1bb3e591-10b3-4a94-9dd6-d240ac857c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bb3e591-10b3-4a94-9dd6-d240ac857c43.shg-box.shg-c {
  justify-content: center;
}

#s-9da2e86a-b762-4715-bd7c-f99a8083d2b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9da2e86a-b762-4715-bd7c-f99a8083d2b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f58fc8f4-50e4-45ff-ace7-76e692221f5d {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-c61c5709-5ca3-47ba-b29b-60dae304e03a {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-c61c5709-5ca3-47ba-b29b-60dae304e03a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c61c5709-5ca3-47ba-b29b-60dae304e03a.shg-box.shg-c {
  justify-content: center;
}

#s-cf068aac-a1ff-4300-8352-fc924bed63d9 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-01f15255-87ac-459b-9bcb-4f4a9ac2b63c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-01f15255-87ac-459b-9bcb-4f4a9ac2b63c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01f15255-87ac-459b-9bcb-4f4a9ac2b63c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01f15255-87ac-459b-9bcb-4f4a9ac2b63c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-229a57c7-6c15-42e4-808e-bbdf5f80c7ac {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-229a57c7-6c15-42e4-808e-bbdf5f80c7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-229a57c7-6c15-42e4-808e-bbdf5f80c7ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b055f13-7190-4f66-8e40-79cd3a1bf7bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDM5ZDU3ZDMtMzE4Ni00YzE3LWI4NjgtOWY2YmYwN2VlZmEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNjZGNkY2Q7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiM0NjQ2NDY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzAzOWQ1N2QzLTMxODYtNGMxNy1iODY4LTlmNmJmMDdlZWZhMikiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-9b055f13-7190-4f66-8e40-79cd3a1bf7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b055f13-7190-4f66-8e40-79cd3a1bf7bc.shg-box.shg-c {
  justify-content: center;
}

#s-e28a4164-a3de-404e-bede-1b734881673a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e28a4164-a3de-404e-bede-1b734881673a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1c1b328b-fe0f-40dd-8b9c-ca8e7e8fede0 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-deb5db2f-8aa8-4f32-99c3-a212a05cd446 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-deb5db2f-8aa8-4f32-99c3-a212a05cd446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb5db2f-8aa8-4f32-99c3-a212a05cd446.shg-box.shg-c {
  justify-content: center;
}

#s-7af172ba-1458-4e11-bb91-69a43cd20244 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-b6a54523-aa5e-45c8-94d1-97b4c3454d87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-b6a54523-aa5e-45c8-94d1-97b4c3454d87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6a54523-aa5e-45c8-94d1-97b4c3454d87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6a54523-aa5e-45c8-94d1-97b4c3454d87.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-09e9f1bb-7ac2-4267-985d-7b6a52f23100 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-61e2da68-5ae6-4884-b45d-6ae23e8c22ac {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61e2da68-5ae6-4884-b45d-6ae23e8c22ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61e2da68-5ae6-4884-b45d-6ae23e8c22ac.shg-box.shg-c {
  justify-content: center;
}

#s-b6105805-b2f3-431f-8596-232e1210819c {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b6105805-b2f3-431f-8596-232e1210819c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6105805-b2f3-431f-8596-232e1210819c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-52c4036f-566f-4797-b7f4-8132946bda55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-c5bb4652-6e7b-472e-824f-f820e27c5bcc {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-c5bb4652-6e7b-472e-824f-f820e27c5bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5bb4652-6e7b-472e-824f-f820e27c5bcc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36d5a746-a6f8-4bef-86fc-5c6be0b27f33 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-36d5a746-a6f8-4bef-86fc-5c6be0b27f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36d5a746-a6f8-4bef-86fc-5c6be0b27f33.shg-box.shg-c {
  justify-content: center;
}

#s-b92d9dec-e690-42a4-8f62-f9b0a2759a10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b92d9dec-e690-42a4-8f62-f9b0a2759a10 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-254a407a-c8f1-4127-ae0a-ec0eea1c872a {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-cf2acd57-e8eb-4363-87d0-68fa1fe473f6 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-cf2acd57-e8eb-4363-87d0-68fa1fe473f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf2acd57-e8eb-4363-87d0-68fa1fe473f6.shg-box.shg-c {
  justify-content: center;
}

#s-0402ad20-580c-432e-b4a7-3772f3afbdff {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-8cb4b767-ba60-41d9-a488-94c524c4ead0 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-8cb4b767-ba60-41d9-a488-94c524c4ead0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb4b767-ba60-41d9-a488-94c524c4ead0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bdd2b2b4-d87b-4f36-8eda-2e5a47ef76ff {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWU2Y2NiODAtNzcxYy00ODBlLTkyZWUtODViYjQ1MTY2YzBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyMDQwODM3Njk2MzM1MTA0IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmJiYmJiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTZjY2I4MC03NzFjLTQ4MGUtOTJlZS04NWJiNDUxNjZjMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-bdd2b2b4-d87b-4f36-8eda-2e5a47ef76ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd2b2b4-d87b-4f36-8eda-2e5a47ef76ff.shg-box.shg-c {
  justify-content: center;
}

#s-cf2b7739-e7d4-415b-a570-4b9e37d3e6c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf2b7739-e7d4-415b-a570-4b9e37d3e6c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9f8a24c7-b7c2-4a8a-a861-147b960eb6f8 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-3a2fff35-1c10-49da-983e-ad2e3d4425a5 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-3a2fff35-1c10-49da-983e-ad2e3d4425a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2fff35-1c10-49da-983e-ad2e3d4425a5.shg-box.shg-c {
  justify-content: center;
}

#s-d1e9cae3-db17-4398-9c84-07dd3c17045d {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-78098f9c-6be7-4cda-a134-9dab576faa35 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-78098f9c-6be7-4cda-a134-9dab576faa35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78098f9c-6be7-4cda-a134-9dab576faa35:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78098f9c-6be7-4cda-a134-9dab576faa35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a56b4b89-710a-433a-9ba5-0982608ad75b {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(211, 211, 211, 1);
min-height: 700px;
}








#s-a56b4b89-710a-433a-9ba5-0982608ad75b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a56b4b89-710a-433a-9ba5-0982608ad75b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20940d04-f22a-4788-bc66-73462b8440d6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTcxM2U1ZjgtZmNkOS00MDhmLTg2OTEtNDM1YWMyYmQyYTVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZjOGY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlM2JiNWE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk3MTNlNWY4LWZjZDktNDA4Zi04NjkxLTQzNWFjMmJkMmE1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
min-height: 50px;
}








#s-20940d04-f22a-4788-bc66-73462b8440d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20940d04-f22a-4788-bc66-73462b8440d6.shg-box.shg-c {
  justify-content: center;
}

#s-343da36f-4cd8-449b-bfd2-92fe921865cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-343da36f-4cd8-449b-bfd2-92fe921865cb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-58079dc4-181a-4778-8556-f1d9ebaf473e {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

#s-60c8bb90-5146-4ac7-9dcd-ff032d8a9e57 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(237, 237, 237, 1);
}








#s-60c8bb90-5146-4ac7-9dcd-ff032d8a9e57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c8bb90-5146-4ac7-9dcd-ff032d8a9e57.shg-box.shg-c {
  justify-content: center;
}

#s-543e2107-1070-4ab0-83fa-019fae755697 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-6ac937fb-18ef-4b70-aa6c-7b00a282a398 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
text-decoration: none;
}
#s-6ac937fb-18ef-4b70-aa6c-7b00a282a398:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ac937fb-18ef-4b70-aa6c-7b00a282a398:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ac937fb-18ef-4b70-aa6c-7b00a282a398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-6343796a-ced4-415a-8cc5-1aa16de8299d {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-1dc885d6-62c4-4e1e-b237-b064634f75fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dc885d6-62c4-4e1e-b237-b064634f75fa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cfdbf83b-e15f-4c46-969f-04c938f08eba {
  min-height: 50px;
}








#s-cfdbf83b-e15f-4c46-969f-04c938f08eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfdbf83b-e15f-4c46-969f-04c938f08eba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b108049-53b5-414b-b295-567933cc3787 {
  min-height: 50px;
}








#s-8b108049-53b5-414b-b295-567933cc3787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b108049-53b5-414b-b295-567933cc3787.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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