.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

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

.shg-box-vertical-align-bottom {
  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-b6e4f4c8-2265-4a6a-9f19-d492899239cd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd {
  
}
}@media (max-width: 767px){#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd {
  display: none;
}
#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd, #wrap-s-b6e4f4c8-2265-4a6a-9f19-d492899239cd { display: none !important; }}







#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6e4f4c8-2265-4a6a-9f19-d492899239cd.shg-box.shg-c {
  justify-content: center;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: 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-e0f9fd6a-8a20-4b44-9d28-838c900604e3 {
  min-height: 1px;
max-width: 1000px;
text-align: center;
}
@media (min-width: 1200px){#s-e0f9fd6a-8a20-4b44-9d28-838c900604e3 {
  max-width: 999px;
}
}@media (max-width: 767px){#s-e0f9fd6a-8a20-4b44-9d28-838c900604e3 {
  min-height: 0px;
}
}






  #s-e0f9fd6a-8a20-4b44-9d28-838c900604e3 img.shogun-image {
    

    
    
    
  }


#s-e0f9fd6a-8a20-4b44-9d28-838c900604e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 {
  display: none;
}
#s-970e1229-a2c5-4e51-a375-dc4d448e33b6, #wrap-s-970e1229-a2c5-4e51-a375-dc4d448e33b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 {
  display: none;
}
#s-970e1229-a2c5-4e51-a375-dc4d448e33b6, #wrap-s-970e1229-a2c5-4e51-a375-dc4d448e33b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 {
  display: none;
}
#s-970e1229-a2c5-4e51-a375-dc4d448e33b6, #wrap-s-970e1229-a2c5-4e51-a375-dc4d448e33b6 { display: none !important; }}@media (max-width: 767px){#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 {
  
}
}







#s-970e1229-a2c5-4e51-a375-dc4d448e33b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-970e1229-a2c5-4e51-a375-dc4d448e33b6.shg-box.shg-c {
  justify-content: center;
}

#s-5fab1a94-9fa8-4fae-b46f-bb605e2b7272 {
  max-width: 1000px;
text-align: center;
}







  #s-5fab1a94-9fa8-4fae-b46f-bb605e2b7272 img.shogun-image {
    

    
    
    
  }


#s-5fab1a94-9fa8-4fae-b46f-bb605e2b7272 .shogun-image-content {
  
    align-items: center;
  
}

#s-374e2ce6-6679-48fd-bf78-d090e585cf85 {
  min-height: 50px;
}








#s-374e2ce6-6679-48fd-bf78-d090e585cf85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-374e2ce6-6679-48fd-bf78-d090e585cf85.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-adee57a2-c9cc-4ad7-92ab-1e2ee5a120a6 {
  margin-top: 25px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adee57a2-c9cc-4ad7-92ab-1e2ee5a120a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.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: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-354606cf-6ad3-40dc-b065-17e265ab213c {
  margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-354606cf-6ad3-40dc-b065-17e265ab213c {
  padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-354606cf-6ad3-40dc-b065-17e265ab213c {
  padding-bottom: 10px;
}
}
#s-c8229c00-eddb-4e36-92a9-c2d990a575b3 {
  min-height: 50px;
}








#s-c8229c00-eddb-4e36-92a9-c2d990a575b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8229c00-eddb-4e36-92a9-c2d990a575b3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-8ac218ad-cdce-4fb3-947b-d59452e068e0 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8ac218ad-cdce-4fb3-947b-d59452e068e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ac218ad-cdce-4fb3-947b-d59452e068e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8ac218ad-cdce-4fb3-947b-d59452e068e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8ac218ad-cdce-4fb3-947b-d59452e068e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-2d086be3-5483-4df8-9d67-fd661ddb5fcc {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-2d086be3-5483-4df8-9d67-fd661ddb5fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d086be3-5483-4df8-9d67-fd661ddb5fcc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ecb1aecb-a1b9-4d8e-a9b0-0802ad5ca273 {
  text-align: center;
}







  #s-ecb1aecb-a1b9-4d8e-a9b0-0802ad5ca273 img.shogun-image {
    

    
    
    
  }


