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

.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-175aec0d-70c2-4756-a93a-18c5e3773690 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-175aec0d-70c2-4756-a93a-18c5e3773690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-175aec0d-70c2-4756-a93a-18c5e3773690.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (min-width: 1200px){#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 {
  display: none;
}
#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9, #wrap-s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 {
  display: none;
}
#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9, #wrap-s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 { display: none !important; }}@media (max-width: 767px){#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 {
  padding-bottom: 0px;
}
}







#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5b5a0b-44bb-4ff5-ab23-ff99d4c794f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){#s-394735e1-4dc8-43b4-87e5-8ecefc400127 {
  display: none;
}
#s-394735e1-4dc8-43b4-87e5-8ecefc400127, #wrap-s-394735e1-4dc8-43b4-87e5-8ecefc400127 { display: none !important; }}@media (max-width: 767px){#s-394735e1-4dc8-43b4-87e5-8ecefc400127 {
  display: none;
}
#s-394735e1-4dc8-43b4-87e5-8ecefc400127, #wrap-s-394735e1-4dc8-43b4-87e5-8ecefc400127 { display: none !important; }}
#s-394735e1-4dc8-43b4-87e5-8ecefc400127 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-394735e1-4dc8-43b4-87e5-8ecefc400127 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-394735e1-4dc8-43b4-87e5-8ecefc400127 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-394735e1-4dc8-43b4-87e5-8ecefc400127 td.shogun-table-row {
  background-color: rgba(31, 102, 81, 1);
  padding: 5px;
}

#s-394735e1-4dc8-43b4-87e5-8ecefc400127 td.shogun-table-column, #s-394735e1-4dc8-43b4-87e5-8ecefc400127 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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-7e1c0661-ca41-41f3-8631-b1d89085e85e {
  max-width: 300px;
text-align: center;
}







  #s-7e1c0661-ca41-41f3-8631-b1d89085e85e img.shogun-image {
    

    
    
    
  }


#s-7e1c0661-ca41-41f3-8631-b1d89085e85e .shogun-image-content {
  
    align-items: center;
  
}

#s-d6d9bb29-dd6d-44fb-81e3-2ab057f31af3 {
  max-width: 300px;
text-align: center;
}







  #s-d6d9bb29-dd6d-44fb-81e3-2ab057f31af3 img.shogun-image {
    

    
    
    
  }


#s-d6d9bb29-dd6d-44fb-81e3-2ab057f31af3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce33f4d0-af16-4256-8e76-437af3b1261d {
  max-width: 300px;
text-align: center;
}







  #s-ce33f4d0-af16-4256-8e76-437af3b1261d img.shogun-image {
    

    
    
    
  }


#s-ce33f4d0-af16-4256-8e76-437af3b1261d .shogun-image-content {
  
    align-items: center;
  
}

#s-73a69d5f-de37-4882-aea6-1f92f083c19e {
  max-width: 300px;
text-align: center;
}







  #s-73a69d5f-de37-4882-aea6-1f92f083c19e img.shogun-image {
    

    
    
    
  }


#s-73a69d5f-de37-4882-aea6-1f92f083c19e .shogun-image-content {
  
    align-items: center;
  
}

#s-5895b8bd-503f-4aa7-b7ef-9157b8b6c213 {
  max-width: 300px;
text-align: center;
}







  #s-5895b8bd-503f-4aa7-b7ef-9157b8b6c213 img.shogun-image {
    

    
    
    
  }


#s-5895b8bd-503f-4aa7-b7ef-9157b8b6c213 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a56e55-0e8e-4189-8682-bef2f8209466 {
  max-width: 300px;
text-align: center;
}







  #s-a5a56e55-0e8e-4189-8682-bef2f8209466 img.shogun-image {
    

    
    
    
  }


#s-a5a56e55-0e8e-4189-8682-bef2f8209466 .shogun-image-content {
  
    align-items: center;
  
}

#s-21a97a60-d276-45b7-9f81-8d6e792b4528 {
  max-width: 300px;
text-align: center;
}







  #s-21a97a60-d276-45b7-9f81-8d6e792b4528 img.shogun-image {
    

    
    
    
  }


#s-21a97a60-d276-45b7-9f81-8d6e792b4528 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5e2b75e-c8d9-4f3f-ac10-adea1d80aa63 {
  max-width: 300px;
text-align: center;
}







  #s-d5e2b75e-c8d9-4f3f-ac10-adea1d80aa63 img.shogun-image {
    

    
    
    
  }


#s-d5e2b75e-c8d9-4f3f-ac10-adea1d80aa63 .shogun-image-content {
  
    align-items: center;
  
}

#s-30f01db7-c6dd-468d-be8b-6eac39790da5 {
  max-width: 300px;
text-align: center;
}







  #s-30f01db7-c6dd-468d-be8b-6eac39790da5 img.shogun-image {
    

    
    
    
  }


#s-30f01db7-c6dd-468d-be8b-6eac39790da5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e15bd45-d821-4abc-9080-e8e4830b4e87 {
  max-width: 300px;
text-align: center;
}







  #s-9e15bd45-d821-4abc-9080-e8e4830b4e87 img.shogun-image {
    

    
    
    
  }


#s-9e15bd45-d821-4abc-9080-e8e4830b4e87 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-da412cae-c684-4013-8d8a-509303b1dbd9 {
  display: none;
}
#s-da412cae-c684-4013-8d8a-509303b1dbd9, #wrap-s-da412cae-c684-4013-8d8a-509303b1dbd9 { display: none !important; }}@media (max-width: 767px){#s-da412cae-c684-4013-8d8a-509303b1dbd9 {
  display: none;
}
#s-da412cae-c684-4013-8d8a-509303b1dbd9, #wrap-s-da412cae-c684-4013-8d8a-509303b1dbd9 { display: none !important; }}
#s-da412cae-c684-4013-8d8a-509303b1dbd9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-da412cae-c684-4013-8d8a-509303b1dbd9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-da412cae-c684-4013-8d8a-509303b1dbd9 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-da412cae-c684-4013-8d8a-509303b1dbd9 td.shogun-table-row {
  background-color: rgba(31, 102, 81, 1);
  padding: 5px;
}

#s-da412cae-c684-4013-8d8a-509303b1dbd9 td.shogun-table-column, #s-da412cae-c684-4013-8d8a-509303b1dbd9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b218e989-c726-4661-b506-7e8bc15d8a83 {
  max-width: 300px;
text-align: center;
}







  #s-b218e989-c726-4661-b506-7e8bc15d8a83 img.shogun-image {
    

    
    
    
  }


#s-b218e989-c726-4661-b506-7e8bc15d8a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8fdf919-5b61-4fdf-b33c-0b40e07f22b3 {
  max-width: 300px;
text-align: center;
}







  #s-d8fdf919-5b61-4fdf-b33c-0b40e07f22b3 img.shogun-image {
    

    
    
    
  }


#s-d8fdf919-5b61-4fdf-b33c-0b40e07f22b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6ae026-25d1-428e-9211-ec7873694dd2 {
  max-width: 300px;
text-align: center;
}







  #s-3d6ae026-25d1-428e-9211-ec7873694dd2 img.shogun-image {
    

    
    
    
  }


#s-3d6ae026-25d1-428e-9211-ec7873694dd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f48a08a6-cfa0-4c69-875b-87a52eeff25a {
  max-width: 300px;
text-align: center;
}







  #s-f48a08a6-cfa0-4c69-875b-87a52eeff25a img.shogun-image {
    

    
    
    
  }


#s-f48a08a6-cfa0-4c69-875b-87a52eeff25a .shogun-image-content {
  
    align-items: center;
  
}

#s-c7841f86-3954-4505-a6b7-a0f27dedc1fa {
  max-width: 300px;
text-align: center;
}







  #s-c7841f86-3954-4505-a6b7-a0f27dedc1fa img.shogun-image {
    

    
    
    
  }


#s-c7841f86-3954-4505-a6b7-a0f27dedc1fa .shogun-image-content {
  
    align-items: center;
  
}

#s-02718461-e003-4225-9cac-ac75cac36d50 {
  max-width: 300px;
text-align: center;
}







  #s-02718461-e003-4225-9cac-ac75cac36d50 img.shogun-image {
    

    
    
    
  }


#s-02718461-e003-4225-9cac-ac75cac36d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b44c09b-7016-48a9-9bb8-02f88f882603 {
  max-width: 300px;
text-align: center;
}







  #s-1b44c09b-7016-48a9-9bb8-02f88f882603 img.shogun-image {
    

    
    
    
  }


#s-1b44c09b-7016-48a9-9bb8-02f88f882603 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fc6b935-083b-42e5-b8fd-b3a08c28a6e3 {
  max-width: 300px;
text-align: center;
}







  #s-6fc6b935-083b-42e5-b8fd-b3a08c28a6e3 img.shogun-image {
    

    
    
    
  }


