.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-d3edcf2e-e583-42d7-a13b-60eddc4518b4 {
  min-height: 50px;
}








#s-d3edcf2e-e583-42d7-a13b-60eddc4518b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3edcf2e-e583-42d7-a13b-60eddc4518b4.shg-box.shg-c {
  justify-content: center;
}

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

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 {
  box-shadow:0px 0px 0px 0px ;
}
@media (min-width: 1200px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 {
  
}
}@media (max-width: 767px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 {
  
}
}
#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs {
  justify-content: flex-start;
}


  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 22px;
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs {
  justify-content: flex-start;
}


  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
}@media (max-width: 767px){#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs {
  justify-content: flex-start;
}


  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-cace5ab9-a9da-404c-b9e2-ae596904b856 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}
}
#s-bbb0319c-db22-4eaf-9008-c9f8c322b938 {
  margin-top: -8px;
min-height: 50px;
}








#s-bbb0319c-db22-4eaf-9008-c9f8c322b938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbb0319c-db22-4eaf-9008-c9f8c322b938.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-fb88a38d-1d90-44fc-827a-eb428c622dbd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb88a38d-1d90-44fc-827a-eb428c622dbd {
  display: none;
}
#s-fb88a38d-1d90-44fc-827a-eb428c622dbd, #wrap-s-fb88a38d-1d90-44fc-827a-eb428c622dbd { display:none !important; }}@media (max-width: 767px){#s-fb88a38d-1d90-44fc-827a-eb428c622dbd {
  display: none;
}
#s-fb88a38d-1d90-44fc-827a-eb428c622dbd, #wrap-s-fb88a38d-1d90-44fc-827a-eb428c622dbd { display:none !important; }}



  #s-fb88a38d-1d90-44fc-827a-eb428c622dbd img.shogun-image {
    
    width: px;
  }


#s-fb88a38d-1d90-44fc-827a-eb428c622dbd .shogun-image-content {
  
    align-items: center;
  
}

#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 {
  text-align: center;
}
@media (min-width: 1200px){#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 {
  display: none;
}
#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6, #wrap-s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 {
  display: none;
}
#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6, #wrap-s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 { display:none !important; }}



  #s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 img.shogun-image {
    
    width: px;
  }


#s-02ebbb12-d6e8-40f3-a5c4-c3a86db4c8b6 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-5607bfe9-c3c9-4429-a1c0-85033743810a {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5607bfe9-c3c9-4429-a1c0-85033743810a {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-5607bfe9-c3c9-4429-a1c0-85033743810a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5607bfe9-c3c9-4429-a1c0-85033743810a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-49ceff61-0f3e-4f13-b752-cab37c7a0dce {
  margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-49ceff61-0f3e-4f13-b752-cab37c7a0dce {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-49ceff61-0f3e-4f13-b752-cab37c7a0dce, #wrap-s-49ceff61-0f3e-4f13-b752-cab37c7a0dce { display:none !important; }}@media (max-width: 767px){#s-49ceff61-0f3e-4f13-b752-cab37c7a0dce {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
display: none;
}
#s-49ceff61-0f3e-4f13-b752-cab37c7a0dce, #wrap-s-49ceff61-0f3e-4f13-b752-cab37c7a0dce { display:none !important; }}
#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 {
  display: none;
}
#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1, #wrap-s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 {
  display: none;
}
#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1, #wrap-s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 { display:none !important; }}







#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17fc1049-61b5-4334-be0c-fc1d6f4809a1.shg-box.shg-c {
  justify-content: center;
}

#s-640d6e76-968c-49c6-bc11-4e79cec15179 {
  margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-640d6e76-968c-49c6-bc11-4e79cec15179 {
  margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-640d6e76-968c-49c6-bc11-4e79cec15179 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
}
#s-d515ec6c-8292-48f3-ace3-8c6ba90e8cae {
  text-align: center;
}




  #s-d515ec6c-8292-48f3-ace3-8c6ba90e8cae img.shogun-image {
    
    width: px;
  }


#s-d515ec6c-8292-48f3-ace3-8c6ba90e8cae .shogun-image-content {
  
    align-items: center;
  
}

#s-129b9163-7ad0-4958-8647-1eb8f1e63e09 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-129b9163-7ad0-4958-8647-1eb8f1e63e09 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-129b9163-7ad0-4958-8647-1eb8f1e63e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129b9163-7ad0-4958-8647-1eb8f1e63e09.shg-box.shg-c {
  justify-content: center;
}

#s-2668106c-f91d-4bb7-bde7-f8ef8932461d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2668106c-f91d-4bb7-bde7-f8ef8932461d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2668106c-f91d-4bb7-bde7-f8ef8932461d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-31b6b050-3892-4a7d-9520-6425689586b8 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-31b6b050-3892-4a7d-9520-6425689586b8 {
  margin-right: 10px;
}
}
#s-31b6b050-3892-4a7d-9520-6425689586b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-31b6b050-3892-4a7d-9520-6425689586b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-31b6b050-3892-4a7d-9520-6425689586b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc {
  text-align: center;
}
@media (min-width: 1200px){#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc {
  display: none;
}
#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc, #wrap-s-9ccf3cbf-ef61-4c47-b226-81e6098720cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc {
  display: none;
}
#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc, #wrap-s-9ccf3cbf-ef61-4c47-b226-81e6098720cc { display:none !important; }}



  #s-9ccf3cbf-ef61-4c47-b226-81e6098720cc img.shogun-image {
    
    width: px;
  }


#s-9ccf3cbf-ef61-4c47-b226-81e6098720cc .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2, #wrap-s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 { display:none !important; }}
#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-1bdc5da3-86c6-43ce-81b7-f5380f9e3fb2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  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;
}

#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 {
  display: none;
}
#s-004b4d39-3731-46e8-b5dd-d1d91a1ac093, #wrap-s-004b4d39-3731-46e8-b5dd-d1d91a1ac093 { display:none !important; }}
@media (min-width: 0px) {
[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-004b4d39-3731-46e8-b5dd-d1d91a1ac093"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-588f72ab-9676-4fc8-9f8a-6dc66bcac871 {
  min-height: 50px;
}








#s-588f72ab-9676-4fc8-9f8a-6dc66bcac871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-588f72ab-9676-4fc8-9f8a-6dc66bcac871.shg-box.shg-c {
  justify-content: center;
}

#s-f4999173-0e2f-4459-acb8-f06b5f4e5f18 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
text-align: center;
}




  #s-f4999173-0e2f-4459-acb8-f06b5f4e5f18 img.shogun-image {
    
    width: px;
  }


#s-f4999173-0e2f-4459-acb8-f06b5f4e5f18 .shogun-image-content {
  
    align-items: center;
  
}