#s-ecb1aecb-a1b9-4d8e-a9b0-0802ad5ca273 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc733d5-287c-4916-8173-94046ea291d2 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
min-height: 50px;
}








#s-2dc733d5-287c-4916-8173-94046ea291d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc733d5-287c-4916-8173-94046ea291d2.shg-box.shg-c {
  justify-content: center;
}

#s-a49f78b1-1fc5-4056-814d-84c5402e637c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-a49f78b1-1fc5-4056-814d-84c5402e637c {
  min-height: 0px;
}
}
#s-a49f78b1-1fc5-4056-814d-84c5402e637c .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6441d1ed-9fec-4741-b57e-a38e5f019e48 {
  text-align: left;
}







  #s-6441d1ed-9fec-4741-b57e-a38e5f019e48 img.shogun-image {
    

    
    
    
  }


#s-6441d1ed-9fec-4741-b57e-a38e5f019e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ef8ae0e-b91d-4db4-aefe-6c14eec3833b {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 145px;
}
@media (max-width: 767px){#s-9ef8ae0e-b91d-4db4-aefe-6c14eec3833b {
  min-height: 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: normal;
  font-family: "Assistant, sans-serif";
}

.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-5c64d204-f05f-4e18-a9e7-24feae5dcb58 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ4YWZlMjYtZWUyYi00NDIwLTk2OGQtMTRlNjY1ZTNjMzAxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDhhZmUyNi1lZTJiLTQ0MjAtOTY4ZC0xNGU2NjVlM2MzMDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c64d204-f05f-4e18-a9e7-24feae5dcb58-root {
    text-align: center;
  }


#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c64d204-f05f-4e18-a9e7-24feae5dcb58-root {
    text-align: center;
  }


#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c64d204-f05f-4e18-a9e7-24feae5dcb58-root {
    text-align: center;
  }


#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c64d204-f05f-4e18-a9e7-24feae5dcb58-root {
    text-align: center;
  }


#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c64d204-f05f-4e18-a9e7-24feae5dcb58-root {
    text-align: center;
  }


#s-5c64d204-f05f-4e18-a9e7-24feae5dcb58.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-6cac6386-0475-48ed-9d45-cc8ece052707 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-6cac6386-0475-48ed-9d45-cc8ece052707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6cac6386-0475-48ed-9d45-cc8ece052707.shg-box.shg-c {
  justify-content: flex-start;
}

#s-77801d8c-7fe8-412f-a9f1-14924146ff12 {
  text-align: center;
}







  #s-77801d8c-7fe8-412f-a9f1-14924146ff12 img.shogun-image {
    

    
    
    
  }


#s-77801d8c-7fe8-412f-a9f1-14924146ff12 .shogun-image-content {
  
    align-items: center;
  
}

#s-bee61014-642a-456e-850f-81fefc34366d {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
min-height: 50px;
}








#s-bee61014-642a-456e-850f-81fefc34366d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bee61014-642a-456e-850f-81fefc34366d.shg-box.shg-c {
  justify-content: center;
}

#s-935188cf-218f-42b6-82dd-56aee8ff8244 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-935188cf-218f-42b6-82dd-56aee8ff8244 {
  min-height: 0px;
}
}
#s-935188cf-218f-42b6-82dd-56aee8ff8244 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-04b38e7f-2b9c-4ec2-a31b-575ff67e069d {
  text-align: left;
}







  #s-04b38e7f-2b9c-4ec2-a31b-575ff67e069d img.shogun-image {
    

    
    
    
  }


#s-04b38e7f-2b9c-4ec2-a31b-575ff67e069d .shogun-image-content {
  
    align-items: center;
  
}

#s-aef35487-9853-418b-b5cc-3f4cc7b2ba4e {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 145px;
}
@media (max-width: 767px){#s-aef35487-9853-418b-b5cc-3f4cc7b2ba4e {
  min-height: 0px;
}
}
#s-9327095d-691c-4a79-a23f-92f2e2c3b755 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-9327095d-691c-4a79-a23f-92f2e2c3b755:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDFiZmQzZDMtZGViMS00YTg3LThmOWMtMmJkNzllOGJmZGNlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMWJmZDNkMy1kZWIxLTRhODctOGY5Yy0yYmQ3OWU4YmZkY2UpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9327095d-691c-4a79-a23f-92f2e2c3b755:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9327095d-691c-4a79-a23f-92f2e2c3b755-root {
    text-align: center;
  }