#s-6fc6b935-083b-42e5-b8fd-b3a08c28a6e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc43dcb2-af11-463f-aa08-bf0a64c63906 {
  max-width: 300px;
text-align: center;
}







  #s-fc43dcb2-af11-463f-aa08-bf0a64c63906 img.shogun-image {
    

    
    
    
  }


#s-fc43dcb2-af11-463f-aa08-bf0a64c63906 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7a685c3-4b04-49fa-85c7-c3b6cc6afba8 {
  max-width: 300px;
text-align: center;
}







  #s-b7a685c3-4b04-49fa-85c7-c3b6cc6afba8 img.shogun-image {
    

    
    
    
  }


#s-b7a685c3-4b04-49fa-85c7-c3b6cc6afba8 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
  margin-top: 20px;
margin-bottom: 10px;
max-width: 150px;
aspect-ratio: 400/67;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }

    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-link {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
    width: 100%;
    height: auto;
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
    
    
  }


.s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
      --shg-aspect-ratio: calc(400/67); 
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
      position: relative;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }

    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-link {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
    width: 100%;
    height: auto;
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
    
    
  }


.s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
      --shg-aspect-ratio: calc(400/67); 
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
      position: relative;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }

    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-link {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
    width: 100%;
    height: auto;
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
    
    
  }


.s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
      --shg-aspect-ratio: calc(400/67); 
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
      position: relative;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }

    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-link {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
    width: 100%;
    height: auto;
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
    
    
  }


.s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
      --shg-aspect-ratio: calc(400/67); 
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
      position: relative;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }

    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-link {
      aspect-ratio: 400/67;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
    width: 100%;
    height: auto;
  }

  #s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
    
    
  }


.s-5056e1dd-f86d-4cfd-9874-da34b452eba7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 {
      --shg-aspect-ratio: calc(400/67); 
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container {
      position: relative;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5056e1dd-f86d-4cfd-9874-da34b452eba7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
  margin-bottom: 20px;
max-width: 350px;
aspect-ratio: 2380/136;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }

    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-link {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
    width: 100%;
    height: auto;
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
    
    
  }


.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
      --shg-aspect-ratio: calc(2380/136); 
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
      position: relative;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }

    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-link {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
    width: 100%;
    height: auto;
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
    
    
  }


.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
      --shg-aspect-ratio: calc(2380/136); 
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
      position: relative;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }

    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-link {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
    width: 100%;
    height: auto;
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
    
    
  }


.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
      --shg-aspect-ratio: calc(2380/136); 
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
      position: relative;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }

    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-link {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
    width: 100%;
    height: auto;
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
    
    
  }


.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
      --shg-aspect-ratio: calc(2380/136); 
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
      position: relative;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }

    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-link {
      aspect-ratio: 2380/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
    width: 100%;
    height: auto;
  }

  #s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
    
    
  }


.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 {
      --shg-aspect-ratio: calc(2380/136); 
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container {
      position: relative;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da470b1-8d9a-4d7a-bf9e-84394eb21d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-988553ef-77fb-4607-b8d8-bdd3887da8c7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-988553ef-77fb-4607-b8d8-bdd3887da8c7 {
  display: none;
}
#s-988553ef-77fb-4607-b8d8-bdd3887da8c7, #wrap-s-988553ef-77fb-4607-b8d8-bdd3887da8c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-988553ef-77fb-4607-b8d8-bdd3887da8c7 {
  display: none;
}
#s-988553ef-77fb-4607-b8d8-bdd3887da8c7, #wrap-s-988553ef-77fb-4607-b8d8-bdd3887da8c7 { display: none !important; }}







#s-988553ef-77fb-4607-b8d8-bdd3887da8c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-988553ef-77fb-4607-b8d8-bdd3887da8c7.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;
}

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

@media (min-width: 0px) {
[id="s-6202aa22-8049-4a09-b10c-e4bd79aaf3c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-6202aa22-8049-4a09-b10c-e4bd79aaf3c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6202aa22-8049-4a09-b10c-e4bd79aaf3c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6202aa22-8049-4a09-b10c-e4bd79aaf3c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6ff25139-40c4-45df-8161-d911a621a806 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6ff25139-40c4-45df-8161-d911a621a806 img.shogun-image,
  #s-6ff25139-40c4-45df-8161-d911a621a806 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ff25139-40c4-45df-8161-d911a621a806 {
    width: 100%;
    height: auto;
  }



  #s-6ff25139-40c4-45df-8161-d911a621a806 img.shogun-image {
    

    
    
    
  }


#s-6ff25139-40c4-45df-8161-d911a621a806 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd {
  max-width: 947px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd img.shogun-image,
  #s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd {
    width: 100%;
    height: auto;
  }



  #s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd img.shogun-image {
    

    
    
    
  }


#s-0cd24706-ebc2-4db6-b0f1-eedd002a19dd .shogun-image-content {
  
    align-items: center;
  
}

#s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f img.shogun-image,
  #s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f {
    width: 100%;
    height: auto;
  }



  #s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f img.shogun-image {
    

    
    
    
  }


#s-9526115b-a2e2-47c5-bddc-4e2ff6f2e72f .shogun-image-content {
  
    align-items: center;
  
}

#s-9ba55d6b-3322-4751-80b4-abd18d04a62c {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-9ba55d6b-3322-4751-80b4-abd18d04a62c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-9ba55d6b-3322-4751-80b4-abd18d04a62c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9ba55d6b-3322-4751-80b4-abd18d04a62c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9ba55d6b-3322-4751-80b4-abd18d04a62c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 img.shogun-image,
  #s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 {
    width: 100%;
    height: auto;
  }



  #s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 img.shogun-image {
    

    
    
    
  }


#s-c06c5f4c-676b-4b8e-9701-bc5218df45f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 img.shogun-image,
  #s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 {
    width: 100%;
    height: auto;
  }



  #s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 img.shogun-image {
    

    
    
    
  }


#s-c9d2bf39-8b59-48c1-838b-30a9eb704ca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c819a2fb-9183-45b0-90b6-676a0d5dd10d {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c819a2fb-9183-45b0-90b6-676a0d5dd10d img.shogun-image,
  #s-c819a2fb-9183-45b0-90b6-676a0d5dd10d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c819a2fb-9183-45b0-90b6-676a0d5dd10d {
    width: 100%;
    height: auto;
  }



  #s-c819a2fb-9183-45b0-90b6-676a0d5dd10d img.shogun-image {
    

    
    
    
  }


#s-c819a2fb-9183-45b0-90b6-676a0d5dd10d .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb55601-652c-482a-80ce-e796d80dc24d {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ecb55601-652c-482a-80ce-e796d80dc24d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ecb55601-652c-482a-80ce-e796d80dc24d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ecb55601-652c-482a-80ce-e796d80dc24d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ecb55601-652c-482a-80ce-e796d80dc24d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 img.shogun-image,
  #s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 {
    width: 100%;
    height: auto;
  }



  #s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 img.shogun-image {
    

    
    
    
  }


#s-0ac1aeaa-f3fd-48e0-8410-d9cba6703146 .shogun-image-content {
  
    align-items: center;
  
}

#s-866844a6-0ad2-4a41-b548-6504621bdf90 {
  max-width: 463px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-866844a6-0ad2-4a41-b548-6504621bdf90 img.shogun-image,
  #s-866844a6-0ad2-4a41-b548-6504621bdf90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-866844a6-0ad2-4a41-b548-6504621bdf90 {
    width: 100%;
    height: auto;
  }



  #s-866844a6-0ad2-4a41-b548-6504621bdf90 img.shogun-image {
    

    
    
    
  }


#s-866844a6-0ad2-4a41-b548-6504621bdf90 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a4c013-9692-48c4-b9c7-e32834deeabf {
  max-width: 801px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c1a4c013-9692-48c4-b9c7-e32834deeabf img.shogun-image,
  #s-c1a4c013-9692-48c4-b9c7-e32834deeabf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1a4c013-9692-48c4-b9c7-e32834deeabf {
    width: 100%;
    height: auto;
  }



  #s-c1a4c013-9692-48c4-b9c7-e32834deeabf img.shogun-image {
    

    
    
    
  }


#s-c1a4c013-9692-48c4-b9c7-e32834deeabf .shogun-image-content {
  
    align-items: center;
  
}

#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 {
  padding-top: 64px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (min-width: 1200px){#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 {
  padding-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 {
  padding-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 {
  padding-top: 40px;
display: none;
}
#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7, #wrap-s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 { display: none !important; }}@media (max-width: 767px){#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 {
  padding-top: 32px;
padding-bottom: 0px;
display: none;
}
#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7, #wrap-s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 { display: none !important; }}







#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc6ff7c-41ec-40e8-8b75-3c6c3276b1a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 700px;
aspect-ratio: 3185/136;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }

    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-link {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
    width: 100%;
    height: auto;
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
    
    
  }


.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-content {
  
    align-items: center;
  
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
      --shg-aspect-ratio: calc(3185/136); 
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
      position: relative;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }

    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-link {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
    width: 100%;
    height: auto;
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
    
    
  }


