.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-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d {
  
}
}@media (max-width: 767px){#s-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d {
  
}
}
#s-6a7e92f3-f27d-4cb8-8385-b49b1e8bc55d .shogun-heading-component h1 {
  color: rgba(33, 104, 155, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-d660777d-c5a7-4c6c-bcc9-8af2167026b7 {
  min-height: 50px;
}








#s-d660777d-c5a7-4c6c-bcc9-8af2167026b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d660777d-c5a7-4c6c-bcc9-8af2167026b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-ea00a4d6-304d-4a5e-beba-8714c3435fdf {
  margin-left: 5%;
margin-right: 5%;
}

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







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

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  cursor: pointer;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}@media (max-width: 767px){#s-a8d877c7-2658-4b78-a2b9-35e99e7bc164 {
  
}
}
@media (min-width: 0px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a8d877c7-2658-4b78-a2b9-35e99e7bc164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

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

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

.shg-btn-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-c5a770f3-de81-4b41-9cfa-f45545a6cff1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1 {
  
}
}@media (max-width: 767px){#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1 {
  
}
}

  #s-c5a770f3-de81-4b41-9cfa-f45545a6cff1-root {
    text-align: center;
  }


#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5a770f3-de81-4b41-9cfa-f45545a6cff1-root {
    text-align: center;
  }


#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5a770f3-de81-4b41-9cfa-f45545a6cff1-root {
    text-align: center;
  }


#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5a770f3-de81-4b41-9cfa-f45545a6cff1-root {
    text-align: center;
  }


#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5a770f3-de81-4b41-9cfa-f45545a6cff1-root {
    text-align: center;
  }


#s-c5a770f3-de81-4b41-9cfa-f45545a6cff1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}







#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  cursor: pointer;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}@media (max-width: 767px){#s-d87a3019-7ceb-4606-8ba7-e9a72766e031 {
  
}
}
@media (min-width: 0px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d87a3019-7ceb-4606-8ba7-e9a72766e031"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}@media (max-width: 767px){#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 {
  
}
}
#s-f4ef6672-0259-4a67-bf68-33bd3298f0e7 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



@media (min-width: 0px) {
[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c76b4fc3-b615-4128-b372-c34ac04e5485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}@media (max-width: 767px){#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2 {
  
}
}

  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2-root {
    text-align: center;
  }


#s-2bd52b2a-2aaa-4000-9ba7-336cbfedeba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-8d49a44b-f62c-45ca-a6a5-120aa9a32bae {
  min-height: 50px;
}








#s-8d49a44b-f62c-45ca-a6a5-120aa9a32bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d49a44b-f62c-45ca-a6a5-120aa9a32bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b55d04bc-207d-4f91-a9bc-896dd8e0b848 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-b55d04bc-207d-4f91-a9bc-896dd8e0b848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b55d04bc-207d-4f91-a9bc-896dd8e0b848"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b55d04bc-207d-4f91-a9bc-896dd8e0b848"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b55d04bc-207d-4f91-a9bc-896dd8e0b848"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53ff37cb-2a10-4f65-838b-0fec3dee884d {
  min-height: 50px;
}








#s-53ff37cb-2a10-4f65-838b-0fec3dee884d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53ff37cb-2a10-4f65-838b-0fec3dee884d.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-8de33209-b793-4c8c-8151-42a9a84c7721"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8de33209-b793-4c8c-8151-42a9a84c7721"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8de33209-b793-4c8c-8151-42a9a84c7721"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de33209-b793-4c8c-8151-42a9a84c7721"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6261db74-81dd-49b0-b78a-41e2cccd3781 .shogun-icon-wrapper {
  text-align: center;
}


#s-6261db74-81dd-49b0-b78a-41e2cccd3781 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

@media (min-width: 0px) {
[id="s-da8960d6-fba7-45ca-a7ac-9234a570c706"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da8960d6-fba7-45ca-a7ac-9234a570c706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da8960d6-fba7-45ca-a7ac-9234a570c706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da8960d6-fba7-45ca-a7ac-9234a570c706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9f5e0fa4-820b-4ff9-8913-28c9c8597403 .shogun-icon-wrapper {
  text-align: center;
}


#s-9f5e0fa4-820b-4ff9-8913-28c9c8597403 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 {
  
}
}@media (max-width: 767px){#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 {
  
}
}







#s-8f725af2-b211-4a1b-9282-d5fa5b85c841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f725af2-b211-4a1b-9282-d5fa5b85c841.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8ba131e-af30-4320-9419-593cb31d9eeb {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-c8ba131e-af30-4320-9419-593cb31d9eeb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8ba131e-af30-4320-9419-593cb31d9eeb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8ba131e-af30-4320-9419-593cb31d9eeb {
  
}
}@media (max-width: 767px){#s-c8ba131e-af30-4320-9419-593cb31d9eeb {
  
}
}
@media (min-width: 0px) {
[id="s-c8ba131e-af30-4320-9419-593cb31d9eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8ba131e-af30-4320-9419-593cb31d9eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8ba131e-af30-4320-9419-593cb31d9eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8ba131e-af30-4320-9419-593cb31d9eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  
}
}@media (max-width: 767px){#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  
}
}