#s-9327095d-691c-4a79-a23f-92f2e2c3b755.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9327095d-691c-4a79-a23f-92f2e2c3b755-root {
    text-align: center;
  }


#s-9327095d-691c-4a79-a23f-92f2e2c3b755.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9327095d-691c-4a79-a23f-92f2e2c3b755-root {
    text-align: center;
  }


#s-9327095d-691c-4a79-a23f-92f2e2c3b755.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9327095d-691c-4a79-a23f-92f2e2c3b755-root {
    text-align: center;
  }


#s-9327095d-691c-4a79-a23f-92f2e2c3b755.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9327095d-691c-4a79-a23f-92f2e2c3b755-root {
    text-align: center;
  }


#s-9327095d-691c-4a79-a23f-92f2e2c3b755.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ca380060-debb-4ba2-88f7-5033524aa413 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-ca380060-debb-4ba2-88f7-5033524aa413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca380060-debb-4ba2-88f7-5033524aa413.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b1803a1b-1415-47b6-a5d1-b059618d40ba {
  text-align: center;
}







  #s-b1803a1b-1415-47b6-a5d1-b059618d40ba img.shogun-image {
    

    
    
    
  }


#s-b1803a1b-1415-47b6-a5d1-b059618d40ba .shogun-image-content {
  
    align-items: center;
  
}

#s-81edd795-9aa8-400c-98e1-fd9f0689cbbe {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
min-height: 50px;
}








#s-81edd795-9aa8-400c-98e1-fd9f0689cbbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81edd795-9aa8-400c-98e1-fd9f0689cbbe.shg-box.shg-c {
  justify-content: center;
}

#s-18303ee0-790b-4545-ad4e-899c19568751 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-18303ee0-790b-4545-ad4e-899c19568751 {
  min-height: 0px;
}
}
#s-18303ee0-790b-4545-ad4e-899c19568751 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1de81973-4996-4616-b037-37bfaca99de8 {
  text-align: left;
}







  #s-1de81973-4996-4616-b037-37bfaca99de8 img.shogun-image {
    

    
    
    
  }


#s-1de81973-4996-4616-b037-37bfaca99de8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b67b6e8d-a256-472c-b176-b7971c8fb259 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 145px;
}
@media (max-width: 767px){#s-b67b6e8d-a256-472c-b176-b7971c8fb259 {
  min-height: 0px;
}
}
#s-eb9fa115-7320-41f9-8863-81e50246772b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-eb9fa115-7320-41f9-8863-81e50246772b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmYwZTgzMzEtNzE4ZS00OWRhLTljZDItMjU0YWJjOTk1ZWI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZjBlODMzMS03MThlLTQ5ZGEtOWNkMi0yNTRhYmM5OTVlYjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb9fa115-7320-41f9-8863-81e50246772b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb9fa115-7320-41f9-8863-81e50246772b-root {
    text-align: center;
  }


#s-eb9fa115-7320-41f9-8863-81e50246772b.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb9fa115-7320-41f9-8863-81e50246772b-root {
    text-align: center;
  }


#s-eb9fa115-7320-41f9-8863-81e50246772b.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb9fa115-7320-41f9-8863-81e50246772b-root {
    text-align: center;
  }


#s-eb9fa115-7320-41f9-8863-81e50246772b.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb9fa115-7320-41f9-8863-81e50246772b-root {
    text-align: center;
  }


#s-eb9fa115-7320-41f9-8863-81e50246772b.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb9fa115-7320-41f9-8863-81e50246772b-root {
    text-align: center;
  }


