.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-21ead798-fdf3-4a7e-bbfe-c8aa8d64e07c {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
min-height: 50px;
}








#s-21ead798-fdf3-4a7e-bbfe-c8aa8d64e07c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ead798-fdf3-4a7e-bbfe-c8aa8d64e07c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-18983c33-abac-48d9-8a9b-ac884d221dbe {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-18983c33-abac-48d9-8a9b-ac884d221dbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b4d7ade1-973f-4eb3-9ac0-3a8f4be948f6 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-a32c9599-b532-409b-b3e4-fb444a663aaa {
  padding-left: 10%;
padding-right: 10%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a32c9599-b532-409b-b3e4-fb444a663aaa {
  padding-left: 25%;
padding-right: 25%;
}
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a32c9599-b532-409b-b3e4-fb444a663aaa img.shogun-image {
  width: 100%;
}



}
#s-3c2bae6f-0b9d-4c57-9f06-0b51799c2184 {
  display: none;
}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-d11334cc-bce7-40af-8f55-3ca52126e932 .shg-gallery-dot {
  background-color: #FFF;
}

#s-f1d2cbfa-6e64-4646-9583-90662804e24a {
  display: none;
}
.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-08c2c074-c46b-4342-9de9-dd1f8edee022 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08c2c074-c46b-4342-9de9-dd1f8edee022 .shogun-heading-component h1 {
  color: rgba(10, 46, 99, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c4e337cb-da02-49f3-8093-c5b0181517d5 {
  margin-top: 20px;
}

#s-f468ff63-23e1-4042-ad6d-62d19dde9466 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-6c9f4e1a-8566-401e-b922-84e8622d6fe8 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(68, 133, 229, 1);
cursor: pointer;
text-align: left;
}
#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9-atc-btn-wrapper {
    text-align: left;
  }


#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}

#s-4071b7c4-efd6-47d4-95ac-ea4f9ee240d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-18778c05-9e7a-49be-b6d8-edbe994d94c6 {
  margin-top: 60px;
margin-bottom: 60px;
min-height: 50px;
background-color: rgba(68, 133, 229, 0.06);
}








#s-18778c05-9e7a-49be-b6d8-edbe994d94c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18778c05-9e7a-49be-b6d8-edbe994d94c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdc7ef24-8290-4e2e-9e1e-f8c97b1993ea {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fdc7ef24-8290-4e2e-9e1e-f8c97b1993ea {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-fdc7ef24-8290-4e2e-9e1e-f8c97b1993ea {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-fdc7ef24-8290-4e2e-9e1e-f8c97b1993ea .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.1em;
  letter-spacing: 0px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-79a5aa82-7f0d-4d1f-bb12-f93b6d1d478d {
  margin-left: 20%;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-79a5aa82-7f0d-4d1f-bb12-f93b6d1d478d {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79a5aa82-7f0d-4d1f-bb12-f93b6d1d478d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
}






  #s-79a5aa82-7f0d-4d1f-bb12-f93b6d1d478d img.shogun-image {
    

    
    
    
  }


#s-79a5aa82-7f0d-4d1f-bb12-f93b6d1d478d .shogun-image-content {
  
    align-items: center;
  
}

#s-41d0fc86-1aef-411a-9044-05b580e49e2f {
  min-height: 50px;
}








#s-41d0fc86-1aef-411a-9044-05b580e49e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d0fc86-1aef-411a-9044-05b580e49e2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d86d9e99-c5d5-42c5-a91b-19f862e35a27 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d86d9e99-c5d5-42c5-a91b-19f862e35a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86d9e99-c5d5-42c5-a91b-19f862e35a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb {
  margin-left: 1%;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb {
  display: none;
}
#s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb, #wrap-s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8bbe91a-d41c-49c4-b418-171fd68a7dbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7c1086db-6f89-4ab9-83c7-dd01aba01447 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c1086db-6f89-4ab9-83c7-dd01aba01447 {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
}
}
#s-7c1086db-6f89-4ab9-83c7-dd01aba01447 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-28d0068f-aa70-431d-9724-e3883715f4da {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-28d0068f-aa70-431d-9724-e3883715f4da {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-5b446575-ff53-4b38-92a0-70cd6b124cfe {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b446575-ff53-4b38-92a0-70cd6b124cfe {
  margin-top: 10px;
margin-right: 10px;
}
}






  #s-5b446575-ff53-4b38-92a0-70cd6b124cfe img.shogun-image {
    

    
    
    
  }