#s-0db9f15b-7ef3-49c1-a6bd-721df76d8465 {
  margin-left: 150px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0db9f15b-7ef3-49c1-a6bd-721df76d8465 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-5711bc7d-6b24-481f-846f-c36073b7c44a {
  min-height: 50px;
}








#s-5711bc7d-6b24-481f-846f-c36073b7c44a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5711bc7d-6b24-481f-846f-c36073b7c44a.shg-box.shg-c {
  justify-content: center;
}

#s-8454a080-64f4-409a-856b-9b6a74b5a683 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
text-align: center;
}




  #s-8454a080-64f4-409a-856b-9b6a74b5a683 img.shogun-image {
    
    width: px;
  }


#s-8454a080-64f4-409a-856b-9b6a74b5a683 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8269970-de70-4592-9b1f-0f989488780a {
  margin-left: 50px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8269970-de70-4592-9b1f-0f989488780a {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-4c707608-7bce-4e72-8b63-40b82a105588 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4c707608-7bce-4e72-8b63-40b82a105588 {
  display: none;
}
#s-4c707608-7bce-4e72-8b63-40b82a105588, #wrap-s-4c707608-7bce-4e72-8b63-40b82a105588 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c707608-7bce-4e72-8b63-40b82a105588 {
  display: none;
}
#s-4c707608-7bce-4e72-8b63-40b82a105588, #wrap-s-4c707608-7bce-4e72-8b63-40b82a105588 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c707608-7bce-4e72-8b63-40b82a105588 {
  display: none;
}
#s-4c707608-7bce-4e72-8b63-40b82a105588, #wrap-s-4c707608-7bce-4e72-8b63-40b82a105588 { display:none !important; }}







#s-4c707608-7bce-4e72-8b63-40b82a105588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c707608-7bce-4e72-8b63-40b82a105588.shg-box.shg-c {
  justify-content: center;
}

#s-7a5497f1-e6fe-43fd-b69e-3135a3eb6ad4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7a5497f1-e6fe-43fd-b69e-3135a3eb6ad4 {
  margin-right: 10px;
}
}
#s-7a5497f1-e6fe-43fd-b69e-3135a3eb6ad4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb95def7-54dc-4b42-b09d-4c9caebfe154 {
  margin-left: 40px;
margin-bottom: 10px;
margin-right: 60px;
text-align: center;
}




  #s-cb95def7-54dc-4b42-b09d-4c9caebfe154 img.shogun-image {
    
    width: px;
  }


#s-cb95def7-54dc-4b42-b09d-4c9caebfe154 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b95cf84-3c02-4127-b150-a52a5fe609f6 {
  margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-6b95cf84-3c02-4127-b150-a52a5fe609f6 {
  display: none;
}
#s-6b95cf84-3c02-4127-b150-a52a5fe609f6, #wrap-s-6b95cf84-3c02-4127-b150-a52a5fe609f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b95cf84-3c02-4127-b150-a52a5fe609f6 {
  display: none;
}
#s-6b95cf84-3c02-4127-b150-a52a5fe609f6, #wrap-s-6b95cf84-3c02-4127-b150-a52a5fe609f6 { display:none !important; }}
#s-97e87f33-090e-4ed5-81cf-be2bea0a0661 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
text-align: center;
}




  #s-97e87f33-090e-4ed5-81cf-be2bea0a0661 img.shogun-image {
    
    width: px;
  }


#s-97e87f33-090e-4ed5-81cf-be2bea0a0661 .shogun-image-content {
  
    align-items: center;
  
}

#s-a44e9d8a-c84c-4c89-b17a-3c9e5fb1a774 {
  margin-left: 30px;
margin-right: 30px;
}

#s-105c41cd-c8b3-4890-809f-f69664160b1c {
  text-align: center;
}





#s-105c41cd-c8b3-4890-809f-f69664160b1c .shogun-image-content {
  
    align-items: center;
  
}

#s-81100625-66d0-4ce1-8adc-47fc0e9e7268 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-81100625-66d0-4ce1-8adc-47fc0e9e7268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81100625-66d0-4ce1-8adc-47fc0e9e7268.shg-box.shg-c {
  justify-content: center;
}

#s-30297f45-84c9-40ef-b924-ec547a838a59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30297f45-84c9-40ef-b924-ec547a838a59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-30297f45-84c9-40ef-b924-ec547a838a59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-30297f45-84c9-40ef-b924-ec547a838a59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-31edda11-3224-4c21-bcf2-4cc0ffcfaea9 {
  margin-top: 20px;
margin-bottom: 20px;
}

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

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

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

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

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

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

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

#s-388b8aee-bf1b-4d4e-ad42-e6f10584449d {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-388b8aee-bf1b-4d4e-ad42-e6f10584449d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-388b8aee-bf1b-4d4e-ad42-e6f10584449d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-388b8aee-bf1b-4d4e-ad42-e6f10584449d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-e8d6b62c-0431-4d10-8050-6cb71ce18409 {
  text-align: center;
}





#s-e8d6b62c-0431-4d10-8050-6cb71ce18409 .shogun-image-content {
  
    align-items: center;
  
}

#s-72f18650-316e-45b9-9ac0-f9df172644ba {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-72f18650-316e-45b9-9ac0-f9df172644ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72f18650-316e-45b9-9ac0-f9df172644ba.shg-box.shg-c {
  justify-content: center;
}

#s-9c5f4797-9de6-4bc0-928c-33ad51d318c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c5f4797-9de6-4bc0-928c-33ad51d318c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9c5f4797-9de6-4bc0-928c-33ad51d318c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-9c5f4797-9de6-4bc0-928c-33ad51d318c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-98653701-838e-4c4b-8dc0-66517ba71b8f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ab7bc340-c655-42a9-87d9-d947e1a9c969 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ab7bc340-c655-42a9-87d9-d947e1a9c969:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab7bc340-c655-42a9-87d9-d947e1a9c969:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ab7bc340-c655-42a9-87d9-d947e1a9c969 {
  padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
}
}


#s-ab7bc340-c655-42a9-87d9-d947e1a9c969.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-d8cdc00b-08d3-4b2e-a680-50deef7a380b {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8cdc00b-08d3-4b2e-a680-50deef7a380b {
  display: none;
}
#s-d8cdc00b-08d3-4b2e-a680-50deef7a380b, #wrap-s-d8cdc00b-08d3-4b2e-a680-50deef7a380b { display:none !important; }}@media (max-width: 767px){#s-d8cdc00b-08d3-4b2e-a680-50deef7a380b {
  display: none;
}
#s-d8cdc00b-08d3-4b2e-a680-50deef7a380b, #wrap-s-d8cdc00b-08d3-4b2e-a680-50deef7a380b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-d8cdc00b-08d3-4b2e-a680-50deef7a380b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-34ce3a5a-5edf-44e1-b5cc-dd7154d85db4 {
  min-height: 50px;
}








