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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(158, 27, 174, 1);
}

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(158, 27, 174, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-44958747-ec73-484c-84cf-0b31c729e33b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

#s-700efe38-c803-468e-9825-2cd7b4bf4369 {
  min-height: 300px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-700efe38-c803-468e-9825-2cd7b4bf4369 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-700efe38-c803-468e-9825-2cd7b4bf4369 {
  min-height: 250px;
}
}







#s-700efe38-c803-468e-9825-2cd7b4bf4369 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-700efe38-c803-468e-9825-2cd7b4bf4369.shg-box.shg-c {
  justify-content: center;
}

#s-9b422587-6873-4706-b504-286e6b007efc {
  background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b422587-6873-4706-b504-286e6b007efc {
  min-height: 400px;
}
}@media (max-width: 767px){#s-9b422587-6873-4706-b504-286e6b007efc {
  min-height: 400px;
}
}







#s-9b422587-6873-4706-b504-286e6b007efc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-9b422587-6873-4706-b504-286e6b007efc.shg-box.shg-c {
  justify-content: center;
}

#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 {
  margin-left: auto;
margin-right: auto;
}
}







#s-537ec506-be0a-4dc2-bd9f-9cc879251df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-537ec506-be0a-4dc2-bd9f-9cc879251df3.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-ef3455de-8c7a-4acb-aec6-5fd7801e873d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-ef3455de-8c7a-4acb-aec6-5fd7801e873d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-ef3455de-8c7a-4acb-aec6-5fd7801e873d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-ef3455de-8c7a-4acb-aec6-5fd7801e873d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-4f0b18d2-7618-4391-8861-d8820796c500 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4f0b18d2-7618-4391-8861-d8820796c500 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4f0b18d2-7618-4391-8861-d8820796c500 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 22px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-4f0b18d2-7618-4391-8861-d8820796c500 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-06b1569c-d38c-497e-a8c8-ccb61ef242a0 {
  display: none;
}
.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-1c4e381d-f2e8-4c45-92c9-4d6694bc1157 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157-atc-btn-wrapper {
    text-align: left;
  }


#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157-atc-btn-wrapper {
    text-align: center;
  }


#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1c4e381d-f2e8-4c45-92c9-4d6694bc1157.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-95986668-aba5-4661-b72b-187ed6856bbc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-95986668-aba5-4661-b72b-187ed6856bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95986668-aba5-4661-b72b-187ed6856bbc.shg-box.shg-c {
  justify-content: center;
}

#s-5dd01116-62c9-4470-986b-30f26427b875 {
  padding-bottom: 30px;
text-align: center;
}

#s-5dd01116-62c9-4470-986b-30f26427b875 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-5dd01116-62c9-4470-986b-30f26427b875 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


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

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

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

@media (min-width: 0px) {
[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-29c8b9ad-5446-4912-aeb0-93f6970ba77e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d73199e8-9986-429b-bb26-51a57b3deeb1 {
  min-height: 50px;
}








#s-d73199e8-9986-429b-bb26-51a57b3deeb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73199e8-9986-429b-bb26-51a57b3deeb1.shg-box.shg-c {
  justify-content: center;
}

#s-2dbb4beb-9512-4318-8ed8-010c968d3f57 {
  min-height: 50px;
}








#s-2dbb4beb-9512-4318-8ed8-010c968d3f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dbb4beb-9512-4318-8ed8-010c968d3f57.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e756ac27-1662-42c1-8bbf-ef22993fac0d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-e756ac27-1662-42c1-8bbf-ef22993fac0d {
  max-width: 100px;
}
}



  #s-e756ac27-1662-42c1-8bbf-ef22993fac0d img.shogun-image {
    
    width: px;
  }


#s-e756ac27-1662-42c1-8bbf-ef22993fac0d .shogun-image-content {
  
    align-items: center;
  
}

#s-acfd5add-2fb0-4380-a9cc-a187f195325c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-acfd5add-2fb0-4380-a9cc-a187f195325c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
}
#s-acfd5add-2fb0-4380-a9cc-a187f195325c .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-acfd5add-2fb0-4380-a9cc-a187f195325c .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-9492ed6a-8ea3-426f-9b0f-299501a2bb92 {
  min-height: 50px;
}








#s-9492ed6a-8ea3-426f-9b0f-299501a2bb92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9492ed6a-8ea3-426f-9b0f-299501a2bb92.shg-box.shg-c {
  justify-content: center;
}

#s-77de9dee-45bf-4523-b8e0-cc88fe1ea80f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-77de9dee-45bf-4523-b8e0-cc88fe1ea80f {
  max-width: 100px;
}
}



  #s-77de9dee-45bf-4523-b8e0-cc88fe1ea80f img.shogun-image {
    
    width: px;
  }


#s-77de9dee-45bf-4523-b8e0-cc88fe1ea80f .shogun-image-content {
  
    align-items: center;
  
}

#s-613f122a-71c4-46ce-9efe-b1acd649958e {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-613f122a-71c4-46ce-9efe-b1acd649958e {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
}
#s-613f122a-71c4-46ce-9efe-b1acd649958e .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-613f122a-71c4-46ce-9efe-b1acd649958e .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-b53987bf-f772-4f5e-96b5-447dfd41ae8a {
  min-height: 50px;
}








#s-b53987bf-f772-4f5e-96b5-447dfd41ae8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b53987bf-f772-4f5e-96b5-447dfd41ae8a.shg-box.shg-c {
  justify-content: center;
}

#s-e1702db5-7bbe-42e6-9048-71ced2684677 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-e1702db5-7bbe-42e6-9048-71ced2684677 {
  max-width: 100px;
}
}



  #s-e1702db5-7bbe-42e6-9048-71ced2684677 img.shogun-image {
    
    width: px;
  }


#s-e1702db5-7bbe-42e6-9048-71ced2684677 .shogun-image-content {
  
    align-items: center;
  
}