#s-5b446575-ff53-4b38-92a0-70cd6b124cfe .shogun-image-content {
  
    align-items: center;
  
}

#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe {
  display: none;
}
#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe, #wrap-s-9f7024e8-48eb-4eeb-96d8-c741c08faafe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe {
  display: none;
}
#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe, #wrap-s-9f7024e8-48eb-4eeb-96d8-c741c08faafe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe {
  margin-left: 1%;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe, #wrap-s-9f7024e8-48eb-4eeb-96d8-c741c08faafe { display:none !important; }}@media (max-width: 767px){#s-9f7024e8-48eb-4eeb-96d8-c741c08faafe {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-9f7024e8-48eb-4eeb-96d8-c741c08faafe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f7024e8-48eb-4eeb-96d8-c741c08faafe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9f7024e8-48eb-4eeb-96d8-c741c08faafe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f7024e8-48eb-4eeb-96d8-c741c08faafe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-38894813-d58c-46cd-b636-211ff015b08a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38894813-d58c-46cd-b636-211ff015b08a {
  margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-38894813-d58c-46cd-b636-211ff015b08a {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
}
}
#s-38894813-d58c-46cd-b636-211ff015b08a .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-38894813-d58c-46cd-b636-211ff015b08a .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d4b73738-9475-4d91-9ca2-028a30909295 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4b73738-9475-4d91-9ca2-028a30909295 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-d4b73738-9475-4d91-9ca2-028a30909295 {
  margin-bottom: 30px;
}
}
#s-bda22781-ead5-42a0-9767-71bd6ff914ee {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bda22781-ead5-42a0-9767-71bd6ff914ee {
  margin-top: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-bda22781-ead5-42a0-9767-71bd6ff914ee {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-bda22781-ead5-42a0-9767-71bd6ff914ee img.shogun-image {
    

    
    
    
  }


#s-bda22781-ead5-42a0-9767-71bd6ff914ee .shogun-image-content {
  
    align-items: center;
  
}

#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 {
  display: none;
}
#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079, #wrap-s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 {
  display: none;
}
#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079, #wrap-s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079, #wrap-s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 { display:none !important; }}@media (max-width: 767px){#s-d9287b82-6df8-49b4-ae31-55e9f4ac7079 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d9287b82-6df8-49b4-ae31-55e9f4ac7079"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9287b82-6df8-49b4-ae31-55e9f4ac7079"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9287b82-6df8-49b4-ae31-55e9f4ac7079"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9287b82-6df8-49b4-ae31-55e9f4ac7079"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-d9287b82-6df8-49b4-ae31-55e9f4ac7079"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b7cc40e-5125-44ab-97fa-6e2e033dbf32 {
  text-align: center;
}







  #s-1b7cc40e-5125-44ab-97fa-6e2e033dbf32 img.shogun-image {
    

    
    
    
  }


#s-1b7cc40e-5125-44ab-97fa-6e2e033dbf32 .shogun-image-content {
  
    align-items: center;
  
}

#s-86f44ef8-fe9b-44e4-ba5d-e0771f5f7dce {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-86f44ef8-fe9b-44e4-ba5d-e0771f5f7dce {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86f44ef8-fe9b-44e4-ba5d-e0771f5f7dce {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-86f44ef8-fe9b-44e4-ba5d-e0771f5f7dce {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-86f44ef8-fe9b-44e4-ba5d-e0771f5f7dce .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-9b0be524-e137-4818-aed0-e6643de5020e {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-9b0be524-e137-4818-aed0-e6643de5020e {
  margin-bottom: 25px;
}
}
#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 {
  display: none;
}
#s-90c16dc8-6377-4129-8fd9-311bf1ed61f6, #wrap-s-90c16dc8-6377-4129-8fd9-311bf1ed61f6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-90c16dc8-6377-4129-8fd9-311bf1ed61f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-90c16dc8-6377-4129-8fd9-311bf1ed61f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-90c16dc8-6377-4129-8fd9-311bf1ed61f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c16dc8-6377-4129-8fd9-311bf1ed61f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-798d5d54-9980-4a3b-a8d8-6dbcf7401ae1 {
  text-align: center;
}







  #s-798d5d54-9980-4a3b-a8d8-6dbcf7401ae1 img.shogun-image {
    

    
    
    
  }


