.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-0b6509c5-51b0-4b15-b9fc-940ce944dab8 {
  min-height: 50px;
}








#s-0b6509c5-51b0-4b15-b9fc-940ce944dab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b6509c5-51b0-4b15-b9fc-940ce944dab8.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-1b1955ef-ae21-45b7-97bd-d67b5c379ca2 {
  
}

.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-0c6054a2-7ee9-4bdc-8221-253c2f0a48e4 {
  text-align: center;
}





#s-0c6054a2-7ee9-4bdc-8221-253c2f0a48e4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-0333ae85-7881-437e-b349-a41a1279bb76 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 4px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0333ae85-7881-437e-b349-a41a1279bb76 {
  display: none;
}
#s-0333ae85-7881-437e-b349-a41a1279bb76, #wrap-s-0333ae85-7881-437e-b349-a41a1279bb76 { display:none !important; }}@media (max-width: 767px){#s-0333ae85-7881-437e-b349-a41a1279bb76 {
  display: none;
}
#s-0333ae85-7881-437e-b349-a41a1279bb76, #wrap-s-0333ae85-7881-437e-b349-a41a1279bb76 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0333ae85-7881-437e-b349-a41a1279bb76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2c0f49e7-3259-45c8-a856-54d5d6faee48 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
}








#s-2c0f49e7-3259-45c8-a856-54d5d6faee48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c0f49e7-3259-45c8-a856-54d5d6faee48.shg-box.shg-c {
  justify-content: flex-start;
}

.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-6e76bac4-9fe4-44b8-8641-d1dd6cd25d97 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-6e76bac4-9fe4-44b8-8641-d1dd6cd25d97:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-6e76bac4-9fe4-44b8-8641-d1dd6cd25d97:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-6e76bac4-9fe4-44b8-8641-d1dd6cd25d97.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-33d5712b-7db5-4ace-8e23-58fd85758896 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
}








#s-33d5712b-7db5-4ace-8e23-58fd85758896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d5712b-7db5-4ace-8e23-58fd85758896.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b32f0191-da20-4b9e-b033-70ccffaa450f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(153, 0, 102, 1);
text-decoration: none;
}
#s-b32f0191-da20-4b9e-b033-70ccffaa450f:hover {background-color: rgba(153, 0, 102, 1) !important;
text-decoration: none !important;}#s-b32f0191-da20-4b9e-b033-70ccffaa450f:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-b32f0191-da20-4b9e-b033-70ccffaa450f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-788e430b-2387-4741-99a3-97cfdd9427d4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
}








#s-788e430b-2387-4741-99a3-97cfdd9427d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788e430b-2387-4741-99a3-97cfdd9427d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-761c7f31-fbb7-4c42-885e-0ba3d3b7d53b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-761c7f31-fbb7-4c42-885e-0ba3d3b7d53b:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-761c7f31-fbb7-4c42-885e-0ba3d3b7d53b:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-761c7f31-fbb7-4c42-885e-0ba3d3b7d53b.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-b7c27f09-ce6b-4752-b97d-30f6000dc11e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
}








#s-b7c27f09-ce6b-4752-b97d-30f6000dc11e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c27f09-ce6b-4752-b97d-30f6000dc11e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9404c70e-6bbe-456c-88d0-c658c6632406 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-9404c70e-6bbe-456c-88d0-c658c6632406:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-9404c70e-6bbe-456c-88d0-c658c6632406:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-9404c70e-6bbe-456c-88d0-c658c6632406.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-1b9e2af2-6c37-4ebe-b4fd-c3a307bc9ad9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
}








#s-1b9e2af2-6c37-4ebe-b4fd-c3a307bc9ad9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b9e2af2-6c37-4ebe-b4fd-c3a307bc9ad9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9631b24a-60a3-4352-a9a9-7ac35b89c1dc {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-9631b24a-60a3-4352-a9a9-7ac35b89c1dc:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-9631b24a-60a3-4352-a9a9-7ac35b89c1dc:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-9631b24a-60a3-4352-a9a9-7ac35b89c1dc.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-970a088d-b5a9-496e-9d7f-3e19b53326c3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(153, 0, 102, 1);
}








