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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-8b2550c6-0ecf-4959-b8cc-4859d8c65225 {
  min-height: 50px;
}








#s-8b2550c6-0ecf-4959-b8cc-4859d8c65225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2550c6-0ecf-4959-b8cc-4859d8c65225.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5f4f5712-56be-4fa5-ac0a-ffb81f97ae12 {
  max-width: 108%;
text-align: center;
}





#s-5f4f5712-56be-4fa5-ac0a-ffb81f97ae12 .shogun-image-content {
  
    align-items: center;
  
}

#s-915ad304-eb63-4e34-b26f-f79d1f392241 {
  padding-top: 8%;
padding-left: 6%;
padding-bottom: 1%;
padding-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-915ad304-eb63-4e34-b26f-f79d1f392241 {
  display: none;
}
#s-915ad304-eb63-4e34-b26f-f79d1f392241, #wrap-s-915ad304-eb63-4e34-b26f-f79d1f392241 { display:none !important; }}@media (max-width: 767px){#s-915ad304-eb63-4e34-b26f-f79d1f392241 {
  display: none;
}
#s-915ad304-eb63-4e34-b26f-f79d1f392241, #wrap-s-915ad304-eb63-4e34-b26f-f79d1f392241 { display:none !important; }}







#s-915ad304-eb63-4e34-b26f-f79d1f392241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915ad304-eb63-4e34-b26f-f79d1f392241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-b37fced4-fca2-463b-80ce-2d43e863f4d3 {
  margin-top: 0%;
margin-bottom: 2%;
text-align: center;
}

#s-b37fced4-fca2-463b-80ce-2d43e863f4d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

#s-bb5f965f-bc63-4274-8465-310fe8e98f0f {
  margin-left: -9%;
margin-right: -9%;
}

#s-1c216621-791a-4af6-8d52-68e660813b8d {
  margin-top: 7%;
margin-left: 10%;
margin-right: 10%;
}

#s-9b359e00-886d-4d35-957f-0165d7d4059d {
  margin-top: 7%;
margin-left: 7%;
margin-bottom: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9b359e00-886d-4d35-957f-0165d7d4059d {
  display: none;
}
#s-9b359e00-886d-4d35-957f-0165d7d4059d, #wrap-s-9b359e00-886d-4d35-957f-0165d7d4059d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b359e00-886d-4d35-957f-0165d7d4059d {
  display: none;
}
#s-9b359e00-886d-4d35-957f-0165d7d4059d, #wrap-s-9b359e00-886d-4d35-957f-0165d7d4059d { display:none !important; }}







#s-9b359e00-886d-4d35-957f-0165d7d4059d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b359e00-886d-4d35-957f-0165d7d4059d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1fa74a3-2d50-4706-9805-0e5fad1fd62e {
  margin-bottom: 2%;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
text-align: center;
}

#s-e1fa74a3-2d50-4706-9805-0e5fad1fd62e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ec4d05b-782e-49de-8763-e70dda336754 {
  margin-top: 10%;
}

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

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

.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-71829131-e7c8-4d7f-9558-069dceede692 {
  margin-top: 1%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-71829131-e7c8-4d7f-9558-069dceede692 {
  display: none;
}
#s-71829131-e7c8-4d7f-9558-069dceede692, #wrap-s-71829131-e7c8-4d7f-9558-069dceede692 { display:none !important; }}@media (max-width: 767px){#s-71829131-e7c8-4d7f-9558-069dceede692 {
  display: none;
}
#s-71829131-e7c8-4d7f-9558-069dceede692, #wrap-s-71829131-e7c8-4d7f-9558-069dceede692 { display:none !important; }}
@media (min-width: 0px) {
[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-71829131-e7c8-4d7f-9558-069dceede692"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9bd16944-178c-4dff-bf35-091c50b89e1c {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(82, 117, 186, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(82, 117, 186, 0.1);
}








#s-9bd16944-178c-4dff-bf35-091c50b89e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bd16944-178c-4dff-bf35-091c50b89e1c {
  cursor: pointer;
}#s-9bd16944-178c-4dff-bf35-091c50b89e1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1458d9d-1b20-4577-bb83-8913069ce553 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-c0aea9a8-3eef-463b-ae05-9e01a0790164 {
  text-align: center;
}




  #s-c0aea9a8-3eef-463b-ae05-9e01a0790164 img.shogun-image {
    
    width: px;
  }


#s-c0aea9a8-3eef-463b-ae05-9e01a0790164 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f065ce2-8704-4c7c-8bf5-b7c14b41776e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-8c793cfc-da5d-4217-b74d-c9f2bc9be1a8 {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(246, 137, 51, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 137, 51, 0.1);
}








#s-8c793cfc-da5d-4217-b74d-c9f2bc9be1a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c793cfc-da5d-4217-b74d-c9f2bc9be1a8 {
  cursor: pointer;
}#s-8c793cfc-da5d-4217-b74d-c9f2bc9be1a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bff5ef6f-1ccd-498a-9a40-b4d7b76c75b9 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-4ba3a74a-1e42-423b-987f-e817bd479c43 {
  text-align: center;
}




  #s-4ba3a74a-1e42-423b-987f-e817bd479c43 img.shogun-image {
    
    width: px;
  }


#s-4ba3a74a-1e42-423b-987f-e817bd479c43 .shogun-image-content {
  
    align-items: center;
  
}

#s-29359b6f-2092-41e8-8539-c0813545d0ed {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2 {
  display: none;
}
#s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2, #wrap-s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2 { display:none !important; }}@media (max-width: 767px){#s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2 {
  display: none;
}
#s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2, #wrap-s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-649982fd-ad4c-419a-9aea-cdb2ad96ccc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2c7f65c4-5a83-499e-85be-1ebc382c8a5b {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(89, 79, 74, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(89, 79, 74, 0.1);
}








#s-2c7f65c4-5a83-499e-85be-1ebc382c8a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7f65c4-5a83-499e-85be-1ebc382c8a5b {
  cursor: pointer;
}#s-2c7f65c4-5a83-499e-85be-1ebc382c8a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbd2c1f8-b3d6-437b-8700-17888322e372 {
  margin-top: 20px;
margin-left: -4%;
margin-bottom: -15px;
margin-right: -4%;
}

#s-ce41382e-524c-499b-a617-c2215344102e {
  text-align: center;
}




  #s-ce41382e-524c-499b-a617-c2215344102e img.shogun-image {
    
    width: px;
  }


#s-ce41382e-524c-499b-a617-c2215344102e .shogun-image-content {
  
    align-items: center;
  
}

#s-b8cbe7f7-4b8d-43fc-9a67-725a36621382 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-f776b05a-d91c-4ba0-8ed4-ea04ea3bfbbb {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(142, 88, 164, 0.1);
}








#s-f776b05a-d91c-4ba0-8ed4-ea04ea3bfbbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f776b05a-d91c-4ba0-8ed4-ea04ea3bfbbb {
  cursor: pointer;
}#s-f776b05a-d91c-4ba0-8ed4-ea04ea3bfbbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f740f37d-5bfc-4e8f-844f-650be1b597a5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-4905a29a-e09c-46f8-b050-c8b9fb4cbb65 {
  text-align: center;
}




  #s-4905a29a-e09c-46f8-b050-c8b9fb4cbb65 img.shogun-image {
    
    width: px;
  }


#s-4905a29a-e09c-46f8-b050-c8b9fb4cbb65 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfe2eb69-e5fc-4181-9521-f99a4840bdd3 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-44b1bd4c-84c9-479d-bc51-a5ac9a1c3692 {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 175, 90, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(0, 175, 90, 0.1);
}








#s-44b1bd4c-84c9-479d-bc51-a5ac9a1c3692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b1bd4c-84c9-479d-bc51-a5ac9a1c3692 {
  cursor: pointer;
}#s-44b1bd4c-84c9-479d-bc51-a5ac9a1c3692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bfa9179-622b-498b-939a-a3817b8a97ce {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-bd5340b8-d98a-4219-8574-230c26f7a45c {
  text-align: center;
}




  #s-bd5340b8-d98a-4219-8574-230c26f7a45c img.shogun-image {
    
    width: px;
  }


#s-bd5340b8-d98a-4219-8574-230c26f7a45c .shogun-image-content {
  
    align-items: center;
  
}

#s-a6cdcfbd-3a88-4fa5-ad48-018bcdfd3c63 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-4a5b020e-a7d1-4f4f-976b-19bd81f724ed {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 90, 64, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 90, 64, 0.1);
}








#s-4a5b020e-a7d1-4f4f-976b-19bd81f724ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5b020e-a7d1-4f4f-976b-19bd81f724ed {
  cursor: pointer;
}#s-4a5b020e-a7d1-4f4f-976b-19bd81f724ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843512b4-a30e-4612-8f5a-9221a0c618ee {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-f32e9c56-7f93-4c17-b3be-4cc622407c6c {
  text-align: center;
}




  #s-f32e9c56-7f93-4c17-b3be-4cc622407c6c img.shogun-image {
    
    width: px;
  }


#s-f32e9c56-7f93-4c17-b3be-4cc622407c6c .shogun-image-content {
  
    align-items: center;
  
}

#s-e177fdb0-c235-445a-9772-3aa353e6a6ea {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-30a60cb2-20d3-42d6-ab42-833a429e6ad6 {
  margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-30a60cb2-20d3-42d6-ab42-833a429e6ad6 {
  display: none;
}
#s-30a60cb2-20d3-42d6-ab42-833a429e6ad6, #wrap-s-30a60cb2-20d3-42d6-ab42-833a429e6ad6 { display:none !important; }}@media (max-width: 767px){#s-30a60cb2-20d3-42d6-ab42-833a429e6ad6 {
  display: none;
}
#s-30a60cb2-20d3-42d6-ab42-833a429e6ad6, #wrap-s-30a60cb2-20d3-42d6-ab42-833a429e6ad6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-30a60cb2-20d3-42d6-ab42-833a429e6ad6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8215cfab-5f8e-4b41-b23a-864512538c3c {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(252, 179, 27, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(252, 179, 27, 0.1);
}








#s-8215cfab-5f8e-4b41-b23a-864512538c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8215cfab-5f8e-4b41-b23a-864512538c3c {
  cursor: pointer;
}#s-8215cfab-5f8e-4b41-b23a-864512538c3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10fb6b6f-095b-48eb-bb87-6f2e307e01f3 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-5c175b76-f639-4bc4-b51b-5e7580ec297e {
  text-align: center;
}




  #s-5c175b76-f639-4bc4-b51b-5e7580ec297e img.shogun-image {
    
    width: px;
  }