#s-9f94826f-b1c0-4988-a6c3-e15870041dda > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-9f94826f-b1c0-4988-a6c3-e15870041dda {
  cursor: pointer;
}#s-9f94826f-b1c0-4988-a6c3-e15870041dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e66794df-b768-471a-98da-39c239eeabf9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-e66794df-b768-471a-98da-39c239eeabf9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e66794df-b768-471a-98da-39c239eeabf9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e66794df-b768-471a-98da-39c239eeabf9 {
  
}
}@media (max-width: 767px){#s-e66794df-b768-471a-98da-39c239eeabf9 {
  
}
}







#s-e66794df-b768-471a-98da-39c239eeabf9 > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-e66794df-b768-471a-98da-39c239eeabf9 {
  cursor: pointer;
}#s-e66794df-b768-471a-98da-39c239eeabf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a74e3ae-1fd2-4dae-903b-224bdc1927c3 {
  min-height: 50px;
}








#s-2a74e3ae-1fd2-4dae-903b-224bdc1927c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a74e3ae-1fd2-4dae-903b-224bdc1927c3.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-4ad054eb-97fc-4751-a850-f322491e8f75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ad054eb-97fc-4751-a850-f322491e8f75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ad054eb-97fc-4751-a850-f322491e8f75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ad054eb-97fc-4751-a850-f322491e8f75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 {
  
}
}@media (max-width: 767px){#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 {
  
}
}
#s-2a93ffe0-55f7-4a7e-90a5-f28636b7c1e9 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-ff329325-b18c-4cdd-b5ed-0e88400f6061 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-ff329325-b18c-4cdd-b5ed-0e88400f6061 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff329325-b18c-4cdd-b5ed-0e88400f6061 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff329325-b18c-4cdd-b5ed-0e88400f6061 {
  
}
}@media (max-width: 767px){#s-ff329325-b18c-4cdd-b5ed-0e88400f6061 {
  
}
}
@media (min-width: 0px) {
[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff329325-b18c-4cdd-b5ed-0e88400f6061"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d90b2d98-3ab9-46be-8344-1db73480dfed {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d90b2d98-3ab9-46be-8344-1db73480dfed:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d90b2d98-3ab9-46be-8344-1db73480dfed:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d90b2d98-3ab9-46be-8344-1db73480dfed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90b2d98-3ab9-46be-8344-1db73480dfed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90b2d98-3ab9-46be-8344-1db73480dfed {
  
}
}@media (max-width: 767px){#s-d90b2d98-3ab9-46be-8344-1db73480dfed {
  
}
}

  #s-d90b2d98-3ab9-46be-8344-1db73480dfed-root {
    text-align: center;
  }


#s-d90b2d98-3ab9-46be-8344-1db73480dfed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d90b2d98-3ab9-46be-8344-1db73480dfed-root {
    text-align: center;
  }


#s-d90b2d98-3ab9-46be-8344-1db73480dfed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d90b2d98-3ab9-46be-8344-1db73480dfed-root {
    text-align: center;
  }


#s-d90b2d98-3ab9-46be-8344-1db73480dfed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d90b2d98-3ab9-46be-8344-1db73480dfed-root {
    text-align: center;
  }


#s-d90b2d98-3ab9-46be-8344-1db73480dfed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d90b2d98-3ab9-46be-8344-1db73480dfed-root {
    text-align: center;
  }


#s-d90b2d98-3ab9-46be-8344-1db73480dfed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-8d619f72-9c17-4aa2-b27b-d68af8321082 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d619f72-9c17-4aa2-b27b-d68af8321082 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d619f72-9c17-4aa2-b27b-d68af8321082 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d619f72-9c17-4aa2-b27b-d68af8321082 {
  
}
}@media (max-width: 767px){#s-8d619f72-9c17-4aa2-b27b-d68af8321082 {
  
}
}
#s-8d619f72-9c17-4aa2-b27b-d68af8321082 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-733ec01b-c931-4ff5-a324-653e68b6b2f1 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-733ec01b-c931-4ff5-a324-653e68b6b2f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-733ec01b-c931-4ff5-a324-653e68b6b2f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-733ec01b-c931-4ff5-a324-653e68b6b2f1 {
  
}
}@media (max-width: 767px){#s-733ec01b-c931-4ff5-a324-653e68b6b2f1 {
  
}
}
@media (min-width: 0px) {
[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-733ec01b-c931-4ff5-a324-653e68b6b2f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-385d2a78-6e1f-495f-aa8f-e54251c111a0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-385d2a78-6e1f-495f-aa8f-e54251c111a0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-385d2a78-6e1f-495f-aa8f-e54251c111a0:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-385d2a78-6e1f-495f-aa8f-e54251c111a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-385d2a78-6e1f-495f-aa8f-e54251c111a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-385d2a78-6e1f-495f-aa8f-e54251c111a0 {
  
}
}@media (max-width: 767px){#s-385d2a78-6e1f-495f-aa8f-e54251c111a0 {
  
}
}

  #s-385d2a78-6e1f-495f-aa8f-e54251c111a0-root {
    text-align: center;
  }


