.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-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(235, 245, 242, 1);
}
@media (min-width: 1200px){#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f {
  display: none;
}
#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f, #wrap-s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f {
  display: none;
}
#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f, #wrap-s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f { display:none !important; }}







#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9c1f448-3d17-48b7-915a-1d18dc1a1d5f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 25em;
text-align: center;
}
@media (min-width: 1200px){#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 {
  
}
}@media (max-width: 767px){#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 {
  
}
}
#s-dd5d6291-72f6-4962-a947-6364b21cd1b7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  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-50f7ab85-9129-44ea-a33c-6952d8bab362 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 30em;
}
@media (min-width: 1200px){#s-50f7ab85-9129-44ea-a33c-6952d8bab362 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50f7ab85-9129-44ea-a33c-6952d8bab362 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50f7ab85-9129-44ea-a33c-6952d8bab362 {
  
}
}@media (max-width: 767px){#s-50f7ab85-9129-44ea-a33c-6952d8bab362 {
  
}
}
#s-1b3a1ebe-3a58-467e-9ab1-77d03009d457 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 25em;
text-align: center;
}

#s-1b3a1ebe-3a58-467e-9ab1-77d03009d457 .shogun-heading-component h2 {
  color: rgba(211, 20, 20, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  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-8b9bf1ae-3f5d-4a42-8944-034a93178e2b {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b {
  display: none;
}
#s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b, #wrap-s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b9bf1ae-3f5d-4a42-8944-034a93178e2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.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-1a4042d7-5b02-45a9-91c6-ee837b5209a1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1 {
  
}
}@media (max-width: 767px){#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1 {
  
}
}


#s-1a4042d7-5b02-45a9-91c6-ee837b5209a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

#s-36148725-32b0-4a97-be9d-b4f4b1689f9f {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
max-width: 20em;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-36148725-32b0-4a97-be9d-b4f4b1689f9f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-36148725-32b0-4a97-be9d-b4f4b1689f9f:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-36148725-32b0-4a97-be9d-b4f4b1689f9f {
  display: none;
}
#s-36148725-32b0-4a97-be9d-b4f4b1689f9f, #wrap-s-36148725-32b0-4a97-be9d-b4f4b1689f9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36148725-32b0-4a97-be9d-b4f4b1689f9f {
  display: none;
}
#s-36148725-32b0-4a97-be9d-b4f4b1689f9f, #wrap-s-36148725-32b0-4a97-be9d-b4f4b1689f9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36148725-32b0-4a97-be9d-b4f4b1689f9f {
  display: none;
}
#s-36148725-32b0-4a97-be9d-b4f4b1689f9f, #wrap-s-36148725-32b0-4a97-be9d-b4f4b1689f9f { display:none !important; }}@media (max-width: 767px){#s-36148725-32b0-4a97-be9d-b4f4b1689f9f {
  
}
}


#s-36148725-32b0-4a97-be9d-b4f4b1689f9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 500px;
background-color: rgba(235, 245, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

#s-e893a377-24bb-4288-bb21-ec32e5c772a1 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(235, 245, 242, 1);
}

@media (min-width: 0px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-21f509bd-b50f-42c6-a82d-aa66ee7b0411 {
  margin-top: 80px;
margin-bottom: 80px;
}








#s-21f509bd-b50f-42c6-a82d-aa66ee7b0411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21f509bd-b50f-42c6-a82d-aa66ee7b0411.shg-box.shg-c {
  justify-content: center;
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 34px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 20em;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-87672148-476e-4c1a-bd48-52676e371d63 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 24em;
}
@media (min-width: 1200px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (max-width: 767px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}
#s-1ed02b00-d4a2-4f19-995c-ba3ba412d380 {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 25em;
text-align: center;
}

