#s-2b5db6a8-572f-4aaa-a9ac-dca2a74dcd32 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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


  #s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(246, 246, 246, 0);
  }
  #s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(20, 133, 239, 1);
}

#s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-86bb0de6-38ef-4380-9842-610955afab8b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-4561b128-5eb3-4b3a-99df-546674a70c45 {
  min-height: 50px;
}








#s-4561b128-5eb3-4b3a-99df-546674a70c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4561b128-5eb3-4b3a-99df-546674a70c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ff03ed-7a20-42fc-b53f-3ad35c5700fa {
  padding-top: 3em;
padding-bottom: 3em;
min-height: 50px;
background-color: rgba(153, 10, 226, 1);
}
@media (min-width: 1200px){#s-30ff03ed-7a20-42fc-b53f-3ad35c5700fa {
  margin-left: 0em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-30ff03ed-7a20-42fc-b53f-3ad35c5700fa {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-30ff03ed-7a20-42fc-b53f-3ad35c5700fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ff03ed-7a20-42fc-b53f-3ad35c5700fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b295f452-fb0a-482f-9d69-81f70e73d0dc {
  min-height: 50px;
}








#s-b295f452-fb0a-482f-9d69-81f70e73d0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b295f452-fb0a-482f-9d69-81f70e73d0dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-aa88a7ea-19c4-41a4-af22-5c983be532c3 {
  background-color: rgba(153, 10, 226, 1);
}

@media (min-width: 0px) {
[id="s-aa88a7ea-19c4-41a4-af22-5c983be532c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa88a7ea-19c4-41a4-af22-5c983be532c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-aa88a7ea-19c4-41a4-af22-5c983be532c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa88a7ea-19c4-41a4-af22-5c983be532c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ad97e1bc-78f6-4865-90bc-792089def93b {
  text-align: left;
}
@media (max-width: 767px){#s-ad97e1bc-78f6-4865-90bc-792089def93b {
  margin-top: 4em;
margin-bottom: 1em;
margin-right: 6em;
}
}






  #s-ad97e1bc-78f6-4865-90bc-792089def93b img.shogun-image {
    

    
    
    
  }


#s-ad97e1bc-78f6-4865-90bc-792089def93b .shogun-image-content {
  
    align-items: center;
  
}

#s-d1ac69dd-3645-44b5-8473-9f1200e37609 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d1ac69dd-3645-44b5-8473-9f1200e37609 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-d1ac69dd-3645-44b5-8473-9f1200e37609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ac69dd-3645-44b5-8473-9f1200e37609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0775323-9750-494c-96e2-f09bc63cc91a {
  min-height: 50px;
}
@media (max-width: 767px){#s-c0775323-9750-494c-96e2-f09bc63cc91a {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-c0775323-9750-494c-96e2-f09bc63cc91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0775323-9750-494c-96e2-f09bc63cc91a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-cd8efc48-171a-4954-a59a-e003e78ae235 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
opacity: 0.07;
}

#s-cd8efc48-171a-4954-a59a-e003e78ae235 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 16em;
  line-height: 0.5em;
  
  text-align: left;
}



#s-eac41c05-32a8-4ff9-9523-ba9425175275 {
  margin-left: 0em;
margin-right: 2em;
min-height: 50px;
}








#s-eac41c05-32a8-4ff9-9523-ba9425175275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac41c05-32a8-4ff9-9523-ba9425175275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d783e99d-9e94-4e09-a787-27923cc6b6e9 {
  margin-left: 0em;
margin-right: 1em;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-d783e99d-9e94-4e09-a787-27923cc6b6e9 {
  padding-left: 0em;
}
}
#s-d783e99d-9e94-4e09-a787-27923cc6b6e9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 6.5em;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d783e99d-9e94-4e09-a787-27923cc6b6e9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 6.5em;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-d783e99d-9e94-4e09-a787-27923cc6b6e9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 4.25em;
  line-height: 1em;
  
  text-align: left;
}


}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-a42673cd-8b6b-44c1-a8d5-9311c820e18a {
  margin-left: 0em;
margin-right: 6em;
padding-top: 3%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-a42673cd-8b6b-44c1-a8d5-9311c820e18a {
  margin-right: 4em;
}
}@media (max-width: 767px){#s-a42673cd-8b6b-44c1-a8d5-9311c820e18a {
  margin-right: 0em;
}
}
#s-7d246ba0-5db8-4743-9b3b-3ea477324579 {
  margin-left: 3em;
margin-right: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d246ba0-5db8-4743-9b3b-3ea477324579 {
  margin-top: 2em;
margin-bottom: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-7d246ba0-5db8-4743-9b3b-3ea477324579 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
}
}







#s-7d246ba0-5db8-4743-9b3b-3ea477324579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d246ba0-5db8-4743-9b3b-3ea477324579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex{
    display:flex;
    padding-bottom:10px;
}
.imgg{
  width:60px!important;
  padding-top:10px;
    
}
.tex{
    margin-left:10px;
}
.text-logo{
    
    margin-top: 30px;
}
.logo-text .tex{
    font-size: 1.5vw;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
  .logo-text .tex{
    font-size: 13px;
}  
}
#s-ead47b57-3bea-4038-8ad6-8699187abe91 {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 20em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ead47b57-3bea-4038-8ad6-8699187abe91 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-ead47b57-3bea-4038-8ad6-8699187abe91 {
  margin-right: 0em;
}
}
#s-ead47b57-3bea-4038-8ad6-8699187abe91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


@media (max-width: 767px){#s-ead47b57-3bea-4038-8ad6-8699187abe91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}
#s-e757451c-c908-4c27-80ea-a1b63b9c75e8 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50em;
}
@media (min-width: 1200px){#s-e757451c-c908-4c27-80ea-a1b63b9c75e8 {
  padding-bottom: 0em;
}
}@media (max-width: 767px){#s-e757451c-c908-4c27-80ea-a1b63b9c75e8 {
  margin-left: 0.5em;
margin-right: 0.5em;
min-height: 25em;
}
}







#s-e757451c-c908-4c27-80ea-a1b63b9c75e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e757451c-c908-4c27-80ea-a1b63b9c75e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 {
  padding-left: 1em;
min-height: 50em;
}
@media (min-width: 1200px){#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 {
  display: none;
}
#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42, #wrap-s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 {
  display: none;
}
#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42, #wrap-s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 {
  display: none;
}
#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42, #wrap-s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 { display:none !important; }}@media (max-width: 767px){#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 {
  min-height: 35em;