#s-70df3a6e-d02b-4399-9214-0c255d06a2af {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-70df3a6e-d02b-4399-9214-0c255d06a2af {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
}
#s-70df3a6e-d02b-4399-9214-0c255d06a2af .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-70df3a6e-d02b-4399-9214-0c255d06a2af .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-3f52cf8f-c176-4be6-a3ea-cc200e525aa7 {
  min-height: 50px;
}








#s-3f52cf8f-c176-4be6-a3ea-cc200e525aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f52cf8f-c176-4be6-a3ea-cc200e525aa7.shg-box.shg-c {
  justify-content: center;
}

#s-a78f13a3-1d20-486d-a663-60a5c3fbe582 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-a78f13a3-1d20-486d-a663-60a5c3fbe582 {
  max-width: 100px;
}
}



  #s-a78f13a3-1d20-486d-a663-60a5c3fbe582 img.shogun-image {
    
    width: px;
  }


#s-a78f13a3-1d20-486d-a663-60a5c3fbe582 .shogun-image-content {
  
    align-items: center;
  
}

#s-57becf49-1171-43ab-b606-eb18fde2c129 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-57becf49-1171-43ab-b606-eb18fde2c129 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
}
#s-57becf49-1171-43ab-b606-eb18fde2c129 .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-57becf49-1171-43ab-b606-eb18fde2c129 .shogun-heading-component h4 {
  color: rgba(123, 94, 198, 1);
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-8974bcac-d5fc-43ec-9fb2-0e2e2bab489c {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}








#s-8974bcac-d5fc-43ec-9fb2-0e2e2bab489c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8974bcac-d5fc-43ec-9fb2-0e2e2bab489c.shg-box.shg-c {
  justify-content: center;
}

#s-d4b0c81d-19bf-4cca-a058-a27d8acc5cf7 {
  text-align: center;
opacity: 1;
}




  #s-d4b0c81d-19bf-4cca-a058-a27d8acc5cf7 img.shogun-image {
    
    width: px;
  }


#s-d4b0c81d-19bf-4cca-a058-a27d8acc5cf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf627e5b-3089-45ed-881b-24a7da026f11 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-bf627e5b-3089-45ed-881b-24a7da026f11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf627e5b-3089-45ed-881b-24a7da026f11.shg-box.shg-c {
  justify-content: center;
}

#s-bc0b0b51-63d8-47c3-a0f9-53761ce38a5b {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-bc0b0b51-63d8-47c3-a0f9-53761ce38a5b {
  margin-top: auto;
margin-bottom: auto;
padding-top: 10px;
}
}







#s-bc0b0b51-63d8-47c3-a0f9-53761ce38a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0b0b51-63d8-47c3-a0f9-53761ce38a5b.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b96a02fc-6a60-481b-8018-2a6855f07158 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-dddda74b-0a3b-4c90-a567-48a8c1c2b5a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9ce8bdae-adcf-4096-bffd-a2c2e9d87383 {
  min-height: 350px;
}








#s-9ce8bdae-adcf-4096-bffd-a2c2e9d87383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce8bdae-adcf-4096-bffd-a2c2e9d87383.shg-box.shg-c {
  justify-content: center;
}

#s-7a2edbc6-4530-4a0c-a1fc-2b92c7930697 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7a2edbc6-4530-4a0c-a1fc-2b92c7930697 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-7a2edbc6-4530-4a0c-a1fc-2b92c7930697 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-7a2edbc6-4530-4a0c-a1fc-2b92c7930697 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-076ab78d-e966-48a9-95e8-eef88252a77b {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-076ab78d-e966-48a9-95e8-eef88252a77b {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-076ab78d-e966-48a9-95e8-eef88252a77b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-076ab78d-e966-48a9-95e8-eef88252a77b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-0b6d29c1-e384-4090-8605-f6dd5e6cea47 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0b6d29c1-e384-4090-8605-f6dd5e6cea47 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-dbb245bf-2abb-4b9d-8eba-2b72ecd1fcf8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-dbb245bf-2abb-4b9d-8eba-2b72ecd1fcf8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-dbb245bf-2abb-4b9d-8eba-2b72ecd1fcf8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-dbb245bf-2abb-4b9d-8eba-2b72ecd1fcf8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-fc041c70-fd8d-4c46-a9ee-1651d45d2981 {
  display: none;
}
#s-366796ca-c431-47c9-9441-f656903f0f25 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-366796ca-c431-47c9-9441-f656903f0f25:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-366796ca-c431-47c9-9441-f656903f0f25:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-366796ca-c431-47c9-9441-f656903f0f25 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-366796ca-c431-47c9-9441-f656903f0f25:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-366796ca-c431-47c9-9441-f656903f0f25:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-366796ca-c431-47c9-9441-f656903f0f25-atc-btn-wrapper {
    text-align: left;
  }


#s-366796ca-c431-47c9-9441-f656903f0f25 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-366796ca-c431-47c9-9441-f656903f0f25-atc-btn-wrapper {
    text-align: center;
  }


#s-366796ca-c431-47c9-9441-f656903f0f25 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-366796ca-c431-47c9-9441-f656903f0f25.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-29cb6e88-4f4d-4f4c-b33d-9d8cfb285e92 {
  min-height: 50px;
}








#s-29cb6e88-4f4d-4f4c-b33d-9d8cfb285e92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29cb6e88-4f4d-4f4c-b33d-9d8cfb285e92.shg-box.shg-c {
  justify-content: center;
}

#s-c0f33b8d-282f-4125-9e3c-637672199957 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0f33b8d-282f-4125-9e3c-637672199957 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-c0f33b8d-282f-4125-9e3c-637672199957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f33b8d-282f-4125-9e3c-637672199957.shg-box.shg-c {
  justify-content: center;
}

#s-2fbcbdc6-dfb0-48b1-9185-21446d9dfbab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-2fbcbdc6-dfb0-48b1-9185-21446d9dfbab {
  max-width: 250px;
}
}



  #s-2fbcbdc6-dfb0-48b1-9185-21446d9dfbab img.shogun-image {
    
    width: px;
  }