#s-5c175b76-f639-4bc4-b51b-5e7580ec297e .shogun-image-content {
  
    align-items: center;
  
}

#s-61c200d4-869a-4d9e-9ad9-2e20a49ab9be {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-b03166ce-d1ca-4f5d-8901-8b5ab47e18d2 {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(137, 212, 226, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(137, 212, 226, 0.1);
}








#s-b03166ce-d1ca-4f5d-8901-8b5ab47e18d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03166ce-d1ca-4f5d-8901-8b5ab47e18d2 {
  cursor: pointer;
}#s-b03166ce-d1ca-4f5d-8901-8b5ab47e18d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf17978a-dc8f-46c5-a92b-b2ec834684e1 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-0a9fda9e-350c-4694-b858-9d5142ca0888 {
  text-align: center;
}




  #s-0a9fda9e-350c-4694-b858-9d5142ca0888 img.shogun-image {
    
    width: px;
  }


#s-0a9fda9e-350c-4694-b858-9d5142ca0888 .shogun-image-content {
  
    align-items: center;
  
}

#s-98615280-8409-4737-bcee-3791ff44f016 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-bb532165-6ace-437c-9b2b-3dd5eb95ae0b {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 109, 154, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 109, 154, 0.1);
}








#s-bb532165-6ace-437c-9b2b-3dd5eb95ae0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb532165-6ace-437c-9b2b-3dd5eb95ae0b {
  cursor: pointer;
}#s-bb532165-6ace-437c-9b2b-3dd5eb95ae0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a17d0784-2c3e-482e-89f7-c73c79866c72 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-128d81d3-6b1c-490c-a9d8-5bd5e3deafe8 {
  text-align: center;
}




  #s-128d81d3-6b1c-490c-a9d8-5bd5e3deafe8 img.shogun-image {
    
    width: px;
  }


#s-128d81d3-6b1c-490c-a9d8-5bd5e3deafe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c9f6c58-510b-4c3c-bf9f-3ee86e47e673 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-0be268a5-d313-48ca-8257-3cb81691664b {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(133, 196, 70, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(133, 196, 70, 0.1);
}








#s-0be268a5-d313-48ca-8257-3cb81691664b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be268a5-d313-48ca-8257-3cb81691664b {
  cursor: pointer;
}#s-0be268a5-d313-48ca-8257-3cb81691664b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78f6e95d-f2fa-49ed-841a-eaad990f9a58 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-6890e287-9900-4c58-b52a-815e534b45a4 {
  text-align: center;
}




  #s-6890e287-9900-4c58-b52a-815e534b45a4 img.shogun-image {
    
    width: px;
  }


#s-6890e287-9900-4c58-b52a-815e534b45a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed37645-f75d-40df-9b41-af05fe4ac65b {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-49ade866-fa00-4a74-9d42-1873d52aaa8b {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-49ade866-fa00-4a74-9d42-1873d52aaa8b {
  display: none;
}
#s-49ade866-fa00-4a74-9d42-1873d52aaa8b, #wrap-s-49ade866-fa00-4a74-9d42-1873d52aaa8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49ade866-fa00-4a74-9d42-1873d52aaa8b {
  display: none;
}
#s-49ade866-fa00-4a74-9d42-1873d52aaa8b, #wrap-s-49ade866-fa00-4a74-9d42-1873d52aaa8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49ade866-fa00-4a74-9d42-1873d52aaa8b {
  
}
}@media (max-width: 767px){#s-49ade866-fa00-4a74-9d42-1873d52aaa8b {
  display: none;
}
#s-49ade866-fa00-4a74-9d42-1873d52aaa8b, #wrap-s-49ade866-fa00-4a74-9d42-1873d52aaa8b { display:none !important; }}
@media (min-width: 0px) {
[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-49ade866-fa00-4a74-9d42-1873d52aaa8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c100e424-e683-4cfc-9184-e759d315f5cc {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(133, 196, 70, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(133, 196, 70, 0.1);
}








#s-c100e424-e683-4cfc-9184-e759d315f5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c100e424-e683-4cfc-9184-e759d315f5cc {
  cursor: pointer;
}#s-c100e424-e683-4cfc-9184-e759d315f5cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ed97c70-2a71-4d9b-87e3-ed0170fb8ca9 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-3c5659e4-1fb5-4e01-af21-eb330f6cb7ff {
  text-align: center;
}




  #s-3c5659e4-1fb5-4e01-af21-eb330f6cb7ff img.shogun-image {
    
    width: px;
  }


#s-3c5659e4-1fb5-4e01-af21-eb330f6cb7ff .shogun-image-content {
  
    align-items: center;
  
}

#s-4a64f550-98e8-4e88-8175-6c85fdcba790 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-0bc92968-7d98-4d3f-840e-5d7e8d9a62ba {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(252, 179, 27, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(252, 179, 27, 0.1);
}








#s-0bc92968-7d98-4d3f-840e-5d7e8d9a62ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc92968-7d98-4d3f-840e-5d7e8d9a62ba {
  cursor: pointer;
}#s-0bc92968-7d98-4d3f-840e-5d7e8d9a62ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8cc8012-e5e8-495c-9c68-56c33dbdb31e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-a922e0c0-e3ca-4bac-b789-cd24981066c2 {
  text-align: center;
}




  #s-a922e0c0-e3ca-4bac-b789-cd24981066c2 img.shogun-image {
    
    width: px;
  }


#s-a922e0c0-e3ca-4bac-b789-cd24981066c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d36645d-03a4-496c-a8b3-935d619e88ab {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-12f02256-709c-4aaf-82e3-99adc579694f {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(89, 79, 74, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(89, 79, 74, 0.1);
}








#s-12f02256-709c-4aaf-82e3-99adc579694f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12f02256-709c-4aaf-82e3-99adc579694f {
  cursor: pointer;
}#s-12f02256-709c-4aaf-82e3-99adc579694f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa8986c7-639f-4ce3-8e4d-53378439e9d5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-55de9e12-c676-45f4-8292-cd9c9940d77d {
  text-align: center;
}




  #s-55de9e12-c676-45f4-8292-cd9c9940d77d img.shogun-image {
    
    width: px;
  }


#s-55de9e12-c676-45f4-8292-cd9c9940d77d .shogun-image-content {
  
    align-items: center;
  
}

#s-79ae5c94-c2f8-4709-8f28-95af7985c9b7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-807b6da5-d708-4ad5-920d-7c26b4a91f97 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-807b6da5-d708-4ad5-920d-7c26b4a91f97 {
  display: none;
}
#s-807b6da5-d708-4ad5-920d-7c26b4a91f97, #wrap-s-807b6da5-d708-4ad5-920d-7c26b4a91f97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-807b6da5-d708-4ad5-920d-7c26b4a91f97 {
  display: none;
}
#s-807b6da5-d708-4ad5-920d-7c26b4a91f97, #wrap-s-807b6da5-d708-4ad5-920d-7c26b4a91f97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-807b6da5-d708-4ad5-920d-7c26b4a91f97 {
  display: none;
}
#s-807b6da5-d708-4ad5-920d-7c26b4a91f97, #wrap-s-807b6da5-d708-4ad5-920d-7c26b4a91f97 { display:none !important; }}@media (max-width: 767px){#s-807b6da5-d708-4ad5-920d-7c26b4a91f97 {
  
}
}
@media (min-width: 0px) {
[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-807b6da5-d708-4ad5-920d-7c26b4a91f97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac5fe3f5-d904-456a-83b0-1762ac9c65a6 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(133, 196, 70, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(133, 196, 70, 0.1);
}








#s-ac5fe3f5-d904-456a-83b0-1762ac9c65a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5fe3f5-d904-456a-83b0-1762ac9c65a6 {
  cursor: pointer;
}#s-ac5fe3f5-d904-456a-83b0-1762ac9c65a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3363b4b7-4a7c-4201-b48a-f0bda08a72c6 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-e99f1d94-ab50-4104-902f-fb4b8c9f5208 {
  text-align: center;
}




  #s-e99f1d94-ab50-4104-902f-fb4b8c9f5208 img.shogun-image {
    
    width: px;
  }


#s-e99f1d94-ab50-4104-902f-fb4b8c9f5208 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dddf33d-8347-4b55-8db4-d4e3cce13fb4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-76568258-00e0-4604-93d4-2297af45b886 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(252, 179, 27, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(252, 179, 27, 0.1);
}








#s-76568258-00e0-4604-93d4-2297af45b886 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76568258-00e0-4604-93d4-2297af45b886 {
  cursor: pointer;
}#s-76568258-00e0-4604-93d4-2297af45b886.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8c1a993-91f1-4f3e-b35c-f246a37be3f5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-0fe9793a-7fe8-429c-b733-822641800a77 {
  text-align: center;
}




  #s-0fe9793a-7fe8-429c-b733-822641800a77 img.shogun-image {
    
    width: px;
  }


#s-0fe9793a-7fe8-429c-b733-822641800a77 .shogun-image-content {
  
    align-items: center;
  
}

#s-d32849df-3b18-46d9-860b-12a69e08b967 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 {
  display: none;
}
#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08, #wrap-s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 {
  display: none;
}
#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08, #wrap-s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 {
  display: none;
}
#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08, #wrap-s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 { display:none !important; }}@media (max-width: 767px){#s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08 {
  
}
}
@media (min-width: 0px) {
[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-735c4f12-89e2-4e9c-aa7a-43eef78c9e08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2a724dc3-4681-4ec6-9440-21600f3444fb {
  border-style: solid;
padding-top: 6%;
padding-left: 7%;
padding-bottom: 6%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 90, 64, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 90, 64, 0.1);
}








#s-2a724dc3-4681-4ec6-9440-21600f3444fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a724dc3-4681-4ec6-9440-21600f3444fb {
  cursor: pointer;
}#s-2a724dc3-4681-4ec6-9440-21600f3444fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6e93c1c-2202-4c20-82c7-b9207fe55ef4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-b3133093-934e-4905-b0c3-a81da178a0d5 {
  text-align: center;
}




  #s-b3133093-934e-4905-b0c3-a81da178a0d5 img.shogun-image {
    
    width: px;
  }


#s-b3133093-934e-4905-b0c3-a81da178a0d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c55d487-40d5-423d-b763-32142eee0a7d {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-6657dd86-e79d-45c1-a1e6-583b9f41c982 {
  border-style: solid;
padding-top: 9%;
padding-left: 7%;
padding-bottom: 9%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(89, 79, 74, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(89, 79, 74, 0.1);
}