display: none;
}
#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42, #wrap-s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 { display:none !important; }}







#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e4cf3fe-a083-419e-9ad9-f3b763336b42.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.box{
    border-radius:15px;
    background-color:#c9262600;;
    padding:30px;
    padding-right: 10rem;
    padding-bottom: 10px;
    padding-top: 10px;
}
.flex{
    display:flex;
    
}
.logo-size{
  width:60px!important;
  margin-top:8px;
   
}
.btn{
    border:1px solid #000 ;
    border-color: #c4c4c4;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 17px;
    padding-bottom: 5px;
    padding-right: 17px;
    color: #000;
    font-size: 1.2vw;
    font-family: 'Roobert-SemiBold';
}
.extra-style .box{
    background-color:#fff!important;
}
.tex{
    font-size: 2.1vw;
    margin-left:10px;
    color:#000;
    font-family: 'Roobert-Medium';
    margin-top: 25px;
}
.span-extra-text{
    font-size: 12px;
    color: #929292!important;
}
.extra-span .box{
    padding-bottom: 30px !important;
    padding: 10px;
    padding-left: 30px;
}
.extra-span .spn{
    font-size: 2.5vw!important;
    margin-top:0px;
    padding-bottom:0px!important;
}
.extra-span .col{
   font-size: 14px!important; 
}
.spn{
    margin-top: 10px;
    color:#000;
    font-size: 3vw;
    line-height: 104%;
    font-family: 'Roobert-Medium';
}
.bg-white .box{
    background-color:#fff;
    
}
.bg-white .spn{
    color:#000;
    padding-bottom:15px;
    font-size: 3.3vw;
    line-height: normal;
}
.col{
    color:#000; 
    font-size: 1.2vw;
    line-height: 120.5%!important;
    font-family: 'Roobert-Medium'!important;
    padding-bottom: 10px;
}
.btn-txt {
    display:flex;
}

/* css for transparent background */
.bgd-unset .box {
    background-color: rgba(0,0,0,0.6);
    padding-right: 30px !important;
    border-radius: 0px 0px 10px 10px;
}

.bgd-unset .spn{
    font-size: 4.9vw!important;
}
.bgd-unset .tex{
    font-size: 1.8vw!important;
}
.bgd-unset .col{
            font-size: 1.6vw!important;
    }
    
.text-white-color .spn{
    color: #fff!important;
}
.text-white-color .tex{
    color: #fff!important;  
}
.text-white-color .col {
    color: #fff!important;
}
.text-white-color .btn {
    color: #fff!important;
}

/* css for inear-gradient background */
.multi-clr .box {
    background: linear-gradient(90deg, #0A78CA, #8111BB);
}

  /* gray color */
.gray-clr .spn {
    color: #474747 !important;
}
/* remove button */
.remove-btn .btn {
    display: none;
}

.btn:hover{
border-color: rgba(34,25,77,0.01) !important;
background-color: rgba(66,66,66,0.03) !important;
color: #000;
}
.btn:focus{
    color: #000;
    background-color:#ffe4c400!important;
    }
/* css for 322 */
.connectivity .spn {
    font-size: 3.9vw !important;
}
.connectivity .tex {
    font-size: 2.5vw;
}
.see-more .spn {
    font-size: 5.6vw !important;
}
.large-size .spn{
    font-size: 5vw!important;
}


@media screen and (max-width: 900px) and (min-width: 60px) {
    .box{
        padding-right: 30px; 
    }
    .tex {
        font-size: 18px;
    }
    .spn {
        font-size: 34px;
    }
    .col {
        font-size: 18px;
    }
    .btn {
        font-size: 16px;
    }
     .connectivity .spn {
        font-size: 45px !important;
    }
    .connectivity .tex {
        font-size: 26px;
    }
    .see-more .spn {
        font-size: 55px !important;
    }
     .large-size .spn {
        font-size: 46px!important;
    }
    .bgd-unset .spn {
    font-size: 31px!important;
    }
    .bgd-unset .tex {
    font-size: 18px!important;
    }
    .bgd-unset .col {
    font-size: 17px!important;
    }
    .bg-white .spn{
            font-size: 34px;
    }
    .bg-white .spn{
    font-size: 35px!important;
    }
    .extra-span .spn {
    font-size: 35px!important;
    }
/* css for transparent background */

.bgd-unset .box{
    background-color: #e9dfdf00;
     padding-right: 30px!important; 
}
}
#s-c3aa1b27-037a-45b2-a055-9b2b6c9b8500 {
  margin-top: 5em;
margin-left: 0em;
margin-right: 45em;
}
@media (max-width: 767px){#s-c3aa1b27-037a-45b2-a055-9b2b6c9b8500 {
  margin-top: 1em;
margin-right: 0em;
}
}
@media (min-width: 1200px){#s-889d742a-6187-4491-bdb8-26720f0263ab {
  padding-top: 1.5em;
padding-left: 5em;
padding-bottom: 1.5em;
padding-right: 0em;
display: none;
}
#s-889d742a-6187-4491-bdb8-26720f0263ab, #wrap-s-889d742a-6187-4491-bdb8-26720f0263ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-889d742a-6187-4491-bdb8-26720f0263ab {
  display: none;
}
#s-889d742a-6187-4491-bdb8-26720f0263ab, #wrap-s-889d742a-6187-4491-bdb8-26720f0263ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-889d742a-6187-4491-bdb8-26720f0263ab {
  display: none;
}
#s-889d742a-6187-4491-bdb8-26720f0263ab, #wrap-s-889d742a-6187-4491-bdb8-26720f0263ab { display:none !important; }}@media (max-width: 767px){#s-889d742a-6187-4491-bdb8-26720f0263ab {
  margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
display: none;
}
#s-889d742a-6187-4491-bdb8-26720f0263ab, #wrap-s-889d742a-6187-4491-bdb8-26720f0263ab { display:none !important; }}
#s-ca9ecc69-15e5-4281-9989-da8686eb1309 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ca9ecc69-15e5-4281-9989-da8686eb1309 {
  padding-left: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca9ecc69-15e5-4281-9989-da8686eb1309 {
  padding-left: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca9ecc69-15e5-4281-9989-da8686eb1309 {
  padding-left: 1em;
}
}@media (max-width: 767px){#s-ca9ecc69-15e5-4281-9989-da8686eb1309 {
  padding-left: 0.5em;
}
}