#s-34ce3a5a-5edf-44e1-b5cc-dd7154d85db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ce3a5a-5edf-44e1-b5cc-dd7154d85db4.shg-box.shg-c {
  justify-content: center;
}

#s-34f5528c-a06d-4d7c-be50-db2f43b19841 {
  text-align: center;
}




  #s-34f5528c-a06d-4d7c-be50-db2f43b19841 img.shogun-image {
    
    width: px;
  }


#s-34f5528c-a06d-4d7c-be50-db2f43b19841 .shogun-image-content {
  
    align-items: center;
  
}

#s-559e74fb-45da-4a38-9668-b2ccc6944820 {
  min-height: 50px;
}








#s-559e74fb-45da-4a38-9668-b2ccc6944820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-559e74fb-45da-4a38-9668-b2ccc6944820.shg-box.shg-c {
  justify-content: center;
}

#s-fc416839-29ff-412a-8b2a-9b083579b5e8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc416839-29ff-412a-8b2a-9b083579b5e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9008527a-420b-45a8-8c07-33ef18b0fef2 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9008527a-420b-45a8-8c07-33ef18b0fef2 {
  display: none;
}
#s-9008527a-420b-45a8-8c07-33ef18b0fef2, #wrap-s-9008527a-420b-45a8-8c07-33ef18b0fef2 { display:none !important; }}@media (max-width: 767px){#s-9008527a-420b-45a8-8c07-33ef18b0fef2 {
  display: none;
}
#s-9008527a-420b-45a8-8c07-33ef18b0fef2, #wrap-s-9008527a-420b-45a8-8c07-33ef18b0fef2 { display:none !important; }}
#s-9008527a-420b-45a8-8c07-33ef18b0fef2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb {
  margin-left: 5px;
margin-right: 5px;
display: none;
}
#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb, #wrap-s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb { display:none !important; }}@media (max-width: 767px){#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb {
  display: none;
}
#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb, #wrap-s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb { display:none !important; }}



  #s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb img.shogun-image {
    
    width: px;
  }


#s-f42b6cbd-b7b3-4e82-b57a-29fd6a8319fb .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe {
  display: none;
}
#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe, #wrap-s-cc9363a2-a74f-4e67-a5e1-918109d30bbe { display:none !important; }}@media (max-width: 767px){#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe, #wrap-s-cc9363a2-a74f-4e67-a5e1-918109d30bbe { display:none !important; }}
#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-cc9363a2-a74f-4e67-a5e1-918109d30bbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-97d2d1e9-adab-4dda-b474-dfd4656813ff {
  margin-left: 4%;
margin-bottom: 6%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-97d2d1e9-adab-4dda-b474-dfd4656813ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97d2d1e9-adab-4dda-b474-dfd4656813ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97d2d1e9-adab-4dda-b474-dfd4656813ff {
  display: none;
}
#s-97d2d1e9-adab-4dda-b474-dfd4656813ff, #wrap-s-97d2d1e9-adab-4dda-b474-dfd4656813ff { display:none !important; }}@media (max-width: 767px){#s-97d2d1e9-adab-4dda-b474-dfd4656813ff {
  display: none;
}
#s-97d2d1e9-adab-4dda-b474-dfd4656813ff, #wrap-s-97d2d1e9-adab-4dda-b474-dfd4656813ff { display:none !important; }}
@media (min-width: 0px) {
[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-97d2d1e9-adab-4dda-b474-dfd4656813ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-597d1b51-82c9-493b-873f-80e4ea682fab {
  min-height: 50px;
}








#s-597d1b51-82c9-493b-873f-80e4ea682fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597d1b51-82c9-493b-873f-80e4ea682fab.shg-box.shg-c {
  justify-content: center;
}

#s-bb405a25-1f37-4057-84cf-aa22cff440aa {
  margin-top: 50px;
margin-left: 25%;
margin-bottom: 50px;
margin-right: 25%;
text-align: center;
}




  #s-bb405a25-1f37-4057-84cf-aa22cff440aa img.shogun-image {
    
    width: px;
  }


#s-bb405a25-1f37-4057-84cf-aa22cff440aa .shogun-image-content {
  
    align-items: center;
  
}

#s-cc0edfc4-4ce7-40d4-b34f-4cd0e1066247 {
  margin-left: 150px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc0edfc4-4ce7-40d4-b34f-4cd0e1066247 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-0ef955a3-c35f-44b4-a8d0-79d1b9373149 {
  min-height: 50px;
}








#s-0ef955a3-c35f-44b4-a8d0-79d1b9373149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef955a3-c35f-44b4-a8d0-79d1b9373149.shg-box.shg-c {
  justify-content: center;
}

#s-9bb99a02-5c06-4615-89c9-5d418aeac42c {
  margin-top: 50px;
margin-left: 25%;
margin-bottom: 50px;
margin-right: 25%;
text-align: center;
}




  #s-9bb99a02-5c06-4615-89c9-5d418aeac42c img.shogun-image {
    
    width: px;
  }


#s-9bb99a02-5c06-4615-89c9-5d418aeac42c .shogun-image-content {
  
    align-items: center;
  
}

#s-97e9253f-6e35-4d2b-af7b-96a582639ec4 {
  margin-left: 50px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97e9253f-6e35-4d2b-af7b-96a582639ec4 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-6a830329-f954-4907-bbde-234d95f30017 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a830329-f954-4907-bbde-234d95f30017 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-6a830329-f954-4907-bbde-234d95f30017, #wrap-s-6a830329-f954-4907-bbde-234d95f30017 { display:none !important; }}@media (max-width: 767px){#s-6a830329-f954-4907-bbde-234d95f30017 {
  display: none;
}
#s-6a830329-f954-4907-bbde-234d95f30017, #wrap-s-6a830329-f954-4907-bbde-234d95f30017 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-6a830329-f954-4907-bbde-234d95f30017"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-ad16045b-c3c2-45bb-afe3-f9af48b70bd5 {
  min-height: 50px;
}








#s-ad16045b-c3c2-45bb-afe3-f9af48b70bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad16045b-c3c2-45bb-afe3-f9af48b70bd5.shg-box.shg-c {
  justify-content: center;
}

#s-269b57be-23bc-45ab-8793-18da7129f183 {
  text-align: center;
}





#s-269b57be-23bc-45ab-8793-18da7129f183 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd9e9780-49ad-4595-9085-bac8481e9882 {
  min-height: 50px;
}