.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-content {
  
    align-items: center;
  
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
      --shg-aspect-ratio: calc(3185/136); 
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
      position: relative;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }

    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-link {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
    width: 100%;
    height: auto;
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
    
    
  }


.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-content {
  
    align-items: center;
  
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
      --shg-aspect-ratio: calc(3185/136); 
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
      position: relative;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }

    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-link {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
    width: 100%;
    height: auto;
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
    
    
  }


.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-content {
  
    align-items: center;
  
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
      --shg-aspect-ratio: calc(3185/136); 
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
      position: relative;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }

    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-link {
      aspect-ratio: 3185/136;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
    width: 100%;
    height: auto;
  }

  #s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
    
    
  }


.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e .shogun-image-content {
  
    align-items: center;
  
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e {
      --shg-aspect-ratio: calc(3185/136); 
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container {
      position: relative;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71534b09-e8cd-4a72-96cd-3cae6ec3ce3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-bb8f2807-8bee-4c35-a02a-c0f6708877c0 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
text-align: center;
}

#s-bb8f2807-8bee-4c35-a02a-c0f6708877c0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-05d4b592-3314-400d-b0f1-6b9032edbc52 {
  display: none;
}
#s-05d4b592-3314-400d-b0f1-6b9032edbc52, #wrap-s-05d4b592-3314-400d-b0f1-6b9032edbc52 { display: none !important; }}@media (max-width: 767px){#s-05d4b592-3314-400d-b0f1-6b9032edbc52 {
  display: none;
}
#s-05d4b592-3314-400d-b0f1-6b9032edbc52, #wrap-s-05d4b592-3314-400d-b0f1-6b9032edbc52 { display: none !important; }}
#s-05d4b592-3314-400d-b0f1-6b9032edbc52 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-05d4b592-3314-400d-b0f1-6b9032edbc52 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-05d4b592-3314-400d-b0f1-6b9032edbc52 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-05d4b592-3314-400d-b0f1-6b9032edbc52 td.shogun-table-row {
  background-color: rgba(31, 102, 81, 0);
  padding: 5px;
}

#s-05d4b592-3314-400d-b0f1-6b9032edbc52 td.shogun-table-column, #s-05d4b592-3314-400d-b0f1-6b9032edbc52 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-549b7798-b6c0-4032-b631-71941dd2a0e1 {
  max-width: 300px;
text-align: center;
}







  #s-549b7798-b6c0-4032-b631-71941dd2a0e1 img.shogun-image {
    

    
    
    
  }


#s-549b7798-b6c0-4032-b631-71941dd2a0e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85a33c9-677e-4c63-b2d7-c36743f4c8a1 {
  max-width: 300px;
text-align: center;
}







  #s-b85a33c9-677e-4c63-b2d7-c36743f4c8a1 img.shogun-image {
    

    
    
    
  }


#s-b85a33c9-677e-4c63-b2d7-c36743f4c8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9faac93f-7db6-4cd5-b7ff-d4383f5ae346 {
  max-width: 300px;
text-align: center;
}







  #s-9faac93f-7db6-4cd5-b7ff-d4383f5ae346 img.shogun-image {
    

    
    
    
  }


#s-9faac93f-7db6-4cd5-b7ff-d4383f5ae346 .shogun-image-content {
  
    align-items: center;
  
}

#s-87745f4e-6ed3-4ac4-a989-8965627c5fc8 {
  max-width: 300px;
text-align: center;
}







  #s-87745f4e-6ed3-4ac4-a989-8965627c5fc8 img.shogun-image {
    

    
    
    
  }


#s-87745f4e-6ed3-4ac4-a989-8965627c5fc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3ac8785-2e92-4068-8c4c-9c521b1645df {
  max-width: 300px;
text-align: center;
}







  #s-f3ac8785-2e92-4068-8c4c-9c521b1645df img.shogun-image {
    

    
    
    
  }


#s-f3ac8785-2e92-4068-8c4c-9c521b1645df .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d6ccc8-335f-40a5-b880-ee4671c7b5d2 {
  max-width: 300px;
text-align: center;
}







  #s-b1d6ccc8-335f-40a5-b880-ee4671c7b5d2 img.shogun-image {
    

    
    
    
  }


#s-b1d6ccc8-335f-40a5-b880-ee4671c7b5d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-06dfa87e-fc4a-4584-9e61-78c7a313ad53 {
  max-width: 300px;
text-align: center;
}







  #s-06dfa87e-fc4a-4584-9e61-78c7a313ad53 img.shogun-image {
    

    
    
    
  }


#s-06dfa87e-fc4a-4584-9e61-78c7a313ad53 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbdb2016-6afd-4b75-8656-ef6532c23643 {
  max-width: 300px;
text-align: center;
}







  #s-cbdb2016-6afd-4b75-8656-ef6532c23643 img.shogun-image {
    

    
    
    
  }


#s-cbdb2016-6afd-4b75-8656-ef6532c23643 .shogun-image-content {
  
    align-items: center;
  
}

#s-e48afa42-63d8-4446-bc08-cd70f4c17e51 {
  max-width: 300px;
text-align: center;
}







  #s-e48afa42-63d8-4446-bc08-cd70f4c17e51 img.shogun-image {
    

    
    
    
  }


#s-e48afa42-63d8-4446-bc08-cd70f4c17e51 .shogun-image-content {
  
    align-items: center;
  
}

#s-32086d65-c102-4183-95a9-e2f787d38664 {
  max-width: 300px;
text-align: center;
}







  #s-32086d65-c102-4183-95a9-e2f787d38664 img.shogun-image {
    

    
    
    
  }


#s-32086d65-c102-4183-95a9-e2f787d38664 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-363978f0-6b39-4c1f-9079-caf4705644f3 {
  display: none;
}
#s-363978f0-6b39-4c1f-9079-caf4705644f3, #wrap-s-363978f0-6b39-4c1f-9079-caf4705644f3 { display: none !important; }}@media (max-width: 767px){#s-363978f0-6b39-4c1f-9079-caf4705644f3 {
  display: none;
}
#s-363978f0-6b39-4c1f-9079-caf4705644f3, #wrap-s-363978f0-6b39-4c1f-9079-caf4705644f3 { display: none !important; }}
#s-363978f0-6b39-4c1f-9079-caf4705644f3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-363978f0-6b39-4c1f-9079-caf4705644f3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-363978f0-6b39-4c1f-9079-caf4705644f3 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-363978f0-6b39-4c1f-9079-caf4705644f3 td.shogun-table-row {
  background-color: rgba(31, 102, 81, 0);
  padding: 5px;
}

#s-363978f0-6b39-4c1f-9079-caf4705644f3 td.shogun-table-column, #s-363978f0-6b39-4c1f-9079-caf4705644f3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ba151844-e42b-4416-a3a6-81c858407d37 {
  max-width: 300px;
text-align: center;
}







  #s-ba151844-e42b-4416-a3a6-81c858407d37 img.shogun-image {
    

    
    
    
  }


#s-ba151844-e42b-4416-a3a6-81c858407d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0e07944-b8ff-4903-a854-d01d5648fb1a {
  max-width: 300px;
text-align: center;
}







  #s-f0e07944-b8ff-4903-a854-d01d5648fb1a img.shogun-image {
    

    
    
    
  }


#s-f0e07944-b8ff-4903-a854-d01d5648fb1a .shogun-image-content {
  
    align-items: center;
  
}

#s-44693f0e-ce35-4d2b-8c60-a175abc00c4f {
  max-width: 300px;
text-align: center;
}







  #s-44693f0e-ce35-4d2b-8c60-a175abc00c4f img.shogun-image {
    

    
    
    
  }


#s-44693f0e-ce35-4d2b-8c60-a175abc00c4f .shogun-image-content {
  
    align-items: center;
  
}

#s-baae6adf-a72e-4dd8-a449-179fa681d62a {
  max-width: 300px;
text-align: center;
}







  #s-baae6adf-a72e-4dd8-a449-179fa681d62a img.shogun-image {
    

    
    
    
  }


#s-baae6adf-a72e-4dd8-a449-179fa681d62a .shogun-image-content {
  
    align-items: center;
  
}

#s-8072a3c4-4913-48e5-a355-d1b3e5ada17c {
  max-width: 300px;
text-align: center;
}







  #s-8072a3c4-4913-48e5-a355-d1b3e5ada17c img.shogun-image {
    

    
    
    
  }


#s-8072a3c4-4913-48e5-a355-d1b3e5ada17c .shogun-image-content {
  
    align-items: center;
  
}

#s-28a5a611-6258-43c2-a1d6-fded5374fd15 {
  max-width: 300px;
text-align: center;
}







  #s-28a5a611-6258-43c2-a1d6-fded5374fd15 img.shogun-image {
    

    
    
    
  }


#s-28a5a611-6258-43c2-a1d6-fded5374fd15 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb733e37-d527-4da7-9d7a-c49befa843a0 {
  max-width: 300px;