#s-ca9ecc69-15e5-4281-9989-da8686eb1309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca9ecc69-15e5-4281-9989-da8686eb1309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b82449c-8ae4-4992-b205-4a123d5684a5 {
  margin-left: 1em;
}
@media (min-width: 1200px){#s-4b82449c-8ae4-4992-b205-4a123d5684a5 {
  margin-left: 2em;
}
}@media (max-width: 767px){#s-4b82449c-8ae4-4992-b205-4a123d5684a5 {
  margin-left: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4b82449c-8ae4-4992-b205-4a123d5684a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6a46b7c3-2e49-4afa-b906-f868446235ee {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-d392a138-934f-49b0-82f3-18c36fc326f3 {
  margin-top: 0em;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d392a138-934f-49b0-82f3-18c36fc326f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


@media (min-width: 1200px){#s-d392a138-934f-49b0-82f3-18c36fc326f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d392a138-934f-49b0-82f3-18c36fc326f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}@media (max-width: 767px){#s-d392a138-934f-49b0-82f3-18c36fc326f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: -0.02px;
  text-align: left;
}


}
#s-738f8056-9d93-410c-9a9a-dfc34c978847 {
  margin-top: -5em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 1em;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-738f8056-9d93-410c-9a9a-dfc34c978847 {
  margin-top: -4em;
}
}@media (max-width: 767px){#s-738f8056-9d93-410c-9a9a-dfc34c978847 {
  display: none;
}
#s-738f8056-9d93-410c-9a9a-dfc34c978847, #wrap-s-738f8056-9d93-410c-9a9a-dfc34c978847 { display:none !important; }}






  #s-738f8056-9d93-410c-9a9a-dfc34c978847 img.shogun-image {
    

    
    
    
  }


#s-738f8056-9d93-410c-9a9a-dfc34c978847 .shogun-image-content {
  
    align-items: center;
  
}

#s-24328f54-98b1-421a-bc0a-f324a59dbc9b {
  margin-top: -3em;
margin-bottom: 0em;
text-align: center;
}
@media (min-width: 1200px){#s-24328f54-98b1-421a-bc0a-f324a59dbc9b {
  display: none;
}
#s-24328f54-98b1-421a-bc0a-f324a59dbc9b, #wrap-s-24328f54-98b1-421a-bc0a-f324a59dbc9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24328f54-98b1-421a-bc0a-f324a59dbc9b {
  display: none;
}
#s-24328f54-98b1-421a-bc0a-f324a59dbc9b, #wrap-s-24328f54-98b1-421a-bc0a-f324a59dbc9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24328f54-98b1-421a-bc0a-f324a59dbc9b {
  display: none;
}
#s-24328f54-98b1-421a-bc0a-f324a59dbc9b, #wrap-s-24328f54-98b1-421a-bc0a-f324a59dbc9b { display:none !important; }}@media (max-width: 767px){#s-24328f54-98b1-421a-bc0a-f324a59dbc9b {
  margin-top: 1em;
margin-bottom: 1em;
}
}






  #s-24328f54-98b1-421a-bc0a-f324a59dbc9b img.shogun-image {
    

    
    
    
  }


#s-24328f54-98b1-421a-bc0a-f324a59dbc9b .shogun-image-content {
  
    align-items: center;
  
}

#s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9 {
  margin-top: -10em;
margin-left: 0em;
}
@media (max-width: 767px){#s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9 {
  margin-top: -4em;
}
}
@media (min-width: 0px) {
[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3dcfc904-af7c-4c57-bfe2-4f8842bb51c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-1ced3b4c-3b81-422c-a30d-76ddcb5cbc95 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-1ced3b4c-3b81-422c-a30d-76ddcb5cbc95 {
  margin-top: 2px;
margin-left: 0em;
}
}
#s-0a38ed2b-5737-431b-a403-fc931b6b6ce9 {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0a38ed2b-5737-431b-a403-fc931b6b6ce9 {
  padding-left: 0em;
padding-right: 0em;
}
}







#s-0a38ed2b-5737-431b-a403-fc931b6b6ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a38ed2b-5737-431b-a403-fc931b6b6ce9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9c469206-48ed-44ac-a264-5f1689bdcde9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c469206-48ed-44ac-a264-5f1689bdcde9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-9c469206-48ed-44ac-a264-5f1689bdcde9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-9c469206-48ed-44ac-a264-5f1689bdcde9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-a8fd7476-791d-46fa-936a-dd90a5402934 {
  text-align: center;
}







  #s-a8fd7476-791d-46fa-936a-dd90a5402934 img.shogun-image {
    

    
    
    
  }


#s-a8fd7476-791d-46fa-936a-dd90a5402934 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4f647689-07ea-4a8c-be64-70ca8f016180 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4f647689-07ea-4a8c-be64-70ca8f016180 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-4f647689-07ea-4a8c-be64-70ca8f016180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f647689-07ea-4a8c-be64-70ca8f016180.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1e41094-dbb5-445d-a253-28c5f8a6b5df {
  margin-top: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a1e41094-dbb5-445d-a253-28c5f8a6b5df {
  margin-left: 2em;
margin-bottom: 0.5em;
margin-right: 2em;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a1e41094-dbb5-445d-a253-28c5f8a6b5df .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 2.5em;
  
  
}


@media (max-width: 767px){#s-a1e41094-dbb5-445d-a253-28c5f8a6b5df .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 1.2em;
  
  
}


}
#s-420014fb-8114-453f-834b-20b834717dbe {
  padding-top: 0em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-420014fb-8114-453f-834b-20b834717dbe {
  padding-left: 0em;
padding-right: 0em;
}
}