#s-970a088d-b5a9-496e-9d7f-3e19b53326c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-970a088d-b5a9-496e-9d7f-3e19b53326c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aed58c35-125d-46eb-82bf-5bda59e3aac9 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-aed58c35-125d-46eb-82bf-5bda59e3aac9:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-aed58c35-125d-46eb-82bf-5bda59e3aac9:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-aed58c35-125d-46eb-82bf-5bda59e3aac9.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-38bc81e3-e42d-413b-aa44-84a8fefa8441 {
  margin-bottom: 30px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-38bc81e3-e42d-413b-aa44-84a8fefa8441 {
  display: none;
}
#s-38bc81e3-e42d-413b-aa44-84a8fefa8441, #wrap-s-38bc81e3-e42d-413b-aa44-84a8fefa8441 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38bc81e3-e42d-413b-aa44-84a8fefa8441 {
  display: none;
}
#s-38bc81e3-e42d-413b-aa44-84a8fefa8441, #wrap-s-38bc81e3-e42d-413b-aa44-84a8fefa8441 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38bc81e3-e42d-413b-aa44-84a8fefa8441 {
  
}
}







#s-38bc81e3-e42d-413b-aa44-84a8fefa8441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38bc81e3-e42d-413b-aa44-84a8fefa8441.shg-box.shg-c {
  justify-content: flex-start;
}

#s-258c1287-a440-48cd-85c7-0896cdf22601 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-258c1287-a440-48cd-85c7-0896cdf22601:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-258c1287-a440-48cd-85c7-0896cdf22601:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-258c1287-a440-48cd-85c7-0896cdf22601.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-9ef2cfb0-25b9-42fc-8b3a-edf06663ccfa {
  margin-top: -10px;
margin-left: 40px;
margin-bottom: -10px;
margin-right: 40px;
}

#s-9ef2cfb0-25b9-42fc-8b3a-edf06663ccfa hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4cb8b183-e7cc-483d-9308-20baf5e7fdfb {
  margin-left: 40px;
margin-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-4cb8b183-e7cc-483d-9308-20baf5e7fdfb:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-4cb8b183-e7cc-483d-9308-20baf5e7fdfb:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-4cb8b183-e7cc-483d-9308-20baf5e7fdfb.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-15ab8e87-8eb4-4ad3-880c-7f3c1cfd5131 {
  margin-top: -10px;
margin-left: 40px;
margin-bottom: -10px;
margin-right: 40px;
}

#s-15ab8e87-8eb4-4ad3-880c-7f3c1cfd5131 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-eb509f26-0c47-4ca8-ae7c-af3cb85e6d6d {
  margin-left: 40px;
margin-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-eb509f26-0c47-4ca8-ae7c-af3cb85e6d6d:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-eb509f26-0c47-4ca8-ae7c-af3cb85e6d6d:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-eb509f26-0c47-4ca8-ae7c-af3cb85e6d6d.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-693e0ae2-d6b7-4ee5-a834-b8dfeec3473a {
  margin-top: -10px;
margin-left: 40px;
margin-bottom: -10px;
margin-right: 40px;
}

#s-693e0ae2-d6b7-4ee5-a834-b8dfeec3473a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d07b6ffe-57b4-4b0a-89ca-0f5810359ee2 {
  margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
border-radius: 4px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
text-decoration: none;
}
#s-d07b6ffe-57b4-4b0a-89ca-0f5810359ee2:hover {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}#s-d07b6ffe-57b4-4b0a-89ca-0f5810359ee2:active {background-color: rgba(221, 221, 221, 1) !important;
text-decoration: none !important;}


#s-d07b6ffe-57b4-4b0a-89ca-0f5810359ee2.shg-btn {
  color: rgba(153, 0, 102, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3598aae9-1bd0-4cb0-bcf0-50202acbc690"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d3ee6bd6-22c2-4b6d-80fd-3f1f5881633b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-d3ee6bd6-22c2-4b6d-80fd-3f1f5881633b img.shogun-image {
    
    width: px;
  }