#s-6657dd86-e79d-45c1-a1e6-583b9f41c982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6657dd86-e79d-45c1-a1e6-583b9f41c982 {
  cursor: pointer;
}#s-6657dd86-e79d-45c1-a1e6-583b9f41c982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f59d22d2-935b-44fa-9958-01769386a455 {
  margin-top: 10px;
margin-left: -7%;
margin-bottom: -15px;
margin-right: -7%;
}

#s-7bd48991-20f0-4e60-8398-624d0c0607ba {
  text-align: center;
}




  #s-7bd48991-20f0-4e60-8398-624d0c0607ba img.shogun-image {
    
    width: px;
  }


#s-7bd48991-20f0-4e60-8398-624d0c0607ba .shogun-image-content {
  
    align-items: center;
  
}

#s-77702677-494e-43b9-b690-b90796381abb {
  margin-left: 0%;
margin-bottom: 0px;
}

#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 {
  margin-top: 6%;
margin-left: 6%;
margin-bottom: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 {
  display: none;
}
#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53, #wrap-s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 {
  display: none;
}
#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53, #wrap-s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 {
  
}
}@media (max-width: 767px){#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 {
  display: none;
}
#s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53, #wrap-s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a47f5ef0-a10e-47ff-b479-16ec2e24ee53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-636dca90-3391-4b0e-b9be-491a9dab67f2 {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(82, 117, 186, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(82, 117, 186, 0.1);
}








#s-636dca90-3391-4b0e-b9be-491a9dab67f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636dca90-3391-4b0e-b9be-491a9dab67f2 {
  cursor: pointer;
}#s-636dca90-3391-4b0e-b9be-491a9dab67f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a35b373-6417-442f-9489-a1547c3d801f {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-c44328fc-633a-48ab-8b48-8657935f0a0c {
  text-align: center;
}




  #s-c44328fc-633a-48ab-8b48-8657935f0a0c img.shogun-image {
    
    width: px;
  }


#s-c44328fc-633a-48ab-8b48-8657935f0a0c .shogun-image-content {
  
    align-items: center;
  
}

#s-8aee7e06-18d6-4103-84ee-f411c821ad19 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-136c6bf2-3d3e-49c1-acc5-5108d4d5e282 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 9%;
padding-left: 7%;
padding-bottom: 9%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 175, 90, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(0, 175, 90, 0.1);
}








#s-136c6bf2-3d3e-49c1-acc5-5108d4d5e282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136c6bf2-3d3e-49c1-acc5-5108d4d5e282 {
  cursor: pointer;
}#s-136c6bf2-3d3e-49c1-acc5-5108d4d5e282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-733fff1a-bd79-4d9f-9689-4071fc58d3a1 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-b1bb0c74-d174-4d93-86c4-b367294146a4 {
  text-align: center;
}




  #s-b1bb0c74-d174-4d93-86c4-b367294146a4 img.shogun-image {
    
    width: px;
  }


#s-b1bb0c74-d174-4d93-86c4-b367294146a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3170cf80-523d-4ca0-8b39-848137a29143 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-5295d671-d216-47a7-9c14-94e3a52b7b3b {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-5295d671-d216-47a7-9c14-94e3a52b7b3b {
  display: none;
}
#s-5295d671-d216-47a7-9c14-94e3a52b7b3b, #wrap-s-5295d671-d216-47a7-9c14-94e3a52b7b3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5295d671-d216-47a7-9c14-94e3a52b7b3b {
  display: none;
}
#s-5295d671-d216-47a7-9c14-94e3a52b7b3b, #wrap-s-5295d671-d216-47a7-9c14-94e3a52b7b3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5295d671-d216-47a7-9c14-94e3a52b7b3b {
  display: none;
}
#s-5295d671-d216-47a7-9c14-94e3a52b7b3b, #wrap-s-5295d671-d216-47a7-9c14-94e3a52b7b3b { display:none !important; }}@media (max-width: 767px){#s-5295d671-d216-47a7-9c14-94e3a52b7b3b {
  
}
}
@media (min-width: 0px) {
[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5295d671-d216-47a7-9c14-94e3a52b7b3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a6b32e0-03d9-4c2a-a1cc-8c0dd281a117 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(82, 117, 186, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(82, 117, 186, 0.1);
}








#s-3a6b32e0-03d9-4c2a-a1cc-8c0dd281a117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6b32e0-03d9-4c2a-a1cc-8c0dd281a117 {
  cursor: pointer;
}#s-3a6b32e0-03d9-4c2a-a1cc-8c0dd281a117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-845c09ad-437f-44f5-b7be-57c5782373d5 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-f72e8635-6b3c-46f6-ae4f-a4e56f7e547d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-f72e8635-6b3c-46f6-ae4f-a4e56f7e547d img.shogun-image {
    
    width: px;
  }


#s-f72e8635-6b3c-46f6-ae4f-a4e56f7e547d .shogun-image-content {
  
    align-items: center;
  
}

#s-1267e885-0041-4a8e-b69d-5a248d55e1b0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-cd8f0594-e023-4d9e-8595-5610f60c0a61 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 9%;
padding-left: 7%;
padding-bottom: 9%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 175, 90, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(0, 175, 90, 0.1);
}








#s-cd8f0594-e023-4d9e-8595-5610f60c0a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd8f0594-e023-4d9e-8595-5610f60c0a61 {
  cursor: pointer;
}#s-cd8f0594-e023-4d9e-8595-5610f60c0a61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61379bff-3d15-4132-b719-9b1113d34654 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-d6c51e27-5c3b-4f4a-8fc5-da690bf7870d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-d6c51e27-5c3b-4f4a-8fc5-da690bf7870d img.shogun-image {
    
    width: px;
  }


#s-d6c51e27-5c3b-4f4a-8fc5-da690bf7870d .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f31a41-dc46-4aef-9f7e-88fbf80e0ba2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 2%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 {
  display: none;
}
#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4, #wrap-s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 {
  display: none;
}
#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4, #wrap-s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 {
  
}
}@media (max-width: 767px){#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 {
  display: none;
}
#s-defaa7af-f9cf-459c-9a32-534e0fbbffc4, #wrap-s-defaa7af-f9cf-459c-9a32-534e0fbbffc4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-defaa7af-f9cf-459c-9a32-534e0fbbffc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-697e094d-9f91-4ce9-a70e-a5d718c9045d {
  border-style: solid;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(137, 212, 226, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(137, 212, 226, 0.1);
}








#s-697e094d-9f91-4ce9-a70e-a5d718c9045d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-697e094d-9f91-4ce9-a70e-a5d718c9045d {
  cursor: pointer;
}#s-697e094d-9f91-4ce9-a70e-a5d718c9045d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9903c88e-3c92-4129-8356-4505f5b65c6e {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-250cfded-8229-476d-8b2e-dd5e233c10d2 {
  text-align: center;
}




  #s-250cfded-8229-476d-8b2e-dd5e233c10d2 img.shogun-image {
    
    width: px;
  }


#s-250cfded-8229-476d-8b2e-dd5e233c10d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-73d1b7c6-4492-416d-96e6-a8eb31d502f2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-479655eb-183a-4232-87a5-95be480a7120 {
  border-style: solid;
padding-top: 5%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 109, 154, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 109, 154, 0.1);
}








#s-479655eb-183a-4232-87a5-95be480a7120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-479655eb-183a-4232-87a5-95be480a7120 {
  cursor: pointer;
}#s-479655eb-183a-4232-87a5-95be480a7120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb2a19e-d2fe-4b0a-9ac8-f333b4ddb4ed {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-1b30127a-b8f7-4b1d-900d-a1971a2a35fd {
  text-align: center;
}




  #s-1b30127a-b8f7-4b1d-900d-a1971a2a35fd img.shogun-image {
    
    width: px;
  }


#s-1b30127a-b8f7-4b1d-900d-a1971a2a35fd .shogun-image-content {
  
    align-items: center;
  
}

#s-5542edbc-d2fa-4757-ad30-43783b4da91e {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-64622c6f-68ee-4d09-8834-bdb77949dff4 {
  border-style: solid;
padding-top: 6%;
padding-left: 7%;
padding-bottom: 6%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(142, 88, 164, 0.1);
}








#s-64622c6f-68ee-4d09-8834-bdb77949dff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64622c6f-68ee-4d09-8834-bdb77949dff4 {
  cursor: pointer;
}#s-64622c6f-68ee-4d09-8834-bdb77949dff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe8d230-88b7-47a0-b115-c85ddf61cee9 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-46d84d47-2dcc-400f-a7b0-a86efbc007f2 {
  text-align: center;
}




  #s-46d84d47-2dcc-400f-a7b0-a86efbc007f2 img.shogun-image {
    
    width: px;
  }


#s-46d84d47-2dcc-400f-a7b0-a86efbc007f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dd1edd8-c78d-490b-a1f2-94149f42b031 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-100f5f70-1086-457d-a042-0c3b1f49d69d {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-100f5f70-1086-457d-a042-0c3b1f49d69d {
  display: none;
}
#s-100f5f70-1086-457d-a042-0c3b1f49d69d, #wrap-s-100f5f70-1086-457d-a042-0c3b1f49d69d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-100f5f70-1086-457d-a042-0c3b1f49d69d {
  display: none;
}
#s-100f5f70-1086-457d-a042-0c3b1f49d69d, #wrap-s-100f5f70-1086-457d-a042-0c3b1f49d69d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-100f5f70-1086-457d-a042-0c3b1f49d69d {
  display: none;
}
#s-100f5f70-1086-457d-a042-0c3b1f49d69d, #wrap-s-100f5f70-1086-457d-a042-0c3b1f49d69d { display:none !important; }}@media (max-width: 767px){#s-100f5f70-1086-457d-a042-0c3b1f49d69d {
  
}
}
@media (min-width: 0px) {
[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100f5f70-1086-457d-a042-0c3b1f49d69d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d6dd3ed-2a86-4a7a-9c8a-acb3859ae881 {
  border-style: solid;
margin-bottom: 13%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(137, 212, 226, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(137, 212, 226, 0.1);
}








#s-0d6dd3ed-2a86-4a7a-9c8a-acb3859ae881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6dd3ed-2a86-4a7a-9c8a-acb3859ae881 {
  cursor: pointer;
}#s-0d6dd3ed-2a86-4a7a-9c8a-acb3859ae881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e68fc18b-a896-40b6-bf18-b96b831080c0 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-caac5a86-f2c2-41fb-807e-f0352e76d8ff {
  text-align: center;
}




  #s-caac5a86-f2c2-41fb-807e-f0352e76d8ff img.shogun-image {
    
    width: px;
  }


#s-caac5a86-f2c2-41fb-807e-f0352e76d8ff .shogun-image-content {
  
    align-items: center;
  
}