#s-385d2a78-6e1f-495f-aa8f-e54251c111a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-385d2a78-6e1f-495f-aa8f-e54251c111a0-root {
    text-align: center;
  }


#s-385d2a78-6e1f-495f-aa8f-e54251c111a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-385d2a78-6e1f-495f-aa8f-e54251c111a0-root {
    text-align: center;
  }


#s-385d2a78-6e1f-495f-aa8f-e54251c111a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-385d2a78-6e1f-495f-aa8f-e54251c111a0-root {
    text-align: center;
  }


#s-385d2a78-6e1f-495f-aa8f-e54251c111a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-385d2a78-6e1f-495f-aa8f-e54251c111a0-root {
    text-align: center;
  }


#s-385d2a78-6e1f-495f-aa8f-e54251c111a0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7b4dc298-f872-49da-964d-ce3086822320 {
  min-height: 50px;
}








#s-7b4dc298-f872-49da-964d-ce3086822320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4dc298-f872-49da-964d-ce3086822320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7d51370-7031-479a-87b6-5fba922b15c6 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c7d51370-7031-479a-87b6-5fba922b15c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7d51370-7031-479a-87b6-5fba922b15c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7d51370-7031-479a-87b6-5fba922b15c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7d51370-7031-479a-87b6-5fba922b15c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-eb4e6a6f-7719-4946-a313-943121a44196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb4e6a6f-7719-4946-a313-943121a44196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb4e6a6f-7719-4946-a313-943121a44196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb4e6a6f-7719-4946-a313-943121a44196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-11ffbe6b-f654-43a3-81dc-2ecb1441e1eb .shogun-icon-wrapper {
  text-align: center;
}


#s-11ffbe6b-f654-43a3-81dc-2ecb1441e1eb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

@media (min-width: 0px) {
[id="s-288dc0a0-ea36-43f9-9bff-0987c05189be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-288dc0a0-ea36-43f9-9bff-0987c05189be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-288dc0a0-ea36-43f9-9bff-0987c05189be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-288dc0a0-ea36-43f9-9bff-0987c05189be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5f106802-6a74-4d59-bb40-55cf97bf9de1 .shogun-icon-wrapper {
  text-align: center;
}


#s-5f106802-6a74-4d59-bb40-55cf97bf9de1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

#s-5189c29b-e32e-41e6-9112-9241635c4566 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5189c29b-e32e-41e6-9112-9241635c4566 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5189c29b-e32e-41e6-9112-9241635c4566 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5189c29b-e32e-41e6-9112-9241635c4566 {
  
}
}@media (max-width: 767px){#s-5189c29b-e32e-41e6-9112-9241635c4566 {
  
}
}







#s-5189c29b-e32e-41e6-9112-9241635c4566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5189c29b-e32e-41e6-9112-9241635c4566.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9627a6d-f525-4ac1-8090-cf02c41603ae {
  min-height: 50px;
}








#s-c9627a6d-f525-4ac1-8090-cf02c41603ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9627a6d-f525-4ac1-8090-cf02c41603ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7228be1a-1b1b-40b8-a78b-a9734d238de0 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-7228be1a-1b1b-40b8-a78b-a9734d238de0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7228be1a-1b1b-40b8-a78b-a9734d238de0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7228be1a-1b1b-40b8-a78b-a9734d238de0 {
  
}
}@media (max-width: 767px){#s-7228be1a-1b1b-40b8-a78b-a9734d238de0 {
  
}
}
@media (min-width: 0px) {
[id="s-7228be1a-1b1b-40b8-a78b-a9734d238de0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7228be1a-1b1b-40b8-a78b-a9734d238de0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7228be1a-1b1b-40b8-a78b-a9734d238de0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7228be1a-1b1b-40b8-a78b-a9734d238de0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  
}
}@media (max-width: 767px){#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  
}
}