#s-d3ee6bd6-22c2-4b6d-80fd-3f1f5881633b .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-6e1fd678-363e-4636-96ea-436afa3b026e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6e1fd678-363e-4636-96ea-436afa3b026e .shogun-heading-component h1 {
  color: rgba(153, 0, 102, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-24f29d7e-8373-4ca3-99d8-7cca8515465c {
  text-align: left;
}

#s-24f29d7e-8373-4ca3-99d8-7cca8515465c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-a242eff8-9240-4ba1-9925-a3d94c5797ac {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a242eff8-9240-4ba1-9925-a3d94c5797ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2aabbc4b-bdcf-4d50-81bb-3afdf0eb5465 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-9cf139dc-fe94-433d-b773-32a31ec2dbd2 {
  padding-left: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-9cf139dc-fe94-433d-b773-32a31ec2dbd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf139dc-fe94-433d-b773-32a31ec2dbd2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-888ddfc3-d135-4ae1-9414-59ce95c6a38c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-888ddfc3-d135-4ae1-9414-59ce95c6a38c {
  display: none;
}
#s-888ddfc3-d135-4ae1-9414-59ce95c6a38c, #wrap-s-888ddfc3-d135-4ae1-9414-59ce95c6a38c { display:none !important; }}
#s-888ddfc3-d135-4ae1-9414-59ce95c6a38c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3bd0311a-39f8-4c11-8022-dd875232fdf9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-65eb8c72-8244-448e-8ded-3226fe7d6b7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-65eb8c72-8244-448e-8ded-3226fe7d6b7c img.shogun-image {
    
    width: px;
  }


#s-65eb8c72-8244-448e-8ded-3226fe7d6b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-500eb75d-5465-493b-8368-96b250e4ceb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-500eb75d-5465-493b-8368-96b250e4ceb2 .shogun-heading-component h1 {
  color: rgba(153, 0, 102, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-520b40b6-d6d6-42f3-b2c0-4842ae934178 {
  text-align: left;
}

#s-520b40b6-d6d6-42f3-b2c0-4842ae934178 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5e0935bf-b900-44e8-a048-bbb27547ab08 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-5e0935bf-b900-44e8-a048-bbb27547ab08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5264d106-1a5a-4f77-ae77-b4ffaf8a2e9f {
  margin-top: 5-5px;
margin-left: 5px;
margin-bottom: 5-5px;
margin-right: 5px;
}

#s-5fe8e673-35f0-4426-a42f-f56a1b917480 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-5fe8e673-35f0-4426-a42f-f56a1b917480 {
  display: none;
}
#s-5fe8e673-35f0-4426-a42f-f56a1b917480, #wrap-s-5fe8e673-35f0-4426-a42f-f56a1b917480 { display:none !important; }}
#s-5fe8e673-35f0-4426-a42f-f56a1b917480 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-378f0829-f033-4584-9ae8-e87d31e8ab50 {
  min-height: 50px;
}








#s-378f0829-f033-4584-9ae8-e87d31e8ab50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-378f0829-f033-4584-9ae8-e87d31e8ab50.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-2bbfb199-13b6-4f6a-b45a-305802a2abff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-13e2daa8-31a5-43e7-98ab-43fc21b56ef9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}




  #s-13e2daa8-31a5-43e7-98ab-43fc21b56ef9 img.shogun-image {
    
    width: px;
  }