#s-bd9e9780-49ad-4595-9085-bac8481e9882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9e9780-49ad-4595-9085-bac8481e9882.shg-box.shg-c {
  justify-content: center;
}

#s-ffe7ff5c-100a-4297-aebc-a6d57d9752d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffe7ff5c-100a-4297-aebc-a6d57d9752d1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-029ec65d-1e9d-4ed4-85a5-2c4d7dcee2b8 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8378ecae-2276-4eeb-878e-1a5b7064a205 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8378ecae-2276-4eeb-878e-1a5b7064a205:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8378ecae-2276-4eeb-878e-1a5b7064a205:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8378ecae-2276-4eeb-878e-1a5b7064a205.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-a54411de-5472-4157-a3f3-267d217a27d9 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a54411de-5472-4157-a3f3-267d217a27d9 {
  display: none;
}
#s-a54411de-5472-4157-a3f3-267d217a27d9, #wrap-s-a54411de-5472-4157-a3f3-267d217a27d9 { display:none !important; }}@media (max-width: 767px){#s-a54411de-5472-4157-a3f3-267d217a27d9 {
  display: none;
}
#s-a54411de-5472-4157-a3f3-267d217a27d9, #wrap-s-a54411de-5472-4157-a3f3-267d217a27d9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-a54411de-5472-4157-a3f3-267d217a27d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-41a1e924-628d-4b83-96d9-204fd723794f {
  min-height: 50px;
}








#s-41a1e924-628d-4b83-96d9-204fd723794f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41a1e924-628d-4b83-96d9-204fd723794f.shg-box.shg-c {
  justify-content: center;
}

#s-748149b5-6d10-48c9-a7bb-fd4eaebfd4ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-748149b5-6d10-48c9-a7bb-fd4eaebfd4ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7112e85a-ecae-4a02-982d-370651f92574 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b8bc689a-7c8c-4b2b-8fad-6b3e0ca89f00 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 92, 38, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8bc689a-7c8c-4b2b-8fad-6b3e0ca89f00:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8bc689a-7c8c-4b2b-8fad-6b3e0ca89f00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8bc689a-7c8c-4b2b-8fad-6b3e0ca89f00.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Asap;
  display:  inline-block ;
}

#s-4e281433-e713-4957-803b-db7027664c97 {
  min-height: 50px;
}








#s-4e281433-e713-4957-803b-db7027664c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e281433-e713-4957-803b-db7027664c97.shg-box.shg-c {
  justify-content: center;
}

#s-db2f67e8-52bd-418e-9bd1-755c6a703b4e {
  text-align: center;
}





#s-db2f67e8-52bd-418e-9bd1-755c6a703b4e .shogun-image-content {
  
    align-items: center;
  
}

#s-778e5176-b77c-4278-a82b-fe536b09d483 {
  margin-top: 6%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-778e5176-b77c-4278-a82b-fe536b09d483 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-778e5176-b77c-4278-a82b-fe536b09d483 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-778e5176-b77c-4278-a82b-fe536b09d483 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-31cb0d9a-c9f3-4f9b-9bfc-9b59bfc4aa89 {
  margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-31cb0d9a-c9f3-4f9b-9bfc-9b59bfc4aa89 {
  margin-bottom: 10px;
margin-right: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-682024d1-4391-41ca-ab8e-77aa865f15a7 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-682024d1-4391-41ca-ab8e-77aa865f15a7 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-650be22b-c745-49ac-9f5e-038367410f58 {
  margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-650be22b-c745-49ac-9f5e-038367410f58 {
  margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-650be22b-c745-49ac-9f5e-038367410f58 {
  margin-left: 5px;
margin-bottom: 3px;
margin-right: 10px;
}
}



  #s-650be22b-c745-49ac-9f5e-038367410f58 img.shogun-image {
    
    width: px;
  }


#s-650be22b-c745-49ac-9f5e-038367410f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-9017512d-549a-4b60-ac74-8a3d13363d1e {
  margin-top: 0%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9017512d-549a-4b60-ac74-8a3d13363d1e {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-9017512d-549a-4b60-ac74-8a3d13363d1e {
  margin-top: 50px;
}
}
#s-9017512d-549a-4b60-ac74-8a3d13363d1e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-9017512d-549a-4b60-ac74-8a3d13363d1e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-9017512d-549a-4b60-ac74-8a3d13363d1e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 {
  display: none;
}
#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4, #wrap-s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 {
  display: none;
}
#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4, #wrap-s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 { display:none !important; }}







#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-513d1f3d-ecda-467d-9b1f-c1389f58f9e4.shg-box.shg-c {
  justify-content: center;
}

#s-2a4cf8de-3a06-4077-bcbe-ff3f9ae0b2f0 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2a4cf8de-3a06-4077-bcbe-ff3f9ae0b2f0 {
  margin-bottom: 10px;
}
}
#s-2a4cf8de-3a06-4077-bcbe-ff3f9ae0b2f0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-280bbb7f-53dd-424f-aa64-34c5cd7a3cfc {
  text-align: center;
}




  #s-280bbb7f-53dd-424f-aa64-34c5cd7a3cfc img.shogun-image {
    
    width: px;
  }


#s-280bbb7f-53dd-424f-aa64-34c5cd7a3cfc .shogun-image-content {
  
    align-items: center;
  
}

#s-88daf562-ca24-4106-80ff-cbb21f173095 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-88daf562-ca24-4106-80ff-cbb21f173095 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-88daf562-ca24-4106-80ff-cbb21f173095 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-74ac3c43-3d4f-42e0-a437-890920e4b807 {
  text-align: center;
}




  #s-74ac3c43-3d4f-42e0-a437-890920e4b807 img.shogun-image {
    
    width: px;
  }


#s-74ac3c43-3d4f-42e0-a437-890920e4b807 .shogun-image-content {
  
    align-items: center;
  
}

#s-6837dbe4-0000-4c24-b033-67483e52221a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-6837dbe4-0000-4c24-b033-67483e52221a {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6837dbe4-0000-4c24-b033-67483e52221a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d66401cd-390d-4957-bb8e-81aee1558eba {
  text-align: center;
}




  #s-d66401cd-390d-4957-bb8e-81aee1558eba img.shogun-image {
    
    width: px;
  }


#s-d66401cd-390d-4957-bb8e-81aee1558eba .shogun-image-content {
  
    align-items: center;
  
}

#s-92d75182-0361-4c43-8fbc-ed470f1debad {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-92d75182-0361-4c43-8fbc-ed470f1debad {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-92d75182-0361-4c43-8fbc-ed470f1debad .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6351848e-2f66-4263-a37e-828b449e04aa {
  text-align: center;
}




  #s-6351848e-2f66-4263-a37e-828b449e04aa img.shogun-image {
    
    width: px;
  }