#s-2fbcbdc6-dfb0-48b1-9185-21446d9dfbab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-6f1aa331-ae9f-4886-be35-7c92b3d74954"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8b84806e-af6c-4b69-8a83-a0292d6bd95a {
  min-height: 350px;
}








#s-8b84806e-af6c-4b69-8a83-a0292d6bd95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b84806e-af6c-4b69-8a83-a0292d6bd95a.shg-box.shg-c {
  justify-content: center;
}

#s-81b2dcee-e84d-49fc-92bb-84e230e51bed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-81b2dcee-e84d-49fc-92bb-84e230e51bed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-81b2dcee-e84d-49fc-92bb-84e230e51bed .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-81b2dcee-e84d-49fc-92bb-84e230e51bed .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-1384494d-f374-4b8b-8b58-1dfa2095a256 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1384494d-f374-4b8b-8b58-1dfa2095a256 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-1384494d-f374-4b8b-8b58-1dfa2095a256 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-1384494d-f374-4b8b-8b58-1dfa2095a256 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-430782ea-5209-4b1b-b969-90be0620a285 {
  margin-left: 10px;
margin-right: 10px;
}

#s-430782ea-5209-4b1b-b969-90be0620a285 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8bf84e86-cbad-4e0f-a49a-794e683ef39c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8bf84e86-cbad-4e0f-a49a-794e683ef39c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-8bf84e86-cbad-4e0f-a49a-794e683ef39c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-8bf84e86-cbad-4e0f-a49a-794e683ef39c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-1fb6dcfb-bfdb-4eaf-841d-9dfcb48f0eab {
  display: none;
}
#s-be0bf585-ff1f-45da-93ca-0b9056e0976c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-be0bf585-ff1f-45da-93ca-0b9056e0976c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-be0bf585-ff1f-45da-93ca-0b9056e0976c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-be0bf585-ff1f-45da-93ca-0b9056e0976c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-be0bf585-ff1f-45da-93ca-0b9056e0976c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-be0bf585-ff1f-45da-93ca-0b9056e0976c:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-be0bf585-ff1f-45da-93ca-0b9056e0976c-atc-btn-wrapper {
    text-align: left;
  }


#s-be0bf585-ff1f-45da-93ca-0b9056e0976c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-be0bf585-ff1f-45da-93ca-0b9056e0976c-atc-btn-wrapper {
    text-align: center;
  }


#s-be0bf585-ff1f-45da-93ca-0b9056e0976c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-be0bf585-ff1f-45da-93ca-0b9056e0976c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7989918b-bb64-4caa-ae18-25d97a4d1ef7 {
  min-height: 50px;
}








#s-7989918b-bb64-4caa-ae18-25d97a4d1ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7989918b-bb64-4caa-ae18-25d97a4d1ef7.shg-box.shg-c {
  justify-content: center;
}

#s-74101bad-0360-4ddd-a561-f25012f9f3ac {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74101bad-0360-4ddd-a561-f25012f9f3ac {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-74101bad-0360-4ddd-a561-f25012f9f3ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74101bad-0360-4ddd-a561-f25012f9f3ac.shg-box.shg-c {
  justify-content: center;
}

#s-d01fee56-0290-418d-8809-2c868028e6ec {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-d01fee56-0290-418d-8809-2c868028e6ec {
  max-width: 250px;
}
}



  #s-d01fee56-0290-418d-8809-2c868028e6ec img.shogun-image {
    
    width: px;
  }


#s-d01fee56-0290-418d-8809-2c868028e6ec .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-db749a3c-0786-436e-b54b-2b01157aeba3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71ff3f9e-18e6-4a8e-8c08-9c10fdea79ce {
  min-height: 350px;
}








#s-71ff3f9e-18e6-4a8e-8c08-9c10fdea79ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ff3f9e-18e6-4a8e-8c08-9c10fdea79ce.shg-box.shg-c {
  justify-content: center;
}

#s-085ba287-0f75-4448-93c0-576779ea3835 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-085ba287-0f75-4448-93c0-576779ea3835 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-085ba287-0f75-4448-93c0-576779ea3835 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-085ba287-0f75-4448-93c0-576779ea3835 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-29d1e778-06ea-4362-8120-081fe939de4f {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-29d1e778-06ea-4362-8120-081fe939de4f {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-29d1e778-06ea-4362-8120-081fe939de4f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-29d1e778-06ea-4362-8120-081fe939de4f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-6d2884a6-9cf4-45e2-8a27-75d278592891 {
  margin-left: 10px;
margin-right: 10px;
}

#s-6d2884a6-9cf4-45e2-8a27-75d278592891 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-871ac077-5154-4793-8127-147bff807390 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-871ac077-5154-4793-8127-147bff807390 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-871ac077-5154-4793-8127-147bff807390 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-871ac077-5154-4793-8127-147bff807390 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-8cf49f0b-2547-45d3-aa8e-612707422b15 {
  display: none;
}
#s-3177aa2a-9924-4b9a-bee8-72b25596c745 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-3177aa2a-9924-4b9a-bee8-72b25596c745:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3177aa2a-9924-4b9a-bee8-72b25596c745:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3177aa2a-9924-4b9a-bee8-72b25596c745 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-3177aa2a-9924-4b9a-bee8-72b25596c745:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-3177aa2a-9924-4b9a-bee8-72b25596c745:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-3177aa2a-9924-4b9a-bee8-72b25596c745-atc-btn-wrapper {
    text-align: left;
  }


#s-3177aa2a-9924-4b9a-bee8-72b25596c745 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-3177aa2a-9924-4b9a-bee8-72b25596c745-atc-btn-wrapper {
    text-align: center;
  }


#s-3177aa2a-9924-4b9a-bee8-72b25596c745 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3177aa2a-9924-4b9a-bee8-72b25596c745.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8261cca9-e8a8-4cf2-b428-68f7a8c6191e {
  min-height: 50px;
}








#s-8261cca9-e8a8-4cf2-b428-68f7a8c6191e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8261cca9-e8a8-4cf2-b428-68f7a8c6191e.shg-box.shg-c {
  justify-content: center;
}