#s-1ed02b00-d4a2-4f19-995c-ba3ba412d380 .shogun-heading-component h2 {
  color: rgba(61, 74, 141, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-2c76cb1c-c626-48f1-8b5e-c12703fe098b {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8c8ed822-66cd-4ca0-84c8-57324997bb45:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8c8ed822-66cd-4ca0-84c8-57324997bb45:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (max-width: 767px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

.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-d75f7e4a-f28a-49c4-9268-596fb5a816e3 {
  text-align: center;
}





#s-d75f7e4a-f28a-49c4-9268-596fb5a816e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ab74ff-62e0-409b-b482-f9ec91105d21 {
  margin-left: 0px;
margin-right: 0px;
min-height: 300px;
background-color: rgba(235, 235, 235, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-99ab74ff-62e0-409b-b482-f9ec91105d21 {
  display: none;
}
#s-99ab74ff-62e0-409b-b482-f9ec91105d21, #wrap-s-99ab74ff-62e0-409b-b482-f9ec91105d21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ab74ff-62e0-409b-b482-f9ec91105d21 {
  display: none;
}
#s-99ab74ff-62e0-409b-b482-f9ec91105d21, #wrap-s-99ab74ff-62e0-409b-b482-f9ec91105d21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99ab74ff-62e0-409b-b482-f9ec91105d21 {
  display: none;
}
#s-99ab74ff-62e0-409b-b482-f9ec91105d21, #wrap-s-99ab74ff-62e0-409b-b482-f9ec91105d21 { display:none !important; }}@media (max-width: 767px){#s-99ab74ff-62e0-409b-b482-f9ec91105d21 {
  
}
}







#s-99ab74ff-62e0-409b-b482-f9ec91105d21 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-99ab74ff-62e0-409b-b482-f9ec91105d21.shg-box.shg-c {
  justify-content: center;
}

#s-2ab99f0b-ed6b-464f-93ac-3b3971ef9901 {
  text-align: center;
}




  #s-2ab99f0b-ed6b-464f-93ac-3b3971ef9901 img.shogun-image {
    
    width: px;
  }


#s-2ab99f0b-ed6b-464f-93ac-3b3971ef9901 .shogun-image-content {
  
    align-items: center;
  
}

#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 {
  margin-left: 0px;
margin-right: 0px;
min-height: 500px;
background-color: rgba(235, 245, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 {
  display: none;
}
#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9, #wrap-s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 {
  display: none;
}
#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9, #wrap-s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 {
  
}
}@media (max-width: 767px){#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 {
  display: none;
}
#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9, #wrap-s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 { display:none !important; }}







#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-57a0ab12-1f28-445b-b036-ad7d5d4a4db9.shg-box.shg-c {
  justify-content: center;
}

#s-21519f5f-be0a-47a3-9d1c-1b01f191551b {
  text-align: center;
}




  #s-21519f5f-be0a-47a3-9d1c-1b01f191551b img.shogun-image {
    
    width: px;
  }


#s-21519f5f-be0a-47a3-9d1c-1b01f191551b .shogun-image-content {
  
    align-items: center;
  
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 35px;
margin-left: 0px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  display: none;
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a, #wrap-s-5b6466bb-abca-408e-ad65-9f0b49172d7a { display:none !important; }}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8b290aa9-50de-45f7-ac25-fb7c3092c850 {
  margin-top: 0px;
margin-left: 18%;
margin-bottom: 0px;
margin-right: 18%;
text-align: center;
}




  #s-8b290aa9-50de-45f7-ac25-fb7c3092c850 img.shogun-image {
    
    width: px;
  }


#s-8b290aa9-50de-45f7-ac25-fb7c3092c850 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad89b393-c709-4ed7-a609-d5ec155db004 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
text-align: center;
}




  #s-ad89b393-c709-4ed7-a609-d5ec155db004 img.shogun-image {
    
    width: px;
  }


#s-ad89b393-c709-4ed7-a609-d5ec155db004 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cbb5ded-0e19-4d1d-a2e7-62d0f4ae32da {
  margin-left: 24%;
margin-right: 24%;
text-align: center;
}




  #s-5cbb5ded-0e19-4d1d-a2e7-62d0f4ae32da img.shogun-image {
    
    width: px;
  }