#s-c3468a34-cd73-48f3-8a85-dcead0f98bf8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-b1818ab7-8ea1-45aa-ab22-7a5f538757a2 {
  border-style: solid;
margin-bottom: 13%;
padding-top: 5%;
padding-left: 7%;
padding-bottom: 5%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 109, 154, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 109, 154, 0.1);
}








#s-b1818ab7-8ea1-45aa-ab22-7a5f538757a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1818ab7-8ea1-45aa-ab22-7a5f538757a2 {
  cursor: pointer;
}#s-b1818ab7-8ea1-45aa-ab22-7a5f538757a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1882184-dd83-4fc9-9cf8-9e2815afea62 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-34fa8df6-5ba2-4ae2-85ab-643d4a18b1f2 {
  text-align: center;
}




  #s-34fa8df6-5ba2-4ae2-85ab-643d4a18b1f2 img.shogun-image {
    
    width: px;
  }


#s-34fa8df6-5ba2-4ae2-85ab-643d4a18b1f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a83f60e0-4bd6-4af9-8b00-e83360032649 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-6916c319-e424-4cf0-9053-c436e0502229 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-6916c319-e424-4cf0-9053-c436e0502229 {
  display: none;
}
#s-6916c319-e424-4cf0-9053-c436e0502229, #wrap-s-6916c319-e424-4cf0-9053-c436e0502229 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6916c319-e424-4cf0-9053-c436e0502229 {
  display: none;
}
#s-6916c319-e424-4cf0-9053-c436e0502229, #wrap-s-6916c319-e424-4cf0-9053-c436e0502229 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6916c319-e424-4cf0-9053-c436e0502229 {
  display: none;
}
#s-6916c319-e424-4cf0-9053-c436e0502229, #wrap-s-6916c319-e424-4cf0-9053-c436e0502229 { display:none !important; }}@media (max-width: 767px){#s-6916c319-e424-4cf0-9053-c436e0502229 {
  
}
}
@media (min-width: 0px) {
[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6916c319-e424-4cf0-9053-c436e0502229"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eb2924db-214f-42e0-8ee1-79873708590a {
  border-style: solid;
margin-bottom: 13%;
padding-top: 6%;
padding-left: 7%;
padding-bottom: 6%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(142, 88, 164, 0.1);
}








#s-eb2924db-214f-42e0-8ee1-79873708590a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2924db-214f-42e0-8ee1-79873708590a {
  cursor: pointer;
}#s-eb2924db-214f-42e0-8ee1-79873708590a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a36664c3-440d-4736-baa2-c3f3106a5b87 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-17dd690f-7073-401b-a0e3-37d5171cb3af {
  text-align: center;
}




  #s-17dd690f-7073-401b-a0e3-37d5171cb3af img.shogun-image {
    
    width: px;
  }


#s-17dd690f-7073-401b-a0e3-37d5171cb3af .shogun-image-content {
  
    align-items: center;
  
}

#s-fc22505c-bb24-4606-bad1-9c83f550ed88 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-db5108bf-a654-4f8f-b2e8-678c46b95a83 {
  border-style: solid;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(246, 137, 51, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 137, 51, 0.1);
}








#s-db5108bf-a654-4f8f-b2e8-678c46b95a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db5108bf-a654-4f8f-b2e8-678c46b95a83 {
  cursor: pointer;
}#s-db5108bf-a654-4f8f-b2e8-678c46b95a83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b14077b-eb58-4c45-b7d2-eac15a5831c5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-a6ed35bd-d37e-4f4d-a9fa-124572d7942d {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-a6ed35bd-d37e-4f4d-a9fa-124572d7942d img.shogun-image {
    
    width: px;
  }


#s-a6ed35bd-d37e-4f4d-a9fa-124572d7942d .shogun-image-content {
  
    align-items: center;
  
}

#s-15719873-3429-4da0-84fb-6d738eddaac0 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 2%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 {
  display: none;
}
#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6, #wrap-s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 {
  display: none;
}
#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6, #wrap-s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 {
  
}
}@media (max-width: 767px){#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 {
  display: none;
}
#s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6, #wrap-s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-142ea0f8-e6a6-4446-b5e1-a43d259c02f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0e88a0d1-54f5-46d6-a209-b13d85403629 {
  border-style: solid;
padding-top: 5%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(246, 137, 51, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(252, 179, 27, 0.1);
}








#s-0e88a0d1-54f5-46d6-a209-b13d85403629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e88a0d1-54f5-46d6-a209-b13d85403629 {
  cursor: pointer;
}#s-0e88a0d1-54f5-46d6-a209-b13d85403629.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b293c51-2b0c-4362-a998-d4495e6faf93 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-c6c48a4d-bd22-4d67-b605-49cbbb124d8c {
  text-align: center;
}




  #s-c6c48a4d-bd22-4d67-b605-49cbbb124d8c img.shogun-image {
    
    width: px;
  }


#s-c6c48a4d-bd22-4d67-b605-49cbbb124d8c .shogun-image-content {
  
    align-items: center;
  
}

#s-a768ac57-d9f1-454c-bf40-8df5876a147f {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-3e6e7ad6-cd2c-4c5a-83aa-ca8324641549 {
  border-style: solid;
padding-top: 6%;
padding-left: 7%;
padding-bottom: 6%;
padding-right: 7%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(241, 90, 64, 1);
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(241, 90, 64, 0.1);
}








#s-3e6e7ad6-cd2c-4c5a-83aa-ca8324641549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e6e7ad6-cd2c-4c5a-83aa-ca8324641549 {
  cursor: pointer;
}#s-3e6e7ad6-cd2c-4c5a-83aa-ca8324641549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-492bf041-209d-4048-8319-8e93d3798dd2 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -15px;
}

#s-68d8149d-a82d-40ae-b1f3-8adf1180678e {
  text-align: center;
}




  #s-68d8149d-a82d-40ae-b1f3-8adf1180678e img.shogun-image {
    
    width: px;
  }


#s-68d8149d-a82d-40ae-b1f3-8adf1180678e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc1e5357-efbb-4377-ac65-e88a110b8265 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
}

#s-54b14452-42c8-4c6a-8f36-4a3226339e87 {
  padding-top: 0%;
padding-bottom: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54b14452-42c8-4c6a-8f36-4a3226339e87 {
  display: none;
}
#s-54b14452-42c8-4c6a-8f36-4a3226339e87, #wrap-s-54b14452-42c8-4c6a-8f36-4a3226339e87 { display:none !important; }}@media (max-width: 767px){#s-54b14452-42c8-4c6a-8f36-4a3226339e87 {
  display: none;
}
#s-54b14452-42c8-4c6a-8f36-4a3226339e87, #wrap-s-54b14452-42c8-4c6a-8f36-4a3226339e87 { display:none !important; }}







#s-54b14452-42c8-4c6a-8f36-4a3226339e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b14452-42c8-4c6a-8f36-4a3226339e87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca23a552-53db-46da-9196-70b881691171 {
  margin-top: 10%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca23a552-53db-46da-9196-70b881691171 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-58185522-6a31-4f7d-bfeb-e4d4c2238acc {
  margin-left: 21%;
margin-right: 21%;
}

@media (min-width: 0px) {
[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58185522-6a31-4f7d-bfeb-e4d4c2238acc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-674d6f74-1063-4079-961b-25a61af462ca {
  margin-top: 33px;
padding-top: 10%;
padding-bottom: 0%;
}

#s-674d6f74-1063-4079-961b-25a61af462ca .shogun-icon-wrapper {
  text-align: center;
}


#s-674d6f74-1063-4079-961b-25a61af462ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(132, 189, 0, 1);
}

#s-8b9e1eec-8991-4b21-94c7-05610a607963 {
  margin-right: -12%;
}

#s-326bc34c-e02a-4a2c-8403-34f5806a6a03 {
  margin-left: 21%;
margin-right: 21%;
}

@media (min-width: 0px) {
[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-326bc34c-e02a-4a2c-8403-34f5806a6a03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-854495f8-11c9-4af7-ad4c-4047e4d76c74 {
  margin-top: 20px;
}

#s-854495f8-11c9-4af7-ad4c-4047e4d76c74 .shogun-icon-wrapper {
  text-align: center;
}


#s-854495f8-11c9-4af7-ad4c-4047e4d76c74 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(132, 189, 0, 1);
}

#s-71d88c74-3323-481f-ba7f-c3c180148ddd {
  margin-right: -12%;
}

#s-c6b33306-9c26-49d3-bbad-a241ed8747f3 {
  margin-left: 21%;
margin-right: 21%;
}

@media (min-width: 0px) {
[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c6b33306-9c26-49d3-bbad-a241ed8747f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8e4056ab-749e-40b2-bde8-f6a8c291064d {
  margin-top: 20px;
}

#s-8e4056ab-749e-40b2-bde8-f6a8c291064d .shogun-icon-wrapper {
  text-align: center;
}


#s-8e4056ab-749e-40b2-bde8-f6a8c291064d .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(132, 189, 0, 1);
}

#s-e869b51c-2b9b-4b38-a213-f69daaa156a8 {
  margin-right: -12%;
}

#s-9997978b-ca87-481a-a973-3c55011ef8cb {
  margin-left: 21%;
margin-right: 21%;
}

@media (min-width: 0px) {
[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9997978b-ca87-481a-a973-3c55011ef8cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3ade6b51-811d-4751-8675-6101ff0c4f39 {
  margin-top: 20px;
}

#s-3ade6b51-811d-4751-8675-6101ff0c4f39 .shogun-icon-wrapper {
  text-align: center;
}


#s-3ade6b51-811d-4751-8675-6101ff0c4f39 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(132, 189, 0, 1);
}

#s-61b05dec-037d-4af3-ac84-1adcaaa708eb {
  margin-right: -12%;
}

#s-2ad471c8-5c88-4e40-ab20-97030bd54080 {
  margin-top: 8%;
margin-left: 7%;
margin-bottom: 8%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2ad471c8-5c88-4e40-ab20-97030bd54080 {
  display: none;
}
#s-2ad471c8-5c88-4e40-ab20-97030bd54080, #wrap-s-2ad471c8-5c88-4e40-ab20-97030bd54080 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ad471c8-5c88-4e40-ab20-97030bd54080 {
  display: none;
}
#s-2ad471c8-5c88-4e40-ab20-97030bd54080, #wrap-s-2ad471c8-5c88-4e40-ab20-97030bd54080 { display:none !important; }}@media (max-width: 767px){#s-2ad471c8-5c88-4e40-ab20-97030bd54080 {
  display: none;
}
#s-2ad471c8-5c88-4e40-ab20-97030bd54080, #wrap-s-2ad471c8-5c88-4e40-ab20-97030bd54080 { display:none !important; }}