#s-6351848e-2f66-4263-a37e-828b449e04aa .shogun-image-content {
  
    align-items: center;
  
}

#s-59c6586b-91ce-4404-8d29-77764e2a33cd {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59c6586b-91ce-4404-8d29-77764e2a33cd {
  display: none;
}
#s-59c6586b-91ce-4404-8d29-77764e2a33cd, #wrap-s-59c6586b-91ce-4404-8d29-77764e2a33cd { display:none !important; }}@media (max-width: 767px){#s-59c6586b-91ce-4404-8d29-77764e2a33cd {
  display: none;
}
#s-59c6586b-91ce-4404-8d29-77764e2a33cd, #wrap-s-59c6586b-91ce-4404-8d29-77764e2a33cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59c6586b-91ce-4404-8d29-77764e2a33cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-be8a1451-3043-4995-9644-9fc966903a68 {
  min-height: 50px;
}








#s-be8a1451-3043-4995-9644-9fc966903a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8a1451-3043-4995-9644-9fc966903a68.shg-box.shg-c {
  justify-content: center;
}

#s-18c867ba-af6f-46f0-98b2-260fce2dfe61 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18c867ba-af6f-46f0-98b2-260fce2dfe61 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3dc0dfb2-43c4-4aee-bc1a-b480005d3e05 {
  text-align: center;
}




  #s-3dc0dfb2-43c4-4aee-bc1a-b480005d3e05 img.shogun-image {
    
    width: px;
  }


#s-3dc0dfb2-43c4-4aee-bc1a-b480005d3e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0df5951-83ce-4ab4-b24a-981e0b49d55d {
  min-height: 50px;
}








#s-f0df5951-83ce-4ab4-b24a-981e0b49d55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0df5951-83ce-4ab4-b24a-981e0b49d55d.shg-box.shg-c {
  justify-content: center;
}

#s-1ab0a03b-29ca-468d-8ef3-5bbac8e3b5a0 {
  text-align: center;
}




  #s-1ab0a03b-29ca-468d-8ef3-5bbac8e3b5a0 img.shogun-image {
    
    width: px;
  }


#s-1ab0a03b-29ca-468d-8ef3-5bbac8e3b5a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bf2c130-66c4-425e-b73e-fb8d5de5f928 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2bf2c130-66c4-425e-b73e-fb8d5de5f928 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc46c280-8df5-4a12-8405-826ca898c356 {
  margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc46c280-8df5-4a12-8405-826ca898c356 {
  display: none;
}
#s-bc46c280-8df5-4a12-8405-826ca898c356, #wrap-s-bc46c280-8df5-4a12-8405-826ca898c356 { display:none !important; }}@media (max-width: 767px){#s-bc46c280-8df5-4a12-8405-826ca898c356 {
  display: none;
}
#s-bc46c280-8df5-4a12-8405-826ca898c356, #wrap-s-bc46c280-8df5-4a12-8405-826ca898c356 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-bc46c280-8df5-4a12-8405-826ca898c356"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-7771f791-91cd-48df-8d7b-cfde726cab34 {
  min-height: 50px;
}








#s-7771f791-91cd-48df-8d7b-cfde726cab34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7771f791-91cd-48df-8d7b-cfde726cab34.shg-box.shg-c {
  justify-content: center;
}

#s-4c916684-1e70-4790-8d71-19065fa05024 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c916684-1e70-4790-8d71-19065fa05024 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ce0deeb4-5f18-4ee6-9d59-cfe211ec5bb5 {
  text-align: center;
}




  #s-ce0deeb4-5f18-4ee6-9d59-cfe211ec5bb5 img.shogun-image {
    
    width: px;
  }


#s-ce0deeb4-5f18-4ee6-9d59-cfe211ec5bb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d9e9ba2-00d1-4c80-998b-3bc7656f0657 {
  min-height: 50px;
}








#s-2d9e9ba2-00d1-4c80-998b-3bc7656f0657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d9e9ba2-00d1-4c80-998b-3bc7656f0657.shg-box.shg-c {
  justify-content: center;
}

#s-fd74cb9d-0f1b-4c40-949a-75e0f55449ca {
  text-align: center;
}




  #s-fd74cb9d-0f1b-4c40-949a-75e0f55449ca img.shogun-image {
    
    width: px;
  }


#s-fd74cb9d-0f1b-4c40-949a-75e0f55449ca .shogun-image-content {
  
    align-items: center;
  
}

#s-03c25f28-ed8f-4d2a-b853-2949eca82652 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03c25f28-ed8f-4d2a-b853-2949eca82652 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-405d0816-b785-41d3-8ba2-52d1a984f26b {
  margin-top: 0px;
margin-left: 65px;
margin-bottom: 30px;
margin-right: 65px;
min-height: 50px;
}
@media (max-width: 767px){#s-405d0816-b785-41d3-8ba2-52d1a984f26b {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-405d0816-b785-41d3-8ba2-52d1a984f26b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405d0816-b785-41d3-8ba2-52d1a984f26b.shg-box.shg-c {
  justify-content: center;
}

#s-08da2d32-d829-4fa1-a6a9-4a149453a89e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08da2d32-d829-4fa1-a6a9-4a149453a89e {
  margin-top: 10px;
}
}
#s-08da2d32-d829-4fa1-a6a9-4a149453a89e .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d6670061-cafb-4158-923b-e703046a8e5d {
  opacity: 1;
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-d6670061-cafb-4158-923b-e703046a8e5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 {
  margin-top: 30px;
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 11px;
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Asap;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-9b0143e5-e1c1-4da2-92c2-5fd064e01966 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-box {
  padding: 10px;
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-size: 15px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(255, 92, 38, 1);
  font-family: Asap;
  font-weight: 500;
  line-height: 2em;
  
  justify-content: center;
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  font-style: ;
  color: #ff0000;
  font-family: Asap;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-e23f5280-45f0-4fb5-a3c5-9d4deddac778 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
#s-262669a6-e91e-4b1f-937d-91bc47b47e27 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-262669a6-e91e-4b1f-937d-91bc47b47e27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(51, 51, 51, 1);
  
  
  
  font-size: 14px;
  
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  
  
  
}

#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  
  color: #000;
}



#s-ec359eb5-ec8d-40ed-b16a-3f33f054bd00 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: ;
  color: #000;
  font-family: Asap;
  font-weight: ;
  
  
}

#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-87ed82bb-79e6-47b7-a7e9-6df6587c851d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-239baea0-ff87-4ad1-a795-4257c1ae4247 {
  margin-left: 10px;