#s-13e2daa8-31a5-43e7-98ab-43fc21b56ef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-44aef80a-a750-4662-bafc-72c5f25bf4f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44aef80a-a750-4662-bafc-72c5f25bf4f2 .shogun-heading-component h1 {
  color: rgba(153, 0, 102, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-07e7be47-2e11-41e2-baa7-590a25ed1151 {
  text-align: left;
}

#s-07e7be47-2e11-41e2-baa7-590a25ed1151 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-8fa269c1-d3d3-45df-9c5a-f0cebc1ca0c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b658e895-fe71-43d1-9443-31189629d1db {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-dc079818-9ccc-4289-8bbe-630e8220c162 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-dc079818-9ccc-4289-8bbe-630e8220c162 {
  display: none;
}
#s-dc079818-9ccc-4289-8bbe-630e8220c162, #wrap-s-dc079818-9ccc-4289-8bbe-630e8220c162 { display:none !important; }}
#s-dc079818-9ccc-4289-8bbe-630e8220c162 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-93444108-56c0-468d-ae16-be579bb946e8 {
  min-height: 50px;
}








#s-93444108-56c0-468d-ae16-be579bb946e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93444108-56c0-468d-ae16-be579bb946e8.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c05dad12-c869-43e2-bba3-5add5530af70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5880bb7a-c8e9-4a52-afef-abf2a9c6e9e9 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-5880bb7a-c8e9-4a52-afef-abf2a9c6e9e9 img.shogun-image {
    
    width: px;
  }


#s-5880bb7a-c8e9-4a52-afef-abf2a9c6e9e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0825fb2-7de6-4f33-8475-5c8692a52b0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0825fb2-7de6-4f33-8475-5c8692a52b0a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-92ecfce5-2f5d-4792-8cd6-1cedcd88045a {
  text-align: left;
}

#s-92ecfce5-2f5d-4792-8cd6-1cedcd88045a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-fba8728b-1163-4468-9ac2-1f99c513b1d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bd187717-f73c-4d9f-b39d-d71ef5c644ee {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-5ed479a2-3e88-4cbf-a552-5039dd48e6ff {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-5ed479a2-3e88-4cbf-a552-5039dd48e6ff {
  display: none;
}
#s-5ed479a2-3e88-4cbf-a552-5039dd48e6ff, #wrap-s-5ed479a2-3e88-4cbf-a552-5039dd48e6ff { display:none !important; }}
#s-5ed479a2-3e88-4cbf-a552-5039dd48e6ff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3260f485-6311-4803-9447-3f588249a5df {
  min-height: 50px;
}








#s-3260f485-6311-4803-9447-3f588249a5df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3260f485-6311-4803-9447-3f588249a5df.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4937e7b5-ba79-4897-bc6f-6df7695b0945"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-acc67f2f-622d-4f20-81db-aa22046a8022 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-acc67f2f-622d-4f20-81db-aa22046a8022 img.shogun-image {
    
    width: px;
  }


#s-acc67f2f-622d-4f20-81db-aa22046a8022 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecf53838-652f-4270-a139-0b227c943383 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecf53838-652f-4270-a139-0b227c943383 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1e8a20ea-9599-414e-ae96-ab4d7a3b3e37 {
  text-align: left;
}

#s-1e8a20ea-9599-414e-ae96-ab4d7a3b3e37 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-e8714fbd-4929-40b3-a2e0-4deeef930f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ba0ae204-740c-4dd0-a9a9-544941bcd4d9 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-106544d7-d2a2-4229-a9bc-d1682d3a0626 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-106544d7-d2a2-4229-a9bc-d1682d3a0626 {
  display: none;
}
#s-106544d7-d2a2-4229-a9bc-d1682d3a0626, #wrap-s-106544d7-d2a2-4229-a9bc-d1682d3a0626 { display:none !important; }}
#s-106544d7-d2a2-4229-a9bc-d1682d3a0626 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-551690e7-a99d-44f1-9365-92e0ff5a1018 {
  min-height: 50px;
}








#s-551690e7-a99d-44f1-9365-92e0ff5a1018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-551690e7-a99d-44f1-9365-92e0ff5a1018.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8def1f7a-59f5-495a-9b25-9cfed9ceb9f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-f000d6d7-8933-42d5-8883-5a05e2e932eb {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-f000d6d7-8933-42d5-8883-5a05e2e932eb img.shogun-image {
    
    width: px;
  }