#s-2ad471c8-5c88-4e40-ab20-97030bd54080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad471c8-5c88-4e40-ab20-97030bd54080.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f09000-943f-4068-a5b5-a6adcd314026 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09f09000-943f-4068-a5b5-a6adcd314026 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4021c666-0f76-4ff3-89a9-068fe711b38a {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4021c666-0f76-4ff3-89a9-068fe711b38a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b62b8f64-e304-4f32-8308-0eb1454ba0e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-b62b8f64-e304-4f32-8308-0eb1454ba0e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 15px !important;
  color: rgba(132, 189, 0, 1);
}

#s-94c14308-332b-4d81-9bb0-49eb46dd3077 {
  margin-right: -12%;
}

#s-573f7d56-ff9a-4902-9544-85c5cf28ae0f {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-573f7d56-ff9a-4902-9544-85c5cf28ae0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-674cb454-4ceb-4484-904b-2c5384537ef3 .shogun-icon-wrapper {
  text-align: center;
}


#s-674cb454-4ceb-4484-904b-2c5384537ef3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 15px !important;
  color: rgba(132, 189, 0, 1);
}

#s-b86b4b17-54d8-4b38-87f8-fe21f33915e8 {
  margin-right: -12%;
}

#s-538bfaee-471c-4aac-be85-28938cf45278 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-538bfaee-471c-4aac-be85-28938cf45278"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5501f503-6eaf-4e9e-a8e2-9bcd355a8268 .shogun-icon-wrapper {
  text-align: center;
}


#s-5501f503-6eaf-4e9e-a8e2-9bcd355a8268 .shogun-icon-wrapper > .shogun-icon {

  font-size: 15px !important;
  color: rgba(132, 189, 0, 1);
}

#s-8c3bc824-5d43-4377-85b6-16dde1e6a09a {
  margin-right: -12%;
}

#s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a6407bc-6f22-4270-a5ce-c63dd268c6d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9e9e52e3-4ffb-46f5-838e-d064e199477b .shogun-icon-wrapper {
  text-align: center;
}


#s-9e9e52e3-4ffb-46f5-838e-d064e199477b .shogun-icon-wrapper > .shogun-icon {

  font-size: 15px !important;
  color: rgba(132, 189, 0, 1);
}

#s-aec91ace-c656-4bd0-a1ed-d38e924ee45c {
  margin-right: -12%;
}

#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 {
  margin-top: 8%;
margin-bottom: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 {
  display: none;
}
#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42, #wrap-s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 {
  display: none;
}
#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42, #wrap-s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 {
  display: none;
}
#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42, #wrap-s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 { display:none !important; }}







#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e9d3cc-6ae6-409b-922b-249dbd6d4b42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa923cdf-e885-4485-9bb8-56404cd4a7b2 {
  margin-left: 7%;
margin-bottom: 6%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa923cdf-e885-4485-9bb8-56404cd4a7b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bcc3b51d-3fdb-48da-b05f-95755dfd034e {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcc3b51d-3fdb-48da-b05f-95755dfd034e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e659afe6-2aaa-4daa-aa0a-1b9267bb9fce {
  margin-top: 22px;
margin-bottom: 0px;
max-width: 52px;
}

#s-e659afe6-2aaa-4daa-aa0a-1b9267bb9fce .shogun-icon-wrapper {
  text-align: right;
}


#s-e659afe6-2aaa-4daa-aa0a-1b9267bb9fce .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(132, 189, 0, 1);
}

#s-413ad9d0-2f24-4eb9-9202-0df539697152 {
  margin-left: -60%;
}

#s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d {
  margin-top: 4%;
margin-left: 7%;
margin-bottom: 4%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-29b019b7-cdcc-469d-ba8f-0a1eab9e5e7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7b8fbc32-4c28-41ac-bcea-f16a4f7d8518 {
  margin-top: 22px;
max-width: 52px;
}

#s-7b8fbc32-4c28-41ac-bcea-f16a4f7d8518 .shogun-icon-wrapper {
  text-align: right;
}


#s-7b8fbc32-4c28-41ac-bcea-f16a4f7d8518 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(132, 189, 0, 1);
}

#s-ca4157ae-002d-4083-9de6-37093bcbd150 {
  margin-left: -60%;
}

#s-d82b199c-1ec5-4295-b9d2-cdbe687360c6 {
  margin-top: 3%;
margin-left: 7%;
margin-bottom: 3%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d82b199c-1ec5-4295-b9d2-cdbe687360c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-855aff46-703b-4a63-80e1-9fe99834a527 {
  margin-top: 22px;
max-width: 52px;
}

#s-855aff46-703b-4a63-80e1-9fe99834a527 .shogun-icon-wrapper {
  text-align: right;
}


#s-855aff46-703b-4a63-80e1-9fe99834a527 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(132, 189, 0, 1);
}

#s-578643e9-0325-429e-8942-efcfd7333feb {
  margin-left: -60%;
}

#s-f00dd84a-45e3-49a9-8b74-33b5783278e5 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f00dd84a-45e3-49a9-8b74-33b5783278e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-66320110-8616-4ed5-8fd4-acf5e9b202d2 {
  margin-top: 22px;
max-width: 52px;
}

#s-66320110-8616-4ed5-8fd4-acf5e9b202d2 .shogun-icon-wrapper {
  text-align: right;
}


#s-66320110-8616-4ed5-8fd4-acf5e9b202d2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(132, 189, 0, 1);
}

#s-fd618014-01c4-47b0-adb9-6d6dfd1df563 {
  margin-left: -60%;
margin-right: 1%;
}

#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 {
  display: none;
}
#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71, #wrap-s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 { display:none !important; }}@media (max-width: 767px){#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 {
  display: none;
}
#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71, #wrap-s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 { display:none !important; }}







#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e2e1af-9dbc-4287-b283-b8eb519ced71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db636932-2057-4809-affd-3fc3ad3dca63 {
  padding-bottom: 2%;
text-align: center;
}

#s-db636932-2057-4809-affd-3fc3ad3dca63 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: "Source Sans Pro";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-323b5a25-b57a-457f-91db-9bdb2ad6509f {
  display: none;
}
#s-323b5a25-b57a-457f-91db-9bdb2ad6509f, #wrap-s-323b5a25-b57a-457f-91db-9bdb2ad6509f { display:none !important; }}@media (max-width: 767px){#s-323b5a25-b57a-457f-91db-9bdb2ad6509f {
  display: none;
}
#s-323b5a25-b57a-457f-91db-9bdb2ad6509f, #wrap-s-323b5a25-b57a-457f-91db-9bdb2ad6509f { display:none !important; }}
#s-7ebba88d-4e9f-46c0-bde2-03323abb96ce {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  
}
}@media (max-width: 767px){#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  display: none;
}
#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076, #wrap-s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 { display:none !important; }}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  max-width: 100%;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom,
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  max-width: 100%;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom,
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  max-width: 100%;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom,
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  max-width: 100%;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom,
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 {
  max-width: 100%;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom,
.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f64d3e41-6fc0-405d-bc29-1ab1d5c98076 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ef0df826-72f5-4c17-b349-bb3f3d9ae5a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef0df826-72f5-4c17-b349-bb3f3d9ae5a6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-18e711e6-4b55-48c3-8582-c6c8358ed7f8 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-18e711e6-4b55-48c3-8582-c6c8358ed7f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-18e711e6-4b55-48c3-8582-c6c8358ed7f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-18e711e6-4b55-48c3-8582-c6c8358ed7f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-b64da37a-916b-4be7-97d7-7728bf44bba7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b64da37a-916b-4be7-97d7-7728bf44bba7:hover {border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b64da37a-916b-4be7-97d7-7728bf44bba7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b64da37a-916b-4be7-97d7-7728bf44bba7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b64da37a-916b-4be7-97d7-7728bf44bba7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b64da37a-916b-4be7-97d7-7728bf44bba7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b64da37a-916b-4be7-97d7-7728bf44bba7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a76ec2d1-9252-4948-ade1-ccd3cfacc031 {
  display: none;
}
#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  text-align: left;
}
@media (min-width: 1200px){#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  
}
}@media (max-width: 767px){#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  display: none;
}
#s-a5974674-bc72-4957-95b4-5deeefb5a699, #wrap-s-a5974674-bc72-4957-95b4-5deeefb5a699 { display:none !important; }}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  max-width: 100%;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom,
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  max-width: 100%;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom,
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  max-width: 100%;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom,
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  max-width: 100%;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom,
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 {
  max-width: 100%;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom,
.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a5974674-bc72-4957-95b4-5deeefb5a699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4140cf04-0670-44b6-83af-ba19695c3aa2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4140cf04-0670-44b6-83af-ba19695c3aa2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1bae50f3-56d8-4727-ab65-22636e4f3583 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-1bae50f3-56d8-4727-ab65-22636e4f3583 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1bae50f3-56d8-4727-ab65-22636e4f3583 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1bae50f3-56d8-4727-ab65-22636e4f3583 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65015b62-28f7-4b6c-8857-b1fc5a93f777 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-65015b62-28f7-4b6c-8857-b1fc5a93f777:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-65015b62-28f7-4b6c-8857-b1fc5a93f777:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65015b62-28f7-4b6c-8857-b1fc5a93f777 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65015b62-28f7-4b6c-8857-b1fc5a93f777.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65015b62-28f7-4b6c-8857-b1fc5a93f777.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-65015b62-28f7-4b6c-8857-b1fc5a93f777.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eebaaa9a-2880-4708-bfb1-c0f75eacd138 {
  display: none;
}
#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  margin-top: 0%;
margin-bottom: 0%;
text-align: left;
}


.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  max-width: 100%;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom,
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  max-width: 100%;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom,
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  max-width: 100%;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom,
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  max-width: 100%;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom,
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a {
  max-width: 100%;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom,
.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8f82f398-1814-4eef-a990-cd9baaa7681a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a3f76447-6302-43ea-97cb-3e7699cd3f86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3f76447-6302-43ea-97cb-3e7699cd3f86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7e46d8c0-9158-4b09-a99b-9dff055f585c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-7e46d8c0-9158-4b09-a99b-9dff055f585c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e46d8c0-9158-4b09-a99b-9dff055f585c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7e46d8c0-9158-4b09-a99b-9dff055f585c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3cdf6795-124c-453f-8cab-3621443f56e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3cdf6795-124c-453f-8cab-3621443f56e1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3cdf6795-124c-453f-8cab-3621443f56e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3cdf6795-124c-453f-8cab-3621443f56e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3cdf6795-124c-453f-8cab-3621443f56e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3cdf6795-124c-453f-8cab-3621443f56e1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-3cdf6795-124c-453f-8cab-3621443f56e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-725e2936-0b1c-4946-bcea-8c4a499cb9fc {
  display: none;
}
#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  text-align: left;
}