text-align: center;
}







  #s-cb733e37-d527-4da7-9d7a-c49befa843a0 img.shogun-image {
    

    
    
    
  }


#s-cb733e37-d527-4da7-9d7a-c49befa843a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-28c170c4-aeec-406c-9786-676f8622a7a9 {
  max-width: 300px;
text-align: center;
}







  #s-28c170c4-aeec-406c-9786-676f8622a7a9 img.shogun-image {
    

    
    
    
  }


#s-28c170c4-aeec-406c-9786-676f8622a7a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-28fae52a-2774-4cbd-9489-cae915786eb7 {
  max-width: 300px;
text-align: center;
}







  #s-28fae52a-2774-4cbd-9489-cae915786eb7 img.shogun-image {
    

    
    
    
  }


#s-28fae52a-2774-4cbd-9489-cae915786eb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dae206f2-a309-4a4b-9fd7-961db46852a8 {
  max-width: 300px;
text-align: center;
}







  #s-dae206f2-a309-4a4b-9fd7-961db46852a8 img.shogun-image {
    

    
    
    
  }


#s-dae206f2-a309-4a4b-9fd7-961db46852a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0c01c95-3c77-4d8b-a610-0e7efe129de4 {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-c0c01c95-3c77-4d8b-a610-0e7efe129de4 {
  margin-bottom: -1px;
padding-top: 32px;
padding-bottom: 0px;
}
}







#s-c0c01c95-3c77-4d8b-a610-0e7efe129de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c01c95-3c77-4d8b-a610-0e7efe129de4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 280px;
aspect-ratio: 1339/307;
text-align: center;
}
@media (min-width: 1200px){#s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
  display: none;
}
#s-6960aeb6-7e02-4278-94e8-8328d4dbb687, #wrap-s-6960aeb6-7e02-4278-94e8-8328d4dbb687 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
  display: none;
}
#s-6960aeb6-7e02-4278-94e8-8328d4dbb687, #wrap-s-6960aeb6-7e02-4278-94e8-8328d4dbb687 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }

    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-link {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
    width: 100%;
    height: auto;
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
    
    
  }


.s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-content {
  
    align-items: center;
  
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
      --shg-aspect-ratio: calc(1339/307); 
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
      position: relative;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }

    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-link {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
    width: 100%;
    height: auto;
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
    
    
  }


.s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-content {
  
    align-items: center;
  
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
      --shg-aspect-ratio: calc(1339/307); 
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
      position: relative;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }

    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-link {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
    width: 100%;
    height: auto;
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
    
    
  }


.s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-content {
  
    align-items: center;
  
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
      --shg-aspect-ratio: calc(1339/307); 
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
      position: relative;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }

    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-link {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
    width: 100%;
    height: auto;
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
    
    
  }


.s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-content {
  
    align-items: center;
  
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
      --shg-aspect-ratio: calc(1339/307); 
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
      position: relative;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }

    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-link {
      aspect-ratio: 1339/307;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
    width: 100%;
    height: auto;
  }

  #s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
    
    
  }


.s-6960aeb6-7e02-4278-94e8-8328d4dbb687 .shogun-image-content {
  
    align-items: center;
  
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 {
      --shg-aspect-ratio: calc(1339/307); 
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container {
      position: relative;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6960aeb6-7e02-4278-94e8-8328d4dbb687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 600px;
aspect-ratio: 2209/130;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
  display: none;
}
#s-f83d644b-36b6-4621-8a4d-9edf571bb764, #wrap-s-f83d644b-36b6-4621-8a4d-9edf571bb764 { display: none !important; }}@media (max-width: 767px){#s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
  display: none;
}
#s-f83d644b-36b6-4621-8a4d-9edf571bb764, #wrap-s-f83d644b-36b6-4621-8a4d-9edf571bb764 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }

    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-link {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
    width: 100%;
    height: auto;
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
    
    
  }


.s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-content {
  
    align-items: center;
  
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
      --shg-aspect-ratio: calc(2209/130); 
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
      position: relative;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }

    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-link {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
    width: 100%;
    height: auto;
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
    
    
  }


.s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-content {
  
    align-items: center;
  
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
      --shg-aspect-ratio: calc(2209/130); 
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
      position: relative;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }

    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-link {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
    width: 100%;
    height: auto;
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
    
    
  }


.s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-content {
  
    align-items: center;
  
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
      --shg-aspect-ratio: calc(2209/130); 
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
      position: relative;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }

    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-link {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
    width: 100%;
    height: auto;
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
    
    
  }


.s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-content {
  
    align-items: center;
  
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
      --shg-aspect-ratio: calc(2209/130); 
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
      position: relative;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }

    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-link {
      aspect-ratio: 2209/130;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
    width: 100%;
    height: auto;
  }

  #s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
    
    
  }


.s-f83d644b-36b6-4621-8a4d-9edf571bb764 .shogun-image-content {
  
    align-items: center;
  
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 {
      --shg-aspect-ratio: calc(2209/130); 
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container {
      position: relative;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f83d644b-36b6-4621-8a4d-9edf571bb764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

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

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

#s-bb203c33-3641-4650-8ccd-d44dbfc51e42 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

.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-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 30px;
background-color: rgba(31, 102, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3:hover {background-color: rgba(31, 102, 81, 0.55) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3:active {background-color: rgba(31, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 {
  display: none;
}
#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3, #wrap-s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 { display: none !important; }}@media (max-width: 767px){#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 {
  display: none;
}
#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3, #wrap-s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3 { display: none !important; }}

  #s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3-root {
    text-align: center;
  }


#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3-root {
    text-align: center;
  }


#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3-root {
    text-align: center;
  }


#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3-root {
    text-align: center;
  }


#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3-root {
    text-align: center;
  }


#s-ace4b2ad-f917-4009-b5d5-f02cbcd94de3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3249542d-2715-4b7e-ac6e-e17b90028120 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-3249542d-2715-4b7e-ac6e-e17b90028120 {
  padding-top: 32px;
}
}







#s-3249542d-2715-4b7e-ac6e-e17b90028120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3249542d-2715-4b7e-ac6e-e17b90028120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-846faad4-38b5-4786-84fc-bf8787062b87 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-846faad4-38b5-4786-84fc-bf8787062b87 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 32px;
}
}
#s-846faad4-38b5-4786-84fc-bf8787062b87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-846faad4-38b5-4786-84fc-bf8787062b87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-846faad4-38b5-4786-84fc-bf8787062b87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}
#s-0e9efcbb-5b45-4ba4-b039-f6d5e977de20 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-0e9efcbb-5b45-4ba4-b039-f6d5e977de20 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-0e9efcbb-5b45-4ba4-b039-f6d5e977de20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9efcbb-5b45-4ba4-b039-f6d5e977de20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efd14880-e4db-48ab-b4d9-b90a8fd579fe {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-efd14880-e4db-48ab-b4d9-b90a8fd579fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efd14880-e4db-48ab-b4d9-b90a8fd579fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efd14880-e4db-48ab-b4d9-b90a8fd579fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd14880-e4db-48ab-b4d9-b90a8fd579fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e409914a-a252-4faa-b022-35c1a87db072 {
  min-height: 50px;
}








#s-e409914a-a252-4faa-b022-35c1a87db072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e409914a-a252-4faa-b022-35c1a87db072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0b583d0-f193-4c60-b678-6563615ed0b1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-f0b583d0-f193-4c60-b678-6563615ed0b1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-32233bdb-a708-4013-b533-af4a5ec7ccdd {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32233bdb-a708-4013-b533-af4a5ec7ccdd {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-32233bdb-a708-4013-b533-af4a5ec7ccdd {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-32233bdb-a708-4013-b533-af4a5ec7ccdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32233bdb-a708-4013-b533-af4a5ec7ccdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 {
  display: none;
}
#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68, #wrap-s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 {
  display: none;
}
#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68, #wrap-s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 {
  display: none;
}
#s-eefb1149-a727-4cf3-b00f-ef5bb9006b68, #wrap-s-eefb1149-a727-4cf3-b00f-ef5bb9006b68 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eefb1149-a727-4cf3-b00f-ef5bb9006b68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c7f7c96e-9450-4230-b1f9-6f62c5b04620 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7f7c96e-9450-4230-b1f9-6f62c5b04620 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-a56a172d-1306-49dc-863d-ec0197d7cddf {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-a56a172d-1306-49dc-863d-ec0197d7cddf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-6384636f-bd8c-4794-b60a-9e87b2aa2851 {
  display: none;
}
#s-6384636f-bd8c-4794-b60a-9e87b2aa2851, #wrap-s-6384636f-bd8c-4794-b60a-9e87b2aa2851 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384636f-bd8c-4794-b60a-9e87b2aa2851"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b4d3b777-b548-4cba-8e57-45db210a0a89 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b4d3b777-b548-4cba-8e57-45db210a0a89 {
  display: none;
}
#s-b4d3b777-b548-4cba-8e57-45db210a0a89, #wrap-s-b4d3b777-b548-4cba-8e57-45db210a0a89 { display: none !important; }}
#s-b4d3b777-b548-4cba-8e57-45db210a0a89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-e7ffe833-2d42-418a-8a81-36b94ea17f46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e7ffe833-2d42-418a-8a81-36b94ea17f46 {
  display: none;
}
#s-e7ffe833-2d42-418a-8a81-36b94ea17f46, #wrap-s-e7ffe833-2d42-418a-8a81-36b94ea17f46 { display: none !important; }}
#s-e7ffe833-2d42-418a-8a81-36b94ea17f46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-e7ffe833-2d42-418a-8a81-36b94ea17f46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7ffe833-2d42-418a-8a81-36b94ea17f46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  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-3236929e-647b-4026-8b3a-7e1a89e0bc20 {
  margin-top: 15px;
}