#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe {
  cursor: pointer;
}#s-08d05a83-e93c-4c7f-ae11-4db3081b70fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 {
  
}
}@media (max-width: 767px){#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 {
  
}
}
#s-3fbc2e9c-4349-43f5-836a-0dd2d400af77 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-01028fc8-2995-4952-9123-37e858d39f6c {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-01028fc8-2995-4952-9123-37e858d39f6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01028fc8-2995-4952-9123-37e858d39f6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01028fc8-2995-4952-9123-37e858d39f6c {
  
}
}@media (max-width: 767px){#s-01028fc8-2995-4952-9123-37e858d39f6c {
  
}
}
@media (min-width: 0px) {
[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01028fc8-2995-4952-9123-37e858d39f6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4 {
  
}
}@media (max-width: 767px){#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4 {
  
}
}

  #s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4-root {
    text-align: center;
  }


#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4-root {
    text-align: center;
  }


#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4-root {
    text-align: center;
  }


#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4-root {
    text-align: center;
  }


#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4-root {
    text-align: center;
  }


#s-32d7cb35-807b-486b-a1b9-a3f01dbc62c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  
}
}@media (max-width: 767px){#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  
}
}







#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9 {
  cursor: pointer;
}#s-561ff2c8-66e7-4a00-b811-cf78f061d6a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47042582-d892-49d4-a042-fa9a9769a469 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-47042582-d892-49d4-a042-fa9a9769a469 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47042582-d892-49d4-a042-fa9a9769a469 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47042582-d892-49d4-a042-fa9a9769a469 {
  
}
}@media (max-width: 767px){#s-47042582-d892-49d4-a042-fa9a9769a469 {
  
}
}
#s-47042582-d892-49d4-a042-fa9a9769a469 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-10aeba6a-543c-4c00-8438-cac3734a45be {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-10aeba6a-543c-4c00-8438-cac3734a45be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10aeba6a-543c-4c00-8438-cac3734a45be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10aeba6a-543c-4c00-8438-cac3734a45be {
  
}
}@media (max-width: 767px){#s-10aeba6a-543c-4c00-8438-cac3734a45be {
  
}
}
@media (min-width: 0px) {
[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-10aeba6a-543c-4c00-8438-cac3734a45be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d019ad05-b790-4439-b9b9-094f7493134b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d019ad05-b790-4439-b9b9-094f7493134b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d019ad05-b790-4439-b9b9-094f7493134b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d019ad05-b790-4439-b9b9-094f7493134b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d019ad05-b790-4439-b9b9-094f7493134b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d019ad05-b790-4439-b9b9-094f7493134b {
  
}
}@media (max-width: 767px){#s-d019ad05-b790-4439-b9b9-094f7493134b {
  
}
}

  #s-d019ad05-b790-4439-b9b9-094f7493134b-root {
    text-align: center;
  }


#s-d019ad05-b790-4439-b9b9-094f7493134b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d019ad05-b790-4439-b9b9-094f7493134b-root {
    text-align: center;
  }


#s-d019ad05-b790-4439-b9b9-094f7493134b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d019ad05-b790-4439-b9b9-094f7493134b-root {
    text-align: center;
  }


#s-d019ad05-b790-4439-b9b9-094f7493134b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d019ad05-b790-4439-b9b9-094f7493134b-root {
    text-align: center;
  }


#s-d019ad05-b790-4439-b9b9-094f7493134b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d019ad05-b790-4439-b9b9-094f7493134b-root {
    text-align: center;
  }


#s-d019ad05-b790-4439-b9b9-094f7493134b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a59f5f23-8603-40e8-ab87-309767de4ca6 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-a59f5f23-8603-40e8-ab87-309767de4ca6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f5f23-8603-40e8-ab87-309767de4ca6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f5f23-8603-40e8-ab87-309767de4ca6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f5f23-8603-40e8-ab87-309767de4ca6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0ae7d676-6cb7-4223-bef3-0f571feddbef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ae7d676-6cb7-4223-bef3-0f571feddbef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ae7d676-6cb7-4223-bef3-0f571feddbef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ae7d676-6cb7-4223-bef3-0f571feddbef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96f97d1a-13f7-44b8-86da-f21a2ca5f192 .shogun-icon-wrapper {
  text-align: center;
}


#s-96f97d1a-13f7-44b8-86da-f21a2ca5f192 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

@media (min-width: 0px) {
[id="s-d49204b8-a437-4dc0-b693-d4a7deaf1ee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d49204b8-a437-4dc0-b693-d4a7deaf1ee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d49204b8-a437-4dc0-b693-d4a7deaf1ee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49204b8-a437-4dc0-b693-d4a7deaf1ee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aaab455c-03b6-48e4-be03-280ed61d16e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-aaab455c-03b6-48e4-be03-280ed61d16e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

#s-15d9a397-fb34-46b1-84c4-17779efde694 {
  min-height: 50px;
}








#s-15d9a397-fb34-46b1-84c4-17779efde694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d9a397-fb34-46b1-84c4-17779efde694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b467e5c6-b43e-465a-b7c0-6a19762315fe {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b467e5c6-b43e-465a-b7c0-6a19762315fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b467e5c6-b43e-465a-b7c0-6a19762315fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b467e5c6-b43e-465a-b7c0-6a19762315fe {
  
}
}@media (max-width: 767px){#s-b467e5c6-b43e-465a-b7c0-6a19762315fe {
  
}
}