#s-5cbb5ded-0e19-4d1d-a2e7-62d0f4ae32da .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e68a22-40e6-43a3-a0e5-233c96dc2e1b {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
text-align: center;
}




  #s-c2e68a22-40e6-43a3-a0e5-233c96dc2e1b img.shogun-image {
    
    width: px;
  }


#s-c2e68a22-40e6-43a3-a0e5-233c96dc2e1b .shogun-image-content {
  
    align-items: center;
  
}

#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 4%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 {
  display: none;
}
#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057, #wrap-s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 {
  display: none;
}
#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057, #wrap-s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 {
  display: none;
}
#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057, #wrap-s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 { display:none !important; }}@media (max-width: 767px){#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 {
  
}
}







#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d22d268-9bbd-4b92-80ea-b21ddc9a6057.shg-box.shg-c {
  justify-content: flex-start;
}

#s-313f8908-3dd0-46c2-860e-ed1ec209768d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-313f8908-3dd0-46c2-860e-ed1ec209768d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-313f8908-3dd0-46c2-860e-ed1ec209768d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-313f8908-3dd0-46c2-860e-ed1ec209768d {
  
}
}@media (max-width: 767px){#s-313f8908-3dd0-46c2-860e-ed1ec209768d {
  
}
}
@media (min-width: 0px) {
[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-313f8908-3dd0-46c2-860e-ed1ec209768d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c3b78088-df47-4f14-aeb0-aab92678c1ea {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-c3b78088-df47-4f14-aeb0-aab92678c1ea img.shogun-image {
    
    width: px;
  }


#s-c3b78088-df47-4f14-aeb0-aab92678c1ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3a9a791e-bda8-4e7c-bc63-020e008a629e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-3a9a791e-bda8-4e7c-bc63-020e008a629e img.shogun-image {
    
    width: px;
  }


#s-3a9a791e-bda8-4e7c-bc63-020e008a629e .shogun-image-content {
  
    align-items: center;
  
}

#s-4aa365d8-0b65-459c-94c0-6878fec34b6f {
  text-align: center;
}




  #s-4aa365d8-0b65-459c-94c0-6878fec34b6f img.shogun-image {
    
    width: px;
  }


#s-4aa365d8-0b65-459c-94c0-6878fec34b6f .shogun-image-content {
  
    align-items: center;
  
}

#s-a4999c35-1c1b-4c14-9e32-9c2873a8958f {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}




  #s-a4999c35-1c1b-4c14-9e32-9c2873a8958f img.shogun-image {
    
    width: px;
  }


#s-a4999c35-1c1b-4c14-9e32-9c2873a8958f .shogun-image-content {
  
    align-items: center;
  
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  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-589caaca-5eb8-4174-a77a-b233c7144f3f {
  margin-left: 1%;
margin-right: 1%;
text-align: left;
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  max-width: 100%;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom,
.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .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-30f36046-a275-43ca-8570-2059659d2b2d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-30f36046-a275-43ca-8570-2059659d2b2d .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1 {
  
}
}@media (max-width: 767px){#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1 {
  
}
}


#s-59c9ffa1-f450-436e-9e6f-0746b8cc6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  display: none;
}
#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  text-align: left;
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  max-width: 100%;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom,
.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-891fc3cf-fa88-4326-9757-28a6e614bac4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-891fc3cf-fa88-4326-9757-28a6e614bac4 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-9e8223f9-6c58-421b-bb99-d9804e85d998 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9e8223f9-6c58-421b-bb99-d9804e85d998:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9e8223f9-6c58-421b-bb99-d9804e85d998:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9e8223f9-6c58-421b-bb99-d9804e85d998 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e8223f9-6c58-421b-bb99-d9804e85d998 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e8223f9-6c58-421b-bb99-d9804e85d998 {
  
}
}@media (max-width: 767px){#s-9e8223f9-6c58-421b-bb99-d9804e85d998 {
  
}
}