#s-f000d6d7-8933-42d5-8883-5a05e2e932eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b54fa5-3a04-4603-8800-9caa0d1f701b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4b54fa5-3a04-4603-8800-9caa0d1f701b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc2e58dd-6890-4193-8b06-fd9984e54727 {
  text-align: left;
}

#s-bc2e58dd-6890-4193-8b06-fd9984e54727 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2704f543-4ddb-4721-9495-a7b57f5d250b {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2704f543-4ddb-4721-9495-a7b57f5d250b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b0edfffa-797c-4abb-b975-cde4393215e6 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-6aa748f8-de9b-4589-a621-59a3e1592ec5 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-6aa748f8-de9b-4589-a621-59a3e1592ec5 {
  display: none;
}
#s-6aa748f8-de9b-4589-a621-59a3e1592ec5, #wrap-s-6aa748f8-de9b-4589-a621-59a3e1592ec5 { display:none !important; }}
#s-6aa748f8-de9b-4589-a621-59a3e1592ec5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7456e912-99a1-4a49-9756-8c1f9c3fcb39 {
  min-height: 50px;
}








#s-7456e912-99a1-4a49-9756-8c1f9c3fcb39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7456e912-99a1-4a49-9756-8c1f9c3fcb39.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-54a9a701-4198-46dd-a6ba-55fef6ece9a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-387b521c-3bfb-4f7e-b5c5-2d6a4cf80b46 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-387b521c-3bfb-4f7e-b5c5-2d6a4cf80b46 img.shogun-image {
    
    width: px;
  }


#s-387b521c-3bfb-4f7e-b5c5-2d6a4cf80b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-376e4c56-9272-4a78-afdf-2344ce6fdf2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-376e4c56-9272-4a78-afdf-2344ce6fdf2c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3b29e39a-3165-48ed-b59a-6b5744c3332f {
  text-align: left;
}

#s-3b29e39a-3165-48ed-b59a-6b5744c3332f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-06877385-5d3f-4181-aa00-c29c2cc1e023 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-06877385-5d3f-4181-aa00-c29c2cc1e023 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e20c2301-3632-41d6-b054-dc4c521303e8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-71beb867-c23f-4eb0-96e6-e92ea5eb6275 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-71beb867-c23f-4eb0-96e6-e92ea5eb6275 {
  display: none;
}
#s-71beb867-c23f-4eb0-96e6-e92ea5eb6275, #wrap-s-71beb867-c23f-4eb0-96e6-e92ea5eb6275 { display:none !important; }}
#s-71beb867-c23f-4eb0-96e6-e92ea5eb6275 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-654effdb-7472-4af8-918e-3d5bf194a8ea {
  min-height: 50px;
}








#s-654effdb-7472-4af8-918e-3d5bf194a8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654effdb-7472-4af8-918e-3d5bf194a8ea.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-cda1139c-ca33-48e5-9276-d1e060944778"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8ddb106c-aec8-4140-b2e8-741e293fed96 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-8ddb106c-aec8-4140-b2e8-741e293fed96 img.shogun-image {
    
    width: px;
  }


#s-8ddb106c-aec8-4140-b2e8-741e293fed96 .shogun-image-content {
  
    align-items: center;
  
}

#s-38caebed-77a0-43c6-a5fc-f3dea6cf1059 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38caebed-77a0-43c6-a5fc-f3dea6cf1059 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-37cfa40a-16af-401d-8fee-9d537f82834a {
  text-align: left;
}

#s-37cfa40a-16af-401d-8fee-9d537f82834a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-e91c3a1e-1775-41c2-82f8-2cf073d397bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e706bfc9-4429-447e-a8df-3c688a71cfb6 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-1a200366-f07b-421b-a077-6fc4e1a14dc4 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-1a200366-f07b-421b-a077-6fc4e1a14dc4 {
  display: none;
}
#s-1a200366-f07b-421b-a077-6fc4e1a14dc4, #wrap-s-1a200366-f07b-421b-a077-6fc4e1a14dc4 { display:none !important; }}
#s-1a200366-f07b-421b-a077-6fc4e1a14dc4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6db41aa8-11ea-4835-95c9-9b6b5d9f8c50 {
  min-height: 50px;
}