#s-61d55d4f-df5f-44a1-829b-acbe5c6c5624 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61d55d4f-df5f-44a1-829b-acbe5c6c5624 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-61d55d4f-df5f-44a1-829b-acbe5c6c5624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d55d4f-df5f-44a1-829b-acbe5c6c5624.shg-box.shg-c {
  justify-content: center;
}

#s-317e0cfa-3ff3-4f71-8d99-d4b78113ed6d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-317e0cfa-3ff3-4f71-8d99-d4b78113ed6d {
  max-width: 250px;
}
}



  #s-317e0cfa-3ff3-4f71-8d99-d4b78113ed6d img.shogun-image {
    
    width: px;
  }


#s-317e0cfa-3ff3-4f71-8d99-d4b78113ed6d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-a5d1073e-eef9-4ac0-8fc7-50d00d46fe7e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7aa7c583-bd0d-4eba-9df5-04555861bc2b {
  min-height: 350px;
}








#s-7aa7c583-bd0d-4eba-9df5-04555861bc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa7c583-bd0d-4eba-9df5-04555861bc2b.shg-box.shg-c {
  justify-content: center;
}

#s-f38feca0-ff8b-4f39-bdf5-5380e7d77b19 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f38feca0-ff8b-4f39-bdf5-5380e7d77b19 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-f38feca0-ff8b-4f39-bdf5-5380e7d77b19 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-f38feca0-ff8b-4f39-bdf5-5380e7d77b19 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-8e126647-851f-4c0d-a11a-ab87f1975241 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8e126647-851f-4c0d-a11a-ab87f1975241 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-8e126647-851f-4c0d-a11a-ab87f1975241 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-8e126647-851f-4c0d-a11a-ab87f1975241 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-223cb286-7cd2-492a-bb36-d30db017e534 {
  margin-left: 10px;
margin-right: 10px;
}

#s-223cb286-7cd2-492a-bb36-d30db017e534 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7203f4e6-6e33-4f09-80c4-efe23da19361 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7203f4e6-6e33-4f09-80c4-efe23da19361 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-7203f4e6-6e33-4f09-80c4-efe23da19361 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-7203f4e6-6e33-4f09-80c4-efe23da19361 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d6c41dcd-859c-4107-bda7-582fff864337 {
  display: none;
}
#s-6edc5f9d-c25c-481c-ba99-a36874897d60 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-6edc5f9d-c25c-481c-ba99-a36874897d60:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6edc5f9d-c25c-481c-ba99-a36874897d60:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6edc5f9d-c25c-481c-ba99-a36874897d60 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-6edc5f9d-c25c-481c-ba99-a36874897d60:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6edc5f9d-c25c-481c-ba99-a36874897d60:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-6edc5f9d-c25c-481c-ba99-a36874897d60-atc-btn-wrapper {
    text-align: left;
  }


#s-6edc5f9d-c25c-481c-ba99-a36874897d60 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-6edc5f9d-c25c-481c-ba99-a36874897d60-atc-btn-wrapper {
    text-align: center;
  }


#s-6edc5f9d-c25c-481c-ba99-a36874897d60 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6edc5f9d-c25c-481c-ba99-a36874897d60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-11683aac-aec2-49d4-a024-d7e40ea800b5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11683aac-aec2-49d4-a024-d7e40ea800b5 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-11683aac-aec2-49d4-a024-d7e40ea800b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11683aac-aec2-49d4-a024-d7e40ea800b5.shg-box.shg-c {
  justify-content: center;
}

#s-e45e8245-fe5b-4217-b5dd-1c8b0242cdf0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-e45e8245-fe5b-4217-b5dd-1c8b0242cdf0 {
  max-width: 250px;
}
}



  #s-e45e8245-fe5b-4217-b5dd-1c8b0242cdf0 img.shogun-image {
    
    width: px;
  }


#s-e45e8245-fe5b-4217-b5dd-1c8b0242cdf0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-61c9e62f-ee00-4b13-8947-cc3ebad539b7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7053014c-a05d-4a66-a551-4e33b47099db {
  min-height: 350px;
}








#s-7053014c-a05d-4a66-a551-4e33b47099db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7053014c-a05d-4a66-a551-4e33b47099db.shg-box.shg-c {
  justify-content: center;
}

#s-14e8b7e5-8d53-4ff3-9a01-12d73e1bc888 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-14e8b7e5-8d53-4ff3-9a01-12d73e1bc888 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-14e8b7e5-8d53-4ff3-9a01-12d73e1bc888 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-14e8b7e5-8d53-4ff3-9a01-12d73e1bc888 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-8cf6b369-b3e1-4712-affa-690cdb52db1c {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8cf6b369-b3e1-4712-affa-690cdb52db1c {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-8cf6b369-b3e1-4712-affa-690cdb52db1c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-8cf6b369-b3e1-4712-affa-690cdb52db1c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-748dba6d-9b03-4560-8192-9354164080b0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-748dba6d-9b03-4560-8192-9354164080b0 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-35206ece-7628-4866-97b2-b5553edb8e34 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-35206ece-7628-4866-97b2-b5553edb8e34 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-35206ece-7628-4866-97b2-b5553edb8e34 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-35206ece-7628-4866-97b2-b5553edb8e34 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-c83c0ab3-d84f-48d9-a4b3-44f09f27d642 {
  display: none;
}
#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b-atc-btn-wrapper {
    text-align: left;
  }


#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b-atc-btn-wrapper {
    text-align: center;
  }


#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b159dca-2a1d-4dd1-a4cb-8a9b0116311b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8af9fca6-eeac-4796-9a36-9c36a877d1a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8af9fca6-eeac-4796-9a36-9c36a877d1a9 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-8af9fca6-eeac-4796-9a36-9c36a877d1a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af9fca6-eeac-4796-9a36-9c36a877d1a9.shg-box.shg-c {
  justify-content: center;
}

#s-8086fc3c-a047-49fd-ab55-ded0af105579 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-8086fc3c-a047-49fd-ab55-ded0af105579 {
  max-width: 250px;
}
}



  #s-8086fc3c-a047-49fd-ab55-ded0af105579 img.shogun-image {
    
    width: px;
  }