#s-9e8223f9-6c58-421b-bb99-d9804e85d998.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  display: none;
}
#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
text-align: left;
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  max-width: 100%;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom,
.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eb07d285-66bf-42a3-8e59-5fbdd314882f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-eb07d285-66bf-42a3-8e59-5fbdd314882f .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-fca888e8-bab3-4729-b894-3a5c489c1cc0 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(73, 201, 170, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fca888e8-bab3-4729-b894-3a5c489c1cc0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-fca888e8-bab3-4729-b894-3a5c489c1cc0:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fca888e8-bab3-4729-b894-3a5c489c1cc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fca888e8-bab3-4729-b894-3a5c489c1cc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fca888e8-bab3-4729-b894-3a5c489c1cc0 {
  
}
}@media (max-width: 767px){#s-fca888e8-bab3-4729-b894-3a5c489c1cc0 {
  
}
}


#s-fca888e8-bab3-4729-b894-3a5c489c1cc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}

#s-8a7195a4-031e-4f04-9390-e8294c86525a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a7195a4-031e-4f04-9390-e8294c86525a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  display: none;
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab, #wrap-s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { display:none !important; }}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  display: none;
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab, #wrap-s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { display:none !important; }}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-58037067-c6dd-4c41-a523-fe714cd19408 {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-58037067-c6dd-4c41-a523-fe714cd19408 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-58037067-c6dd-4c41-a523-fe714cd19408.shg-box.shg-c {
  justify-content: flex-start;
}

#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 {
  
}
}@media (max-width: 767px){#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 {
  
}
}
#s-014d05a5-2f9e-4f6c-85db-ec2bea1cf779 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-0909580f-6873-4277-a752-80b263ac3f79 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
max-width: 24em;
}
@media (min-width: 1200px){#s-0909580f-6873-4277-a752-80b263ac3f79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0909580f-6873-4277-a752-80b263ac3f79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0909580f-6873-4277-a752-80b263ac3f79 {
  
}
}@media (max-width: 767px){#s-0909580f-6873-4277-a752-80b263ac3f79 {
  
}
}
#s-7f856100-a256-461e-8316-34ff82a973e3 {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-7f856100-a256-461e-8316-34ff82a973e3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-7f856100-a256-461e-8316-34ff82a973e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (max-width: 767px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}
#s-272cfa0b-42e0-4924-873e-7b4d340dd72f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
max-width: 24em;
}
@media (min-width: 1200px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (max-width: 767px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}
#s-bc77250c-6c71-4833-aef4-01b85cce127f {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-bc77250c-6c71-4833-aef4-01b85cce127f > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-bc77250c-6c71-4833-aef4-01b85cce127f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-759d376f-df74-44db-a650-aefb3dbbc30e {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-759d376f-df74-44db-a650-aefb3dbbc30e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-759d376f-df74-44db-a650-aefb3dbbc30e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-759d376f-df74-44db-a650-aefb3dbbc30e {
  
}
}@media (max-width: 767px){#s-759d376f-df74-44db-a650-aefb3dbbc30e {
  
}
}
#s-759d376f-df74-44db-a650-aefb3dbbc30e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-a045490c-b933-4b0c-993a-7da0b4dbbdda {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
max-width: 24em;
}
@media (min-width: 1200px){#s-a045490c-b933-4b0c-993a-7da0b4dbbdda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a045490c-b933-4b0c-993a-7da0b4dbbdda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a045490c-b933-4b0c-993a-7da0b4dbbdda {
  
}
}@media (max-width: 767px){#s-a045490c-b933-4b0c-993a-7da0b4dbbdda {
  
}
}
#s-61ab6608-b21c-4397-828f-efae46678ea4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-61ab6608-b21c-4397-828f-efae46678ea4 {
  display: none;
}
#s-61ab6608-b21c-4397-828f-efae46678ea4, #wrap-s-61ab6608-b21c-4397-828f-efae46678ea4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61ab6608-b21c-4397-828f-efae46678ea4 {
  display: none;
}
#s-61ab6608-b21c-4397-828f-efae46678ea4, #wrap-s-61ab6608-b21c-4397-828f-efae46678ea4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61ab6608-b21c-4397-828f-efae46678ea4 {
  
}
}@media (max-width: 767px){#s-61ab6608-b21c-4397-828f-efae46678ea4 {
  
}
}







