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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-54a025dd-cfae-44d7-8765-f0a4b7a91d1e {
  margin-left: 10%;
margin-right: 10%;
}

#s-54a025dd-cfae-44d7-8765-f0a4b7a91d1e .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: #50b3da;
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-54a025dd-cfae-44d7-8765-f0a4b7a91d1e .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-54a025dd-cfae-44d7-8765-f0a4b7a91d1e .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

#s-4de90eaa-2580-454c-9ccf-64566d67b641 {
  min-height: 50px;
}








#s-4de90eaa-2580-454c-9ccf-64566d67b641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4de90eaa-2580-454c-9ccf-64566d67b641.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 {
  
}
}@media (max-width: 767px){#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 {
  
}
}



  #s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 img.shogun-image {
    
    width: px;
  }


#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

#s-9d9e63a7-eaea-42a0-88ab-57302633b0f2 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d9e63a7-eaea-42a0-88ab-57302633b0f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cf1beaa9-1de1-483a-95c7-a741096981bf {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-cf1beaa9-1de1-483a-95c7-a741096981bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf1beaa9-1de1-483a-95c7-a741096981bf.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6b4ced9-54e8-4c5f-a083-10b4147a8190 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d6b4ced9-54e8-4c5f-a083-10b4147a8190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b4ced9-54e8-4c5f-a083-10b4147a8190.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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-66e32a07-954c-49d1-a0c4-cc6557162711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66e32a07-954c-49d1-a0c4-cc6557162711 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-a880631f-baec-4620-8f1d-2764fe364432 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f8f089dd-f972-4c7e-97f1-0ca92b2fc2de {
  text-align: center;
}




  #s-f8f089dd-f972-4c7e-97f1-0ca92b2fc2de img.shogun-image {
    
    width: px;
  }


#s-f8f089dd-f972-4c7e-97f1-0ca92b2fc2de .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-30cd5a81-fa95-4ece-99e6-f87ed5ab323d {
  min-height: 50px;
}








#s-30cd5a81-fa95-4ece-99e6-f87ed5ab323d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30cd5a81-fa95-4ece-99e6-f87ed5ab323d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1bd3f472-0f92-4a29-a8a2-71e2317271b3 {
  text-align: center;
}




  #s-1bd3f472-0f92-4a29-a8a2-71e2317271b3 img.shogun-image {
    
    width: px;
  }


#s-1bd3f472-0f92-4a29-a8a2-71e2317271b3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-45f77910-3e1e-4f45-abef-988437a76fc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f232b40a-ce66-4663-aff5-22c8d7bdf0f1 {
  min-height: 50px;
}








#s-f232b40a-ce66-4663-aff5-22c8d7bdf0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f232b40a-ce66-4663-aff5-22c8d7bdf0f1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-319f8fa6-40e1-4b2c-bb57-3d0daa431b88 {
  min-height: 50px;
text-align: center;
}




  #s-319f8fa6-40e1-4b2c-bb57-3d0daa431b88 img.shogun-image {
    
    width: px;
  }


#s-319f8fa6-40e1-4b2c-bb57-3d0daa431b88 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ab45ac9d-eb50-4380-84b8-7fc0d52008d1 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-ab45ac9d-eb50-4380-84b8-7fc0d52008d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab45ac9d-eb50-4380-84b8-7fc0d52008d1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2addf5c6-5353-40ae-b1e4-0ee76882615f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2addf5c6-5353-40ae-b1e4-0ee76882615f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2addf5c6-5353-40ae-b1e4-0ee76882615f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4943e428-04eb-430f-a9b3-2b50b3e8e8d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4943e428-04eb-430f-a9b3-2b50b3e8e8d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-6190ddc7-75c0-4aae-b9fd-25f5f68cc8a2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6a6c4d7e-3242-4a13-a1af-745c4e98aba2 {
  text-align: center;
}




  #s-6a6c4d7e-3242-4a13-a1af-745c4e98aba2 img.shogun-image {
    
    width: px;
  }