#s-eb9fa115-7320-41f9-8863-81e50246772b.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d6d09c0b-58e5-462e-b261-9f05a68a5a4a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d6d09c0b-58e5-462e-b261-9f05a68a5a4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d09c0b-58e5-462e-b261-9f05a68a5a4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d6d09c0b-58e5-462e-b261-9f05a68a5a4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d6d09c0b-58e5-462e-b261-9f05a68a5a4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ed76028b-ab70-410a-a905-00d834d30cdd {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-ed76028b-ab70-410a-a905-00d834d30cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed76028b-ab70-410a-a905-00d834d30cdd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-af67f040-40f6-4c11-961f-7da21521112f {
  text-align: center;
}







  #s-af67f040-40f6-4c11-961f-7da21521112f img.shogun-image {
    

    
    
    
  }


#s-af67f040-40f6-4c11-961f-7da21521112f .shogun-image-content {
  
    align-items: center;
  
}

#s-2350c322-8d43-4c3f-9fdf-043fba99b7f9 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
min-height: 50px;
}








#s-2350c322-8d43-4c3f-9fdf-043fba99b7f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2350c322-8d43-4c3f-9fdf-043fba99b7f9.shg-box.shg-c {
  justify-content: center;
}

#s-d28e1932-bf6a-481f-a1c1-a170171f2b71 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-d28e1932-bf6a-481f-a1c1-a170171f2b71 {
  min-height: 0px;
}
}
#s-d28e1932-bf6a-481f-a1c1-a170171f2b71 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-05feecaa-0ea4-4d0e-908c-7090e86b9c90 {
  text-align: left;
}







  #s-05feecaa-0ea4-4d0e-908c-7090e86b9c90 img.shogun-image {
    

    
    
    
  }


#s-05feecaa-0ea4-4d0e-908c-7090e86b9c90 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a328ed7-5c46-44fb-8996-93c5dfba3240 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 145px;
}
@media (max-width: 767px){#s-5a328ed7-5c46-44fb-8996-93c5dfba3240 {
  min-height: 0px;
}
}
#s-6d1f015d-019c-4be5-b9ad-5268304df32e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-6d1f015d-019c-4be5-b9ad-5268304df32e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE0OGFlNzYtYjVmMC00M2E2LWE0YzItOTlhOTBjMzJiMmMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYTQ4YWU3Ni1iNWYwLTQzYTYtYTRjMi05OWE5MGMzMmIyYzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d1f015d-019c-4be5-b9ad-5268304df32e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d1f015d-019c-4be5-b9ad-5268304df32e-root {
    text-align: center;
  }


#s-6d1f015d-019c-4be5-b9ad-5268304df32e.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d1f015d-019c-4be5-b9ad-5268304df32e-root {
    text-align: center;
  }


#s-6d1f015d-019c-4be5-b9ad-5268304df32e.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d1f015d-019c-4be5-b9ad-5268304df32e-root {
    text-align: center;
  }


#s-6d1f015d-019c-4be5-b9ad-5268304df32e.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d1f015d-019c-4be5-b9ad-5268304df32e-root {
    text-align: center;
  }


#s-6d1f015d-019c-4be5-b9ad-5268304df32e.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d1f015d-019c-4be5-b9ad-5268304df32e-root {
    text-align: center;
  }


#s-6d1f015d-019c-4be5-b9ad-5268304df32e.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-61886986-9bf4-4a5e-99e7-a5701a888710 {
  box-shadow:5px 5px 15px 1px rgba(241, 241, 241, 1);
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-61886986-9bf4-4a5e-99e7-a5701a888710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61886986-9bf4-4a5e-99e7-a5701a888710.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a3b4e1ef-7692-45e4-b25b-818536ccde78 {
  text-align: center;
}







  #s-a3b4e1ef-7692-45e4-b25b-818536ccde78 img.shogun-image {
    

    
    
    
  }


#s-a3b4e1ef-7692-45e4-b25b-818536ccde78 .shogun-image-content {
  
    align-items: center;
  
}

#s-783c01e7-f6e4-417a-b72e-905644e2794a {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
min-height: 50px;
}








#s-783c01e7-f6e4-417a-b72e-905644e2794a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-783c01e7-f6e4-417a-b72e-905644e2794a.shg-box.shg-c {
  justify-content: center;
}