#s-8086fc3c-a047-49fd-ab55-ded0af105579 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-36bb8423-f831-4822-a4be-6827addf17dd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7d4e436c-578d-4374-8030-904a06d24ac7 {
  min-height: 350px;
}








#s-7d4e436c-578d-4374-8030-904a06d24ac7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d4e436c-578d-4374-8030-904a06d24ac7.shg-box.shg-c {
  justify-content: center;
}

#s-33e91f6d-7251-4946-801f-ffebbfb28fe5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-33e91f6d-7251-4946-801f-ffebbfb28fe5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-33e91f6d-7251-4946-801f-ffebbfb28fe5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-33e91f6d-7251-4946-801f-ffebbfb28fe5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-b2772828-4d2d-4880-a22c-29fcf0137ec3 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b2772828-4d2d-4880-a22c-29fcf0137ec3 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-b2772828-4d2d-4880-a22c-29fcf0137ec3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-b2772828-4d2d-4880-a22c-29fcf0137ec3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-4ab7f9ba-ae94-4db9-9555-8f2d0e16dcf5 {
  margin-left: 10px;
margin-right: 10px;
}

#s-4ab7f9ba-ae94-4db9-9555-8f2d0e16dcf5 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-43ee8c25-68d8-4d28-a4df-2bc7fce85bce {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-43ee8c25-68d8-4d28-a4df-2bc7fce85bce {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-43ee8c25-68d8-4d28-a4df-2bc7fce85bce .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-43ee8c25-68d8-4d28-a4df-2bc7fce85bce .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-e272a966-b854-4a0c-8fdc-a00eee262726 {
  display: none;
}
#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-4feb9150-3d45-4784-aa0b-2093d8b80dd7-atc-btn-wrapper {
    text-align: left;
  }


#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-4feb9150-3d45-4784-aa0b-2093d8b80dd7-atc-btn-wrapper {
    text-align: center;
  }


#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4feb9150-3d45-4784-aa0b-2093d8b80dd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-88f8055a-efe2-4118-8d30-56b89b2cd565 {
  min-height: 50px;
}








#s-88f8055a-efe2-4118-8d30-56b89b2cd565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88f8055a-efe2-4118-8d30-56b89b2cd565.shg-box.shg-c {
  justify-content: center;
}

#s-1f9661f0-901a-4bd5-80c7-74a039e589a2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f9661f0-901a-4bd5-80c7-74a039e589a2 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-1f9661f0-901a-4bd5-80c7-74a039e589a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f9661f0-901a-4bd5-80c7-74a039e589a2.shg-box.shg-c {
  justify-content: center;
}

#s-3f83c590-ee60-46bb-bd47-facacee96a1c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-3f83c590-ee60-46bb-bd47-facacee96a1c {
  max-width: 250px;
}
}



  #s-3f83c590-ee60-46bb-bd47-facacee96a1c img.shogun-image {
    
    width: px;
  }


#s-3f83c590-ee60-46bb-bd47-facacee96a1c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-c407a96c-9f24-42b2-92a1-59ad6f56abb3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-72ba3eec-53f5-417c-afc8-21fdd6977067 {
  min-height: 350px;
}








#s-72ba3eec-53f5-417c-afc8-21fdd6977067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ba3eec-53f5-417c-afc8-21fdd6977067.shg-box.shg-c {
  justify-content: center;
}

#s-638badff-d3bf-44c8-a3a5-f855337d0864 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-638badff-d3bf-44c8-a3a5-f855337d0864 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-638badff-d3bf-44c8-a3a5-f855337d0864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-638badff-d3bf-44c8-a3a5-f855337d0864 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-eca406e7-c398-41d8-b860-433d3c9ed572 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-eca406e7-c398-41d8-b860-433d3c9ed572 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-eca406e7-c398-41d8-b860-433d3c9ed572 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-eca406e7-c398-41d8-b860-433d3c9ed572 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-3d76f1d9-628e-4998-a34d-21eaac8a01e1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-3d76f1d9-628e-4998-a34d-21eaac8a01e1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c69209eb-79fb-4e91-abad-60d61ffbb388 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c69209eb-79fb-4e91-abad-60d61ffbb388 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-c69209eb-79fb-4e91-abad-60d61ffbb388 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-c69209eb-79fb-4e91-abad-60d61ffbb388 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-fca1085b-fb2c-4786-94f3-0f1fcb8505c9 {
  display: none;
}
#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-48d2e160-f0d3-4179-83bd-f95c4194e8ed-atc-btn-wrapper {
    text-align: left;
  }


#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-48d2e160-f0d3-4179-83bd-f95c4194e8ed-atc-btn-wrapper {
    text-align: center;
  }


#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48d2e160-f0d3-4179-83bd-f95c4194e8ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-39dc5aa5-042a-4b3e-81a4-ad996ce52c0b {
  min-height: 50px;
}








#s-39dc5aa5-042a-4b3e-81a4-ad996ce52c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39dc5aa5-042a-4b3e-81a4-ad996ce52c0b.shg-box.shg-c {
  justify-content: center;
}

#s-67255dd3-3bd7-4498-9428-0a916260366c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-67255dd3-3bd7-4498-9428-0a916260366c {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-67255dd3-3bd7-4498-9428-0a916260366c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67255dd3-3bd7-4498-9428-0a916260366c.shg-box.shg-c {
  justify-content: center;
}

#s-30baec41-df0f-4559-9356-05f18a0c27fc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-30baec41-df0f-4559-9356-05f18a0c27fc {
  max-width: 250px;
}
}



  #s-30baec41-df0f-4559-9356-05f18a0c27fc img.shogun-image {
    
    width: px;
  }


#s-30baec41-df0f-4559-9356-05f18a0c27fc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-e625a662-95a0-4c7e-9460-def986892578"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0d1efe70-0359-4863-ba8a-3e71e0e8be99 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 350px;
}