#s-420014fb-8114-453f-834b-20b834717dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420014fb-8114-453f-834b-20b834717dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.widget-card {
            position: absolute;
            width: 100%;
            min-height: 300px;
            background-image: url(/images/card-bg.png);
            /*background-size: 100% 100%;*/
            /*object-fit: fill;*/
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 20px;
            padding: 20px 20px;
            color: #fff;
            font-family: 'Roobert TRIAL';
            font-style: normal;
            font-size: 20px;
        }

        #overlay {
            position: absolute;
            width: 100%;
            min-height: 300px;
            height: auto;
            top: 0;
            left: 0;
            right: 0;
            padding: 20px 20px;
            border-radius: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0.9;
            z-index: 2;

        }
        .review-container{
            position:absolute;
            bottom:0;
            z-index:5;
            margin-bottom: 15px;
        }
        .head-container {
            display: flex;
            align-items: center;
        }

        .u_image {
            width: 45px;
            height: 45px;
            margin: 0px 20px 0px 0px;
            z-index: 3;
            border-radius:50%;
        }

        .u_name {
            z-index: 3;
            font-size: 14px;
            margin: 0px;
        }

        .stars {
            display: flex;
            margin: 0px 0px 20px 0px;
        }

        .single-star {
            margin: 0px 0px 0px 6px;
        }

        .rev-head {
            font-weight: bold;
            font-size:14px;
            margin: 0px;
        }

        .rev-content {
            margin: 0px;
            font-size:12px;
        }
        @media only screen and (max-width: 540px) {
           .widget-card, #overlay{
                padding: 5px 5px;
                border-radius: 15px;
                min-height:250px;
            }
            .u_image {
                width: 35px;
                height: 35px;
                margin: 0px 10px 0px 0px;
                z-index: 3;
            }
            .stars img{
                height:15px;
            }
            .rev-head {
            font-size:12px;
        }
        .review-container{
            bottom:unset;
            height: 80%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 10px 0px 0px 0px;
            margin: 0px 0px 15px 0px;
}           
        }
@media (max-width: 767px){#s-c5d31445-658d-4a54-be90-dbaeb6c761c4 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-54145c57-2912-4499-ae2b-2a5211de834d {
  padding-left: 0em;
min-height: 50px;
}








#s-54145c57-2912-4499-ae2b-2a5211de834d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54145c57-2912-4499-ae2b-2a5211de834d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f911a7b-2600-4158-8b6a-6fd1c42cff80 {
  display: none;
}
#s-dcf49c47-f46b-4758-bc65-fc4cd9ab6f0a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-dcf49c47-f46b-4758-bc65-fc4cd9ab6f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf49c47-f46b-4758-bc65-fc4cd9ab6f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 {
  text-align: left;
}



.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a49e771-c2de-4b2d-84e0-4a0deb090dc1 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-dc24ace3-656f-4667-a8db-a4f38af19ec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc24ace3-656f-4667-a8db-a4f38af19ec1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
}

#s-6c790b99-cbc2-4dfd-b655-7d2520b43980 {
  text-align: left;
}

#s-6c790b99-cbc2-4dfd-b655-7d2520b43980 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-6c790b99-cbc2-4dfd-b655-7d2520b43980 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-6c790b99-cbc2-4dfd-b655-7d2520b43980 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e5b6884-92c1-4f69-8a4e-7673db46c5ce {
  padding-left: 0em;
min-height: 50px;
}








#s-6e5b6884-92c1-4f69-8a4e-7673db46c5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e5b6884-92c1-4f69-8a4e-7673db46c5ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e34d507-afd4-41d6-b4c4-9ece48f4d7c3 {
  display: none;
}
#s-aa386c27-c12f-442f-8aa0-c1dabdbd461e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-aa386c27-c12f-442f-8aa0-c1dabdbd461e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa386c27-c12f-442f-8aa0-c1dabdbd461e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 {
  text-align: left;
}



.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-352cb59f-6ac4-4391-a0cb-91bdedbd59a4 img.shogun-image {
  width: 100%;
}



}
#s-34d48d9d-6e9b-4ca3-a456-697f0f586a00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34d48d9d-6e9b-4ca3-a456-697f0f586a00 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
}

#s-2b128689-10fd-44db-a5c0-d6e6673e2a2c {
  text-align: left;
}

#s-2b128689-10fd-44db-a5c0-d6e6673e2a2c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-2b128689-10fd-44db-a5c0-d6e6673e2a2c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-2b128689-10fd-44db-a5c0-d6e6673e2a2c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a73809f-2d53-441b-8863-a67ce01f8552 {
  padding-left: 0em;
min-height: 50px;
}








#s-5a73809f-2d53-441b-8863-a67ce01f8552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a73809f-2d53-441b-8863-a67ce01f8552.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ba1c1d-3d47-49c7-993f-48487333e418 {
  display: none;
}
#s-e9e2f9d7-a2b7-4e0d-9a74-8d96118a6612 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 1.25em;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-e9e2f9d7-a2b7-4e0d-9a74-8d96118a6612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e2f9d7-a2b7-4e0d-9a74-8d96118a6612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 {
  text-align: left;
}



.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884d400e-6848-46f8-87a4-ca3bb0d04dc7 img.shogun-image {
  width: 100%;
}



}
#s-83ae1a9c-c8e4-42a0-a28c-bc5a19575182 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83ae1a9c-c8e4-42a0-a28c-bc5a19575182 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
}

#s-1cf76871-4a0f-48e2-be1e-adcb43940067 {
  text-align: left;
}

#s-1cf76871-4a0f-48e2-be1e-adcb43940067 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-1cf76871-4a0f-48e2-be1e-adcb43940067 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-1cf76871-4a0f-48e2-be1e-adcb43940067 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e96c329a-94a7-4e60-a14b-c521776f5fc4 {
  padding-left: 0%;
min-height: 50px;
}








#s-e96c329a-94a7-4e60-a14b-c521776f5fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e96c329a-94a7-4e60-a14b-c521776f5fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7301d4a0-8ec4-4f48-bb66-60018492991c {
  display: none;
}
#s-2f275d03-ef78-4849-8db3-a7f04f4bb2f5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-2f275d03-ef78-4849-8db3-a7f04f4bb2f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f275d03-ef78-4849-8db3-a7f04f4bb2f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 {
  text-align: left;
}



.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec6d3ad0-2b12-4af2-808d-45181e65bd15 img.shogun-image {
  width: 100%;
}



}
#s-a070ff13-03d9-414c-bbc4-42b94e294a73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a070ff13-03d9-414c-bbc4-42b94e294a73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Bold;
  font-style:   ;
  font-size: 1em;
  line-height: ;
  letter-spacing: ;
}

#s-f59e9c73-5d9b-4001-ac9f-97799fd12dc1 {
  text-align: left;
}

#s-f59e9c73-5d9b-4001-ac9f-97799fd12dc1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 1em;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
}