#s-dc9d84a8-b0ad-4e8c-8e61-e90e85c98bb8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 72px;
text-align: left;
}
@media (max-width: 767px){#s-dc9d84a8-b0ad-4e8c-8e61-e90e85c98bb8 {
  min-height: 0px;
}
}
#s-dc9d84a8-b0ad-4e8c-8e61-e90e85c98bb8 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-42f7519f-2970-4a39-bf4b-66244d418ad8 {
  text-align: left;
}







  #s-42f7519f-2970-4a39-bf4b-66244d418ad8 img.shogun-image {
    

    
    
    
  }


#s-42f7519f-2970-4a39-bf4b-66244d418ad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7350b7a4-0cab-4461-92db-d72fe6ae4185 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 145px;
}
@media (max-width: 767px){#s-7350b7a4-0cab-4461-92db-d72fe6ae4185 {
  min-height: 0px;
}
}
#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 12%;
padding-bottom: 10px;
padding-right: 12%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 51, 204, 1);
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 51, 204, 1);
}
#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmI3NDU0NmQtNDY1Yy00NzAwLWE4MDQtYzlhMjVkMWNiNmE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjc0NTQ2ZC00NjVjLTQ3MDAtYTgwNC1jOWEyNWQxY2I2YTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0066ff"}, {"id"=>1, "pos"=>1, "color"=>"#0033cc"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85-root {
    text-align: center;
  }


#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85-root {
    text-align: center;
  }


#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85-root {
    text-align: center;
  }


#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85-root {
    text-align: center;
  }


#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85-root {
    text-align: center;
  }


#s-35d8751c-f5b9-4b00-8c2f-02d71ee2db85.shg-btn {
  color: rgba(0, 51, 204, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-281c7fe6-4e39-4dfb-8ca9-bdd2aeec46e2 {
  padding-top: 0px;
padding-bottom: 2px;
min-height: 10px;
}








#s-281c7fe6-4e39-4dfb-8ca9-bdd2aeec46e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-281c7fe6-4e39-4dfb-8ca9-bdd2aeec46e2.shg-box.shg-c {
  justify-content: center;
}

#s-33dbbb39-423b-4b80-a3ae-e03da11d8314 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-33dbbb39-423b-4b80-a3ae-e03da11d8314 {
  padding-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33dbbb39-423b-4b80-a3ae-e03da11d8314 {
  padding-top: 20px;
}
}
#s-33dbbb39-423b-4b80-a3ae-e03da11d8314 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-7b621dc9-8a14-46e8-9cab-d267b3592c9b {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-7b621dc9-8a14-46e8-9cab-d267b3592c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b621dc9-8a14-46e8-9cab-d267b3592c9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7b621dc9-8a14-46e8-9cab-d267b3592c9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b621dc9-8a14-46e8-9cab-d267b3592c9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-dfde4d56-6604-4b73-ba5a-683c6580b612 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
background-color: rgba(249, 154, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dfde4d56-6604-4b73-ba5a-683c6580b612:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(206, 115, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dfde4d56-6604-4b73-ba5a-683c6580b612:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfde4d56-6604-4b73-ba5a-683c6580b612-root {
    text-align: center;
  }


#s-dfde4d56-6604-4b73-ba5a-683c6580b612.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfde4d56-6604-4b73-ba5a-683c6580b612-root {
    text-align: center;
  }


#s-dfde4d56-6604-4b73-ba5a-683c6580b612.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfde4d56-6604-4b73-ba5a-683c6580b612-root {
    text-align: center;
  }


#s-dfde4d56-6604-4b73-ba5a-683c6580b612.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfde4d56-6604-4b73-ba5a-683c6580b612-root {
    text-align: center;
  }


#s-dfde4d56-6604-4b73-ba5a-683c6580b612.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfde4d56-6604-4b73-ba5a-683c6580b612-root {
    text-align: center;
  }


#s-dfde4d56-6604-4b73-ba5a-683c6580b612.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWM3NjhlNWUtNGI5Zi00ZjkwLWIzMTAtYzBlMDIwYmYyZGI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzM2NjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYzc2OGU1ZS00YjlmLTRmOTAtYjMxMC1jMGUwMjBiZjJkYjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 47px;
padding-bottom: 10px;
padding-right: 47px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 8px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0066ff"}, {"id"=>2, "pos"=>1, "color"=>"#0033cc"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmFkZjU5NzctN2Q5Mi00NDQzLTk0MzEtZGNkYjcxZWI4NTQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMGYyMDY5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDcxNjQwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYWRmNTk3Ny03ZDkyLTQ0NDMtOTQzMS1kY2RiNzFlYjg1NDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>2, "pos"=>0.05, "color"=>"#0f2069"}, {"id"=>1, "pos"=>1, "color"=>"#071640"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef9d1e92-eebf-4d45-87eb-30f2e494f494-root {
    text-align: center;
  }