#s-798d5d54-9980-4a3b-a8d8-6dbcf7401ae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e4cb663-3bc0-4c52-b4bd-82c0b9d8da39 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6e4cb663-3bc0-4c52-b4bd-82c0b9d8da39 {
  margin-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e4cb663-3bc0-4c52-b4bd-82c0b9d8da39 {
  margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
}
#s-6e4cb663-3bc0-4c52-b4bd-82c0b9d8da39 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-2d5f804a-5276-47ce-b8a2-6e56a5ac1e83 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a2b5ae7a-719e-4d2c-b160-45b47557f472 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-a2b5ae7a-719e-4d2c-b160-45b47557f472 {
  display: none;
}
#s-a2b5ae7a-719e-4d2c-b160-45b47557f472, #wrap-s-a2b5ae7a-719e-4d2c-b160-45b47557f472 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b5ae7a-719e-4d2c-b160-45b47557f472 {
  display: none;
}
#s-a2b5ae7a-719e-4d2c-b160-45b47557f472, #wrap-s-a2b5ae7a-719e-4d2c-b160-45b47557f472 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2b5ae7a-719e-4d2c-b160-45b47557f472 {
  display: none;
}
#s-a2b5ae7a-719e-4d2c-b160-45b47557f472, #wrap-s-a2b5ae7a-719e-4d2c-b160-45b47557f472 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a2b5ae7a-719e-4d2c-b160-45b47557f472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2b5ae7a-719e-4d2c-b160-45b47557f472"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2b5ae7a-719e-4d2c-b160-45b47557f472"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2b5ae7a-719e-4d2c-b160-45b47557f472"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-750548ff-187b-47a8-98ae-91efc5bb7550 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-750548ff-187b-47a8-98ae-91efc5bb7550 {
  margin-top: 5px;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-750548ff-187b-47a8-98ae-91efc5bb7550 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 11px;
padding-bottom: 11px;
}
}
#s-750548ff-187b-47a8-98ae-91efc5bb7550 .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-cbb24799-8239-4f55-8985-94088c174f17 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

#s-53113db6-82a8-4a87-a6cb-47acce3684f4 {
  text-align: center;
}







  #s-53113db6-82a8-4a87-a6cb-47acce3684f4 img.shogun-image {
    

    
    
    
  }


#s-53113db6-82a8-4a87-a6cb-47acce3684f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-995c92b2-0845-42a7-bd4d-629b1eba5daf {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-995c92b2-0845-42a7-bd4d-629b1eba5daf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-995c92b2-0845-42a7-bd4d-629b1eba5daf {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-995c92b2-0845-42a7-bd4d-629b1eba5daf {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-995c92b2-0845-42a7-bd4d-629b1eba5daf {
  display: none;
}
#s-995c92b2-0845-42a7-bd4d-629b1eba5daf, #wrap-s-995c92b2-0845-42a7-bd4d-629b1eba5daf { display:none !important; }}
@media (min-width: 0px) {
[id="s-995c92b2-0845-42a7-bd4d-629b1eba5daf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-995c92b2-0845-42a7-bd4d-629b1eba5daf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-995c92b2-0845-42a7-bd4d-629b1eba5daf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-995c92b2-0845-42a7-bd4d-629b1eba5daf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-13315fab-1501-4091-bfb3-9d02ca8e9e83 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-13315fab-1501-4091-bfb3-9d02ca8e9e83 {
  margin-top: 5px;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-13315fab-1501-4091-bfb3-9d02ca8e9e83 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-46b4959f-a8b4-4ef0-84a1-0b90190a3188 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-46b4959f-a8b4-4ef0-84a1-0b90190a3188 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-c0343cf9-3c7b-4394-9ed7-2871b1154edb {
  text-align: center;
}







  #s-c0343cf9-3c7b-4394-9ed7-2871b1154edb img.shogun-image {
    

    
    
    
  }


#s-c0343cf9-3c7b-4394-9ed7-2871b1154edb .shogun-image-content {
  
    align-items: center;
  
}