margin-right: 10px;
}

#s-239baea0-ff87-4ad1-a795-4257c1ae4247  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: 14px;
  font-style: ;
  color: #000;
  font-family: Asap;
  font-weight: ;
  
  
}

#s-239baea0-ff87-4ad1-a795-4257c1ae4247  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-239baea0-ff87-4ad1-a795-4257c1ae4247  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-239baea0-ff87-4ad1-a795-4257c1ae4247  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-239baea0-ff87-4ad1-a795-4257c1ae4247 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-239baea0-ff87-4ad1-a795-4257c1ae4247 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 1px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
font-family: Asap;
font-weight: 600;
font-size: 17px;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57[disabled],
#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57[disabled]:hover,
#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-fc3cf7b0-d901-44d1-881f-33bb559ceb57 {
  display:  inline-block ;
  width:  auto ;
}


#s-7e43f875-f156-4197-a17a-941fedcf4381 {
  margin-top: -10px;
margin-left: 100px;
margin-right: 100px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7e43f875-f156-4197-a17a-941fedcf4381 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-7e43f875-f156-4197-a17a-941fedcf4381 {
  display: none;
}
#s-7e43f875-f156-4197-a17a-941fedcf4381, #wrap-s-7e43f875-f156-4197-a17a-941fedcf4381 { display:none !important; }}







#s-7e43f875-f156-4197-a17a-941fedcf4381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e43f875-f156-4197-a17a-941fedcf4381.shg-box.shg-c {
  justify-content: center;
}

#s-2c16592e-ac38-410f-b506-9b86699e2f72 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c16592e-ac38-410f-b506-9b86699e2f72 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6873f785-80b5-4fdb-a1eb-adf966af0f9a {
  margin-top: 1%;
margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6873f785-80b5-4fdb-a1eb-adf966af0f9a {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6873f785-80b5-4fdb-a1eb-adf966af0f9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4e785795-fc26-4c64-a090-e3b6812a4a6c {
  min-height: 50px;
}








#s-4e785795-fc26-4c64-a090-e3b6812a4a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e785795-fc26-4c64-a090-e3b6812a4a6c.shg-box.shg-c {
  justify-content: center;
}

#s-1d372939-6a7d-4e54-9447-f98d8a968a84 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d372939-6a7d-4e54-9447-f98d8a968a84 {
  margin-top: 10px;
}
}
#s-1d372939-6a7d-4e54-9447-f98d8a968a84 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ed520e97-f6ac-4276-a87d-422f788de144 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed520e97-f6ac-4276-a87d-422f788de144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3b0fc3e5-ce3a-4dc9-927c-4b9d936cdaed {
  margin-left: 0px;
}

#s-3b0fc3e5-ce3a-4dc9-927c-4b9d936cdaed hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-fb3d1099-bc60-4604-a0a0-6e3d88c9659d {
  min-height: 50px;
}








#s-fb3d1099-bc60-4604-a0a0-6e3d88c9659d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3d1099-bc60-4604-a0a0-6e3d88c9659d.shg-box.shg-c {
  justify-content: center;
}

#s-4ec7142f-f660-4272-9df9-f5b1cf58866f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ec7142f-f660-4272-9df9-f5b1cf58866f .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-3f53e3a5-a27d-4af5-8e1e-f754a88e3ac6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-cdfe24e5-07f9-4f7b-b8d4-622a04a4653e {
  min-height: 50px;
}








#s-cdfe24e5-07f9-4f7b-b8d4-622a04a4653e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdfe24e5-07f9-4f7b-b8d4-622a04a4653e.shg-box.shg-c {
  justify-content: center;
}

#s-01760f6c-5f35-4b31-aada-aefb92bad054 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-01760f6c-5f35-4b31-aada-aefb92bad054 {
  margin-top: 10px;
}
}
#s-01760f6c-5f35-4b31-aada-aefb92bad054 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-97916e37-f70c-4e5b-aa2a-b5a25ca0b831"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-7bcf8f14-14b4-448f-8dc5-d99719975747 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7bcf8f14-14b4-448f-8dc5-d99719975747 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-7bc3cebb-f7de-400d-8db6-137c98ea8f6a {
  min-height: 50px;
}








#s-7bc3cebb-f7de-400d-8db6-137c98ea8f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bc3cebb-f7de-400d-8db6-137c98ea8f6a.shg-box.shg-c {
  justify-content: center;
}

#s-667c8cce-48aa-4933-b87e-a58faabdb303 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-667c8cce-48aa-4933-b87e-a58faabdb303 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-04edfb32-8761-4e55-9bd4-1f2481fc9787 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-04edfb32-8761-4e55-9bd4-1f2481fc9787"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3deb74d3-24ae-44e3-a068-9797bec321f7 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3deb74d3-24ae-44e3-a068-9797bec321f7 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-3deb74d3-24ae-44e3-a068-9797bec321f7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-e555b718-0c83-473c-9d7f-2af6cba2aed5 {
  margin-top: 3%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e555b718-0c83-473c-9d7f-2af6cba2aed5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32c62b6e-082b-4e27-845b-89610f938d75 {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-32c62b6e-082b-4e27-845b-89610f938d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c62b6e-082b-4e27-845b-89610f938d75.shg-box.shg-c {
  justify-content: center;
}

#s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4 {
  margin-left: 30px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81a8afcc-d2bb-4942-af1d-91ab2f8390d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d37c24db-8cec-4a1a-a50b-b0eaeb5406a6 {
  min-height: 50px;
}








#s-d37c24db-8cec-4a1a-a50b-b0eaeb5406a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37c24db-8cec-4a1a-a50b-b0eaeb5406a6.shg-box.shg-c {
  justify-content: center;
}

#s-1b203886-d863-4615-8b49-c448d43c5b36 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b203886-d863-4615-8b49-c448d43c5b36 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49 {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-217b8e5f-9496-44f0-ac7e-2eae0ab71b49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-7993939f-d2ba-419a-b08f-ff72c256bddd {
  min-height: 50px;
}








#s-7993939f-d2ba-419a-b08f-ff72c256bddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7993939f-d2ba-419a-b08f-ff72c256bddd.shg-box.shg-c {
  justify-content: center;
}

#s-de9a46ba-4223-4e50-9a39-420734bdf9de {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de9a46ba-4223-4e50-9a39-420734bdf9de .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c9e97aa7-42a8-47c4-bea4-4fab2346829c {
  margin-left: 0px;
}