#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef9d1e92-eebf-4d45-87eb-30f2e494f494-root {
    text-align: center;
  }


#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef9d1e92-eebf-4d45-87eb-30f2e494f494-root {
    text-align: center;
  }


#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef9d1e92-eebf-4d45-87eb-30f2e494f494-root {
    text-align: center;
  }


#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef9d1e92-eebf-4d45-87eb-30f2e494f494-root {
    text-align: center;
  }


#s-ef9d1e92-eebf-4d45-87eb-30f2e494f494.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1104a4a4-f17d-4429-9cd2-ea02fc7d23ca {
  min-height: 50px;
}








#s-1104a4a4-f17d-4429-9cd2-ea02fc7d23ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1104a4a4-f17d-4429-9cd2-ea02fc7d23ca.shg-box.shg-c {
  justify-content: center;
}

#s-9e76e475-68ab-4758-926e-ca32c33cdb9b {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}

#s-9e76e475-68ab-4758-926e-ca32c33cdb9b .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-bc7deef9-efc0-496e-bbba-2acb00061d01 {
  margin-top: 25px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bc7deef9-efc0-496e-bbba-2acb00061d01 {
  padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc7deef9-efc0-496e-bbba-2acb00061d01 {
  padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-bc7deef9-efc0-496e-bbba-2acb00061d01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc7deef9-efc0-496e-bbba-2acb00061d01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bc7deef9-efc0-496e-bbba-2acb00061d01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bc7deef9-efc0-496e-bbba-2acb00061d01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5a26fc93-361f-4df7-8481-75fdc4d1ebea {
  min-height: 50px;
}








#s-5a26fc93-361f-4df7-8481-75fdc4d1ebea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a26fc93-361f-4df7-8481-75fdc4d1ebea.shg-box.shg-c {
  justify-content: center;
}

#s-da468f62-d074-49c0-a567-54cd538fb6d8 {
  text-align: center;
}







  #s-da468f62-d074-49c0-a567-54cd538fb6d8 img.shogun-image {
    

    
    
    
  }


#s-da468f62-d074-49c0-a567-54cd538fb6d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d01a2f70-affc-4402-af06-774c0672c2e0 {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d01a2f70-affc-4402-af06-774c0672c2e0 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-5eb0475b-ddf1-48fb-afe9-877665eee3f7 {
  min-height: 50px;
}








#s-5eb0475b-ddf1-48fb-afe9-877665eee3f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5eb0475b-ddf1-48fb-afe9-877665eee3f7.shg-box.shg-c {
  justify-content: center;
}

#s-223efb9b-93fb-457c-9c33-8a72399ecd2e {
  text-align: center;
}







  #s-223efb9b-93fb-457c-9c33-8a72399ecd2e img.shogun-image {
    

    
    
    
  }


#s-223efb9b-93fb-457c-9c33-8a72399ecd2e .shogun-image-content {
  
    align-items: center;
  
}

#s-868cdc93-d2e6-4feb-9d0b-b33571c68031 {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-868cdc93-d2e6-4feb-9d0b-b33571c68031 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-7e49b56e-92de-452b-ad86-917525f50e7c {
  min-height: 50px;
}








#s-7e49b56e-92de-452b-ad86-917525f50e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e49b56e-92de-452b-ad86-917525f50e7c.shg-box.shg-c {
  justify-content: center;
}

#s-0caa8501-f99f-4e24-b063-62c038a746cd {
  text-align: center;
}







  #s-0caa8501-f99f-4e24-b063-62c038a746cd img.shogun-image {
    

    
    
    
  }


#s-0caa8501-f99f-4e24-b063-62c038a746cd .shogun-image-content {
  
    align-items: center;
  
}