#s-61ab6608-b21c-4397-828f-efae46678ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ab6608-b21c-4397-828f-efae46678ea4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d000a509-fa80-4e85-816c-5fafda1f16d8 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.6666666666666666px);
}

[id="s-d000a509-fa80-4e85-816c-5fafda1f16d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.6666666666666666px);
}

}

#s-98003e94-a8e1-401b-af8b-6c282de73489 {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-98003e94-a8e1-401b-af8b-6c282de73489 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-98003e94-a8e1-401b-af8b-6c282de73489.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98b48bdd-b300-4d19-b4ec-f395e7552411 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-98b48bdd-b300-4d19-b4ec-f395e7552411 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98b48bdd-b300-4d19-b4ec-f395e7552411 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98b48bdd-b300-4d19-b4ec-f395e7552411 {
  
}
}@media (max-width: 767px){#s-98b48bdd-b300-4d19-b4ec-f395e7552411 {
  
}
}
#s-98b48bdd-b300-4d19-b4ec-f395e7552411 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-857bf1f1-bbf9-47c8-827f-b2c2fa3e330d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
max-width: 24em;
}
@media (min-width: 1200px){#s-857bf1f1-bbf9-47c8-827f-b2c2fa3e330d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-857bf1f1-bbf9-47c8-827f-b2c2fa3e330d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-857bf1f1-bbf9-47c8-827f-b2c2fa3e330d {
  
}
}@media (max-width: 767px){#s-857bf1f1-bbf9-47c8-827f-b2c2fa3e330d {
  
}
}
#s-20f1ef08-ccd1-4d38-b892-ecec71bc1bdd {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-20f1ef08-ccd1-4d38-b892-ecec71bc1bdd > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-20f1ef08-ccd1-4d38-b892-ecec71bc1bdd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 {
  
}
}@media (max-width: 767px){#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 {
  
}
}
#s-c321c5b9-0c4a-47d4-be70-4843f25d13a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-1a4aa8ac-dfe3-4bc1-a99c-8f40423e23f1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
max-width: 24em;
}
@media (min-width: 1200px){#s-1a4aa8ac-dfe3-4bc1-a99c-8f40423e23f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1a4aa8ac-dfe3-4bc1-a99c-8f40423e23f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a4aa8ac-dfe3-4bc1-a99c-8f40423e23f1 {
  
}
}@media (max-width: 767px){#s-1a4aa8ac-dfe3-4bc1-a99c-8f40423e23f1 {
  
}
}
#s-62fed2bb-5ae9-42ed-a318-645e182efb0b {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
background-color: rgba(111, 197, 176, 1);
}








#s-62fed2bb-5ae9-42ed-a318-645e182efb0b > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-62fed2bb-5ae9-42ed-a318-645e182efb0b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 {
  
}
}@media (max-width: 767px){#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 {
  
}
}
#s-051e8844-4eb2-4dc9-a7f3-20428e0a34d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-d753a9d9-76be-4672-9edf-b56c3d360526 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
max-width: 24em;
}
@media (min-width: 1200px){#s-d753a9d9-76be-4672-9edf-b56c3d360526 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d753a9d9-76be-4672-9edf-b56c3d360526 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d753a9d9-76be-4672-9edf-b56c3d360526 {
  
}
}@media (max-width: 767px){#s-d753a9d9-76be-4672-9edf-b56c3d360526 {
  
}
}
#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c {
  display: none;
}
#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c, #wrap-s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c {
  display: none;
}
#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c, #wrap-s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c {
  display: none;
}
#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c, #wrap-s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c { display:none !important; }}







#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce8f9f1-298b-4e3e-9c20-9a743dfd9a5c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76576f97-804c-43bd-9931-fbb0a5510abc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49c332c1-c15d-4f3a-a4f3-c0b078d789df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c332c1-c15d-4f3a-a4f3-c0b078d789df .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ff16a1d-a04e-4fac-97e6-6a26072ce117 {
  margin-bottom: 40px;