#s-6a6c4d7e-3242-4a13-a1af-745c4e98aba2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc62febf-03d7-49a4-8a4f-540c2184cbf4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c288b43b-0cb9-4403-8bc9-d8deb875f074 {
  min-height: 50px;
}








#s-c288b43b-0cb9-4403-8bc9-d8deb875f074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c288b43b-0cb9-4403-8bc9-d8deb875f074.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e8d7e2a3-c846-4764-91de-c38d0640becc {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-e8d7e2a3-c846-4764-91de-c38d0640becc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d7e2a3-c846-4764-91de-c38d0640becc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fff54d2f-6bec-4ab0-861e-efc41afc58f0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fff54d2f-6bec-4ab0-861e-efc41afc58f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff54d2f-6bec-4ab0-861e-efc41afc58f0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9954f018-db1a-46a4-ac82-9094e66c843a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9954f018-db1a-46a4-ac82-9094e66c843a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-b2f32c7b-e3cf-4b14-a94d-c9958224bd75 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-33d2f5c6-1201-4897-806a-aaf62004ee2b {
  min-height: 50px;
}








#s-33d2f5c6-1201-4897-806a-aaf62004ee2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d2f5c6-1201-4897-806a-aaf62004ee2b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9186e570-e54f-40f7-8860-82fe37f5ccce {
  text-align: center;
}





#s-9186e570-e54f-40f7-8860-82fe37f5ccce .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-19906b00-2e3e-488b-a21b-27e37bab6e1d {
  
}








#s-19906b00-2e3e-488b-a21b-27e37bab6e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19906b00-2e3e-488b-a21b-27e37bab6e1d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff78fa6-b6d2-4760-b06b-1ded471d9dc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-70ecfe2b-3a98-4a00-b777-0ae52d634f6c {
  min-height: 50px;
}








#s-70ecfe2b-3a98-4a00-b777-0ae52d634f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70ecfe2b-3a98-4a00-b777-0ae52d634f6c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-131c0872-d60f-4dff-b181-f1a33620ab9a {
  text-align: center;
}




  #s-131c0872-d60f-4dff-b181-f1a33620ab9a img.shogun-image {
    
    width: px;
  }


#s-131c0872-d60f-4dff-b181-f1a33620ab9a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4302b498-1064-4f25-b8e6-c0eaf5121ec3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4302b498-1064-4f25-b8e6-c0eaf5121ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4302b498-1064-4f25-b8e6-c0eaf5121ec3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-c6b576c1-3879-4d9e-8966-1a947553fea4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6b576c1-3879-4d9e-8966-1a947553fea4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-01f5bb38-1e12-436e-8ea5-2ed9c75f8778 {
  min-height: 50px;
}








#s-01f5bb38-1e12-436e-8ea5-2ed9c75f8778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01f5bb38-1e12-436e-8ea5-2ed9c75f8778.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6ab4077f-0296-499f-b44d-01e827934469 {
  background-image: url(https://ucarecdn.com/d24a74e7-dc03-47a6-b06b-7cd4132e3826/-/stretch/off/-/resize/3000x/-/quality/best/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ab4077f-0296-499f-b44d-01e827934469 {
  display: none;
}
#s-6ab4077f-0296-499f-b44d-01e827934469, #wrap-s-6ab4077f-0296-499f-b44d-01e827934469 { display:none !important; }}@media (max-width: 767px){#s-6ab4077f-0296-499f-b44d-01e827934469 {
  display: none;
}
#s-6ab4077f-0296-499f-b44d-01e827934469, #wrap-s-6ab4077f-0296-499f-b44d-01e827934469 { display:none !important; }}







#s-6ab4077f-0296-499f-b44d-01e827934469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ab4077f-0296-499f-b44d-01e827934469.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-36cd9538-96eb-4714-8f74-6f72781195e8 {
  padding-top: 16%;