#s-84b03506-e8c1-45fa-bacd-60dfb3d3a44d {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84b03506-e8c1-45fa-bacd-60dfb3d3a44d .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-dfce1e4d-fa94-4616-8671-4c652fc15151 {
  padding-top: 10px;
padding-bottom: 20px;
min-height: 50px;
}








#s-dfce1e4d-fa94-4616-8671-4c652fc15151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfce1e4d-fa94-4616-8671-4c652fc15151.shg-box.shg-c {
  justify-content: center;
}

#s-7290ff54-1fdd-4c95-a4d0-e9cfa7a9b860 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7290ff54-1fdd-4c95-a4d0-e9cfa7a9b860 .shogun-heading-component h2 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-349f94ce-380f-4770-bf73-cb36b51e5e0e {
  margin-bottom: 50px;
}
@media (min-width: 1200px){#s-349f94ce-380f-4770-bf73-cb36b51e5e0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-349f94ce-380f-4770-bf73-cb36b51e5e0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-349f94ce-380f-4770-bf73-cb36b51e5e0e {
  
}
}@media (max-width: 767px){#s-349f94ce-380f-4770-bf73-cb36b51e5e0e {
  
}
}
@media (min-width: 0px) {
[id="s-349f94ce-380f-4770-bf73-cb36b51e5e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-349f94ce-380f-4770-bf73-cb36b51e5e0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-349f94ce-380f-4770-bf73-cb36b51e5e0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-349f94ce-380f-4770-bf73-cb36b51e5e0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a4a36a42-ea7d-44a1-8396-7b91e9796f0e {
  text-align: center;
}







  #s-a4a36a42-ea7d-44a1-8396-7b91e9796f0e img.shogun-image {
    

    
    
    
  }


#s-a4a36a42-ea7d-44a1-8396-7b91e9796f0e .shogun-image-content {
  
    align-items: center;
  
}

#s-dd129d08-5070-4c31-9af4-4517bfcd4901 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd129d08-5070-4c31-9af4-4517bfcd4901 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-dd129d08-5070-4c31-9af4-4517bfcd4901 .shogun-heading-component h3 a {
  color: rgba(29, 29, 31, 1);
}


#s-d1e0b0f7-0b1e-4f2f-8c26-5b0dab986451 {
  margin-bottom: 0px;
}

#s-cb75758e-ee53-49cd-bdbb-418237303339 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cb75758e-ee53-49cd-bdbb-418237303339 {
  padding-bottom: 20px;
}
}
#s-cb75758e-ee53-49cd-bdbb-418237303339 .shogun-heading-component h3 {
  color: rgba(0, 0, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-cb75758e-ee53-49cd-bdbb-418237303339 .shogun-heading-component h3 a {
  color: rgba(0, 0, 255, 1);
}


#s-0691d62e-6be4-4fe2-8330-ca02958a4a14 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-0691d62e-6be4-4fe2-8330-ca02958a4a14 {
  margin-top: 15px;
}
}






  #s-0691d62e-6be4-4fe2-8330-ca02958a4a14 img.shogun-image {
    

    
    
    
  }


#s-0691d62e-6be4-4fe2-8330-ca02958a4a14 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e917ea4-bf1d-4b15-b8fc-edaff4c1ae08 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e917ea4-bf1d-4b15-b8fc-edaff4c1ae08 .shogun-heading-component h3 {
  color: rgba(29, 29, 31, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-2e917ea4-bf1d-4b15-b8fc-edaff4c1ae08 .shogun-heading-component h3 a {
  color: rgba(29, 29, 31, 1);
}


#s-7b414ced-f3e5-462f-8c2e-1040e81a0cd0 {
  margin-bottom: 0px;
}

#s-92bf0dc1-cb24-4e75-8ddb-9e2ad055c66b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-92bf0dc1-cb24-4e75-8ddb-9e2ad055c66b .shogun-heading-component h3 {
  color: rgba(0, 0, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-92bf0dc1-cb24-4e75-8ddb-9e2ad055c66b .shogun-heading-component h3 a {
  color: rgba(0, 0, 255, 1);
}


/*
  $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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