.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  max-width: 100%;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom,
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  max-width: 100%;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom,
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  max-width: 100%;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom,
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  max-width: 100%;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom,
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 {
  max-width: 100%;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom,
.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-386746e1-8c49-4bbb-8fed-c702962b9244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf44285d-c0c5-46ff-bccf-b1f0fb710322 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf44285d-c0c5-46ff-bccf-b1f0fb710322 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-572f3e54-c32c-4d36-bcee-da12c9f24bbc {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-572f3e54-c32c-4d36-bcee-da12c9f24bbc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-572f3e54-c32c-4d36-bcee-da12c9f24bbc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-572f3e54-c32c-4d36-bcee-da12c9f24bbc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22621894-620f-4c47-b326-fcbeff64081a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-22621894-620f-4c47-b326-fcbeff64081a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-22621894-620f-4c47-b326-fcbeff64081a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-22621894-620f-4c47-b326-fcbeff64081a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22621894-620f-4c47-b326-fcbeff64081a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22621894-620f-4c47-b326-fcbeff64081a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-22621894-620f-4c47-b326-fcbeff64081a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01293c69-72a7-4253-9a45-6e6893919354 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-01293c69-72a7-4253-9a45-6e6893919354 {
  display: none;
}
#s-01293c69-72a7-4253-9a45-6e6893919354, #wrap-s-01293c69-72a7-4253-9a45-6e6893919354 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01293c69-72a7-4253-9a45-6e6893919354 {
  display: none;
}
#s-01293c69-72a7-4253-9a45-6e6893919354, #wrap-s-01293c69-72a7-4253-9a45-6e6893919354 { display:none !important; }}@media (max-width: 767px){#s-01293c69-72a7-4253-9a45-6e6893919354 {
  display: none;
}
#s-01293c69-72a7-4253-9a45-6e6893919354, #wrap-s-01293c69-72a7-4253-9a45-6e6893919354 { display:none !important; }}







#s-01293c69-72a7-4253-9a45-6e6893919354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01293c69-72a7-4253-9a45-6e6893919354.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b540ec2-344c-4317-b8ed-cb2031cad6a8 {
  padding-bottom: 2%;
text-align: center;
}

#s-3b540ec2-344c-4317-b8ed-cb2031cad6a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aa845394-eb60-46c7-8934-83dda98bde7f {
  text-align: center;
}
@media (min-width: 1200px){#s-aa845394-eb60-46c7-8934-83dda98bde7f {
  display: none;
}
#s-aa845394-eb60-46c7-8934-83dda98bde7f, #wrap-s-aa845394-eb60-46c7-8934-83dda98bde7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa845394-eb60-46c7-8934-83dda98bde7f {
  display: none;
}
#s-aa845394-eb60-46c7-8934-83dda98bde7f, #wrap-s-aa845394-eb60-46c7-8934-83dda98bde7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa845394-eb60-46c7-8934-83dda98bde7f {
  
}
}@media (max-width: 767px){#s-aa845394-eb60-46c7-8934-83dda98bde7f {
  
}
}
#s-67d0b0fd-6fdd-42b0-952a-2526b796632e {
  display: none;
}
#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  margin-top: 6%;
margin-bottom: 0%;
text-align: left;
}


.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  max-width: 100%;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom,
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  max-width: 100%;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom,
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  max-width: 100%;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom,
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  max-width: 100%;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom,
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 {
  max-width: 100%;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom,
.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30e53d4f-48bb-4d4c-b4f5-03cfeef89cb1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aa753e63-0704-4732-b7a6-2ce6fddeb8f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa753e63-0704-4732-b7a6-2ce6fddeb8f9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-12e6a3f6-ae04-4913-b8e2-2ee139c0f4f5 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-12e6a3f6-ae04-4913-b8e2-2ee139c0f4f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12e6a3f6-ae04-4913-b8e2-2ee139c0f4f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-12e6a3f6-ae04-4913-b8e2-2ee139c0f4f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23570092-1144-4993-af8d-27bc37cdfd59 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-23570092-1144-4993-af8d-27bc37cdfd59:hover {border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23570092-1144-4993-af8d-27bc37cdfd59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23570092-1144-4993-af8d-27bc37cdfd59 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23570092-1144-4993-af8d-27bc37cdfd59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23570092-1144-4993-af8d-27bc37cdfd59.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-23570092-1144-4993-af8d-27bc37cdfd59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8aa2ea79-fc03-4a9e-aa20-e3b0912b4e0b {
  display: none;
}
#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  text-align: left;
}


.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  max-width: 100%;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom,
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  max-width: 100%;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom,
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  max-width: 100%;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom,
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  max-width: 100%;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom,
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 {
  max-width: 100%;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom,
.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75bcc6c6-a770-4441-be41-66e443753ff4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c6111d6f-e92f-4162-b046-9ee74e6f5f7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6111d6f-e92f-4162-b046-9ee74e6f5f7f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9c74efe7-5bf0-4250-98a7-e323a67e2a74 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-9c74efe7-5bf0-4250-98a7-e323a67e2a74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c74efe7-5bf0-4250-98a7-e323a67e2a74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9c74efe7-5bf0-4250-98a7-e323a67e2a74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d6b71a64-652f-4f00-8903-40c4a45aebf2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d6b71a64-652f-4f00-8903-40c4a45aebf2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d6b71a64-652f-4f00-8903-40c4a45aebf2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6b71a64-652f-4f00-8903-40c4a45aebf2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d6b71a64-652f-4f00-8903-40c4a45aebf2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d6b71a64-652f-4f00-8903-40c4a45aebf2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-d6b71a64-652f-4f00-8903-40c4a45aebf2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-afd2a284-4364-4895-825a-1f3a121014db {
  display: none;
}
#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  margin-top: 6%;
margin-bottom: 0%;
text-align: left;
}


.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  max-width: 100%;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom,
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  max-width: 100%;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom,
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  max-width: 100%;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom,
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  max-width: 100%;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom,
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 {
  max-width: 100%;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom,
.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ab15291b-ad04-4648-97e7-cc85d195ae44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f71f3517-0127-4b2c-a471-a155bf6d54e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f71f3517-0127-4b2c-a471-a155bf6d54e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-78a412b4-af77-474a-8513-6b4d380c6257 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-78a412b4-af77-474a-8513-6b4d380c6257 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78a412b4-af77-474a-8513-6b4d380c6257 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78a412b4-af77-474a-8513-6b4d380c6257 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-57c7b601-6a9f-474a-9747-799c037efb52 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57c7b601-6a9f-474a-9747-799c037efb52:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57c7b601-6a9f-474a-9747-799c037efb52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57c7b601-6a9f-474a-9747-799c037efb52 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c7b601-6a9f-474a-9747-799c037efb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c7b601-6a9f-474a-9747-799c037efb52.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-57c7b601-6a9f-474a-9747-799c037efb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02b3b63b-b868-4474-88ad-2c2a3e3445ff {
  display: none;
}
#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  text-align: left;
}


.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  max-width: 100%;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom,
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  max-width: 100%;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom,
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  max-width: 100%;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom,
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  max-width: 100%;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom,
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 {
  max-width: 100%;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom,
.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15b91070-4829-44d7-84fa-e9d1f626f2d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64cf9179-184a-4b46-9a4f-b05edde40174 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64cf9179-184a-4b46-9a4f-b05edde40174 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7af3311d-1c78-4803-9dd4-4dec941433ea {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-7af3311d-1c78-4803-9dd4-4dec941433ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7af3311d-1c78-4803-9dd4-4dec941433ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7af3311d-1c78-4803-9dd4-4dec941433ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a9181eb-9a95-4c54-9135-90d983c456bd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0a9181eb-9a95-4c54-9135-90d983c456bd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0a9181eb-9a95-4c54-9135-90d983c456bd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-0a9181eb-9a95-4c54-9135-90d983c456bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a9181eb-9a95-4c54-9135-90d983c456bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a9181eb-9a95-4c54-9135-90d983c456bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-0a9181eb-9a95-4c54-9135-90d983c456bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16f7bfc2-bb0c-4738-ae03-76979e492235 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-16f7bfc2-bb0c-4738-ae03-76979e492235 {
  display: none;
}
#s-16f7bfc2-bb0c-4738-ae03-76979e492235, #wrap-s-16f7bfc2-bb0c-4738-ae03-76979e492235 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16f7bfc2-bb0c-4738-ae03-76979e492235 {
  display: none;
}
#s-16f7bfc2-bb0c-4738-ae03-76979e492235, #wrap-s-16f7bfc2-bb0c-4738-ae03-76979e492235 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16f7bfc2-bb0c-4738-ae03-76979e492235 {
  display: none;
}
#s-16f7bfc2-bb0c-4738-ae03-76979e492235, #wrap-s-16f7bfc2-bb0c-4738-ae03-76979e492235 { display:none !important; }}







#s-16f7bfc2-bb0c-4738-ae03-76979e492235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16f7bfc2-bb0c-4738-ae03-76979e492235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5d86715-a6ee-4f78-834d-46b03f351b57 {
  padding-bottom: 2%;
text-align: center;
}

#s-e5d86715-a6ee-4f78-834d-46b03f351b57 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc {
  text-align: center;
}
@media (min-width: 1200px){#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc {
  display: none;
}
#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc, #wrap-s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc {
  display: none;
}
#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc, #wrap-s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc {
  
}
}@media (max-width: 767px){#s-6ff2987b-a00a-4dff-8ab2-aacd6ab45dfc {
  
}
}
#s-b1e2db38-492b-4ddb-9dd1-c797593dfbee {
  display: none;
}
#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  margin-bottom: 0%;
text-align: left;
}