#s-f59e9c73-5d9b-4001-ac9f-97799fd12dc1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Roobert-Medium;
  font-style:  normal ;
  font-size: 1em;
}

#s-f59e9c73-5d9b-4001-ac9f-97799fd12dc1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-717d4bdd-2aba-407c-91c9-72523f9a4d02 {
  margin-top: 1em;
margin-left: 2em;
margin-bottom: 1em;
margin-right: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-717d4bdd-2aba-407c-91c9-72523f9a4d02 {
  margin-top: 4em;
margin-bottom: 4em;
}
}







#s-717d4bdd-2aba-407c-91c9-72523f9a4d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-717d4bdd-2aba-407c-91c9-72523f9a4d02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74b827f8-3d04-4c0d-a6f6-b08b4b0b1420 {
  text-align: left;
}

#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c {
  margin-left: 0em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c {
  margin-left: 0em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd09149d-07b0-40c8-843e-d79fdea0ae5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed136ccc-e599-478c-a30f-189b8a5a4326 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ed136ccc-e599-478c-a30f-189b8a5a4326 {
  margin-left: 0em;
margin-right: 0em;
}
}
#s-ed136ccc-e599-478c-a30f-189b8a5a4326 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.8em;
  line-height: 2.5em;
  
  
}



#s-0c3ab787-0721-46bd-b62c-e3c916ea6ff3 {
  margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
}
@media (max-width: 767px){#s-0c3ab787-0721-46bd-b62c-e3c916ea6ff3 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-0c3ab787-0721-46bd-b62c-e3c916ea6ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c3ab787-0721-46bd-b62c-e3c916ea6ff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-0c5b0625-b355-48c0-9249-5844460dfa53 {
  margin-top: 3em;
margin-bottom: 5em;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0c5b0625-b355-48c0-9249-5844460dfa53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c5b0625-b355-48c0-9249-5844460dfa53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c5b0625-b355-48c0-9249-5844460dfa53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c5b0625-b355-48c0-9249-5844460dfa53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a1df3bde-4366-4de3-b07f-71969868e29f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a1df3bde-4366-4de3-b07f-71969868e29f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 4em;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a1df3bde-4366-4de3-b07f-71969868e29f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2.125em;
  
  
  text-align: left;
}


}
#s-dda973a5-b9e3-41f8-9db0-c68d8b56d859 {
  margin-left: -5%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-dda973a5-b9e3-41f8-9db0-c68d8b56d859 {
  margin-left: -10%;
}
}@media (max-width: 767px){#s-dda973a5-b9e3-41f8-9db0-c68d8b56d859 {
  margin-left: -10em;
}
}






  #s-dda973a5-b9e3-41f8-9db0-c68d8b56d859 img.shogun-image {
    

    
    
    
  }


#s-dda973a5-b9e3-41f8-9db0-c68d8b56d859 .shogun-image-content {
  
    align-items: center;
  
}

#s-0116f274-f5ab-4551-9fb5-270eea1607de {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: 1%;
margin-bottom: 2px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-0116f274-f5ab-4551-9fb5-270eea1607de {
  display: none;
}
#s-0116f274-f5ab-4551-9fb5-270eea1607de, #wrap-s-0116f274-f5ab-4551-9fb5-270eea1607de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0116f274-f5ab-4551-9fb5-270eea1607de {
  display: none;
}
#s-0116f274-f5ab-4551-9fb5-270eea1607de, #wrap-s-0116f274-f5ab-4551-9fb5-270eea1607de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0116f274-f5ab-4551-9fb5-270eea1607de {
  
}
}@media (max-width: 767px){#s-0116f274-f5ab-4551-9fb5-270eea1607de {
  display: none;
}
#s-0116f274-f5ab-4551-9fb5-270eea1607de, #wrap-s-0116f274-f5ab-4551-9fb5-270eea1607de { display:none !important; }}







#s-0116f274-f5ab-4551-9fb5-270eea1607de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0116f274-f5ab-4551-9fb5-270eea1607de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-995c3dcc-52c6-4be4-aa9c-27cabf13e2b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-995c3dcc-52c6-4be4-aa9c-27cabf13e2b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-995c3dcc-52c6-4be4-aa9c-27cabf13e2b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-995c3dcc-52c6-4be4-aa9c-27cabf13e2b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ba81d56-20a9-4e2a-a286-0df656c91ea1 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ba81d56-20a9-4e2a-a286-0df656c91ea1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-6359c6b5-dd15-4a27-8dcd-dd9c75527169 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6359c6b5-dd15-4a27-8dcd-dd9c75527169 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.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-text {
  font-weight: ;
  font-family: ;
}

.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-a26793fe-34d2-4bd9-a1d4-09a5faad90d1 {
  background-size: 0px 0px;
margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
min-height: 10px;
background-color: rgba(37, 37, 37, 0.01);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1-root {
    text-align: left;
  }


#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1-root {
    text-align: left;
  }


#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1-root {
    text-align: left;
  }


#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1-root {
    text-align: left;
  }


#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1-root {
    text-align: left;
  }


#s-a26793fe-34d2-4bd9-a1d4-09a5faad90d1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-50a6a48a-ca9d-4c93-aeea-46963649cfd8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 70px;
padding-bottom: 20px;
text-align: center;
}







  #s-50a6a48a-ca9d-4c93-aeea-46963649cfd8 img.shogun-image {
    

    
    
    
  }


#s-50a6a48a-ca9d-4c93-aeea-46963649cfd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-709a63a1-1b9e-4f57-8641-ca41a0816fcd {
  text-align: center;
}







  #s-709a63a1-1b9e-4f57-8641-ca41a0816fcd img.shogun-image {
    

    
    
    
  }


#s-709a63a1-1b9e-4f57-8641-ca41a0816fcd .shogun-image-content {
  
    align-items: center;
  
}