#s-5101b04e-bc63-47a0-87da-dc6776b6247f {
  margin-top: 80px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5101b04e-bc63-47a0-87da-dc6776b6247f {
  margin-top: 30px;
}
}
#s-5101b04e-bc63-47a0-87da-dc6776b6247f .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-9cb76369-3dc1-4d98-a2de-53372ab7ccf3 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9cb76369-3dc1-4d98-a2de-53372ab7ccf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cb76369-3dc1-4d98-a2de-53372ab7ccf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-ce83d522-7612-45f5-b1ce-696726f58322 {
  text-align: left;
}


  #s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(4, 29, 59, 1);
  font-family: manrope;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-ce83d522-7612-45f5-b1ce-696726f58322 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-4e00b433-329d-4061-bb40-0871931fb0d0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e00b433-329d-4061-bb40-0871931fb0d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-0fbe8921-bfa7-49e7-ab89-80b9f37c178f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fbe8921-bfa7-49e7-ab89-80b9f37c178f {
  margin-left: 15%;
margin-right: 15%;
}
}






  #s-0fbe8921-bfa7-49e7-ab89-80b9f37c178f img.shogun-image {
    

    
    
    
  }


#s-0fbe8921-bfa7-49e7-ab89-80b9f37c178f .shogun-image-content {
  
    align-items: center;
  
}

#s-1b0f95d8-536e-43dc-9b84-c2c1eea0e1db {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b0f95d8-536e-43dc-9b84-c2c1eea0e1db .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-76c975b8-8a49-4185-b41d-0414a8ddbe02 {
  margin-bottom: 30px;
}

#s-dab18330-137a-4732-a4ad-da2f58bb7dd8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.5px);
}

}

@media (min-width: 992px) {
[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.5px);
}

}

@media (min-width: 1200px) {
[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.5px);
}

[id="s-dab18330-137a-4732-a4ad-da2f58bb7dd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.5px);
}

}

#s-523ae327-559b-4048-befa-fc5efe708b8b {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-523ae327-559b-4048-befa-fc5efe708b8b .shogun-heading-component h1 {
  color: rgba(22, 67, 88, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-80f67c30-0f11-4282-8a4b-6376a0f4768c {
  margin-bottom: 30px;
}

#s-582b7bff-8e56-4598-b8f4-801df7af18a2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-582b7bff-8e56-4598-b8f4-801df7af18a2 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-582b7bff-8e56-4598-b8f4-801df7af18a2 {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-582b7bff-8e56-4598-b8f4-801df7af18a2 img.shogun-image {
    

    
    
    
  }


#s-582b7bff-8e56-4598-b8f4-801df7af18a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e2a6c92-7bab-496a-9d46-565beff4a259 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9e2a6c92-7bab-496a-9d46-565beff4a259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e2a6c92-7bab-496a-9d46-565beff4a259.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-49486f18-0ec4-4a24-abf9-2773922520cd {
  margin-left: 2%;
margin-right: 2%;
}

#s-49486f18-0ec4-4a24-abf9-2773922520cd hr {
  border-top: 2px solid #ddd;
}

#s-26539cd2-5f7a-4d17-865a-e7f1fc993fb2 {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
min-height: 50px;
}








#s-26539cd2-5f7a-4d17-865a-e7f1fc993fb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26539cd2-5f7a-4d17-865a-e7f1fc993fb2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df630aa6-c67c-4868-bcee-39d896db2b79 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df630aa6-c67c-4868-bcee-39d896db2b79 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-3a1e3762-1232-4483-a438-2c8664bfb3d8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3a1e3762-1232-4483-a438-2c8664bfb3d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-fafa9bd6-32fd-408a-ac89-a650440e2f2c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fafa9bd6-32fd-408a-ac89-a650440e2f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fafa9bd6-32fd-408a-ac89-a650440e2f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 {
  margin-left: 15%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 {
  margin-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 {
  margin-bottom: 20px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 {
  margin-left: 0%;
margin-bottom: 10px;
}
}






  #s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 img.shogun-image {
    

    
    
    
  }


#s-f8fb9f55-a783-4957-89b0-46e00e2ce0a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7ee473c-8f4f-4c46-a3b3-e11273656afe {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-9bcc11bb-3236-46b8-b436-bca0435516f6 {
  display: none;
}
#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf {
  margin-left: 50px;
margin-right: 50px;
padding-top: 12px;
padding-left: 51px;
padding-bottom: 12px;
padding-right: 51px;
border-radius: 30px;
background-color: rgba(75, 143, 231, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf-atc-btn-wrapper {
    text-align: left;
  }


#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-7f40cc56-6067-4ef0-88d5-bfb1fd3d6acf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e30903c-f22e-4884-8b41-1ab67fca8ddd {
  min-height: 50px;
}