.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  max-width: 100%;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom,
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  max-width: 100%;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom,
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  max-width: 100%;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom,
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  max-width: 100%;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom,
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c {
  max-width: 100%;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom,
.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c3f66e80-045e-4bd3-8e31-01dbee6b422c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e48dbce-b886-4711-8b56-d333b1d37d22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e48dbce-b886-4711-8b56-d333b1d37d22 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2a4e4a50-d8b6-4e7a-afa5-62f7305db56a {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-2a4e4a50-d8b6-4e7a-afa5-62f7305db56a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a4e4a50-d8b6-4e7a-afa5-62f7305db56a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2a4e4a50-d8b6-4e7a-afa5-62f7305db56a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce:hover {border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-80426e0b-82af-4cb5-9f7b-f3527437d3ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4c0a7741-637a-4752-8e9c-0a45c099a661 {
  display: none;
}
#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  text-align: left;
}


.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  max-width: 100%;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom,
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  max-width: 100%;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom,
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  max-width: 100%;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom,
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  max-width: 100%;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom,
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 {
  max-width: 100%;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom,
.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d0493742-36e0-44f9-9df9-697998fc74e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f9f2d4b-e447-40ea-addb-70a8a55ac0b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f9f2d4b-e447-40ea-addb-70a8a55ac0b0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c6b7130-081e-4576-bead-4289dd01dd5c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-3c6b7130-081e-4576-bead-4289dd01dd5c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c6b7130-081e-4576-bead-4289dd01dd5c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c6b7130-081e-4576-bead-4289dd01dd5c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8260a369-5d19-40e5-863b-35ad1412cddb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8260a369-5d19-40e5-863b-35ad1412cddb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8260a369-5d19-40e5-863b-35ad1412cddb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8260a369-5d19-40e5-863b-35ad1412cddb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8260a369-5d19-40e5-863b-35ad1412cddb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8260a369-5d19-40e5-863b-35ad1412cddb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-8260a369-5d19-40e5-863b-35ad1412cddb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce0f0cfd-c4e4-4928-bff6-8ee7c068e419 {
  display: none;
}
#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  text-align: left;
}


.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  max-width: 100%;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom,
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  max-width: 100%;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom,
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  max-width: 100%;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom,
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  max-width: 100%;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom,
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 {
  max-width: 100%;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom,
.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ffa8b481-ae35-4e35-ae12-67dbbf3964c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63ebea96-aa13-45b1-8ee4-39cd7ef33b66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63ebea96-aa13-45b1-8ee4-39cd7ef33b66 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-02ac8b17-0104-4342-8834-dc3687011233 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-02ac8b17-0104-4342-8834-dc3687011233 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-02ac8b17-0104-4342-8834-dc3687011233 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-02ac8b17-0104-4342-8834-dc3687011233 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-a112c1b6-eb8f-43ea-b6ee-455f9e70a44f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-758e6d8f-f4f7-441d-9e30-ed2d5f54a849 {
  display: none;
}
#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  text-align: left;
}


.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  max-width: 100%;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom,
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  max-width: 100%;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom,
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  max-width: 100%;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom,
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  max-width: 100%;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom,
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 {
  max-width: 100%;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom,
.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fcdc67e-2ef8-4dc5-adef-51a3353cbec3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5ae40000-b46d-4601-bc3f-7950cf4ed0c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae40000-b46d-4601-bc3f-7950cf4ed0c0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c44eae86-bfb9-4f93-b742-c2c1d7cfb74c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}

#s-c44eae86-bfb9-4f93-b742-c2c1d7cfb74c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c44eae86-bfb9-4f93-b742-c2c1d7cfb74c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c44eae86-bfb9-4f93-b742-c2c1d7cfb74c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-d7e91158-e8f8-40a7-a532-0ad722cc3fff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 1200px){#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 {
  display: none;
}
#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1, #wrap-s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 {
  display: none;
}
#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1, #wrap-s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 { display:none !important; }}@media (max-width: 767px){#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 {
  display: none;
}
#s-7a5544ec-fb36-44c2-8c3a-83510c579fc1, #wrap-s-7a5544ec-fb36-44c2-8c3a-83510c579fc1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a5544ec-fb36-44c2-8c3a-83510c579fc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ddb689f5-18ee-4e22-bdba-1b1635b6e971 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddb689f5-18ee-4e22-bdba-1b1635b6e971 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

.shg-btn.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-a95c4576-2253-4e1d-93f3-1bd1d369b55b {
  border-style: solid;
margin-top: 6%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-a95c4576-2253-4e1d-93f3-1bd1d369b55b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 34px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a95c4576-2253-4e1d-93f3-1bd1d369b55b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a95c4576-2253-4e1d-93f3-1bd1d369b55b.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 1200px){#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae {
  display: none;
}
#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae, #wrap-s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae {
  display: none;
}
#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae, #wrap-s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae {
  display: none;
}
#s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae, #wrap-s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae { display:none !important; }}
@media (min-width: 0px) {
[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2803718f-76f3-4533-a7c0-dc9f44a2b3ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-79474675-c18d-4e5c-8e8a-ca80b942c7d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79474675-c18d-4e5c-8e8a-ca80b942c7d8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e5077ad-13d2-46af-bd42-c1d43e6048a7 {
  border-style: solid;
margin-top: 4%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-8e5077ad-13d2-46af-bd42-c1d43e6048a7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 34px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8e5077ad-13d2-46af-bd42-c1d43e6048a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e5077ad-13d2-46af-bd42-c1d43e6048a7.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-901b503b-8733-4db6-b84b-857ba0cd9dda {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-901b503b-8733-4db6-b84b-857ba0cd9dda {
  display: none;
}
#s-901b503b-8733-4db6-b84b-857ba0cd9dda, #wrap-s-901b503b-8733-4db6-b84b-857ba0cd9dda { display:none !important; }}@media (max-width: 767px){#s-901b503b-8733-4db6-b84b-857ba0cd9dda {
  display: none;
}
#s-901b503b-8733-4db6-b84b-857ba0cd9dda, #wrap-s-901b503b-8733-4db6-b84b-857ba0cd9dda { display:none !important; }}
@media (min-width: 0px) {
[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-901b503b-8733-4db6-b84b-857ba0cd9dda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-30d7b9c5-443a-4170-a02d-ddff6f31d488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30d7b9c5-443a-4170-a02d-ddff6f31d488 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Source Sans Pro";
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4868b2fe-cedf-4336-8692-b8abf98167b4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-4868b2fe-cedf-4336-8692-b8abf98167b4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
background-color: rgba(142, 88, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4868b2fe-cedf-4336-8692-b8abf98167b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4868b2fe-cedf-4336-8692-b8abf98167b4.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a {
  margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a {
  display: none;
}
#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a, #wrap-s-dcaee6d3-8014-436b-9ca7-06a354f1b12a { display:none !important; }}@media (max-width: 767px){#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a {
  display: none;
}
#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a, #wrap-s-dcaee6d3-8014-436b-9ca7-06a354f1b12a { display:none !important; }}







#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcaee6d3-8014-436b-9ca7-06a354f1b12a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a410957f-9b3b-4ea1-aeb9-2c318f4e6958 {
  margin-top: 0%;
margin-bottom: -3%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  animation-name: shg-sld-fade;
  animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-d9b497f6-30d8-4af8-988a-c5c46668680b {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
min-height: 400px;
}

#s-d9b497f6-30d8-4af8-988a-c5c46668680b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d9b497f6-30d8-4af8-988a-c5c46668680b .shg-sld-nav-button.shg-sld-left,
#s-d9b497f6-30d8-4af8-988a-c5c46668680b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4d831931-1523-479e-ae60-78e45fc8eb83 {
  margin-left: -19%;
margin-right: -19%;
padding-top: 3.5%;
padding-bottom: 3.5%;
}

#s-681778e6-7203-4077-84ca-e95fe64e7b36 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-679c99fa-ae54-41b3-baa6-a68972af84ac {
  padding-top: 4.5%;
padding-bottom: 4.5%;
}

#s-19c8443d-8824-42e5-bace-1d4e366c6344 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-f5624a1d-58d2-4c65-ac88-54d423d49a8d {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
min-height: 1px;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f5624a1d-58d2-4c65-ac88-54d423d49a8d {
  display: none;
}
#s-f5624a1d-58d2-4c65-ac88-54d423d49a8d, #wrap-s-f5624a1d-58d2-4c65-ac88-54d423d49a8d { display:none !important; }}@media (max-width: 767px){#s-f5624a1d-58d2-4c65-ac88-54d423d49a8d {
  display: none;
}
#s-f5624a1d-58d2-4c65-ac88-54d423d49a8d, #wrap-s-f5624a1d-58d2-4c65-ac88-54d423d49a8d { display:none !important; }}
@media (min-width: 0px) {
[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5624a1d-58d2-4c65-ac88-54d423d49a8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94d5a4f8-f90a-469a-ba8f-683516e5713c {
  margin-left: 3%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-94d5a4f8-f90a-469a-ba8f-683516e5713c .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e65db6e7-7655-4e95-8a2a-1199870aaabb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-e65db6e7-7655-4e95-8a2a-1199870aaabb:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 34px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e65db6e7-7655-4e95-8a2a-1199870aaabb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e65db6e7-7655-4e95-8a2a-1199870aaabb.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4232adb3-cf7a-4b8b-8bc3-897607104960 {
  margin-top: 0%;
margin-bottom: 7%;
}

@media (min-width: 0px) {
[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4232adb3-cf7a-4b8b-8bc3-897607104960"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-39e4b72c-c3a7-49c0-b950-1f0a25a80de1 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 5%;
text-align: center;
}




  #s-39e4b72c-c3a7-49c0-b950-1f0a25a80de1 img.shogun-image {
    
    width: px;
  }


#s-39e4b72c-c3a7-49c0-b950-1f0a25a80de1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aabe9c79-e285-40ba-bce9-d9c683e7f696 {
  margin-left: 0%;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}

#s-aabe9c79-e285-40ba-bce9-d9c683e7f696 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43494ef5-0233-4674-a488-bc7ad0d57b09 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
}

#s-3d4fc140-1ff8-4470-9306-fbf1992c753e {
  border-style: solid;
margin-left: 25%;
margin-bottom: 0%;
margin-right: 25%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d4fc140-1ff8-4470-9306-fbf1992c753e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(142, 88, 164, 1) !important;}#s-3d4fc140-1ff8-4470-9306-fbf1992c753e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d4fc140-1ff8-4470-9306-fbf1992c753e-btn-wrapper {
    text-align: left;
  }


#s-3d4fc140-1ff8-4470-9306-fbf1992c753e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 {
  margin-left: 7%;
margin-right: 7%;
min-height: 400px;
}
@media (min-width: 1200px){#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 {
  display: none;
}
#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1, #wrap-s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 {
  display: none;
}
#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1, #wrap-s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 { display:none !important; }}







#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3faac68-3fe2-4dbe-b88b-cb8e0f0bb2d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-463df841-e06c-4cfd-826f-f8097aac4825 {
  margin-top: 0%;
margin-left: -2%;
margin-bottom: 1%;
margin-right: -2%;
}