#s-b467e5c6-b43e-465a-b7c0-6a19762315fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b467e5c6-b43e-465a-b7c0-6a19762315fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5 {
  
}
}@media (max-width: 767px){#s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5 {
  
}
}
@media (min-width: 0px) {
[id="s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b1605b7-edd2-4cf3-9fa2-6f805125ead5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-524020a9-86fd-4427-aefc-e205a614f20f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-524020a9-86fd-4427-aefc-e205a614f20f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-524020a9-86fd-4427-aefc-e205a614f20f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-524020a9-86fd-4427-aefc-e205a614f20f {
  
}
}@media (max-width: 767px){#s-524020a9-86fd-4427-aefc-e205a614f20f {
  
}
}







#s-524020a9-86fd-4427-aefc-e205a614f20f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-524020a9-86fd-4427-aefc-e205a614f20f {
  cursor: pointer;
}#s-524020a9-86fd-4427-aefc-e205a614f20f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-016e3d63-048c-4f8e-b7c8-48646290974b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-016e3d63-048c-4f8e-b7c8-48646290974b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-016e3d63-048c-4f8e-b7c8-48646290974b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-016e3d63-048c-4f8e-b7c8-48646290974b {
  
}
}@media (max-width: 767px){#s-016e3d63-048c-4f8e-b7c8-48646290974b {
  
}
}
#s-016e3d63-048c-4f8e-b7c8-48646290974b .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-8870d632-f6f8-4e65-99a6-1b9503c68f6b {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-8870d632-f6f8-4e65-99a6-1b9503c68f6b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8870d632-f6f8-4e65-99a6-1b9503c68f6b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8870d632-f6f8-4e65-99a6-1b9503c68f6b {
  
}
}@media (max-width: 767px){#s-8870d632-f6f8-4e65-99a6-1b9503c68f6b {
  
}
}
@media (min-width: 0px) {
[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8870d632-f6f8-4e65-99a6-1b9503c68f6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-cbda2ccd-213c-4849-88d4-06023a4fbee7 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cbda2ccd-213c-4849-88d4-06023a4fbee7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbda2ccd-213c-4849-88d4-06023a4fbee7:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cbda2ccd-213c-4849-88d4-06023a4fbee7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbda2ccd-213c-4849-88d4-06023a4fbee7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbda2ccd-213c-4849-88d4-06023a4fbee7 {
  
}
}@media (max-width: 767px){#s-cbda2ccd-213c-4849-88d4-06023a4fbee7 {
  
}
}

  #s-cbda2ccd-213c-4849-88d4-06023a4fbee7-root {
    text-align: center;
  }


#s-cbda2ccd-213c-4849-88d4-06023a4fbee7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cbda2ccd-213c-4849-88d4-06023a4fbee7-root {
    text-align: center;
  }


#s-cbda2ccd-213c-4849-88d4-06023a4fbee7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbda2ccd-213c-4849-88d4-06023a4fbee7-root {
    text-align: center;
  }


#s-cbda2ccd-213c-4849-88d4-06023a4fbee7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbda2ccd-213c-4849-88d4-06023a4fbee7-root {
    text-align: center;
  }


#s-cbda2ccd-213c-4849-88d4-06023a4fbee7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cbda2ccd-213c-4849-88d4-06023a4fbee7-root {
    text-align: center;
  }


#s-cbda2ccd-213c-4849-88d4-06023a4fbee7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  
}
}@media (max-width: 767px){#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  
}
}







#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-0aae9e70-18c4-4385-b08c-ab9724f0e656 {
  cursor: pointer;
}#s-0aae9e70-18c4-4385-b08c-ab9724f0e656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 {
  
}
}@media (max-width: 767px){#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 {
  
}
}
#s-b9862499-6139-439f-aa82-ea5cd1d6ef16 .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-52f2257c-40a8-40ee-8a40-bfdc19e305bc {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-52f2257c-40a8-40ee-8a40-bfdc19e305bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52f2257c-40a8-40ee-8a40-bfdc19e305bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52f2257c-40a8-40ee-8a40-bfdc19e305bc {
  
}
}@media (max-width: 767px){#s-52f2257c-40a8-40ee-8a40-bfdc19e305bc {
  
}
}
@media (min-width: 0px) {
[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52f2257c-40a8-40ee-8a40-bfdc19e305bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-19571589-9307-44f6-b1f0-bf688adbb346 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19571589-9307-44f6-b1f0-bf688adbb346:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19571589-9307-44f6-b1f0-bf688adbb346:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-19571589-9307-44f6-b1f0-bf688adbb346 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19571589-9307-44f6-b1f0-bf688adbb346 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19571589-9307-44f6-b1f0-bf688adbb346 {
  
}
}@media (max-width: 767px){#s-19571589-9307-44f6-b1f0-bf688adbb346 {
  
}
}

  #s-19571589-9307-44f6-b1f0-bf688adbb346-root {
    text-align: center;
  }