#s-24e3e143-826a-4672-9edb-f625903af3cf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-left: 1%;
margin-bottom: 40px;
margin-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 20px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-24e3e143-826a-4672-9edb-f625903af3cf {
  display: none;
}
#s-24e3e143-826a-4672-9edb-f625903af3cf, #wrap-s-24e3e143-826a-4672-9edb-f625903af3cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24e3e143-826a-4672-9edb-f625903af3cf {
  display: none;
}
#s-24e3e143-826a-4672-9edb-f625903af3cf, #wrap-s-24e3e143-826a-4672-9edb-f625903af3cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24e3e143-826a-4672-9edb-f625903af3cf {
  display: none;
}
#s-24e3e143-826a-4672-9edb-f625903af3cf, #wrap-s-24e3e143-826a-4672-9edb-f625903af3cf { display:none !important; }}@media (max-width: 767px){#s-24e3e143-826a-4672-9edb-f625903af3cf {
  
}
}
#s-24e3e143-826a-4672-9edb-f625903af3cf {
  background-image: url(https://i.shgcdn.com/bf210d3c-ab72-43ec-954a-51d13cdf1f6c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-24e3e143-826a-4672-9edb-f625903af3cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e3e143-826a-4672-9edb-f625903af3cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-561bb0fa-72b4-417b-bb93-ee10c0dee1f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-561bb0fa-72b4-417b-bb93-ee10c0dee1f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-561bb0fa-72b4-417b-bb93-ee10c0dee1f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-561bb0fa-72b4-417b-bb93-ee10c0dee1f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21fd110d-f54b-421a-8edd-521671ad42d2 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-21fd110d-f54b-421a-8edd-521671ad42d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-8f296b6d-2307-4679-a55a-3834744290a5 {
  margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f296b6d-2307-4679-a55a-3834744290a5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-31eddc53-29a3-4b2a-9ee7-f2231e3f8954 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
text-align: center;
}







  #s-31eddc53-29a3-4b2a-9ee7-f2231e3f8954 img.shogun-image {
    

    
    
    
  }


#s-31eddc53-29a3-4b2a-9ee7-f2231e3f8954 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd4b2c3-8e01-4e99-9029-c8eb03d4e5c5 {
  text-align: center;
}







  #s-ecd4b2c3-8e01-4e99-9029-c8eb03d4e5c5 img.shogun-image {
    

    
    
    
  }


#s-ecd4b2c3-8e01-4e99-9029-c8eb03d4e5c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9 {
  background-size: 0px 0px;
margin-top: 10px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
min-height: 10px;
background-color: rgba(37, 37, 37, 0.01);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined custom;
}
#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-944d8438-3af6-4ae2-97e9-cbd6574d93d9-root {
    text-align: center;
  }


#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-944d8438-3af6-4ae2-97e9-cbd6574d93d9-root {
    text-align: center;
  }


#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-944d8438-3af6-4ae2-97e9-cbd6574d93d9-root {
    text-align: center;
  }


#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-944d8438-3af6-4ae2-97e9-cbd6574d93d9-root {
    text-align: center;
  }


#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-944d8438-3af6-4ae2-97e9-cbd6574d93d9-root {
    text-align: center;
  }


#s-944d8438-3af6-4ae2-97e9-cbd6574d93d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-16add558-c186-44d1-81c3-a7e686f8c5b4 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-16add558-c186-44d1-81c3-a7e686f8c5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16add558-c186-44d1-81c3-a7e686f8c5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c88d18b-2c57-4b0d-8a09-9871cf14fe4c {
  margin-top: -30px;
margin-bottom: -30px;
padding-top: 5em;
padding-left: 22%;
padding-bottom: 0px;
padding-right: 22%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0c88d18b-2c57-4b0d-8a09-9871cf14fe4c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 9%;
}
}







#s-0c88d18b-2c57-4b0d-8a09-9871cf14fe4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c88d18b-2c57-4b0d-8a09-9871cf14fe4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7868d9ce-0f65-47b2-a639-52b5949f8c3c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7868d9ce-0f65-47b2-a639-52b5949f8c3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7868d9ce-0f65-47b2-a639-52b5949f8c3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7868d9ce-0f65-47b2-a639-52b5949f8c3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9fdf592-dd42-45b2-99d8-f84434f406f6 {
  min-height: 50px;
}








#s-b9fdf592-dd42-45b2-99d8-f84434f406f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9fdf592-dd42-45b2-99d8-f84434f406f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f8059a-3fb0-4c0d-bc6d-2544c755ef96 {
  text-align: center;
}







  #s-f7f8059a-3fb0-4c0d-bc6d-2544c755ef96 img.shogun-image {
    

    
    
    
  }


#s-f7f8059a-3fb0-4c0d-bc6d-2544c755ef96 .shogun-image-content {
  
    align-items: center;
  
}

#s-620f4ff9-69aa-40b3-a9df-b31b12914ed2 {
  min-height: 50px;
}








#s-620f4ff9-69aa-40b3-a9df-b31b12914ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-620f4ff9-69aa-40b3-a9df-b31b12914ed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3167476e-dc35-4e6c-8da0-4040edf3d841 {
  text-align: center;
}







  #s-3167476e-dc35-4e6c-8da0-4040edf3d841 img.shogun-image {
    

    
    
    
  }


#s-3167476e-dc35-4e6c-8da0-4040edf3d841 .shogun-image-content {
  
    align-items: center;
  
}

#s-02fc7883-546e-4333-8127-7ec5930515b4 {
  min-height: 50px;
}








#s-02fc7883-546e-4333-8127-7ec5930515b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02fc7883-546e-4333-8127-7ec5930515b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98b84932-1024-45ff-9803-16032a001d30 {
  text-align: center;
}







  #s-98b84932-1024-45ff-9803-16032a001d30 img.shogun-image {
    

    
    
    
  }


#s-98b84932-1024-45ff-9803-16032a001d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-e419a2d6-8da0-4583-832d-79d7f452424c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
@media (max-width: 767px){#s-e419a2d6-8da0-4583-832d-79d7f452424c {
  padding-top: 40px;
padding-bottom: 40px;
}
}
#s-e419a2d6-8da0-4583-832d-79d7f452424c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Roobert-Medium&#39;";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (max-width: 767px){#s-e419a2d6-8da0-4583-832d-79d7f452424c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "&#39;Roobert-Medium&#39;";
  font-style:  normal ;
  font-size: 2.25em;
  
  
  
}


}
#s-852c4668-af51-49d7-bc9c-8ccccbe512af {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-852c4668-af51-49d7-bc9c-8ccccbe512af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852c4668-af51-49d7-bc9c-8ccccbe512af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d66d8ad4-8f1e-4f9d-a1f4-698f96f74abf {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d66d8ad4-8f1e-4f9d-a1f4-698f96f74abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66d8ad4-8f1e-4f9d-a1f4-698f96f74abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73cf0314-ec51-4d4d-885d-4357b042b1ea {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-73cf0314-ec51-4d4d-885d-4357b042b1ea {
  display: none;
}
#s-73cf0314-ec51-4d4d-885d-4357b042b1ea, #wrap-s-73cf0314-ec51-4d4d-885d-4357b042b1ea { display:none !important; }}