#s-1dc356bd-d663-4cc8-9a7d-817d5d134d3c {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-1dc356bd-d663-4cc8-9a7d-817d5d134d3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc356bd-d663-4cc8-9a7d-817d5d134d3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092 {
  max-width: 130px;
text-align: left;
}







  img.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
    
    
  }


.s-7991ff5c-f028-49a9-8938-3258ec920092 .shogun-image-content {
  
    align-items: center;
  
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
    
    
  }


.s-7991ff5c-f028-49a9-8938-3258ec920092 .shogun-image-content {
  
    align-items: center;
  
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
    
    
  }


.s-7991ff5c-f028-49a9-8938-3258ec920092 .shogun-image-content {
  
    align-items: center;
  
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
    
    
  }


.s-7991ff5c-f028-49a9-8938-3258ec920092 .shogun-image-content {
  
    align-items: center;
  
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
    
    
  }


.s-7991ff5c-f028-49a9-8938-3258ec920092 .shogun-image-content {
  
    align-items: center;
  
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7991ff5c-f028-49a9-8938-3258ec920092.shogun-image {
  box-sizing: border-box;
}




}
#s-4b8c977b-7514-42b8-910b-faf8505f8781 {
  margin-top: 5px;
}

#s-3f0d94c3-43fd-4ec9-81d4-ec77c1bddbae {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-3f0d94c3-43fd-4ec9-81d4-ec77c1bddbae .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



@media (min-width: 1200px){#s-910c83d1-fc58-4d46-bc72-c078f990cec9 {
  display: none;
}
#s-910c83d1-fc58-4d46-bc72-c078f990cec9, #wrap-s-910c83d1-fc58-4d46-bc72-c078f990cec9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-910c83d1-fc58-4d46-bc72-c078f990cec9 {
  display: none;
}
#s-910c83d1-fc58-4d46-bc72-c078f990cec9, #wrap-s-910c83d1-fc58-4d46-bc72-c078f990cec9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-910c83d1-fc58-4d46-bc72-c078f990cec9 {
  display: none;
}
#s-910c83d1-fc58-4d46-bc72-c078f990cec9, #wrap-s-910c83d1-fc58-4d46-bc72-c078f990cec9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-910c83d1-fc58-4d46-bc72-c078f990cec9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4dcb9ea6-d4e5-4ab3-a885-a2101751185b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4dcb9ea6-d4e5-4ab3-a885-a2101751185b {
  display: none;
}
#s-4dcb9ea6-d4e5-4ab3-a885-a2101751185b, #wrap-s-4dcb9ea6-d4e5-4ab3-a885-a2101751185b { display: none !important; }}
#s-4dcb9ea6-d4e5-4ab3-a885-a2101751185b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-4edf9656-9dd6-4290-90e9-18c6d687b2af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4edf9656-9dd6-4290-90e9-18c6d687b2af {
  display: none;
}
#s-4edf9656-9dd6-4290-90e9-18c6d687b2af, #wrap-s-4edf9656-9dd6-4290-90e9-18c6d687b2af { display: none !important; }}
#s-4edf9656-9dd6-4290-90e9-18c6d687b2af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-4edf9656-9dd6-4290-90e9-18c6d687b2af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4edf9656-9dd6-4290-90e9-18c6d687b2af .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-f954148a-49c6-4a9a-8d75-ea85fa87a326 {
  margin-top: 15px;
}

#s-209aa838-93e9-409c-893f-f230d307242c {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-209aa838-93e9-409c-893f-f230d307242c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209aa838-93e9-409c-893f-f230d307242c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 {
  max-width: 130px;
text-align: left;
}







  img.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
    
    
  }


.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
    
    
  }


.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
    
    
  }


.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
    
    
  }


.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
    
    
  }


.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b554cd95-2957-4792-8fb9-ddba9dc86ac1.shogun-image {
  box-sizing: border-box;
}




}
#s-437a35c3-3233-44ca-9c4d-c04dc93f8ff9 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-437a35c3-3233-44ca-9c4d-c04dc93f8ff9 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ea7c27cf-8163-489f-b3b2-1a5f72f9e49b {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-ea7c27cf-8163-489f-b3b2-1a5f72f9e49b .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-53155f76-6bd1-481c-add3-f3354c46acfa {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-53155f76-6bd1-481c-add3-f3354c46acfa {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-53155f76-6bd1-481c-add3-f3354c46acfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53155f76-6bd1-481c-add3-f3354c46acfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d38c0d54-f15b-4376-b175-4b44afcfa488 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-d38c0d54-f15b-4376-b175-4b44afcfa488"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d38c0d54-f15b-4376-b175-4b44afcfa488"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d38c0d54-f15b-4376-b175-4b44afcfa488"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d38c0d54-f15b-4376-b175-4b44afcfa488"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d38c0d54-f15b-4376-b175-4b44afcfa488"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f9dcf226-286f-4720-bb6b-59a1dc2d146a {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9dcf226-286f-4720-bb6b-59a1dc2d146a {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-f9dcf226-286f-4720-bb6b-59a1dc2d146a {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-f9dcf226-286f-4720-bb6b-59a1dc2d146a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9dcf226-286f-4720-bb6b-59a1dc2d146a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f3f12804-840f-4a0e-b178-0fe0f50eb205 {
  display: none;
}
#s-f3f12804-840f-4a0e-b178-0fe0f50eb205, #wrap-s-f3f12804-840f-4a0e-b178-0fe0f50eb205 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3f12804-840f-4a0e-b178-0fe0f50eb205 {
  display: none;
}
#s-f3f12804-840f-4a0e-b178-0fe0f50eb205, #wrap-s-f3f12804-840f-4a0e-b178-0fe0f50eb205 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3f12804-840f-4a0e-b178-0fe0f50eb205 {
  display: none;
}
#s-f3f12804-840f-4a0e-b178-0fe0f50eb205, #wrap-s-f3f12804-840f-4a0e-b178-0fe0f50eb205 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3f12804-840f-4a0e-b178-0fe0f50eb205"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0920cccb-81e1-46ce-ac98-43a3e666c285 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0920cccb-81e1-46ce-ac98-43a3e666c285 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-ca7a0ab9-5a92-4317-84ac-085991b667f4 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-ca7a0ab9-5a92-4317-84ac-085991b667f4 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-3c3a75a4-36df-47d7-ba8e-594748cf5acf {
  display: none;
}
#s-3c3a75a4-36df-47d7-ba8e-594748cf5acf, #wrap-s-3c3a75a4-36df-47d7-ba8e-594748cf5acf { display: none !important; }}
@media (min-width: 0px) {
[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3c3a75a4-36df-47d7-ba8e-594748cf5acf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-52b83d21-be88-4f00-968c-2ed434c12739 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-52b83d21-be88-4f00-968c-2ed434c12739 {
  display: none;
}
#s-52b83d21-be88-4f00-968c-2ed434c12739, #wrap-s-52b83d21-be88-4f00-968c-2ed434c12739 { display: none !important; }}
#s-52b83d21-be88-4f00-968c-2ed434c12739 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-a79aa07c-164e-4725-b837-37ec13af2ea9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a79aa07c-164e-4725-b837-37ec13af2ea9 {
  display: none;
}
#s-a79aa07c-164e-4725-b837-37ec13af2ea9, #wrap-s-a79aa07c-164e-4725-b837-37ec13af2ea9 { display: none !important; }}
#s-a79aa07c-164e-4725-b837-37ec13af2ea9 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-d01ac450-e3d2-4fe4-952e-1403d491303a {
  margin-top: 15px;
}

#s-89406d91-c180-4dcb-9bc9-e25bc2731197 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89406d91-c180-4dcb-9bc9-e25bc2731197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89406d91-c180-4dcb-9bc9-e25bc2731197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 {
  max-width: 130px;
text-align: left;
}







  img.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
    
    
  }


.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 .shogun-image-content {
  
    align-items: center;
  
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
    
    
  }


.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 .shogun-image-content {
  
    align-items: center;
  
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
  box-sizing: border-box;
}




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





  img.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
    
    
  }


.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 .shogun-image-content {
  
    align-items: center;
  
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
  box-sizing: border-box;
}




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





  img.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
    
    
  }