padding-bottom: 16%;
}

@media (min-width: 0px) {
[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36cd9538-96eb-4714-8f74-6f72781195e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2888ab00-73cc-44f9-986e-20a7bf0b5249 {
  min-height: 50px;
}








#s-2888ab00-73cc-44f9-986e-20a7bf0b5249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2888ab00-73cc-44f9-986e-20a7bf0b5249.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4d84bb2e-a8e6-4037-b4a6-2e13de1adb61 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-4d84bb2e-a8e6-4037-b4a6-2e13de1adb61 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-2e144e53-384e-4689-9afc-c1afba097bca {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e144e53-384e-4689-9afc-c1afba097bca {
  
}
}@media (max-width: 767px){#s-2e144e53-384e-4689-9afc-c1afba097bca {
  
}
}
@media (min-width: 0px) {
[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a28ae7b1-f8b7-43b7-82a5-d0bd58a0bbb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0c525b72-12ab-445c-8fa9-e5031f0951bd {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-59809d42-c52b-4af8-8ea5-73903a82f333 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
min-width: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 20px;
color: #ffffff;
}
#s-59809d42-c52b-4af8-8ea5-73903a82f333:hover {background-color: rgba(185, 171, 80, 1) !important;
text-decoration: none !important;}#s-59809d42-c52b-4af8-8ea5-73903a82f333:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59809d42-c52b-4af8-8ea5-73903a82f333 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 {
  background-image: url(https://ucarecdn.com/69b3d28d-2365-4280-8c27-c6667b7f7520/-/stretch/off/-/resize/3000x/-/quality/best/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 {
  display: none;
}
#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5, #wrap-s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 {
  display: none;
}
#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5, #wrap-s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 { display:none !important; }}







#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f62b9a66-b2ab-4089-9b08-b5558587b47c {
  margin-top: 10%;
margin-left: 40%;
min-height: 50px;
}








#s-f62b9a66-b2ab-4089-9b08-b5558587b47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f62b9a66-b2ab-4089-9b08-b5558587b47c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7c8a35d2-4e40-4f68-af92-df77736c13a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-7c8a35d2-4e40-4f68-af92-df77736c13a7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-7c58765f-a1a5-453e-87d8-81a1b6388b1a {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7c58765f-a1a5-453e-87d8-81a1b6388b1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c58765f-a1a5-453e-87d8-81a1b6388b1a {
  
}
}
.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-c543513d-0f74-4e80-8bb4-c3172734d56c {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-c543513d-0f74-4e80-8bb4-c3172734d56c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-c543513d-0f74-4e80-8bb4-c3172734d56c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c543513d-0f74-4e80-8bb4-c3172734d56c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c543513d-0f74-4e80-8bb4-c3172734d56c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c543513d-0f74-4e80-8bb4-c3172734d56c {
  
}
}@media (max-width: 767px){#s-c543513d-0f74-4e80-8bb4-c3172734d56c {
  
}
}


#s-c543513d-0f74-4e80-8bb4-c3172734d56c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-32e1d38d-1426-4b05-bf4e-242713f833d5 hr {
  border: 0;
  width: 100%;
  border-top: 0px solid #ddd;
}

#s-461c92bd-c89e-4e52-a561-a43b4672806a {
  margin-top: 200px;
}








#s-461c92bd-c89e-4e52-a561-a43b4672806a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-461c92bd-c89e-4e52-a561-a43b4672806a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f88c52de-9e04-4537-a8c4-d65b551afd68 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-f88c52de-9e04-4537-a8c4-d65b551afd68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f88c52de-9e04-4537-a8c4-d65b551afd68.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-26a30d59-d0cd-48ad-b3af-759e51c1bb23 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26a30d59-d0cd-48ad-b3af-759e51c1bb23 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  
  
  text-align: 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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