#s-73cf0314-ec51-4d4d-885d-4357b042b1ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73cf0314-ec51-4d4d-885d-4357b042b1ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397 {
  display: none;
}
#s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397, #wrap-s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397 { display:none !important; }}







#s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb60d18-f7fb-46f7-8ad7-27b238a4b397.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-6377fe8f-5bb0-4ec8-b956-9b63b975ac3f {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

#s-6377fe8f-5bb0-4ec8-b956-9b63b975ac3f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6377fe8f-5bb0-4ec8-b956-9b63b975ac3f .shg-sld-nav-button.shg-sld-left,
#s-6377fe8f-5bb0-4ec8-b956-9b63b975ac3f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb {
  margin-left: 3em;
margin-right: 3em;
}

@media (min-width: 0px) {
[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-022727a1-1a3d-41e0-bcc4-9bcbd0f80bcb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-56ae2005-352b-4792-b053-82d0e45bc0de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56ae2005-352b-4792-b053-82d0e45bc0de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56ae2005-352b-4792-b053-82d0e45bc0de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56ae2005-352b-4792-b053-82d0e45bc0de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#iframeID{
display:none;
}
#s-c84f8ff2-eb1d-442e-89ec-302c01408490 {
  text-align: center;
}

#s-a1b914de-3ea3-46db-be5e-f3d1e46d3c54 {
  text-align: center;
}

#s-cff72fa7-255b-4e06-ab85-81a474288b29 {
  text-align: center;
}

#s-0cb5b8de-31c8-4e7c-8d67-61f8876b133e {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-2cf04f7b-e331-409c-9c4c-2a48214dec6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cf04f7b-e331-409c-9c4c-2a48214dec6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2cf04f7b-e331-409c-9c4c-2a48214dec6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cf04f7b-e331-409c-9c4c-2a48214dec6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4214828f-bf5b-49f2-a0bd-cd01f0595a05 {
  text-align: center;
}

#s-0fb7b728-17ea-4f55-bf21-3f6ee5b8360b {
  text-align: center;
}

#s-c72848d5-8939-4a05-bdce-ad122fd52783 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-4b4abc6f-b390-41b5-a54b-c7a4df0c0ee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b4abc6f-b390-41b5-a54b-c7a4df0c0ee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b4abc6f-b390-41b5-a54b-c7a4df0c0ee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b4abc6f-b390-41b5-a54b-c7a4df0c0ee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a9e0b456-ca40-44bb-b70c-679e4adc8178"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9e0b456-ca40-44bb-b70c-679e4adc8178"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a9e0b456-ca40-44bb-b70c-679e4adc8178"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9e0b456-ca40-44bb-b70c-679e4adc8178"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6f9ff56d-8539-4ec1-aa05-2c9b4ddd19f1 {
  text-align: center;
}

#s-5e0970cb-0a32-4e77-b550-919ee1a7a2c5 {
  text-align: center;
}

#s-d8ba9d44-65da-40dc-abcb-8aebae8c0e8b {
  text-align: center;
}

#s-3d6a12cd-5868-4e44-93f2-92a5b304963f {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-c2294834-8901-4f6a-91c4-5caff9b8ff12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c2294834-8901-4f6a-91c4-5caff9b8ff12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c2294834-8901-4f6a-91c4-5caff9b8ff12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c2294834-8901-4f6a-91c4-5caff9b8ff12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6eab8a14-869b-4ac8-8309-2474b9e7f7fb {
  text-align: center;
}

#s-0cecc68a-9a51-4974-af07-77c2cb44a4ba {
  text-align: center;
}

#s-039d884f-297f-4b81-ba80-501322df25f5 {
  text-align: center;
}

#s-eef3122d-9a6d-4e00-b759-8e6ada531eee {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-5ddf1bcd-9d0b-413f-9335-acafe1560875"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ddf1bcd-9d0b-413f-9335-acafe1560875"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ddf1bcd-9d0b-413f-9335-acafe1560875"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ddf1bcd-9d0b-413f-9335-acafe1560875"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-54f4ac2e-8083-407f-b7a7-3c09887c2cda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-54f4ac2e-8083-407f-b7a7-3c09887c2cda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-54f4ac2e-8083-407f-b7a7-3c09887c2cda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-54f4ac2e-8083-407f-b7a7-3c09887c2cda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a7f712c5-ccf8-4873-b37a-ac53487501e1 {
  text-align: center;
}

#s-2e6b208d-a637-46cd-8d67-02efed309c1e {
  text-align: center;
}

#s-6a0c78c6-29c3-4d98-a415-fa1f40c8d3f1 {
  text-align: center;
}

#s-53745b52-ea84-489c-8819-6c658ad9a989 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-42df5bc8-89d6-403f-bbd0-38b316bed4d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42df5bc8-89d6-403f-bbd0-38b316bed4d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-42df5bc8-89d6-403f-bbd0-38b316bed4d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-42df5bc8-89d6-403f-bbd0-38b316bed4d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4929f079-c168-480b-ac28-62b3d6749cae {
  text-align: center;
}

#s-2e24e1b7-5484-494a-9abc-7844a3346acb {
  text-align: center;
}

#s-a64ed429-cb3f-4602-b588-36c5c68e06e0 {
  text-align: center;
}

#s-24cd7c92-8e1a-43c2-a3a9-51484a4aed93 {
  text-align: center;
}

#s-dfb53be0-c132-48f4-8d2a-76a426d39850 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dfb53be0-c132-48f4-8d2a-76a426d39850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb53be0-c132-48f4-8d2a-76a426d39850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4b8447f-20d3-48ff-9709-ba6adefb3858 {
  padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 250px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f4b8447f-20d3-48ff-9709-ba6adefb3858 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-f4b8447f-20d3-48ff-9709-ba6adefb3858 {
  margin-top: 3em;
margin-bottom: 0em;
}
}







#s-f4b8447f-20d3-48ff-9709-ba6adefb3858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4b8447f-20d3-48ff-9709-ba6adefb3858.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43990af8-3555-45b2-bf38-068ca90f81d0 {
  padding-top: 4em;