#s-0d1efe70-0359-4863-ba8a-3e71e0e8be99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d1efe70-0359-4863-ba8a-3e71e0e8be99.shg-box.shg-c {
  justify-content: center;
}

#s-0cf4e7c2-da58-436c-800b-71c89c6ed614 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0cf4e7c2-da58-436c-800b-71c89c6ed614 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-0cf4e7c2-da58-436c-800b-71c89c6ed614 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-0cf4e7c2-da58-436c-800b-71c89c6ed614 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-6c2707ff-9f35-4982-999c-a3296be84fc9 {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6c2707ff-9f35-4982-999c-a3296be84fc9 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-6c2707ff-9f35-4982-999c-a3296be84fc9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-6c2707ff-9f35-4982-999c-a3296be84fc9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-7acd32fe-4362-4c01-a5a7-7ce082be7371 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7acd32fe-4362-4c01-a5a7-7ce082be7371 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8e8c4bcb-d2e7-46fb-8291-4cebb0d3a563 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8e8c4bcb-d2e7-46fb-8291-4cebb0d3a563 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-8e8c4bcb-d2e7-46fb-8291-4cebb0d3a563 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-8e8c4bcb-d2e7-46fb-8291-4cebb0d3a563 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-156b877a-f0e6-4c74-97b7-1c901f882f0e {
  display: none;
}
#s-8821bdac-cdf3-498e-9f87-c70b631c9124 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-8821bdac-cdf3-498e-9f87-c70b631c9124:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8821bdac-cdf3-498e-9f87-c70b631c9124:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8821bdac-cdf3-498e-9f87-c70b631c9124 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-8821bdac-cdf3-498e-9f87-c70b631c9124:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8821bdac-cdf3-498e-9f87-c70b631c9124:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-8821bdac-cdf3-498e-9f87-c70b631c9124-atc-btn-wrapper {
    text-align: left;
  }


#s-8821bdac-cdf3-498e-9f87-c70b631c9124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-8821bdac-cdf3-498e-9f87-c70b631c9124-atc-btn-wrapper {
    text-align: center;
  }


#s-8821bdac-cdf3-498e-9f87-c70b631c9124 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8821bdac-cdf3-498e-9f87-c70b631c9124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3e94ab32-391e-4d01-8c2e-d9767b2d7efb {
  opacity: 0;
}

#s-3e94ab32-391e-4d01-8c2e-d9767b2d7efb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cc919e4a-73a6-4a32-95a0-cc44cc2cf0c4 {
  min-height: 50px;
}








#s-cc919e4a-73a6-4a32-95a0-cc44cc2cf0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc919e4a-73a6-4a32-95a0-cc44cc2cf0c4.shg-box.shg-c {
  justify-content: center;
}

#s-d46cd592-f342-46b7-b537-2a398463ee6f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d46cd592-f342-46b7-b537-2a398463ee6f {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-d46cd592-f342-46b7-b537-2a398463ee6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d46cd592-f342-46b7-b537-2a398463ee6f.shg-box.shg-c {
  justify-content: center;
}

#s-b314988a-5e17-4781-bf60-da37f60c048d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-b314988a-5e17-4781-bf60-da37f60c048d {
  max-width: 250px;
}
}



  #s-b314988a-5e17-4781-bf60-da37f60c048d img.shogun-image {
    
    width: px;
  }


#s-b314988a-5e17-4781-bf60-da37f60c048d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-5189c1c2-8fc1-44e8-bf03-2c3ed7349093"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1d71bacd-405d-4322-bdc6-889acb43b9e0 {
  min-height: 350px;
}








#s-1d71bacd-405d-4322-bdc6-889acb43b9e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d71bacd-405d-4322-bdc6-889acb43b9e0.shg-box.shg-c {
  justify-content: center;
}

#s-fad0ce5f-a525-473e-8d77-beb35aed859a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fad0ce5f-a525-473e-8d77-beb35aed859a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-fad0ce5f-a525-473e-8d77-beb35aed859a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-fad0ce5f-a525-473e-8d77-beb35aed859a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-e2808ade-5294-482e-9c33-ce7937be927c {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e2808ade-5294-482e-9c33-ce7937be927c {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-e2808ade-5294-482e-9c33-ce7937be927c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-e2808ade-5294-482e-9c33-ce7937be927c .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-ae77f4b9-2f7c-4087-ba8b-572d4934e327 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ae77f4b9-2f7c-4087-ba8b-572d4934e327 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d019e4d1-0a1a-4ffe-a7ce-b7279e1fd632 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d019e4d1-0a1a-4ffe-a7ce-b7279e1fd632 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}
}
#s-d019e4d1-0a1a-4ffe-a7ce-b7279e1fd632 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-d019e4d1-0a1a-4ffe-a7ce-b7279e1fd632 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Lato;
  font-style:  italic ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-022dcd3c-6f49-4eec-8f38-36743027098a {
  display: none;
}
#s-93859b42-656b-45f1-832b-3d908a74fbeb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-93859b42-656b-45f1-832b-3d908a74fbeb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-93859b42-656b-45f1-832b-3d908a74fbeb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-93859b42-656b-45f1-832b-3d908a74fbeb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(158, 27, 174, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-93859b42-656b-45f1-832b-3d908a74fbeb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(158, 27, 174, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-93859b42-656b-45f1-832b-3d908a74fbeb:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-93859b42-656b-45f1-832b-3d908a74fbeb-atc-btn-wrapper {
    text-align: left;
  }


#s-93859b42-656b-45f1-832b-3d908a74fbeb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-93859b42-656b-45f1-832b-3d908a74fbeb-atc-btn-wrapper {
    text-align: center;
  }


#s-93859b42-656b-45f1-832b-3d908a74fbeb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-93859b42-656b-45f1-832b-3d908a74fbeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3d87689e-af9a-4f25-824a-316c2b683e0a {
  min-height: 50px;
}








#s-3d87689e-af9a-4f25-824a-316c2b683e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d87689e-af9a-4f25-824a-316c2b683e0a.shg-box.shg-c {
  justify-content: center;
}