@media (min-width: 0px) {
[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c9e97aa7-42a8-47c4-bea4-4fab2346829c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c929bb34-c47b-47e3-b73e-8899c24f82e9 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c929bb34-c47b-47e3-b73e-8899c24f82e9 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-c929bb34-c47b-47e3-b73e-8899c24f82e9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-ad5996dd-0268-4b5c-a0c0-fa3c48fef8f2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad5996dd-0268-4b5c-a0c0-fa3c48fef8f2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-09d9f575-4d5a-4597-8d68-5d9754628af6 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-09d9f575-4d5a-4597-8d68-5d9754628af6 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09d9f575-4d5a-4597-8d68-5d9754628af6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52176ddf-cd69-4af2-9777-605070250951 {
  min-height: 50px;
}








#s-52176ddf-cd69-4af2-9777-605070250951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52176ddf-cd69-4af2-9777-605070250951.shg-box.shg-c {
  justify-content: center;
}

#s-11e91aa0-a986-4d24-a1b3-88998a152d2f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-11e91aa0-a986-4d24-a1b3-88998a152d2f .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e30be278-a5d0-4c28-a3a8-436a82f18a25 {
  min-height: 50px;
}








#s-e30be278-a5d0-4c28-a3a8-436a82f18a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e30be278-a5d0-4c28-a3a8-436a82f18a25.shg-box.shg-c {
  justify-content: center;
}

#s-2902d54f-4083-4e71-91ac-fe7cdbb044b6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2902d54f-4083-4e71-91ac-fe7cdbb044b6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0134658e-77db-46cf-85e4-f4f93aaa3824 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0134658e-77db-46cf-85e4-f4f93aaa3824 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-0134658e-77db-46cf-85e4-f4f93aaa3824 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-5e7d5af7-f3a5-42e5-a532-83ef3bde72dd {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e7d5af7-f3a5-42e5-a532-83ef3bde72dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc6e62e5-ceaa-4cc7-bce7-ce548c1217bd {
  text-align: center;
}




  #s-bc6e62e5-ceaa-4cc7-bce7-ce548c1217bd img.shogun-image {
    
    width: px;
  }


#s-bc6e62e5-ceaa-4cc7-bce7-ce548c1217bd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fd7a2883-e1d5-4a27-81ea-8d670b5878fa {
  margin-bottom: 0px;
}

#s-59f542d7-4b9b-43ff-83eb-71d467a2bf79 {
  margin-bottom: 50px;
}

#s-17d9d275-c38a-41bf-8729-7543713919a4 {
  margin-top: -10px;
margin-left: 30px;
margin-right: 30px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-17d9d275-c38a-41bf-8729-7543713919a4 {
  display: none;
}
#s-17d9d275-c38a-41bf-8729-7543713919a4, #wrap-s-17d9d275-c38a-41bf-8729-7543713919a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17d9d275-c38a-41bf-8729-7543713919a4 {
  display: none;
}
#s-17d9d275-c38a-41bf-8729-7543713919a4, #wrap-s-17d9d275-c38a-41bf-8729-7543713919a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17d9d275-c38a-41bf-8729-7543713919a4 {
  display: none;
}
#s-17d9d275-c38a-41bf-8729-7543713919a4, #wrap-s-17d9d275-c38a-41bf-8729-7543713919a4 { display:none !important; }}@media (max-width: 767px){#s-17d9d275-c38a-41bf-8729-7543713919a4 {
  
}
}







#s-17d9d275-c38a-41bf-8729-7543713919a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d9d275-c38a-41bf-8729-7543713919a4.shg-box.shg-c {
  justify-content: center;
}

#s-333419a7-be4f-47b5-985e-ba159735ba5c {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-333419a7-be4f-47b5-985e-ba159735ba5c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a85c259-650f-48a2-9789-284dacf65c78 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a85c259-650f-48a2-9789-284dacf65c78 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f166cea6-cef9-49cd-a24e-7fb3d10e585d {
  margin-left: 30px;
margin-right: 30px;
}

#s-b89a8097-5d7b-47f1-bc69-64b93201a392 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-b89a8097-5d7b-47f1-bc69-64b93201a392 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b89a8097-5d7b-47f1-bc69-64b93201a392 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-13b863a5-094a-48af-bce7-55c77bf318a2 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13b863a5-094a-48af-bce7-55c77bf318a2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-118500f1-9660-4ec2-b23d-ef2a10009028 {
  margin-left: 30px;
margin-right: 30px;
}

#s-549c432a-8304-40a0-b05e-677730bc2d0d {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-549c432a-8304-40a0-b05e-677730bc2d0d {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-549c432a-8304-40a0-b05e-677730bc2d0d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-ed77bb31-d042-4d74-8898-2466c2e84e69 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed77bb31-d042-4d74-8898-2466c2e84e69 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-59245881-cb41-4b29-8350-f9ccf0d340e1 {
  margin-left: 30px;
margin-right: 30px;
}

#s-0ec66a64-027c-459c-b617-454931597f64 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-0ec66a64-027c-459c-b617-454931597f64 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-0ec66a64-027c-459c-b617-454931597f64 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-f6d59d19-d3cc-4654-bf04-0c783e33d0b8 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6d59d19-d3cc-4654-bf04-0c783e33d0b8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2ade177d-065e-49cf-bdeb-88fe6e4d456f {
  margin-left: 30px;
margin-right: 30px;
}

#s-6d89a324-cfbd-4ab1-a0c9-5c28622f03fb {
  margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-6d89a324-cfbd-4ab1-a0c9-5c28622f03fb {
  margin-bottom: 20px;
}
}
#s-6d89a324-cfbd-4ab1-a0c9-5c28622f03fb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-a552a798-0d75-4524-8b5c-a6d0859d3604 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a552a798-0d75-4524-8b5c-a6d0859d3604 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e4090036-2879-4684-a9bd-388dfd9674f8 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4090036-2879-4684-a9bd-388dfd9674f8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1df6fb7f-5966-4cc3-b257-cb4fd0e437eb {
  margin-left: 30px;
margin-right: 30px;
}

#s-83f42019-9f87-42e4-b735-6098acea28ae {
  margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}

#s-83f42019-9f87-42e4-b735-6098acea28ae hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-0a94c8c9-b84b-4cf6-a676-e6f9a9ab6883 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a94c8c9-b84b-4cf6-a676-e6f9a9ab6883 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-77dc6e81-0897-4b1b-bdd2-13f7fc6480c7 {
  margin-left: 30px;
margin-right: 30px;
}

#s-8d4969c1-417a-4915-a54e-3cb99d3c204a {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-8d4969c1-417a-4915-a54e-3cb99d3c204a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-073455ec-39a8-45f1-a7c5-bf0a4ed5a435 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-073455ec-39a8-45f1-a7c5-bf0a4ed5a435 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a4ddd71-ae80-474f-973d-cf7bde3ba28d {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
min-height: 50px;
}