padding-bottom: 2em;
text-align: center;
}

#s-43990af8-3555-45b2-bf38-068ca90f81d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 4.25em;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-43990af8-3555-45b2-bf38-068ca90f81d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-43990af8-3555-45b2-bf38-068ca90f81d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-43990af8-3555-45b2-bf38-068ca90f81d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-43990af8-3555-45b2-bf38-068ca90f81d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  
}


}
#s-6d9b42a8-2b61-4f21-bc49-4a33cd0e78fb {
  min-height: 50px;
}








#s-6d9b42a8-2b61-4f21-bc49-4a33cd0e78fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9b42a8-2b61-4f21-bc49-4a33cd0e78fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b2b1e04-fae0-4628-ad1e-20479c91366c {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 15%;
padding-right: 15%;
}
@media (max-width: 767px){#s-9b2b1e04-fae0-4628-ad1e-20479c91366c {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-d782370d-e1ff-4a8b-8aef-a35b401452b7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d782370d-e1ff-4a8b-8aef-a35b401452b7 {
  display: none;
}
#s-d782370d-e1ff-4a8b-8aef-a35b401452b7, #wrap-s-d782370d-e1ff-4a8b-8aef-a35b401452b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d782370d-e1ff-4a8b-8aef-a35b401452b7 {
  display: none;
}
#s-d782370d-e1ff-4a8b-8aef-a35b401452b7, #wrap-s-d782370d-e1ff-4a8b-8aef-a35b401452b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d782370d-e1ff-4a8b-8aef-a35b401452b7 {
  display: none;
}
#s-d782370d-e1ff-4a8b-8aef-a35b401452b7, #wrap-s-d782370d-e1ff-4a8b-8aef-a35b401452b7 { display:none !important; }}







#s-d782370d-e1ff-4a8b-8aef-a35b401452b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d782370d-e1ff-4a8b-8aef-a35b401452b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f92b2417-bd82-4a7d-aeb8-9615a109b715 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

#s-f92b2417-bd82-4a7d-aeb8-9615a109b715 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f92b2417-bd82-4a7d-aeb8-9615a109b715 .shg-sld-nav-button.shg-sld-left,
#s-f92b2417-bd82-4a7d-aeb8-9615a109b715 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-80233b41-31ce-4f9d-a98b-b2524215699e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-80233b41-31ce-4f9d-a98b-b2524215699e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-80233b41-31ce-4f9d-a98b-b2524215699e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-80233b41-31ce-4f9d-a98b-b2524215699e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f15a6b33-8fe9-4a65-8451-015b2e4203c2 {
  text-align: center;
}

#s-d6ad06a3-4b9a-4142-9506-dd0e8037d49f {
  text-align: center;
}

#s-9b615ebb-b6fb-4caf-a253-4a6185c356d5 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-caa8ce43-afaf-4fa2-a165-9f263beed542"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caa8ce43-afaf-4fa2-a165-9f263beed542"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-caa8ce43-afaf-4fa2-a165-9f263beed542"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-caa8ce43-afaf-4fa2-a165-9f263beed542"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-707b4fd4-1a5b-4962-aaad-05d7d71a39fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-707b4fd4-1a5b-4962-aaad-05d7d71a39fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-707b4fd4-1a5b-4962-aaad-05d7d71a39fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-707b4fd4-1a5b-4962-aaad-05d7d71a39fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-5b286150-f767-46c8-937b-9e052fc520fb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5b286150-f767-46c8-937b-9e052fc520fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b286150-f767-46c8-937b-9e052fc520fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b286150-f767-46c8-937b-9e052fc520fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-959d43d5-932e-41af-8e52-65f00fb6afe6 {
  text-align: center;
}

#s-af9ef83a-1411-40a7-9de3-77f5508a7669 {
  text-align: center;
}

#s-46ac2cc6-d236-4e9c-8d5a-8eb32f30aa24 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-5b686eda-66a3-4505-a576-6aae7f0d6944"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5b686eda-66a3-4505-a576-6aae7f0d6944"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b686eda-66a3-4505-a576-6aae7f0d6944"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b686eda-66a3-4505-a576-6aae7f0d6944"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-84543cf6-13cc-49b1-9955-a7269f6436e5 {
  text-align: center;
}

#s-5fc71e06-b886-4c10-a561-03e96442946a {
  text-align: center;
}

#s-ce377325-a8bb-4022-9ac5-e2bc8af9a7ce {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-2f8c17ee-51ad-4b91-855b-4c4a6b03b692"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f8c17ee-51ad-4b91-855b-4c4a6b03b692"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f8c17ee-51ad-4b91-855b-4c4a6b03b692"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f8c17ee-51ad-4b91-855b-4c4a6b03b692"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ac60b907-e69d-4abd-b5fa-2771c4eece57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac60b907-e69d-4abd-b5fa-2771c4eece57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ac60b907-e69d-4abd-b5fa-2771c4eece57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac60b907-e69d-4abd-b5fa-2771c4eece57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64236d84-ed9d-4338-b9cd-eb6a593be0fc {
  text-align: center;
}

#s-342942de-e52d-4ae5-9cb7-8117a2c2978b {
  text-align: center;
}

#s-5cb1edff-dd22-48f4-a621-0edd304e2f0a {
  text-align: center;
}

#s-92213f7a-e7d6-41fb-b7b4-98b2ae645b80 {
  text-align: center;
}

@media (min-width: 0px) {
[id="s-88670311-7c8b-49e8-b96f-900675cbdf4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-88670311-7c8b-49e8-b96f-900675cbdf4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-88670311-7c8b-49e8-b96f-900675cbdf4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-88670311-7c8b-49e8-b96f-900675cbdf4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fc6ced34-a3d5-44c9-bf2b-8a5bd86beb54 {
  text-align: center;
}

#s-0dbc3f08-8797-4244-b4f2-d7b70e0c8427 {
  text-align: center;
}

#s-e8484270-92a1-4e99-9579-a55caf07b611 {
  text-align: center;
}

#s-11fdd1cc-5143-4a3a-879a-23aa20ca19bd {
  text-align: center;
}

#s-4e34c5e1-a529-4612-9acc-df20573ecdda {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4e34c5e1-a529-4612-9acc-df20573ecdda {
  
}
}







#s-4e34c5e1-a529-4612-9acc-df20573ecdda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e34c5e1-a529-4612-9acc-df20573ecdda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