#s-98a163fb-25b2-4b32-bf53-f44be4e9e498 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98a163fb-25b2-4b32-bf53-f44be4e9e498 {
  margin-top: 43px;
margin-bottom: 43px;
}
}







#s-98a163fb-25b2-4b32-bf53-f44be4e9e498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a163fb-25b2-4b32-bf53-f44be4e9e498.shg-box.shg-c {
  justify-content: center;
}

#s-412c5b0f-3b18-4a37-bc61-3d85e61dd757 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-412c5b0f-3b18-4a37-bc61-3d85e61dd757 {
  max-width: 250px;
}
}



  #s-412c5b0f-3b18-4a37-bc61-3d85e61dd757 img.shogun-image {
    
    width: px;
  }


#s-412c5b0f-3b18-4a37-bc61-3d85e61dd757 .shogun-image-content {
  
    align-items: center;
  
}

#s-015d9f06-8b1c-4844-be12-4903fbfd03de {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-015d9f06-8b1c-4844-be12-4903fbfd03de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-015d9f06-8b1c-4844-be12-4903fbfd03de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-015d9f06-8b1c-4844-be12-4903fbfd03de {
  
}
}@media (max-width: 767px){#s-015d9f06-8b1c-4844-be12-4903fbfd03de {
  
}
}







#s-015d9f06-8b1c-4844-be12-4903fbfd03de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-015d9f06-8b1c-4844-be12-4903fbfd03de.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 {
  
}
}@media (max-width: 767px){#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 {
  
}
}







#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3d81d5ac-2a89-4edd-abc0-bb74997364f1.shg-box.shg-c {
  justify-content: center;
}

#s-f7e98446-3414-4856-84d0-b7b177a6cf24 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f7e98446-3414-4856-84d0-b7b177a6cf24"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bb4d7d13-9031-41c4-aef0-8bf674ca726e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-bb4d7d13-9031-41c4-aef0-8bf674ca726e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb4d7d13-9031-41c4-aef0-8bf674ca726e.shg-box.shg-c {
  justify-content: center;
}

#s-133c6dce-f151-43d1-84e6-3ae2b59c95e8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-133c6dce-f151-43d1-84e6-3ae2b59c95e8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7049e374-56eb-49dd-8ef8-c7761103a407 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7049e374-56eb-49dd-8ef8-c7761103a407 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-59bbb6f9-8e72-4937-9f88-cf7fb4a622e8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0b3f2098-b9f8-44e4-abff-145b1c0b48a7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0b3f2098-b9f8-44e4-abff-145b1c0b48a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3f2098-b9f8-44e4-abff-145b1c0b48a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-44ca1989-5d2c-4222-81d3-6119a44967a9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44ca1989-5d2c-4222-81d3-6119a44967a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ae03f613-893e-4c9a-9aec-2a7fd11530fc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-ae03f613-893e-4c9a-9aec-2a7fd11530fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae03f613-893e-4c9a-9aec-2a7fd11530fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9256eac4-e06d-49a9-9704-f579292c3b89 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-9256eac4-e06d-49a9-9704-f579292c3b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9256eac4-e06d-49a9-9704-f579292c3b89.shg-box.shg-c {
  justify-content: center;
}

#s-78217698-06b4-4a3a-b23c-4866a7bbc122 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78217698-06b4-4a3a-b23c-4866a7bbc122 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f408ba1-bc53-4435-8b9b-a523567ce3eb {
  margin-left: 50px;
margin-right: 50px;
}

#s-6f408ba1-bc53-4435-8b9b-a523567ce3eb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2889634d-8cac-4caf-91b4-a2269d715906 {
  margin-left: 50px;
margin-right: 50px;
}

#s-103f61ea-b6c3-443b-95e2-13d8bbf546a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-103f61ea-b6c3-443b-95e2-13d8bbf546a1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-599b5e5f-7ac0-4e83-b2e9-23fde29c1cee {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-599b5e5f-7ac0-4e83-b2e9-23fde29c1cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-599b5e5f-7ac0-4e83-b2e9-23fde29c1cee.shg-box.shg-c {
  justify-content: center;
}

#s-9864dcbd-ee6b-40a3-b4ab-08833b993219 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9864dcbd-ee6b-40a3-b4ab-08833b993219 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19941f66-7df1-4879-badf-350fc06fe7bd {
  margin-left: 50px;
margin-right: 50px;
}

#s-19941f66-7df1-4879-badf-350fc06fe7bd hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7cbe7cdb-90ad-480c-bba7-b644e194915b {
  margin-left: 50px;
margin-right: 50px;
}

#s-be0a20cf-1047-43a1-b1d7-cc44634b4de9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-be0a20cf-1047-43a1-b1d7-cc44634b4de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be0a20cf-1047-43a1-b1d7-cc44634b4de9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-166e8c40-10b6-48d3-b62b-6ddba967f917 {
  min-height: 400px;
background-color: rgba(177, 177, 177, 1);
}
@media (max-width: 767px){#s-166e8c40-10b6-48d3-b62b-6ddba967f917 {
  min-height: 300px;
}
}







#s-166e8c40-10b6-48d3-b62b-6ddba967f917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166e8c40-10b6-48d3-b62b-6ddba967f917.shg-box.shg-c {
  justify-content: center;
}

#s-9166ec15-a6e2-4ed7-9c55-822520040d23 {
  min-height: 400px;
background-color: rgba(233, 233, 233, 1);
}
@media (max-width: 767px){#s-9166ec15-a6e2-4ed7-9c55-822520040d23 {
  min-height: 300px;
}
}







#s-9166ec15-a6e2-4ed7-9c55-822520040d23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9166ec15-a6e2-4ed7-9c55-822520040d23.shg-box.shg-c {
  justify-content: center;
}

#s-bc157995-7034-4709-ba9a-23674860a7cb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-bc157995-7034-4709-ba9a-23674860a7cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc157995-7034-4709-ba9a-23674860a7cb.shg-box.shg-c {
  justify-content: center;
}