text-align: left;
}




  #s-2ff16a1d-a04e-4fac-97e6-6a26072ce117 img.shogun-image {
    
    width: px;
  }


#s-2ff16a1d-a04e-4fac-97e6-6a26072ce117 .shogun-image-content {
  
    align-items: center;
  
}

#s-08fdd606-5f64-4718-8b6e-0c8e4f207155 {
  text-align: center;
}




  #s-08fdd606-5f64-4718-8b6e-0c8e4f207155 img.shogun-image {
    
    width: px;
  }


#s-08fdd606-5f64-4718-8b6e-0c8e4f207155 .shogun-image-content {
  
    align-items: center;
  
}

#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc {
  display: none;
}
#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc, #wrap-s-1278a23c-22de-4e8e-a3a4-d733292ae8fc { display:none !important; }}@media (max-width: 767px){#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc {
  display: none;
}
#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc, #wrap-s-1278a23c-22de-4e8e-a3a4-d733292ae8fc { display:none !important; }}







#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1278a23c-22de-4e8e-a3a4-d733292ae8fc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-26ddbc68-5fb0-4bc5-b5c5-5862010fea22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a885ebf1-ff43-4893-9ef2-e431efddbf99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a885ebf1-ff43-4893-9ef2-e431efddbf99 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d914624f-314c-4b03-9b75-6b8fd9594850 {
  text-align: left;
}




  #s-d914624f-314c-4b03-9b75-6b8fd9594850 img.shogun-image {
    
    width: px;
  }


#s-d914624f-314c-4b03-9b75-6b8fd9594850 .shogun-image-content {
  
    align-items: center;
  
}

#s-601a41a7-88b3-40f2-a8bf-5e2225826920 {
  text-align: center;
}




  #s-601a41a7-88b3-40f2-a8bf-5e2225826920 img.shogun-image {
    
    width: px;
  }


#s-601a41a7-88b3-40f2-a8bf-5e2225826920 .shogun-image-content {
  
    align-items: center;
  
}

#s-edb36945-5944-4355-98db-7ad147ebdcab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-edb36945-5944-4355-98db-7ad147ebdcab {
  display: none;
}
#s-edb36945-5944-4355-98db-7ad147ebdcab, #wrap-s-edb36945-5944-4355-98db-7ad147ebdcab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edb36945-5944-4355-98db-7ad147ebdcab {
  display: none;
}
#s-edb36945-5944-4355-98db-7ad147ebdcab, #wrap-s-edb36945-5944-4355-98db-7ad147ebdcab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edb36945-5944-4355-98db-7ad147ebdcab {
  
}
}@media (max-width: 767px){#s-edb36945-5944-4355-98db-7ad147ebdcab {
  display: none;
}
#s-edb36945-5944-4355-98db-7ad147ebdcab, #wrap-s-edb36945-5944-4355-98db-7ad147ebdcab { display:none !important; }}







#s-edb36945-5944-4355-98db-7ad147ebdcab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edb36945-5944-4355-98db-7ad147ebdcab.shg-box.shg-c {
  justify-content: center;
}

#s-926a14b7-fbbe-49be-a158-56fde2b59cdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-926a14b7-fbbe-49be-a158-56fde2b59cdf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a94ab206-0d6e-4f70-b64c-a22d87cf23c1 {
  margin-left: auto;
margin-right: auto;
max-width: 40em;
}

#s-514cfaab-5037-4c16-a0d3-e4115e9f5e4a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 40em;
text-align: left;
}




  #s-514cfaab-5037-4c16-a0d3-e4115e9f5e4a img.shogun-image {
    
    width: px;
  }


#s-514cfaab-5037-4c16-a0d3-e4115e9f5e4a .shogun-image-content {
  
    align-items: center;
  
}

#s-47ded818-b3ee-4714-a062-bbafcdb9c520 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}




  #s-47ded818-b3ee-4714-a062-bbafcdb9c520 img.shogun-image {
    
    width: px;
  }


#s-47ded818-b3ee-4714-a062-bbafcdb9c520 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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