.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 .shogun-image-content {
  
    align-items: center;
  
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
  box-sizing: border-box;
}




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





  img.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
    
    
  }


.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74 .shogun-image-content {
  
    align-items: center;
  
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efba8759-75e6-4f8b-bcf7-e2c59134ec74.shogun-image {
  box-sizing: border-box;
}




}
#s-a61a4066-a32b-4042-9ac0-ab256c36e65a {
  margin-top: 5px;
}

#s-ebce6600-5b0d-4d47-825e-6a6318781acd {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-ebce6600-5b0d-4d47-825e-6a6318781acd .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



@media (min-width: 1200px){#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 {
  display: none;
}
#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1, #wrap-s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 {
  display: none;
}
#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1, #wrap-s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 {
  display: none;
}
#s-de084c6e-4fd8-448a-9225-8f5c728e3ff1, #wrap-s-de084c6e-4fd8-448a-9225-8f5c728e3ff1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de084c6e-4fd8-448a-9225-8f5c728e3ff1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9424f4d5-2fe5-4d58-a9c1-a0e25d8e6d6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9424f4d5-2fe5-4d58-a9c1-a0e25d8e6d6c {
  display: none;
}
#s-9424f4d5-2fe5-4d58-a9c1-a0e25d8e6d6c, #wrap-s-9424f4d5-2fe5-4d58-a9c1-a0e25d8e6d6c { display: none !important; }}
#s-9424f4d5-2fe5-4d58-a9c1-a0e25d8e6d6c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-61d28dcb-f822-4571-92c1-10c224f7e932 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-61d28dcb-f822-4571-92c1-10c224f7e932 {
  display: none;
}
#s-61d28dcb-f822-4571-92c1-10c224f7e932, #wrap-s-61d28dcb-f822-4571-92c1-10c224f7e932 { display: none !important; }}
#s-61d28dcb-f822-4571-92c1-10c224f7e932 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-61d28dcb-f822-4571-92c1-10c224f7e932 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-61d28dcb-f822-4571-92c1-10c224f7e932 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-59424d38-3811-474a-b749-88bc57cb27c2 {
  margin-top: 15px;
}

#s-04d9c302-9919-4831-ab91-6a63990e4d1c {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-04d9c302-9919-4831-ab91-6a63990e4d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04d9c302-9919-4831-ab91-6a63990e4d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6 {
  max-width: 130px;
text-align: left;
}







  img.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
    
    
  }


.s-68066e8d-820d-4146-aa0a-3db1609b90f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
    
    
  }


.s-68066e8d-820d-4146-aa0a-3db1609b90f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
    
    
  }


.s-68066e8d-820d-4146-aa0a-3db1609b90f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
    
    
  }


.s-68066e8d-820d-4146-aa0a-3db1609b90f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
  box-sizing: border-box;
}




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





  img.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
    
    
  }


.s-68066e8d-820d-4146-aa0a-3db1609b90f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68066e8d-820d-4146-aa0a-3db1609b90f6.shogun-image {
  box-sizing: border-box;
}




}
#s-727fb2fd-f2af-4b77-bf90-7754a9e5e534 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-727fb2fd-f2af-4b77-bf90-7754a9e5e534 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cba930e4-6320-4c02-b66f-5e1888d69d2f {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-cba930e4-6320-4c02-b66f-5e1888d69d2f .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-eb5bfffa-3db0-4f1a-8870-024ec3e79fc3 {
  min-height: 50px;
}








#s-eb5bfffa-3db0-4f1a-8870-024ec3e79fc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb5bfffa-3db0-4f1a-8870-024ec3e79fc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da990592-49cc-433e-af77-5a25bf6dddd0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-da990592-49cc-433e-af77-5a25bf6dddd0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-8fa7d857-37ec-4ab8-8326-d679cf4a4105 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-8fa7d857-37ec-4ab8-8326-d679cf4a4105 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-8fa7d857-37ec-4ab8-8326-d679cf4a4105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa7d857-37ec-4ab8-8326-d679cf4a4105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-511add58-a60a-4617-ade6-ea22d1e79720 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-511add58-a60a-4617-ade6-ea22d1e79720"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-511add58-a60a-4617-ade6-ea22d1e79720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-511add58-a60a-4617-ade6-ea22d1e79720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-511add58-a60a-4617-ade6-ea22d1e79720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-286a323a-ee75-4a9c-a76d-3a350b58fa41 {
  min-height: 50px;
}








#s-286a323a-ee75-4a9c-a76d-3a350b58fa41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286a323a-ee75-4a9c-a76d-3a350b58fa41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05b89df2-25fe-41c5-baf7-ab5cd1f6d9ae {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-05b89df2-25fe-41c5-baf7-ab5cd1f6d9ae {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-e1797d22-0630-4f85-a937-3cafb5b4aed6 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1797d22-0630-4f85-a937-3cafb5b4aed6 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-e1797d22-0630-4f85-a937-3cafb5b4aed6 {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-e1797d22-0630-4f85-a937-3cafb5b4aed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1797d22-0630-4f85-a937-3cafb5b4aed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-3b314290-5b29-4c2f-82b2-554268772656 {
  display: none;
}
#s-3b314290-5b29-4c2f-82b2-554268772656, #wrap-s-3b314290-5b29-4c2f-82b2-554268772656 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b314290-5b29-4c2f-82b2-554268772656 {
  display: none;
}
#s-3b314290-5b29-4c2f-82b2-554268772656, #wrap-s-3b314290-5b29-4c2f-82b2-554268772656 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b314290-5b29-4c2f-82b2-554268772656 {
  display: none;
}
#s-3b314290-5b29-4c2f-82b2-554268772656, #wrap-s-3b314290-5b29-4c2f-82b2-554268772656 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3b314290-5b29-4c2f-82b2-554268772656"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-936c2f59-f556-4a9e-b073-4f2cf1b0491f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-936c2f59-f556-4a9e-b073-4f2cf1b0491f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-0a219583-065d-4c59-83cc-155d4ffa6986 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-0a219583-065d-4c59-83cc-155d4ffa6986 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54 {
  display: none;
}
#s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54, #wrap-s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54 { display: none !important; }}
@media (min-width: 0px) {
[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31b1ab64-b57b-4ad7-afee-aff0d0af7f54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e687fa0b-c3bd-4326-a8ad-a4f264d26692 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e687fa0b-c3bd-4326-a8ad-a4f264d26692 {
  display: none;
}
#s-e687fa0b-c3bd-4326-a8ad-a4f264d26692, #wrap-s-e687fa0b-c3bd-4326-a8ad-a4f264d26692 { display: none !important; }}
#s-e687fa0b-c3bd-4326-a8ad-a4f264d26692 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-2ca4a833-9021-47c3-a555-5a161c51b437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2ca4a833-9021-47c3-a555-5a161c51b437 {
  display: none;
}
#s-2ca4a833-9021-47c3-a555-5a161c51b437, #wrap-s-2ca4a833-9021-47c3-a555-5a161c51b437 { display: none !important; }}
#s-2ca4a833-9021-47c3-a555-5a161c51b437 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2ca4a833-9021-47c3-a555-5a161c51b437 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ca4a833-9021-47c3-a555-5a161c51b437 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-9dcf7633-0500-4a6d-b794-a79fd16aa980 {
  margin-top: 15px;
}

#s-2d2e8927-34d6-44e6-b8ae-54527e2cde1f {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-2d2e8927-34d6-44e6-b8ae-54527e2cde1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d2e8927-34d6-44e6-b8ae-54527e2cde1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e {
  max-width: 130px;
text-align: left;
}







  img.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
    
    
  }


.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e .shogun-image-content {
  
    align-items: center;
  
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
    
    
  }


.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e .shogun-image-content {
  
    align-items: center;
  
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
    
    
  }


.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e .shogun-image-content {
  
    align-items: center;
  
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
    
    
  }


.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e .shogun-image-content {
  
    align-items: center;
  
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
    
    
  }


.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e .shogun-image-content {
  
    align-items: center;
  
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65cce5f6-e7d6-4df2-bf23-27d737a8691e.shogun-image {
  box-sizing: border-box;
}




}
#s-b3d72af1-537d-4603-ab19-fc4a876a9914 {
  margin-top: 5px;
}

#s-09f8f395-30b4-440a-aee0-0f0131aed0e1 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-09f8f395-30b4-440a-aee0-0f0131aed0e1 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