#s-8e30903c-f22e-4884-8b41-1ab67fca8ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e30903c-f22e-4884-8b41-1ab67fca8ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e934c60d-6680-446a-a085-ee353a8e0caf {
  min-height: 50px;
background-color: rgba(0, 134, 200, 0.09);
}








#s-e934c60d-6680-446a-a085-ee353a8e0caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e934c60d-6680-446a-a085-ee353a8e0caf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c224e79-63f2-4984-84e3-1544d465ae39 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-6c224e79-63f2-4984-84e3-1544d465ae39 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4db73477-15f5-4b3d-9ebb-50026ffd9ebe {
  margin-top: 5px;
margin-left: 25%;
margin-bottom: 25px;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4db73477-15f5-4b3d-9ebb-50026ffd9ebe {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-4db73477-15f5-4b3d-9ebb-50026ffd9ebe {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 60px;
}
@media (min-width: 1200px){#s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae {
  display: none;
}
#s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae, #wrap-s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae { display:none !important; }}
@media (min-width: 0px) {
[id="s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e8ac04d-c606-47fb-891a-b4ad7f2dafae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a183f15f-c5e1-423e-a694-f5dad20a43aa {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a183f15f-c5e1-423e-a694-f5dad20a43aa {
  margin-left: 15%;
margin-right: 15%;
}
}






  #s-a183f15f-c5e1-423e-a694-f5dad20a43aa img.shogun-image {
    

    
    
    
  }


#s-a183f15f-c5e1-423e-a694-f5dad20a43aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c7c119e9-467e-4893-9518-aab41783bd76 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7c119e9-467e-4893-9518-aab41783bd76 {
  margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-1422dd2b-72d6-4583-bfe3-bc8f2ec431bb {
  margin-bottom: 40px;
}
}
#s-11b19d86-712c-48e9-b89e-4207ed6074a1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-11b19d86-712c-48e9-b89e-4207ed6074a1 {
  margin-left: 15%;
margin-right: 15%;
}
}






  #s-11b19d86-712c-48e9-b89e-4207ed6074a1 img.shogun-image {
    

    
    
    
  }


#s-11b19d86-712c-48e9-b89e-4207ed6074a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d961ad7c-8406-4684-b995-651842cdbf6d {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d961ad7c-8406-4684-b995-651842cdbf6d {
  margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-fcaf21cd-720e-4508-a31b-a25218d419ac {
  margin-bottom: 40px;
}
}
#s-d88753c6-6ecb-4e87-b3c5-29b3b5f62e4d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d88753c6-6ecb-4e87-b3c5-29b3b5f62e4d {
  margin-left: 15%;
margin-right: 15%;
}
}






  #s-d88753c6-6ecb-4e87-b3c5-29b3b5f62e4d img.shogun-image {
    

    
    
    
  }


#s-d88753c6-6ecb-4e87-b3c5-29b3b5f62e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-9f9ea477-9c8c-4a98-826e-6aed9e5ffa95 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9ea477-9c8c-4a98-826e-6aed9e5ffa95 {
  margin-bottom: 20px;
}
}
#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 60px;
}
@media (min-width: 1200px){#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 {
  display: none;
}
#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674, #wrap-s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 {
  display: none;
}
#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674, #wrap-s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 {
  display: none;
}
#s-9f7155b9-94bf-4e1c-aab3-ce56a705c674, #wrap-s-9f7155b9-94bf-4e1c-aab3-ce56a705c674 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9f7155b9-94bf-4e1c-aab3-ce56a705c674"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f7155b9-94bf-4e1c-aab3-ce56a705c674"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f7155b9-94bf-4e1c-aab3-ce56a705c674"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f7155b9-94bf-4e1c-aab3-ce56a705c674"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-29cba2f4-c2f3-40b3-b4da-54be13067a0b {
  text-align: center;
}







  #s-29cba2f4-c2f3-40b3-b4da-54be13067a0b img.shogun-image {
    

    
    
    
  }


#s-29cba2f4-c2f3-40b3-b4da-54be13067a0b .shogun-image-content {
  
    align-items: center;
  
}