#s-6db41aa8-11ea-4835-95c9-9b6b5d9f8c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db41aa8-11ea-4835-95c9-9b6b5d9f8c50.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-fa812733-956d-4edb-bcbc-add235a638ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b83d6ee3-d5bd-4ab9-a06a-760beaeb374d {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-b83d6ee3-d5bd-4ab9-a06a-760beaeb374d img.shogun-image {
    
    width: px;
  }


#s-b83d6ee3-d5bd-4ab9-a06a-760beaeb374d .shogun-image-content {
  
    align-items: center;
  
}

#s-da7098b9-547d-482d-ba29-dac5f8269781 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da7098b9-547d-482d-ba29-dac5f8269781 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b32c2e40-e05c-4c88-a48b-a76d1ca97073 {
  text-align: left;
}

#s-b32c2e40-e05c-4c88-a48b-a76d1ca97073 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-16f14acd-e43d-408c-b1ba-52c30d262b33 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-16f14acd-e43d-408c-b1ba-52c30d262b33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ace5d434-0015-4b5f-b7cc-5bc6fcf7fd6d {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-ae775139-d953-451b-9f13-0c99f162775b {
  min-height: 50px;
}








#s-ae775139-d953-451b-9f13-0c99f162775b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae775139-d953-451b-9f13-0c99f162775b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bb95ca38-a597-4cfc-a48c-6f9d019f82f6 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-bb95ca38-a597-4cfc-a48c-6f9d019f82f6 {
  display: none;
}
#s-bb95ca38-a597-4cfc-a48c-6f9d019f82f6, #wrap-s-bb95ca38-a597-4cfc-a48c-6f9d019f82f6 { display:none !important; }}
#s-bb95ca38-a597-4cfc-a48c-6f9d019f82f6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c5b651e7-d531-4424-8eca-9424e4430fcf {
  min-height: 50px;
}








#s-c5b651e7-d531-4424-8eca-9424e4430fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b651e7-d531-4424-8eca-9424e4430fcf.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1708e9de-a66f-4396-8764-5570fec40347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c19f82aa-261e-4c73-81ad-2ed0566e90b7 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 180px;
text-align: center;
}




  #s-c19f82aa-261e-4c73-81ad-2ed0566e90b7 img.shogun-image {
    
    width: px;
  }


#s-c19f82aa-261e-4c73-81ad-2ed0566e90b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4364a7b-dd12-4426-80de-3988ac9b824d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4364a7b-dd12-4426-80de-3988ac9b824d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-19bb9d49-f3e3-49a3-89c4-b487e27379f8 {
  text-align: left;
}

#s-19bb9d49-f3e3-49a3-89c4-b487e27379f8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-64544979-b097-40b1-9063-d21014894433 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(153, 0, 102, 1);
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(247, 247, 247, 1);
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(153, 0, 102, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-64544979-b097-40b1-9063-d21014894433 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b067eb6d-a2e4-427c-9f9b-fb5377ddb197 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-28c2f8c1-fcf0-4e3c-856e-99ef889f30af {
  min-height: 50px;
}








#s-28c2f8c1-fcf0-4e3c-856e-99ef889f30af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28c2f8c1-fcf0-4e3c-856e-99ef889f30af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89c6fc1d-1894-443d-95fe-7c0e7ee17684 {
  padding-top: 50px;
padding-bottom: 10px;
}

#s-89c6fc1d-1894-443d-95fe-7c0e7ee17684 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-24147477-7918-4ffd-bc1c-3728ac9caf41 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}

#s-24147477-7918-4ffd-bc1c-3728ac9caf41 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a29cd35-a6cb-4b4e-af6b-7eb85234ecf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.footer_rec a {
    text-decoration: none;
}

.footer_rec .h3 {
    text-decoration: none;
    margin-bottom: 0;
    font-family: "SouvenirStd-Demi";
    font-size: 24px;
    line-height: 26px;
    color: #0b0d26;
}

.footer_rec .collection__item {
    min-height: 440px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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