#s-dcdbfab5-82ba-4761-bf3e-c02bacc4d7a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcdbfab5-82ba-4761-bf3e-c02bacc4d7a3 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-dcdbfab5-82ba-4761-bf3e-c02bacc4d7a3 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3455ff39-7653-4a53-8291-9aa85c861232"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aedd3528-a786-4e32-94af-6d866cef7822 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}
#s-aedd3528-a786-4e32-94af-6d866cef7822:hover {opacity: 1 !important;}



  #s-aedd3528-a786-4e32-94af-6d866cef7822 img.shogun-image {
    
    width: px;
  }


#s-aedd3528-a786-4e32-94af-6d866cef7822 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd8778a1-b705-448c-bba1-a5a9bd273e6e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-dd8778a1-b705-448c-bba1-a5a9bd273e6e img.shogun-image {
    
    width: px;
  }


#s-dd8778a1-b705-448c-bba1-a5a9bd273e6e .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb60de3-2a25-4bda-b4cf-010f30fbdb65 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-1cb60de3-2a25-4bda-b4cf-010f30fbdb65 img.shogun-image {
    
    width: px;
  }


#s-1cb60de3-2a25-4bda-b4cf-010f30fbdb65 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e51f7f-fe43-4119-8617-fe6ebcc62c3b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-52e51f7f-fe43-4119-8617-fe6ebcc62c3b img.shogun-image {
    
    width: px;
  }


#s-52e51f7f-fe43-4119-8617-fe6ebcc62c3b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-eb9ee8dc-aada-494c-b443-dfeeea3e8d20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-9905a22e-1412-4911-ab93-ae6162bd290a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-9905a22e-1412-4911-ab93-ae6162bd290a img.shogun-image {
    
    width: px;
  }


#s-9905a22e-1412-4911-ab93-ae6162bd290a .shogun-image-content {
  
    align-items: center;
  
}

#s-2e71055d-b87a-443d-9826-832dc16a37bf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-2e71055d-b87a-443d-9826-832dc16a37bf img.shogun-image {
    
    width: px;
  }


#s-2e71055d-b87a-443d-9826-832dc16a37bf .shogun-image-content {
  
    align-items: center;
  
}

#s-21146cb6-efe8-4ab0-96e3-afdfb66c9636 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-21146cb6-efe8-4ab0-96e3-afdfb66c9636 img.shogun-image {
    
    width: px;
  }


#s-21146cb6-efe8-4ab0-96e3-afdfb66c9636 .shogun-image-content {
  
    align-items: center;
  
}

#s-66a6a451-f4fe-40f3-b5ce-51f13952f72e {
  min-height: 50px;
}








#s-66a6a451-f4fe-40f3-b5ce-51f13952f72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66a6a451-f4fe-40f3-b5ce-51f13952f72e.shg-box.shg-c {
  justify-content: center;
}

#s-6b746dfb-84c8-4954-8789-03d132eb0e74 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1600px;
}
@media (max-width: 767px){#s-6b746dfb-84c8-4954-8789-03d132eb0e74 {
  margin-top: auto;
margin-bottom: auto;
}
}







#s-6b746dfb-84c8-4954-8789-03d132eb0e74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b746dfb-84c8-4954-8789-03d132eb0e74.shg-box.shg-c {
  justify-content: center;
}

#s-601c6d5e-cbbc-4c47-9d97-14af94d343b8 {
  min-height: 600px;
background-color: rgba(123, 94, 198, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-601c6d5e-cbbc-4c47-9d97-14af94d343b8 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-601c6d5e-cbbc-4c47-9d97-14af94d343b8 {
  min-height: 350px;
}
}







#s-601c6d5e-cbbc-4c47-9d97-14af94d343b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601c6d5e-cbbc-4c47-9d97-14af94d343b8.shg-box.shg-c {
  justify-content: center;
}

#s-7ef8a894-f3ee-4e09-8fd0-c9ef4dbd0bbb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-7ef8a894-f3ee-4e09-8fd0-c9ef4dbd0bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef8a894-f3ee-4e09-8fd0-c9ef4dbd0bbb.shg-box.shg-c {
  justify-content: center;
}

#s-c975f942-059d-44ba-9c93-e7933abd1478 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-c975f942-059d-44ba-9c93-e7933abd1478 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-c975f942-059d-44ba-9c93-e7933abd1478 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


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

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

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

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

#s-e558a6ce-05a9-4e60-afc7-f490921210a9 {
  box-shadow:1px 1px 4px 1px rgba(249, 243, 243, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 1px;
}
@media (min-width: 1200px){#s-e558a6ce-05a9-4e60-afc7-f490921210a9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e558a6ce-05a9-4e60-afc7-f490921210a9 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
}
#s-62357427-5cae-4e90-9091-f3b7756cc696 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 209px;
background-color: rgba(249, 249, 249, 1);
}








#s-62357427-5cae-4e90-9091-f3b7756cc696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62357427-5cae-4e90-9091-f3b7756cc696.shg-box.shg-c {
  justify-content: center;
}

#s-9989d007-6f81-4866-ae7e-0f51d1dbc461 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-9989d007-6f81-4866-ae7e-0f51d1dbc461 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9989d007-6f81-4866-ae7e-0f51d1dbc461 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-9989d007-6f81-4866-ae7e-0f51d1dbc461 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-9989d007-6f81-4866-ae7e-0f51d1dbc461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9989d007-6f81-4866-ae7e-0f51d1dbc461.shg-box.shg-c {
  justify-content: center;
}

#s-c4c5668e-8b5b-491c-8adc-e4e1a8f9bd23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4c5668e-8b5b-491c-8adc-e4e1a8f9bd23 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


@media (max-width: 767px){#s-c4c5668e-8b5b-491c-8adc-e4e1a8f9bd23 .shogun-heading-component h3 {
  color: rgba(123, 94, 198, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}


}
#s-8d9e6ea5-42a6-48bd-857d-f147b8b32585 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-8d9e6ea5-42a6-48bd-857d-f147b8b32585 {
  margin-left: 50px;
margin-right: 50px;
max-width: 450px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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