#s-cb658fa3-0d7d-4188-acdf-b3468ccb1568 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-cb658fa3-0d7d-4188-acdf-b3468ccb1568 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-6fdd4353-21bf-4b81-a896-cae5e17b5a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fdd4353-21bf-4b81-a896-cae5e17b5a65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6fdd4353-21bf-4b81-a896-cae5e17b5a65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fdd4353-21bf-4b81-a896-cae5e17b5a65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-68eda472-a13e-4600-822a-f8ba7256a734 {
  text-align: center;
}







  #s-68eda472-a13e-4600-822a-f8ba7256a734 img.shogun-image {
    

    
    
    
  }


#s-68eda472-a13e-4600-822a-f8ba7256a734 .shogun-image-content {
  
    align-items: center;
  
}

#s-229eee45-92a9-4825-89a0-ab3ba0fdd6ba {
  margin-bottom: 0px;
}

#s-3e423f65-be24-4057-a9be-556eb5ff3307 {
  min-height: 50px;
}








#s-3e423f65-be24-4057-a9be-556eb5ff3307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e423f65-be24-4057-a9be-556eb5ff3307.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00acfe9f-507a-4078-9eae-f67880556d9e {
  text-align: center;
}







  #s-00acfe9f-507a-4078-9eae-f67880556d9e img.shogun-image {
    

    
    
    
  }


#s-00acfe9f-507a-4078-9eae-f67880556d9e .shogun-image-content {
  
    align-items: center;
  
}

#s-44690b84-52ef-4bbd-b0ca-62f8ffbe4f9c {
  margin-bottom: 0px;
}

#s-3f4824bd-f451-4719-90f4-f4b522277fd3 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-3f4824bd-f451-4719-90f4-f4b522277fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f4824bd-f451-4719-90f4-f4b522277fd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08c26ecb-bddf-4d30-b5fb-8bd9b7be1002 hr {
  border-top: 2px solid #ddd;
}

#s-ad572e45-5681-4073-b401-183ab4edf92d {
  margin-top: 50px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad572e45-5681-4073-b401-183ab4edf92d .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-8f129027-d5a4-4267-8941-7a00bcef730c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-2ab78734-8afd-4e7d-a298-fab83fdd0246 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 90px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2ab78734-8afd-4e7d-a298-fab83fdd0246 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ab78734-8afd-4e7d-a298-fab83fdd0246 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-2ab78734-8afd-4e7d-a298-fab83fdd0246"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2ab78734-8afd-4e7d-a298-fab83fdd0246"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ab78734-8afd-4e7d-a298-fab83fdd0246"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ab78734-8afd-4e7d-a298-fab83fdd0246"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15a6ecaa-eeaa-4e6a-b77a-338f790c914b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-15a6ecaa-eeaa-4e6a-b77a-338f790c914b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a6ecaa-eeaa-4e6a-b77a-338f790c914b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f863042f-196e-4d91-9204-f784413d4566 {
  margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
max-width: 175px;
text-align: center;
}
@media (max-width: 767px){#s-f863042f-196e-4d91-9204-f784413d4566 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}






  #s-f863042f-196e-4d91-9204-f784413d4566 img.shogun-image {
    

    
    
    
  }


#s-f863042f-196e-4d91-9204-f784413d4566 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a3d762-cb0a-4310-a038-2b83e37fbabb {
  margin-bottom: 0px;
}

#s-9cba104f-3ae4-4e36-9745-9aa389cdb96b hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

@media (min-width: 0px) {
[id="s-9596bafd-e0e7-4906-b191-5c886d18931a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9596bafd-e0e7-4906-b191-5c886d18931a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9596bafd-e0e7-4906-b191-5c886d18931a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9596bafd-e0e7-4906-b191-5c886d18931a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-9558bed4-ad30-4451-a3fd-782a7e6ced10 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-9558bed4-ad30-4451-a3fd-782a7e6ced10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9558bed4-ad30-4451-a3fd-782a7e6ced10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97ef7f2e-8606-4267-8e17-6950fc1dfb2c {
  margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
max-width: 175px;
text-align: center;
}
@media (max-width: 767px){#s-97ef7f2e-8606-4267-8e17-6950fc1dfb2c {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}






  #s-97ef7f2e-8606-4267-8e17-6950fc1dfb2c img.shogun-image {
    

    
    
    
  }


#s-97ef7f2e-8606-4267-8e17-6950fc1dfb2c .shogun-image-content {
  
    align-items: center;
  
}

#s-3de85cf3-b85e-4c92-9501-e4ec6c890802 {
  margin-bottom: 0px;
}

#s-463a4df1-9aeb-4fbd-8be6-6a38de139c3e hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