@media (min-width: 1200px){#s-fd6394a5-794e-458d-8e5e-695db6058aac {
  display: none;
}
#s-fd6394a5-794e-458d-8e5e-695db6058aac, #wrap-s-fd6394a5-794e-458d-8e5e-695db6058aac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd6394a5-794e-458d-8e5e-695db6058aac {
  display: none;
}
#s-fd6394a5-794e-458d-8e5e-695db6058aac, #wrap-s-fd6394a5-794e-458d-8e5e-695db6058aac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd6394a5-794e-458d-8e5e-695db6058aac {
  display: none;
}
#s-fd6394a5-794e-458d-8e5e-695db6058aac, #wrap-s-fd6394a5-794e-458d-8e5e-695db6058aac { display: none !important; }}
@media (min-width: 0px) {
[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd6394a5-794e-458d-8e5e-695db6058aac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-65287a2e-938f-4eca-872c-457e7a943ceb {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-65287a2e-938f-4eca-872c-457e7a943ceb {
  display: none;
}
#s-65287a2e-938f-4eca-872c-457e7a943ceb, #wrap-s-65287a2e-938f-4eca-872c-457e7a943ceb { display: none !important; }}
#s-65287a2e-938f-4eca-872c-457e7a943ceb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 {
  display: none;
}
#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95, #wrap-s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 { display: none !important; }}
#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fc2a1edf-9262-41eb-9bd1-b597c9eb8d95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-633459d6-95dd-46a9-b98c-fe37e5c9acd0 {
  margin-top: 15px;
}

#s-d2e48b80-7283-4d7a-ab86-602f304169f8 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-d2e48b80-7283-4d7a-ab86-602f304169f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e48b80-7283-4d7a-ab86-602f304169f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb {
  max-width: 130px;
text-align: left;
}







  img.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
    
    
  }


.s-7828350d-5d83-478b-99f7-f62912e543bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
    
    
  }


.s-7828350d-5d83-478b-99f7-f62912e543bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
    
    
  }


.s-7828350d-5d83-478b-99f7-f62912e543bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
    
    
  }


.s-7828350d-5d83-478b-99f7-f62912e543bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
    
    
  }


.s-7828350d-5d83-478b-99f7-f62912e543bb .shogun-image-content {
  
    align-items: center;
  
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7828350d-5d83-478b-99f7-f62912e543bb.shogun-image {
  box-sizing: border-box;
}




}
#s-1f3c8f18-a866-4274-ad1b-52de54543c1b {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f3c8f18-a866-4274-ad1b-52de54543c1b .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ebc14401-d909-4182-9e32-7e6fb100cc25 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-ebc14401-d909-4182-9e32-7e6fb100cc25 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-e2775c99-a162-477e-86b4-09756d4f7319 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-e2775c99-a162-477e-86b4-09756d4f7319 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e2775c99-a162-477e-86b4-09756d4f7319 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2775c99-a162-477e-86b4-09756d4f7319.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75d4ebcc-57cb-4707-85be-7eacb382ee45 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-75d4ebcc-57cb-4707-85be-7eacb382ee45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d4ebcc-57cb-4707-85be-7eacb382ee45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75d4ebcc-57cb-4707-85be-7eacb382ee45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d4ebcc-57cb-4707-85be-7eacb382ee45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-75d4ebcc-57cb-4707-85be-7eacb382ee45"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b86bcc40-5a64-423a-9e9c-c0147ffd2f9c {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b86bcc40-5a64-423a-9e9c-c0147ffd2f9c {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-b86bcc40-5a64-423a-9e9c-c0147ffd2f9c {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-b86bcc40-5a64-423a-9e9c-c0147ffd2f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b86bcc40-5a64-423a-9e9c-c0147ffd2f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7696d748-32c8-48bb-b051-e5e994b174e1 {
  display: none;
}
#s-7696d748-32c8-48bb-b051-e5e994b174e1, #wrap-s-7696d748-32c8-48bb-b051-e5e994b174e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7696d748-32c8-48bb-b051-e5e994b174e1 {
  display: none;
}
#s-7696d748-32c8-48bb-b051-e5e994b174e1, #wrap-s-7696d748-32c8-48bb-b051-e5e994b174e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7696d748-32c8-48bb-b051-e5e994b174e1 {
  display: none;
}
#s-7696d748-32c8-48bb-b051-e5e994b174e1, #wrap-s-7696d748-32c8-48bb-b051-e5e994b174e1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7696d748-32c8-48bb-b051-e5e994b174e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e5ff167f-9861-4b0a-81b7-610e248f059a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e5ff167f-9861-4b0a-81b7-610e248f059a .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-e3764f11-5421-4c25-afb0-a5db4622c292 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-e3764f11-5421-4c25-afb0-a5db4622c292 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-fc6832b2-a06c-4f33-8d99-f4385ba308d5 {
  display: none;
}
#s-fc6832b2-a06c-4f33-8d99-f4385ba308d5, #wrap-s-fc6832b2-a06c-4f33-8d99-f4385ba308d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fc6832b2-a06c-4f33-8d99-f4385ba308d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-6b2243eb-d2f5-49de-a11b-b9666adb232e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6b2243eb-d2f5-49de-a11b-b9666adb232e {
  display: none;
}
#s-6b2243eb-d2f5-49de-a11b-b9666adb232e, #wrap-s-6b2243eb-d2f5-49de-a11b-b9666adb232e { display: none !important; }}
#s-6b2243eb-d2f5-49de-a11b-b9666adb232e .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-e8257ea6-f3e3-44ae-85db-71dfab4e4156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e8257ea6-f3e3-44ae-85db-71dfab4e4156 {
  display: none;
}
#s-e8257ea6-f3e3-44ae-85db-71dfab4e4156, #wrap-s-e8257ea6-f3e3-44ae-85db-71dfab4e4156 { display: none !important; }}
#s-e8257ea6-f3e3-44ae-85db-71dfab4e4156 .shogun-heading-component h1 {
  color: rgba(38, 38, 38, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-cec72f74-d4a0-41eb-8c0b-0cd3dd0b9a98 {
  margin-top: 15px;
}

#s-7890f39d-6dae-4acb-807e-12be22afb126 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7890f39d-6dae-4acb-807e-12be22afb126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7890f39d-6dae-4acb-807e-12be22afb126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce {
  max-width: 130px;
text-align: left;
}







  img.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
    
    
  }


.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
    
    
  }


.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
    
    
  }


.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
    
    
  }


.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
    
    
  }


.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6584eb4e-f5e3-4edb-a7f5-3b3288b5b9ce.shogun-image {
  box-sizing: border-box;
}




}
#s-f688b588-8277-4f9c-a4c6-8cb3fdd17823 {
  margin-top: 5px;
}

#s-5cd4e642-518d-4641-bf20-6ef19bd554cc {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-5cd4e642-518d-4641-bf20-6ef19bd554cc .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



@media (min-width: 1200px){#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 {
  display: none;
}
#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17, #wrap-s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 {
  display: none;
}
#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17, #wrap-s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 {
  display: none;
}
#s-f991c91c-ce61-4bb5-a40c-dc8df537eb17, #wrap-s-f991c91c-ce61-4bb5-a40c-dc8df537eb17 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f991c91c-ce61-4bb5-a40c-dc8df537eb17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-cfbcb276-1fa5-4716-9fc4-ea30974a53ea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cfbcb276-1fa5-4716-9fc4-ea30974a53ea {
  display: none;
}
#s-cfbcb276-1fa5-4716-9fc4-ea30974a53ea, #wrap-s-cfbcb276-1fa5-4716-9fc4-ea30974a53ea { display: none !important; }}
#s-cfbcb276-1fa5-4716-9fc4-ea30974a53ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-820c88c8-5fcc-420e-916d-2b99045f3e95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-820c88c8-5fcc-420e-916d-2b99045f3e95 {
  display: none;
}
#s-820c88c8-5fcc-420e-916d-2b99045f3e95, #wrap-s-820c88c8-5fcc-420e-916d-2b99045f3e95 { display: none !important; }}
#s-820c88c8-5fcc-420e-916d-2b99045f3e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-820c88c8-5fcc-420e-916d-2b99045f3e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-820c88c8-5fcc-420e-916d-2b99045f3e95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-bb79948a-2c56-4315-ba67-f1e204a6cfb7 {
  margin-top: 15px;
}

#s-3945c1e1-0f64-4205-a17e-2288660c2d9a {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3945c1e1-0f64-4205-a17e-2288660c2d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3945c1e1-0f64-4205-a17e-2288660c2d9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e {
  max-width: 130px;
text-align: left;
}







  img.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
    
    
  }


.s-1b6241bf-256a-45fc-afc9-f26ece22678e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
    
    
  }


.s-1b6241bf-256a-45fc-afc9-f26ece22678e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
    
    
  }


.s-1b6241bf-256a-45fc-afc9-f26ece22678e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
    
    
  }


.s-1b6241bf-256a-45fc-afc9-f26ece22678e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
    
    
  }


.s-1b6241bf-256a-45fc-afc9-f26ece22678e .shogun-image-content {
  
    align-items: center;
  
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b6241bf-256a-45fc-afc9-f26ece22678e.shogun-image {
  box-sizing: border-box;
}




}
#s-bb984b79-2094-459c-98cb-91e13c8b71d0 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb984b79-2094-459c-98cb-91e13c8b71d0 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6e01351b-9e52-4196-9869-21987f3b68c2 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-6e01351b-9e52-4196-9869-21987f3b68c2 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-35097f17-372f-47a9-ac90-c6fcd0b435ad {
  min-height: 50px;
}