#s-19571589-9307-44f6-b1f0-bf688adbb346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-19571589-9307-44f6-b1f0-bf688adbb346-root {
    text-align: center;
  }


#s-19571589-9307-44f6-b1f0-bf688adbb346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19571589-9307-44f6-b1f0-bf688adbb346-root {
    text-align: center;
  }


#s-19571589-9307-44f6-b1f0-bf688adbb346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19571589-9307-44f6-b1f0-bf688adbb346-root {
    text-align: center;
  }


#s-19571589-9307-44f6-b1f0-bf688adbb346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-19571589-9307-44f6-b1f0-bf688adbb346-root {
    text-align: center;
  }


#s-19571589-9307-44f6-b1f0-bf688adbb346.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9a0eba17-ea08-4649-ab70-7c1fd865d7ff {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-9a0eba17-ea08-4649-ab70-7c1fd865d7ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a0eba17-ea08-4649-ab70-7c1fd865d7ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a0eba17-ea08-4649-ab70-7c1fd865d7ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a0eba17-ea08-4649-ab70-7c1fd865d7ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-faee71de-2b9f-4c87-9faf-a5aa2d38f10b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faee71de-2b9f-4c87-9faf-a5aa2d38f10b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faee71de-2b9f-4c87-9faf-a5aa2d38f10b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faee71de-2b9f-4c87-9faf-a5aa2d38f10b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5bac07d6-ec29-4647-b838-9d53ae6244e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-5bac07d6-ec29-4647-b838-9d53ae6244e4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

@media (min-width: 0px) {
[id="s-9be6b539-b87e-4361-80e9-628e802e8549"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9be6b539-b87e-4361-80e9-628e802e8549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9be6b539-b87e-4361-80e9-628e802e8549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9be6b539-b87e-4361-80e9-628e802e8549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-298ca82b-264b-4729-880c-af06ee06f301 .shogun-icon-wrapper {
  text-align: center;
}


#s-298ca82b-264b-4729-880c-af06ee06f301 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

#s-6f4994a1-b34d-4372-bde6-98a0ac8184b6 {
  min-height: 50px;
}








#s-6f4994a1-b34d-4372-bde6-98a0ac8184b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4994a1-b34d-4372-bde6-98a0ac8184b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67009ba2-9499-449b-98c1-59d10bccee5d {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-67009ba2-9499-449b-98c1-59d10bccee5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67009ba2-9499-449b-98c1-59d10bccee5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67009ba2-9499-449b-98c1-59d10bccee5d {
  
}
}@media (max-width: 767px){#s-67009ba2-9499-449b-98c1-59d10bccee5d {
  
}
}







#s-67009ba2-9499-449b-98c1-59d10bccee5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67009ba2-9499-449b-98c1-59d10bccee5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d19ffddf-78f5-4480-9176-17d53ea6ae19 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-d19ffddf-78f5-4480-9176-17d53ea6ae19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d19ffddf-78f5-4480-9176-17d53ea6ae19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d19ffddf-78f5-4480-9176-17d53ea6ae19 {
  
}
}@media (max-width: 767px){#s-d19ffddf-78f5-4480-9176-17d53ea6ae19 {
  
}
}
@media (min-width: 0px) {
[id="s-d19ffddf-78f5-4480-9176-17d53ea6ae19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d19ffddf-78f5-4480-9176-17d53ea6ae19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d19ffddf-78f5-4480-9176-17d53ea6ae19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d19ffddf-78f5-4480-9176-17d53ea6ae19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  
}
}@media (max-width: 767px){#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  
}
}







#s-b206cc99-21e5-4707-bf97-c41f92751c30 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-b206cc99-21e5-4707-bf97-c41f92751c30 {
  cursor: pointer;
}#s-b206cc99-21e5-4707-bf97-c41f92751c30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-711706e4-96c7-4695-9942-6c30800aa03b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-711706e4-96c7-4695-9942-6c30800aa03b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-711706e4-96c7-4695-9942-6c30800aa03b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-711706e4-96c7-4695-9942-6c30800aa03b {
  
}
}@media (max-width: 767px){#s-711706e4-96c7-4695-9942-6c30800aa03b {
  
}
}
#s-711706e4-96c7-4695-9942-6c30800aa03b .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c {
  
}
}@media (max-width: 767px){#s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c {
  
}
}
@media (min-width: 0px) {
[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0747edd7-e6e0-4169-94b0-e7dd12c6a35c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a {
  
}
}@media (max-width: 767px){#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a {
  
}
}

  #s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a-root {
    text-align: center;
  }