@media (min-width: 0px) {
[id="s-92f730e8-831b-4713-aa57-8df3f323a18a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92f730e8-831b-4713-aa57-8df3f323a18a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-92f730e8-831b-4713-aa57-8df3f323a18a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-92f730e8-831b-4713-aa57-8df3f323a18a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fb9f9a44-c25d-4c59-bf29-db237f0eaff4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-fb9f9a44-c25d-4c59-bf29-db237f0eaff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9f9a44-c25d-4c59-bf29-db237f0eaff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b4ea097-2d16-4d67-98dd-100b37138e59 {
  margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
max-width: 175px;
text-align: center;
}
@media (max-width: 767px){#s-8b4ea097-2d16-4d67-98dd-100b37138e59 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}






  #s-8b4ea097-2d16-4d67-98dd-100b37138e59 img.shogun-image {
    

    
    
    
  }


#s-8b4ea097-2d16-4d67-98dd-100b37138e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-eeee9975-e6b5-4d39-b1af-09a9962dda35 {
  margin-bottom: 0px;
}

#s-3a7ca3d1-4952-44ad-9f32-ea6a1660d74e hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

@media (min-width: 0px) {
[id="s-8fc60e56-76a5-4af0-a12e-7ae6ea651e85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fc60e56-76a5-4af0-a12e-7ae6ea651e85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8fc60e56-76a5-4af0-a12e-7ae6ea651e85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8fc60e56-76a5-4af0-a12e-7ae6ea651e85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d1044594-e6f2-4968-b300-614596ae8db5 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
background-color: rgba(247, 253, 255, 1);
}
@media (max-width: 767px){#s-d1044594-e6f2-4968-b300-614596ae8db5 {
  margin-top: 0px;
}
}







#s-d1044594-e6f2-4968-b300-614596ae8db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1044594-e6f2-4968-b300-614596ae8db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbc311d2-8f98-43a2-80ad-fb91843fcc92 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 50px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-fbc311d2-8f98-43a2-80ad-fb91843fcc92 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
}
}
#s-fbc311d2-8f98-43a2-80ad-fb91843fcc92 .shogun-heading-component h1 {
  color: rgba(0, 46, 93, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-10f69da4-769a-47ad-9da1-3f8459e58f59 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-10f69da4-769a-47ad-9da1-3f8459e58f59 {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10f69da4-769a-47ad-9da1-3f8459e58f59 {
  margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
}@media (max-width: 767px){#s-10f69da4-769a-47ad-9da1-3f8459e58f59 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-10f69da4-769a-47ad-9da1-3f8459e58f59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-10f69da4-769a-47ad-9da1-3f8459e58f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10f69da4-769a-47ad-9da1-3f8459e58f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10f69da4-769a-47ad-9da1-3f8459e58f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21b47719-e36d-4a4a-96f9-35670643bc64 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
min-height: 50px;
}








#s-21b47719-e36d-4a4a-96f9-35670643bc64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b47719-e36d-4a4a-96f9-35670643bc64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3966e5d4-5052-49e7-9011-024b9034bece {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3966e5d4-5052-49e7-9011-024b9034bece .shogun-heading-component h1 {
  color: rgba(75, 143, 231, 1);
  font-weight:  700 ;
  font-family: "Manrope";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-dcdc9644-523a-42f8-9df9-49a04b130139 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0%;
}

#s-c0d5bf35-0747-46c9-8a72-0c40902c09df {
  margin-bottom: 10px;
}

#s-20cbd4f4-4058-4e25-9f00-8209141f85e9 {
  margin-bottom: 10px;
}

#s-ebda72b8-5cc9-4d3e-b1d4-e29775d5f5f6 {
  margin-bottom: 10px;
}

#s-f2d92228-dce0-4c83-8536-64ac0ae7488e {
  margin-bottom: 10px;
}