#s-35097f17-372f-47a9-ac90-c6fcd0b435ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35097f17-372f-47a9-ac90-c6fcd0b435ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5c3bda-249a-421d-83d8-b47fd0f3c4ec {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 550px;
}
@media (max-width: 767px){#s-0d5c3bda-249a-421d-83d8-b47fd0f3c4ec {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-7efb7e54-bde9-4922-adcd-b999b500fa9f {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(26, 87, 69, 1);
}
@media (max-width: 767px){#s-7efb7e54-bde9-4922-adcd-b999b500fa9f {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-7efb7e54-bde9-4922-adcd-b999b500fa9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7efb7e54-bde9-4922-adcd-b999b500fa9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca978032-5392-4ce0-aff9-fb9a55cedcb1 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-ca978032-5392-4ce0-aff9-fb9a55cedcb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca978032-5392-4ce0-aff9-fb9a55cedcb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca978032-5392-4ce0-aff9-fb9a55cedcb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca978032-5392-4ce0-aff9-fb9a55cedcb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f1b5a48e-ab84-4a23-94c7-04deb7f61358 {
  min-height: 50px;
}








#s-f1b5a48e-ab84-4a23-94c7-04deb7f61358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b5a48e-ab84-4a23-94c7-04deb7f61358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9eb1e65-4a60-40bd-baac-34048e285328 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
@media (max-width: 767px){#s-b9eb1e65-4a60-40bd-baac-34048e285328 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-74acd86a-dfb5-45a8-9b4d-21861dbcd69b {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74acd86a-dfb5-45a8-9b4d-21861dbcd69b {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-74acd86a-dfb5-45a8-9b4d-21861dbcd69b {
  margin-top: -20px;
margin-left: 5%;
padding-top: 32px;
padding-bottom: 32px;
}
}







#s-74acd86a-dfb5-45a8-9b4d-21861dbcd69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74acd86a-dfb5-45a8-9b4d-21861dbcd69b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c28b98ee-27fc-420e-9305-70e97efabc54 {
  display: none;
}
#s-c28b98ee-27fc-420e-9305-70e97efabc54, #wrap-s-c28b98ee-27fc-420e-9305-70e97efabc54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c28b98ee-27fc-420e-9305-70e97efabc54 {
  display: none;
}
#s-c28b98ee-27fc-420e-9305-70e97efabc54, #wrap-s-c28b98ee-27fc-420e-9305-70e97efabc54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c28b98ee-27fc-420e-9305-70e97efabc54 {
  display: none;
}
#s-c28b98ee-27fc-420e-9305-70e97efabc54, #wrap-s-c28b98ee-27fc-420e-9305-70e97efabc54 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c28b98ee-27fc-420e-9305-70e97efabc54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4304a17f-9ffa-4341-900c-5566df73f226 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4304a17f-9ffa-4341-900c-5566df73f226 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-0fe5ca51-162c-4ff9-b06a-2485e143fb72 {
  margin-left: -70%;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-0fe5ca51-162c-4ff9-b06a-2485e143fb72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-26498e55-c649-4844-bd00-b27fc5401711 {
  display: none;
}
#s-26498e55-c649-4844-bd00-b27fc5401711, #wrap-s-26498e55-c649-4844-bd00-b27fc5401711 { display: none !important; }}
@media (min-width: 0px) {
[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26498e55-c649-4844-bd00-b27fc5401711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e6a35a4c-cb47-4166-81c5-b30f5b047127 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e6a35a4c-cb47-4166-81c5-b30f5b047127 {
  display: none;
}
#s-e6a35a4c-cb47-4166-81c5-b30f5b047127, #wrap-s-e6a35a4c-cb47-4166-81c5-b30f5b047127 { display: none !important; }}
#s-e6a35a4c-cb47-4166-81c5-b30f5b047127 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-c25f3162-42c5-43ba-982d-84cd1460207f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c25f3162-42c5-43ba-982d-84cd1460207f {
  display: none;
}
#s-c25f3162-42c5-43ba-982d-84cd1460207f, #wrap-s-c25f3162-42c5-43ba-982d-84cd1460207f { display: none !important; }}
#s-c25f3162-42c5-43ba-982d-84cd1460207f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-c25f3162-42c5-43ba-982d-84cd1460207f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c25f3162-42c5-43ba-982d-84cd1460207f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-e1e693eb-75a4-460f-9699-b95cac7efbd7 {
  margin-top: 15px;
}

#s-b7c4a988-4ca5-46a8-bbd9-7795f7be15e2 {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-b7c4a988-4ca5-46a8-bbd9-7795f7be15e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c4a988-4ca5-46a8-bbd9-7795f7be15e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e {
  max-width: 130px;
text-align: left;
}







  img.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
    
    
  }


.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e .shogun-image-content {
  
    align-items: center;
  
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
    
    
  }


.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e .shogun-image-content {
  
    align-items: center;
  
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
    
    
  }


.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e .shogun-image-content {
  
    align-items: center;
  
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
    
    
  }


.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e .shogun-image-content {
  
    align-items: center;
  
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
    
    
  }


.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e .shogun-image-content {
  
    align-items: center;
  
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f76d9f8-3de3-4861-9391-3e9e79d3858e.shogun-image {
  box-sizing: border-box;
}




}
#s-52d44504-ab6d-476b-bfe0-d0bd306da955 {
  margin-top: 5px;
}

#s-cf217a3a-ce5e-48c1-b129-585e276d7768 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-cf217a3a-ce5e-48c1-b129-585e276d7768 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



@media (min-width: 1200px){#s-83f59b65-0266-4f57-b205-02c9c4476b5c {
  display: none;
}
#s-83f59b65-0266-4f57-b205-02c9c4476b5c, #wrap-s-83f59b65-0266-4f57-b205-02c9c4476b5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83f59b65-0266-4f57-b205-02c9c4476b5c {
  display: none;
}
#s-83f59b65-0266-4f57-b205-02c9c4476b5c, #wrap-s-83f59b65-0266-4f57-b205-02c9c4476b5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83f59b65-0266-4f57-b205-02c9c4476b5c {
  display: none;
}
#s-83f59b65-0266-4f57-b205-02c9c4476b5c, #wrap-s-83f59b65-0266-4f57-b205-02c9c4476b5c { display: none !important; }}
@media (min-width: 0px) {
[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-83f59b65-0266-4f57-b205-02c9c4476b5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4cbbaad6-7907-4abe-a192-e7eb7b9da914 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4cbbaad6-7907-4abe-a192-e7eb7b9da914 {
  display: none;
}
#s-4cbbaad6-7907-4abe-a192-e7eb7b9da914, #wrap-s-4cbbaad6-7907-4abe-a192-e7eb7b9da914 { display: none !important; }}
#s-4cbbaad6-7907-4abe-a192-e7eb7b9da914 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 70px;
  
  
  text-align: center;
}



#s-244835dd-2bb5-488f-bfa9-4626c6423058 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-244835dd-2bb5-488f-bfa9-4626c6423058 {
  display: none;
}
#s-244835dd-2bb5-488f-bfa9-4626c6423058, #wrap-s-244835dd-2bb5-488f-bfa9-4626c6423058 { display: none !important; }}
#s-244835dd-2bb5-488f-bfa9-4626c6423058 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-244835dd-2bb5-488f-bfa9-4626c6423058 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-244835dd-2bb5-488f-bfa9-4626c6423058 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


}
#s-e036a46c-9f1e-4861-85e8-463468009649 {
  margin-top: 15px;
}

#s-56f7a742-33ff-4611-80e7-09f4ed29afcd {
  margin-top: 25px;
margin-right: 0%;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(31, 102, 81, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(248, 246, 241, 1);
}








#s-56f7a742-33ff-4611-80e7-09f4ed29afcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56f7a742-33ff-4611-80e7-09f4ed29afcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 {
  max-width: 130px;
text-align: left;
}







  img.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
    
    
  }


.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
    
    
  }


.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
    
    
  }


.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
    
    
  }


.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
  box-sizing: border-box;
}




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





  img.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
    
    
  }


.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cf8b33-ae66-4153-bfaf-7c34afa520e4.shogun-image {
  box-sizing: border-box;
}




}
#s-7c97bfc5-3330-4ac4-8463-fc97aa4fc695 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c97bfc5-3330-4ac4-8463-fc97aa4fc695 .shogun-heading-component h1 {
  color: rgba(70, 69, 65, 1);
  font-weight:  normal ;
  font-family: "Centra No2 Bold Italic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-421ac371-184e-40f6-9335-8e24bae45c35 {
  margin-top: -20px;
margin-bottom: -40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-421ac371-184e-40f6-9335-8e24bae45c35 .shogun-heading-component h1 {
  color: rgba(31, 102, 81, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



/*
  $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-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 *) {
  display: inline-block;
}

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

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

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

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

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