#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a-root {
    text-align: center;
  }


#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a-root {
    text-align: center;
  }


#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a-root {
    text-align: center;
  }


#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a-root {
    text-align: center;
  }


#s-d7ba5d5a-5f67-44b0-8f98-56030e879b7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  
}
}@media (max-width: 767px){#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  
}
}







#s-11a66a32-7460-46be-9f87-bcab27736fe9 > .shg-box-overlay {
  background-color: rgba(226, 222, 210, 1);
  opacity: 0;
}#s-11a66a32-7460-46be-9f87-bcab27736fe9 {
  cursor: pointer;
}#s-11a66a32-7460-46be-9f87-bcab27736fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7df6943-8399-4eb7-8738-5266a4b5d76b {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a7df6943-8399-4eb7-8738-5266a4b5d76b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7df6943-8399-4eb7-8738-5266a4b5d76b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7df6943-8399-4eb7-8738-5266a4b5d76b {
  
}
}@media (max-width: 767px){#s-a7df6943-8399-4eb7-8738-5266a4b5d76b {
  
}
}
#s-a7df6943-8399-4eb7-8738-5266a4b5d76b .shogun-heading-component h1 {
  color: rgba(27, 117, 188, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-69b9c2f6-15a3-4073-becb-6c76cdda75d8 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-69b9c2f6-15a3-4073-becb-6c76cdda75d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69b9c2f6-15a3-4073-becb-6c76cdda75d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-69b9c2f6-15a3-4073-becb-6c76cdda75d8 {
  
}
}@media (max-width: 767px){#s-69b9c2f6-15a3-4073-becb-6c76cdda75d8 {
  
}
}
@media (min-width: 0px) {
[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69b9c2f6-15a3-4073-becb-6c76cdda75d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb {
  
}
}@media (max-width: 767px){#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb {
  
}
}

  #s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb-root {
    text-align: center;
  }


#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb-root {
    text-align: center;
  }


#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb-root {
    text-align: center;
  }


#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb-root {
    text-align: center;
  }


#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb-root {
    text-align: center;
  }


#s-bb4d5879-ddd1-4b10-83a8-b8939f2d52fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-99760eb5-0b68-4b18-bc56-2b47ec812d46 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-99760eb5-0b68-4b18-bc56-2b47ec812d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99760eb5-0b68-4b18-bc56-2b47ec812d46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99760eb5-0b68-4b18-bc56-2b47ec812d46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99760eb5-0b68-4b18-bc56-2b47ec812d46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a71294a0-e67b-4da7-b41e-cb5714e72474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a71294a0-e67b-4da7-b41e-cb5714e72474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a71294a0-e67b-4da7-b41e-cb5714e72474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a71294a0-e67b-4da7-b41e-cb5714e72474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6483fbc4-5c6a-454f-a3d3-b2152d3555e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-6483fbc4-5c6a-454f-a3d3-b2152d3555e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

@media (min-width: 0px) {
[id="s-8f83bb44-e489-42ee-a7e2-513c523d9261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f83bb44-e489-42ee-a7e2-513c523d9261"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f83bb44-e489-42ee-a7e2-513c523d9261"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f83bb44-e489-42ee-a7e2-513c523d9261"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36527637-26a2-421d-865f-05eb945a2a81 .shogun-icon-wrapper {
  text-align: center;
}


#s-36527637-26a2-421d-865f-05eb945a2a81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(33, 104, 155, 1);
}

#s-4150277c-83d9-4662-ad91-36f9173e2123 {
  min-height: 50px;
}








#s-4150277c-83d9-4662-ad91-36f9173e2123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4150277c-83d9-4662-ad91-36f9173e2123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(33, 104, 155, 1);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







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

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

}

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

}

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

}

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

}

#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}@media (max-width: 767px){#s-357b0d85-95c6-4296-b3ce-4ff72b88b401 {
  
}
}
@media (min-width: 0px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-357b0d85-95c6-4296-b3ce-4ff72b88b401"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper {
  text-align: right;
}


#s-2de29ffa-f05a-484f-be0d-9e9d7352877b .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  opacity: 1;
}
@media (min-width: 1200px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}@media (max-width: 767px){#s-897e967c-e9fe-420c-b7d7-35949aa244dc {
  
}
}
#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}@media (max-width: 767px){#s-650380ff-f72f-4282-84b6-4fbf3d738c31 {
  
}
}
@media (min-width: 0px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-650380ff-f72f-4282-84b6-4fbf3d738c31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper {
  text-align: right;
}


#s-b76de96b-e259-4306-b464-2836766f5dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-1cebc791-e424-4553-9727-7e1390519268 {
  opacity: 1;
}
@media (min-width: 1200px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}@media (max-width: 767px){#s-1cebc791-e424-4553-9727-7e1390519268 {
  
}
}
#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}@media (max-width: 767px){#s-d6140d79-6f06-4874-ae35-0ce63a584de4 {
  
}
}
@media (min-width: 0px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-d6140d79-6f06-4874-ae35-0ce63a584de4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper {
  text-align: right;
}


#s-3b136949-2652-4299-89ba-9a453dd32e79 .shogun-icon-wrapper > .shogun-icon {

  font-size: 42px !important;
  color: rgba(255, 255, 255, 1);
}