#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 345px;
}
@media (min-width: 1200px){#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 {
  display: none;
}
#s-38e29ef5-ea4b-444b-a324-d17e025eeb41, #wrap-s-38e29ef5-ea4b-444b-a324-d17e025eeb41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 {
  display: none;
}
#s-38e29ef5-ea4b-444b-a324-d17e025eeb41, #wrap-s-38e29ef5-ea4b-444b-a324-d17e025eeb41 { display:none !important; }}
#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 .shg-sld-nav-button.shg-sld-left,
#s-38e29ef5-ea4b-444b-a324-d17e025eeb41 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-398c48f0-c2b3-47d4-a1aa-09ce29677c17 {
  margin-left: -19%;
margin-right: -19%;
}

#s-17a87d29-14ae-403a-b955-f9d44a38f474 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
min-height: 1px;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 1200px){#s-17a87d29-14ae-403a-b955-f9d44a38f474 {
  display: none;
}
#s-17a87d29-14ae-403a-b955-f9d44a38f474, #wrap-s-17a87d29-14ae-403a-b955-f9d44a38f474 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17a87d29-14ae-403a-b955-f9d44a38f474 {
  display: none;
}
#s-17a87d29-14ae-403a-b955-f9d44a38f474, #wrap-s-17a87d29-14ae-403a-b955-f9d44a38f474 { display:none !important; }}@media (max-width: 767px){#s-17a87d29-14ae-403a-b955-f9d44a38f474 {
  display: none;
}
#s-17a87d29-14ae-403a-b955-f9d44a38f474, #wrap-s-17a87d29-14ae-403a-b955-f9d44a38f474 { display:none !important; }}
@media (min-width: 0px) {
[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17a87d29-14ae-403a-b955-f9d44a38f474"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10233c8d-48c0-4699-b067-5dbeecfbe361 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-10233c8d-48c0-4699-b067-5dbeecfbe361 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33e49c95-9733-4ffc-a0bc-18624ba73325 {
  border-style: solid;
margin-top: 7px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-33e49c95-9733-4ffc-a0bc-18624ba73325:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 34px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-33e49c95-9733-4ffc-a0bc-18624ba73325:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33e49c95-9733-4ffc-a0bc-18624ba73325.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 10%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
min-height: 1px;
background-color: rgba(142, 88, 164, 1);
}
@media (min-width: 1200px){#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 {
  display: none;
}
#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87, #wrap-s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 {
  display: none;
}
#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87, #wrap-s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 {
  display: none;
}
#s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87, #wrap-s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e2c3a15-02ad-4dae-a45c-1ba6762b9e87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-25c2b0f2-9cff-4d13-93c3-dfd9c6157248 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0px;
text-align: center;
}

#s-25c2b0f2-9cff-4d13-93c3-dfd9c6157248 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-530ba0b6-822a-4162-92ab-5770c3117288 {
  border-style: solid;
margin-top: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 34px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(142, 88, 164, 1);
}
#s-530ba0b6-822a-4162-92ab-5770c3117288:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 34px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-530ba0b6-822a-4162-92ab-5770c3117288:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-530ba0b6-822a-4162-92ab-5770c3117288.shg-btn {
  color: rgba(142, 88, 164, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-ce0a274d-6962-432d-a7a5-42cde4780612 {
  margin-top: 0%;
margin-left: 7%;
margin-bottom: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ce0a274d-6962-432d-a7a5-42cde4780612 {
  display: none;
}
#s-ce0a274d-6962-432d-a7a5-42cde4780612, #wrap-s-ce0a274d-6962-432d-a7a5-42cde4780612 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce0a274d-6962-432d-a7a5-42cde4780612 {
  display: none;
}
#s-ce0a274d-6962-432d-a7a5-42cde4780612, #wrap-s-ce0a274d-6962-432d-a7a5-42cde4780612 { display:none !important; }}@media (max-width: 767px){#s-ce0a274d-6962-432d-a7a5-42cde4780612 {
  display: none;
}
#s-ce0a274d-6962-432d-a7a5-42cde4780612, #wrap-s-ce0a274d-6962-432d-a7a5-42cde4780612 { display:none !important; }}







#s-ce0a274d-6962-432d-a7a5-42cde4780612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0a274d-6962-432d-a7a5-42cde4780612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec {
  display: none;
}
#s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec, #wrap-s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec {
  display: none;
}
#s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec, #wrap-s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7e012d4-e8f9-40a8-afeb-b3c478ac96ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c73fcf3-2db0-4d5c-8846-ed08c1b53d25 {
  margin-bottom: 0%;
text-align: center;
}




  #s-0c73fcf3-2db0-4d5c-8846-ed08c1b53d25 img.shogun-image {
    
    width: px;
  }


#s-0c73fcf3-2db0-4d5c-8846-ed08c1b53d25 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddf0c45b-1ec1-4c19-82bc-77c0dd5e03a9 {
  margin-left: 0%;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}

#s-ddf0c45b-1ec1-4c19-82bc-77c0dd5e03a9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cea2dbd9-8498-484e-a934-632dee44d992 {
  margin-top: 3%;
margin-left: 0%;
}

#s-58fd071f-5e6a-4bf3-b15b-96cdfcb46866 {
  margin-top: 3%;
}

#s-685e5b8d-e2f1-4de6-9748-82fb0490d3fe {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(142, 88, 164, 1);
border-radius: 30px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-685e5b8d-e2f1-4de6-9748-82fb0490d3fe:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(142, 88, 164, 1) !important;
border-radius: 30px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(142, 88, 164, 1) !important;}#s-685e5b8d-e2f1-4de6-9748-82fb0490d3fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-685e5b8d-e2f1-4de6-9748-82fb0490d3fe-btn-wrapper {
    text-align: left;
  }


#s-685e5b8d-e2f1-4de6-9748-82fb0490d3fe.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-5a5159ad-f32b-408a-9391-0f773386ab2f {
  margin-top: 0%;
margin-left: 7%;
margin-bottom: 15%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5a5159ad-f32b-408a-9391-0f773386ab2f {
  display: none;
}
#s-5a5159ad-f32b-408a-9391-0f773386ab2f, #wrap-s-5a5159ad-f32b-408a-9391-0f773386ab2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a5159ad-f32b-408a-9391-0f773386ab2f {
  display: none;
}
#s-5a5159ad-f32b-408a-9391-0f773386ab2f, #wrap-s-5a5159ad-f32b-408a-9391-0f773386ab2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a5159ad-f32b-408a-9391-0f773386ab2f {
  display: none;
}
#s-5a5159ad-f32b-408a-9391-0f773386ab2f, #wrap-s-5a5159ad-f32b-408a-9391-0f773386ab2f { display:none !important; }}







#s-5a5159ad-f32b-408a-9391-0f773386ab2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a5159ad-f32b-408a-9391-0f773386ab2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9c602d3-bfe0-4d56-b664-b689dca27d95 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-c9c602d3-bfe0-4d56-b664-b689dca27d95 {
  display: none;
}
#s-c9c602d3-bfe0-4d56-b664-b689dca27d95, #wrap-s-c9c602d3-bfe0-4d56-b664-b689dca27d95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9c602d3-bfe0-4d56-b664-b689dca27d95 {
  display: none;
}
#s-c9c602d3-bfe0-4d56-b664-b689dca27d95, #wrap-s-c9c602d3-bfe0-4d56-b664-b689dca27d95 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9c602d3-bfe0-4d56-b664-b689dca27d95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-628ecf9c-bda4-4d8d-9f9a-8c96d2c8111e {
  margin-bottom: 0%;
text-align: center;
}




  #s-628ecf9c-bda4-4d8d-9f9a-8c96d2c8111e img.shogun-image {
    
    width: px;
  }


#s-628ecf9c-bda4-4d8d-9f9a-8c96d2c8111e .shogun-image-content {
  
    align-items: center;
  
}

#s-b289c93d-a9ee-42e2-89b8-9d6d5e5ba05c {
  margin-top: 15%;
margin-left: 0%;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}

#s-b289c93d-a9ee-42e2-89b8-9d6d5e5ba05c .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1d44f10-2865-4106-ab1e-dd71b7cb1add {
  margin-top: 0%;
margin-bottom: 7%;
}

#s-6b2f3b91-75fd-4b8f-a6d1-92408fc91601 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(142, 88, 164, 1);
border-style: solid;
border-radius: 34px;
background-color: rgba(142, 88, 164, 1);
text-align: center;
text-decoration: none;
}
#s-6b2f3b91-75fd-4b8f-a6d1-92408fc91601:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(142, 88, 164, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b2f3b91-75fd-4b8f-a6d1-92408fc91601:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b2f3b91-75fd-4b8f-a6d1-92408fc91601.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-0c79f061-315f-4546-9744-2b5040b9f4d4 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0c79f061-315f-4546-9744-2b5040b9f4d4 {
  display: none;
}
#s-0c79f061-315f-4546-9744-2b5040b9f4d4, #wrap-s-0c79f061-315f-4546-9744-2b5040b9f4d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c79f061-315f-4546-9744-2b5040b9f4d4 {
  display: none;
}
#s-0c79f061-315f-4546-9744-2b5040b9f4d4, #wrap-s-0c79f061-315f-4546-9744-2b5040b9f4d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c79f061-315f-4546-9744-2b5040b9f4d4 {
  display: none;
}
#s-0c79f061-315f-4546-9744-2b5040b9f4d4, #wrap-s-0c79f061-315f-4546-9744-2b5040b9f4d4 { display:none !important; }}@media (max-width: 767px){#s-0c79f061-315f-4546-9744-2b5040b9f4d4 {
  display: none;
}
#s-0c79f061-315f-4546-9744-2b5040b9f4d4, #wrap-s-0c79f061-315f-4546-9744-2b5040b9f4d4 { display:none !important; }}







#s-0c79f061-315f-4546-9744-2b5040b9f4d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c79f061-315f-4546-9744-2b5040b9f4d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54081890-3d13-4be3-ba08-594e4c779d9a {
  text-align: center;
}
@media (min-width: 1200px){#s-54081890-3d13-4be3-ba08-594e4c779d9a {
  display: none;
}
#s-54081890-3d13-4be3-ba08-594e4c779d9a, #wrap-s-54081890-3d13-4be3-ba08-594e4c779d9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54081890-3d13-4be3-ba08-594e4c779d9a {
  display: none;
}
#s-54081890-3d13-4be3-ba08-594e4c779d9a, #wrap-s-54081890-3d13-4be3-ba08-594e4c779d9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54081890-3d13-4be3-ba08-594e4c779d9a {
  
}
}@media (max-width: 767px){#s-54081890-3d13-4be3-ba08-594e4c779d9a {
  
}
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
