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

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

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

.shg-box-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.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;
}
.shogun-image-container {
  position: relative;
}

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

.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 {
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox-item {
  cursor: pointer;
  min-height: inherit;
  max-height: inherit;
}

.shogun-lightbox {
  display: none;
  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);
}

.shogun-lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.shogun-lightbox-close {
  color: #fff;
  font-size: 45px;
  align-self: flex-end;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.shogun-lightbox-image-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
}

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

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

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

#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 { text-align: center; }



#s-2c19eba7-6cac-4f14-8cc0-eac3095f50f4 .shogun-image-container {
   display: inline-block;
 }

.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-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-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;
}
.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; }
 #s-66e32a07-954c-49d1-a0c4-cc6557162711 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   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-30cd5a81-fa95-4ece-99e6-f87ed5ab323d { min-height: 50px; }
#s-30cd5a81-fa95-4ece-99e6-f87ed5ab323d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1bd3f472-0f92-4a29-a8a2-71e2317271b3 { text-align: 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-319f8fa6-40e1-4b2c-bb57-3d0daa431b88 { min-height: 50px;
text-align: center; }



#s-319f8fa6-40e1-4b2c-bb57-3d0daa431b88 .shogun-image-container {
   display: inline-block;
 }

#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-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-4943e428-04eb-430f-a9b3-2b50b3e8e8d9 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4943e428-04eb-430f-a9b3-2b50b3e8e8d9 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   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; }
@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-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-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-9954f018-db1a-46a4-ac82-9094e66c843a { padding-top: 10px;
padding-bottom: 10px; }
 #s-9954f018-db1a-46a4-ac82-9094e66c843a .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   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-9186e570-e54f-40f7-8860-82fe37f5ccce { text-align: center; }
#s-19906b00-2e3e-488b-a21b-27e37bab6e1d {  }
#s-19906b00-2e3e-488b-a21b-27e37bab6e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#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-131c0872-d60f-4dff-b181-f1a33620ab9a { text-align: 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-c6b576c1-3879-4d9e-8966-1a947553fea4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c6b576c1-3879-4d9e-8966-1a947553fea4 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   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-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 (max-width: 767px){#s-6ab4077f-0296-499f-b44d-01e827934469, #wrap-s-6ab4077f-0296-499f-b44d-01e827934469 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#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-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-4d84bb2e-a8e6-4037-b4a6-2e13de1adb61 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
 #s-4d84bb2e-a8e6-4037-b4a6-2e13de1adb61 .shogun-heading-component h3 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   font-size: 28px;
   text-align: center;
 }

 

#s-2e144e53-384e-4689-9afc-c1afba097bca { margin-left: 20%;
margin-right: 20%; }
@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-product-atc-wrapper {
  position: relative;
}

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

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

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

#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 {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-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;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-59809d42-c52b-4af8-8ea5-73903a82f333.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#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: 992px) and (max-width: 1199px){#s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5, #wrap-s-4ca0ffe9-7d02-43d0-94c2-52d3003db3d5 { display:none !important; }}@media (min-width: 1200px){#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-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-7c8a35d2-4e40-4f68-af92-df77736c13a7 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px; }
 #s-7c8a35d2-4e40-4f68-af92-df77736c13a7 .shogun-heading-component h3 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   font-family: Ubuntu;
   font-style:  normal ;
   font-size: 18px;
   text-align: center;
 }

 

#s-7c58765f-a1a5-453e-87d8-81a1b6388b1a { margin-left: 5%;
margin-right: 5%; }
.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

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

 #s-c543513d-0f74-4e80-8bb4-c3172734d56c.shg-btn {
   color: #ffffff;
   font-size: 20px;
   font-weight:  normal ;
   font-style:  normal ;
   
 }
#s-461c92bd-c89e-4e52-a561-a43b4672806a { margin-top: 200px; }
#s-461c92bd-c89e-4e52-a561-a43b4672806a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#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-26a30d59-d0cd-48ad-b3af-759e51c1bb23 { margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px; }
 #s-26a30d59-d0cd-48ad-b3af-759e51c1bb23 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   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%;
}

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