#s-5a4ddd71-ae80-474f-973d-cf7bde3ba28d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a4ddd71-ae80-474f-973d-cf7bde3ba28d.shg-box.shg-c {
  justify-content: center;
}

#s-db508496-2a88-4dca-b643-d22b510203a9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-db508496-2a88-4dca-b643-d22b510203a9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9bc4454b-e336-43f4-96ac-72a4421f6f84 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e3b49a1-8a99-42bc-85a3-c06de9ddd8d3 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-5e3b49a1-8a99-42bc-85a3-c06de9ddd8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3b49a1-8a99-42bc-85a3-c06de9ddd8d3.shg-box.shg-c {
  justify-content: center;
}

#s-ad122ee1-c65d-4455-8f3e-4a67a1cc681b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad122ee1-c65d-4455-8f3e-4a67a1cc681b {
  margin-bottom: 10px;
}
}
#s-ad122ee1-c65d-4455-8f3e-4a67a1cc681b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-91352be6-dfa8-4e68-a524-920a55e21aaf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-92b95e5d-beb7-49ac-92e5-8c81ace799fd {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-92b95e5d-beb7-49ac-92e5-8c81ace799fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b95e5d-beb7-49ac-92e5-8c81ace799fd.shg-box.shg-c {
  justify-content: center;
}

#s-0d90d5c2-f863-402e-908d-a9e7c13e17b8 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
}

#s-0d90d5c2-f863-402e-908d-a9e7c13e17b8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-9d4a2c36-9492-48ea-865a-a6445948b9a2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d4a2c36-9492-48ea-865a-a6445948b9a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02f73c94-2fb8-48ce-a6bd-6e53e4fde5c7 {
  text-align: center;
}




  #s-02f73c94-2fb8-48ce-a6bd-6e53e4fde5c7 img.shogun-image {
    
    width: px;
  }


#s-02f73c94-2fb8-48ce-a6bd-6e53e4fde5c7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f2bfd06c-19c6-44ac-94b6-329857b867b7 {
  margin-bottom: 0px;
}

#s-4f4768d9-c462-4ca9-9561-f120597605b3 {
  margin-bottom: 50px;
}

#s-e3b3f687-17f5-4f8f-bb3c-a595d90ac0ca {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 500px;
}








#s-e3b3f687-17f5-4f8f-bb3c-a595d90ac0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b3f687-17f5-4f8f-bb3c-a595d90ac0ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-186e4e7b-3f65-4ea5-a96a-0123297c8aa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-186e4e7b-3f65-4ea5-a96a-0123297c8aa7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-620e38cf-c9ce-4a11-9195-197d61db16ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2d7dec55-743b-43f6-99d2-9135ca37bd46 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d7dec55-743b-43f6-99d2-9135ca37bd46 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-2d7dec55-743b-43f6-99d2-9135ca37bd46 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  max-width: 100%;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom,
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  max-width: 100%;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom,
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  max-width: 100%;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom,
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  max-width: 100%;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom,
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a {
  max-width: 100%;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom,
.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a519ce2-fd14-431e-aab2-a1682f84ae6a .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d8780dac-3e02-487e-affe-067488fac8bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-d8780dac-3e02-487e-affe-067488fac8bc .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-0843a890-2a98-49b6-9d6f-b740245957fd {
  text-align: center;
}

#s-0843a890-2a98-49b6-9d6f-b740245957fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-0843a890-2a98-49b6-9d6f-b740245957fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-0843a890-2a98-49b6-9d6f-b740245957fd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-c63d4212-015b-4ec7-8de3-000d65c741e9 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-c63d4212-015b-4ec7-8de3-000d65c741e9 {
  display: none;
}
#s-c08c3866-657d-4014-811d-f380ef85b7de {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de {
  max-width: 100%;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom,
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de {
  max-width: 100%;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom,
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de {
  max-width: 100%;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom,
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de {
  max-width: 100%;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom,
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de {
  max-width: 100%;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom,
.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c08c3866-657d-4014-811d-f380ef85b7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f3f5972-56cb-46d9-a9c9-4b8fada69f0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-0f3f5972-56cb-46d9-a9c9-4b8fada69f0f .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-c8bed507-ddcd-4e41-856a-361c5f0553bf {
  text-align: center;
}

#s-c8bed507-ddcd-4e41-856a-361c5f0553bf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-c8bed507-ddcd-4e41-856a-361c5f0553bf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-c8bed507-ddcd-4e41-856a-361c5f0553bf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-dd24dcaa-aba2-432f-8175-81ea8a503ec2 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd24dcaa-aba2-432f-8175-81ea8a503ec2 {
  margin-top: 45px;
margin-bottom: 45px;
}
}
#s-dd24dcaa-aba2-432f-8175-81ea8a503ec2 {
  display: none;
}
#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  max-width: 100%;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom,
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  max-width: 100%;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom,
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  max-width: 100%;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom,
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  max-width: 100%;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom,
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d {
  max-width: 100%;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom,
.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bae3497e-60ed-44b0-a001-f4925fb3999d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-83d49940-3513-4706-9387-a8195a919281 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-83d49940-3513-4706-9387-a8195a919281 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-67711201-fc34-48a3-bf1a-c6d391b6da3d {
  text-align: center;
}

#s-67711201-fc34-48a3-bf1a-c6d391b6da3d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-67711201-fc34-48a3-bf1a-c6d391b6da3d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-67711201-fc34-48a3-bf1a-c6d391b6da3d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-9e622719-2c3c-46f3-a0ea-fd6351e7aacf {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9e622719-2c3c-46f3-a0ea-fd6351e7aacf {
  margin-top: 65px;
margin-bottom: 65px;
}
}
#s-9e622719-2c3c-46f3-a0ea-fd6351e7aacf {
  display: none;
}
#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 00px;
border-left-width: 00px;
border-bottom-width: 00px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}


.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  max-width: 100%;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom,
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  max-width: 100%;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom,
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  max-width: 100%;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom,
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  max-width: 100%;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom,
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 {
  max-width: 100%;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom,
.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4352c1f-e6fa-42bc-af62-6dcba76c1924 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76dbf310-d3a9-404a-a03a-fcb422b29877 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-76dbf310-d3a9-404a-a03a-fcb422b29877 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: Asap;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-ac60a8c3-8504-462a-abe1-323f24e0cac5 {
  text-align: center;
}

#s-ac60a8c3-8504-462a-abe1-323f24e0cac5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
}

#s-ac60a8c3-8504-462a-abe1-323f24e0cac5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 17px;
}

#s-ac60a8c3-8504-462a-abe1-323f24e0cac5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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