#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  opacity: 1;
}
@media (min-width: 1200px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}@media (max-width: 767px){#s-680e0bd8-f414-4850-addd-8ce1a99e4a5f {
  
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-left: 0px;
margin-right: 0px;
min-height: 20px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







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

#s-929b5296-ba06-4da1-b6c2-af011fa3904a {
  min-height: 50px;
}








#s-929b5296-ba06-4da1-b6c2-af011fa3904a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929b5296-ba06-4da1-b6c2-af011fa3904a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}@media (max-width: 767px){#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c {
  
}
}
#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c .shogun-heading-component h1 {
  color: rgba(33, 104, 155, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cf7cb869-5a03-4355-83bf-47abc41e9dfb {
  min-height: 50px;
}








#s-cf7cb869-5a03-4355-83bf-47abc41e9dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7cb869-5a03-4355-83bf-47abc41e9dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee77a8b0-d7e6-495f-99a2-ec2bad274e75 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f39598b9-ff32-47d6-9a0b-ac17c18f1b66 {
  min-height: 50px;
}








#s-f39598b9-ff32-47d6-9a0b-ac17c18f1b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39598b9-ff32-47d6-9a0b-ac17c18f1b66.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-27c924a2-ad49-461d-ac72-4fc2953e7ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27c924a2-ad49-461d-ac72-4fc2953e7ade"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27c924a2-ad49-461d-ac72-4fc2953e7ade"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27c924a2-ad49-461d-ac72-4fc2953e7ade"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 0px;
text-align: center;
background-color: rgba(27, 117, 188, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 184, 165, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c {
  
}
}@media (max-width: 767px){#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c {
  
}
}

  #s-11dc9086-d74a-42eb-aa40-0d83f2f9894c-root {
    text-align: center;
  }


#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11dc9086-d74a-42eb-aa40-0d83f2f9894c-root {
    text-align: center;
  }


#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11dc9086-d74a-42eb-aa40-0d83f2f9894c-root {
    text-align: center;
  }


#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11dc9086-d74a-42eb-aa40-0d83f2f9894c-root {
    text-align: center;
  }


#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11dc9086-d74a-42eb-aa40-0d83f2f9894c-root {
    text-align: center;
  }


#s-11dc9086-d74a-42eb-aa40-0d83f2f9894c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f46a9257-02c0-4093-a462-b6bdb28b7cca hr {
  border-top: 2px solid #ddd;
}

#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 {
  
}
}@media (max-width: 767px){#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 {
  
}
}
#s-f2a70e51-fe3a-47c1-88dc-4da251b20631 .shogun-heading-component h1 {
  color: rgba(33, 104, 155, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567 {
  max-width: 820px;
aspect-ratio: 820/632;
text-align: center;
}





  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image,
  #s-66759faf-5361-456a-b4ae-2ccbb64da567 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 {
    width: 100%;
    height: auto;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-66759faf-5361-456a-b4ae-2ccbb64da567 .shogun-image-content {
  
    align-items: center;
  
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image,
  #s-66759faf-5361-456a-b4ae-2ccbb64da567 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 {
    width: 100%;
    height: auto;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-66759faf-5361-456a-b4ae-2ccbb64da567 .shogun-image-content {
  
    align-items: center;
  
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image {
  box-sizing: border-box;
}

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



  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image,
  #s-66759faf-5361-456a-b4ae-2ccbb64da567 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 {
    width: 100%;
    height: auto;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-66759faf-5361-456a-b4ae-2ccbb64da567 .shogun-image-content {
  
    align-items: center;
  
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image {
  box-sizing: border-box;
}

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



  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image,
  #s-66759faf-5361-456a-b4ae-2ccbb64da567 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 {
    width: 100%;
    height: auto;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-66759faf-5361-456a-b4ae-2ccbb64da567 .shogun-image-content {
  
    align-items: center;
  
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image {
  box-sizing: border-box;
}

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



  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image,
  #s-66759faf-5361-456a-b4ae-2ccbb64da567 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 {
    width: 100%;
    height: auto;
  }

  #s-66759faf-5361-456a-b4ae-2ccbb64da567 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-66759faf-5361-456a-b4ae-2ccbb64da567 .shogun-image-content {
  
    align-items: center;
  
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66759faf-5361-456a-b4ae-2ccbb64da567.shogun-image {
  box-sizing: border-box;
}

}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}