#s-327da59d-01f1-4e9a-8e75-d09598fe88f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-327da59d-01f1-4e9a-8e75-d09598fe88f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-327da59d-01f1-4e9a-8e75-d09598fe88f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ede4eead-26f7-45e1-b227-a4432467c0f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ede4eead-26f7-45e1-b227-a4432467c0f9 .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  700 ;
  font-family: "Manrope";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ffa15f84-13f1-47e2-951b-15a2503747db {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2ff19cc7-a941-4be6-bb59-14f098280f08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cd5044da-7d22-47bf-b183-90aea3d3f6ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a8864eb5-201b-41e0-8ff5-dd9a069d900b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7eac458d-f9d6-41ea-a5ee-71ecc69ae971 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-08a6a7f7-4aa0-4013-9d8f-ca62dfc011c2 {
  margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08a6a7f7-4aa0-4013-9d8f-ca62dfc011c2 {
  margin-left: 5%;
}
}







#s-08a6a7f7-4aa0-4013-9d8f-ca62dfc011c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08a6a7f7-4aa0-4013-9d8f-ca62dfc011c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a658a240-fc74-426d-853b-59b23e203213 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a658a240-fc74-426d-853b-59b23e203213 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a658a240-fc74-426d-853b-59b23e203213 .shogun-heading-component h1 {
  color: rgba(4, 29, 59, 1);
  font-weight:  normal ;
  font-family: "Hatton-Semibold";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 992px) and (max-width: 1199px){#s-88b64828-507a-45e2-800b-9ecc329621c2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88b64828-507a-45e2-800b-9ecc329621c2 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 18px;
}

#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 46, 93, 1);
}

#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 46, 93, 1);
  text-align: left;
  font-family: Manrope;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-88b64828-507a-45e2-800b-9ecc329621c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-22204ef6-52a5-4356-a96f-ee0d8f37df9f hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

#s-2d7de689-4d98-42f1-a0dc-e0447bc15961 hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

#s-5b30cc33-b87d-4b38-b4d9-9900512704cf hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

#s-a8949b3c-1870-4c7a-b62e-91f8f842a1c9 hr {
  border-top: 2px solid rgba(0, 46, 93, 1);
}

#s-a0c0875c-e4ef-4198-91f9-ac577f9e34e3 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 0%;
}

#s-46057b2a-a5c3-4112-88d3-0deffe5a7007 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 0%;
}

#s-3d5304f6-eef4-47ff-aa9c-bed53315f73a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 0%;
}

#s-10467836-9d0b-4802-bf9d-1b7334d9ca41 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 50px;
margin-right: 0%;
}

#s-b7d30402-4927-4af0-bbf2-4846cb38f15e {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
}

#s-9f010cf6-d7fc-4dd7-97b6-2615a53c4404 {
  min-height: 50px;
}








#s-9f010cf6-d7fc-4dd7-97b6-2615a53c4404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f010cf6-d7fc-4dd7-97b6-2615a53c4404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d05b0524-dbc7-44d5-a5cf-f5ef44a0cfc6 {
  margin-left: 5%;
margin-bottom: 70px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d05b0524-dbc7-44d5-a5cf-f5ef44a0cfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d05b0524-dbc7-44d5-a5cf-f5ef44a0cfc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aee5e8d-67a4-4fab-9682-05c4425693e7 hr {
  border-top: 2px solid #ddd;
}

#s-9871eae2-7703-4e9a-851d-fe4af08c76d2 {
  background-repeat: no-repeat;
margin-bottom: 75px;
min-height: 500px;
}
@media (max-width: 767px){#s-9871eae2-7703-4e9a-851d-fe4af08c76d2 {
  margin-top: 30px;
}
}
#s-9871eae2-7703-4e9a-851d-fe4af08c76d2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGEyYWUyN2EtYTFiNS00MjUyLThlMWMtNWQ1NDA1NDBhNDc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjE5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlMGYzZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTQwOTA5MDkwOTA5MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2Y0ZjRmNDtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZGEyYWUyN2EtYTFiNS00MjUyLThlMWMtNWQ1NDA1NDBhNDc0KSIvPjwvc3ZnPg==);
}








#s-9871eae2-7703-4e9a-851d-fe4af08c76d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9871eae2-7703-4e9a-851d-fe4af08c76d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(75, 143, 231, 1);
text-align: center;
text-decoration: none;
}
#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6-root {
    text-align: center;
  }


#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6-root {
    text-align: center;
  }


#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6-root {
    text-align: center;
  }


#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6-root {
    text-align: center;
  }


#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6-root {
    text-align: center;
  }


#s-ac9a0a88-3cac-41d5-b6fc-f174e22abfe6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Manrope;
  display:  inline-block ;
}
}
#s-e559bda6-2481-415a-ad7e-fd62cac270bb {
  min-height: 50px;
}








#s-e559bda6-2481-415a-ad7e-fd62cac270bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e559bda6-2481-415a-ad7e-fd62cac270bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}