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

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

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

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

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

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

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 {
  margin-top: -100px;
}
}@media (max-width: 767px){#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 {
  margin-top: -100px;
}
}







#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e441b8b-1bfd-4dc1-a1e1-29c68adee1f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-26eb6a48-f288-4ad3-91e1-ae79a6207074 {
  margin-top: 0px;
}
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  margin-top: 0px;
background-color: rgba(104, 0, 4, 1);
}
@media (min-width: 1200px){#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  display: none;
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a, #wrap-s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  display: none;
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a, #wrap-s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  display: none;
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a, #wrap-s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a { display: none !important; }}@media (max-width: 767px){#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a {
  margin-bottom: 0px;
padding-bottom: 0px;
display: none;
}
#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a, #wrap-s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a { display: none !important; }}







#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea52035a-e88b-4cd9-8fe3-cf6a9e31135a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6a478d73-dfd6-4c31-885f-cc59d3728a3c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: auto;
padding-top: 10px;
}

#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f {
  display: none;
}
#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f, #wrap-s-76108ccb-3010-4cea-babc-e4ffb88f7a2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f {
  display: none;
}
#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f, #wrap-s-76108ccb-3010-4cea-babc-e4ffb88f7a2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f {
  display: none;
}
#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f, #wrap-s-76108ccb-3010-4cea-babc-e4ffb88f7a2f { display: none !important; }}







#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76108ccb-3010-4cea-babc-e4ffb88f7a2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  margin-top: 720px;
min-height: 100px;
}
@media (min-width: 1200px){#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  display: none;
}
#s-faa6d525-9972-4b08-bb2f-1b0275760c13, #wrap-s-faa6d525-9972-4b08-bb2f-1b0275760c13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  display: none;
}
#s-faa6d525-9972-4b08-bb2f-1b0275760c13, #wrap-s-faa6d525-9972-4b08-bb2f-1b0275760c13 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faa6d525-9972-4b08-bb2f-1b0275760c13 {
  margin-top: 0px;
display: none;
}
#s-faa6d525-9972-4b08-bb2f-1b0275760c13, #wrap-s-faa6d525-9972-4b08-bb2f-1b0275760c13 { display: none !important; }}







#s-faa6d525-9972-4b08-bb2f-1b0275760c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa6d525-9972-4b08-bb2f-1b0275760c13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 {
  margin-top: -40px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 100%;
}
@media (min-width: 1200px){#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 {
  display: none;
}
#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9, #wrap-s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 {
  display: none;
}
#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9, #wrap-s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 {
  display: none;
}
#s-8163d1ab-1161-40e0-873c-5ba5c93f02a9, #wrap-s-8163d1ab-1161-40e0-873c-5ba5c93f02a9 { display: none !important; }}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  display: none;
}
#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7, #wrap-s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 { display: none !important; }}@media (max-width: 767px){#s-5e8f469d-1236-49ae-94b1-edb83dcdd6f7 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 991px){#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  display: unset;
}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb, #wrap-s-f470bd14-628f-45ff-ba91-62712cc8b8eb { display: unset !important; }}@media (max-width: 767px){#s-f470bd14-628f-45ff-ba91-62712cc8b8eb {
  display: unset;
}
#s-f470bd14-628f-45ff-ba91-62712cc8b8eb, #wrap-s-f470bd14-628f-45ff-ba91-62712cc8b8eb { display: unset !important; }}







#s-f470bd14-628f-45ff-ba91-62712cc8b8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f470bd14-628f-45ff-ba91-62712cc8b8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
background-repeat: repeat;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  
}
}@media (max-width: 767px){#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d {
  
}
}







#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9a7c13-71d6-453a-a064-5d28ce7eb21d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04ab98d9-072f-4699-ba9d-72c1e9a47731 {
  min-height: 50px;
}








#s-04ab98d9-072f-4699-ba9d-72c1e9a47731 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ab98d9-072f-4699-ba9d-72c1e9a47731.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a4238233-10f4-4401-a23b-787d753e9697 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4238233-10f4-4401-a23b-787d753e9697 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-999792b8-f0ae-463a-b922-756cda63a956 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-999792b8-f0ae-463a-b922-756cda63a956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999792b8-f0ae-463a-b922-756cda63a956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

@media (max-width: 767px){#s-3ac8f92f-f9dc-4929-92ef-731d6c298b70 {
  display: none;
}
#s-3ac8f92f-f9dc-4929-92ef-731d6c298b70, #wrap-s-3ac8f92f-f9dc-4929-92ef-731d6c298b70 { display: none !important; }}
#s-fe8a6012-880e-4461-be4a-30d95fd11a65 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe8a6012-880e-4461-be4a-30d95fd11a65 {
  display: unset;
}
#s-fe8a6012-880e-4461-be4a-30d95fd11a65, #wrap-s-fe8a6012-880e-4461-be4a-30d95fd11a65 { display: unset !important; }}@media (max-width: 767px){#s-fe8a6012-880e-4461-be4a-30d95fd11a65 {
  display: none;
}
#s-fe8a6012-880e-4461-be4a-30d95fd11a65, #wrap-s-fe8a6012-880e-4461-be4a-30d95fd11a65 { display: none !important; }}







#s-fe8a6012-880e-4461-be4a-30d95fd11a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe8a6012-880e-4461-be4a-30d95fd11a65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e13189-2731-4230-99b7-700f411d6eaa {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

.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-c4e97445-460b-48d7-8eac-349db15530b9 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 2500/1316;
text-align: center;
}
@media (min-width: 1200px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}@media (max-width: 767px){#s-c4e97445-460b-48d7-8eac-349db15530b9 {
  display: none;
}
#s-c4e97445-460b-48d7-8eac-349db15530b9, #wrap-s-c4e97445-460b-48d7-8eac-349db15530b9 { display: none !important; }}




  #s-c4e97445-460b-48d7-8eac-349db15530b9 img.shogun-image,
  #s-c4e97445-460b-48d7-8eac-349db15530b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e97445-460b-48d7-8eac-349db15530b9 {
    width: 100%;
    height: auto;
  }




#s-c4e97445-460b-48d7-8eac-349db15530b9 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-6b8f7f46-97f1-4900-a801-4de71a535272 {
  margin-bottom: -60px;
}
}







#s-6b8f7f46-97f1-4900-a801-4de71a535272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b8f7f46-97f1-4900-a801-4de71a535272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ec27f26-24da-4075-aedc-4bb302852689 {
  margin-left: 5%;
margin-right: 5%;
}

#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe {
  
}
}@media (max-width: 767px){#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69ce1f83-4691-4bfa-95a8-30758a1acdfe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda {
  margin-top: 50px;
padding-bottom: 24px;
}








#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55fbb3a7-bd8f-4dbd-b264-75d05372dbda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0513508a-c5ac-486e-bd5e-a430af1297a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 920px;
text-align: center;
}

#s-0513508a-c5ac-486e-bd5e-a430af1297a6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  margin-bottom: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a04feb58-504d-4ba9-a2e7-55d146a7825b {
  margin-bottom: 80px;
}
}







#s-a04feb58-504d-4ba9-a2e7-55d146a7825b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a04feb58-504d-4ba9-a2e7-55d146a7825b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dfad388-2c06-4231-8ef3-4229cfc35503 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}
@media (max-width: 767px){#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f {
  margin-bottom: 80px;
}
}







#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d6df78-54d7-400d-bc6c-5aaacb42009f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68f9a6c3-f85d-4474-a413-9f67e8d73a46-root {
    text-align: center;
  }


#s-68f9a6c3-f85d-4474-a413-9f67e8d73a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8aa3651a-7554-4cee-a3f5-294be51f1969 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 100%;
aspect-ratio: 1600/1067;
text-align: center;
}
@media (max-width: 767px){#s-8aa3651a-7554-4cee-a3f5-294be51f1969 {
  margin-left: auto;
margin-bottom: 60px;
}
}




  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 img.shogun-image,
  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8aa3651a-7554-4cee-a3f5-294be51f1969 {
    width: 100%;
    height: auto;
  }




#s-8aa3651a-7554-4cee-a3f5-294be51f1969 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
}
@media (min-width: 1200px){#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 {
  
}
}@media (max-width: 767px){#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb424ea-8e7b-4cd5-a3ee-093c71b4a299.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21f50145-460d-486e-b5ae-05dbe2f827d9 {
  margin-left: auto;
margin-right: auto;
max-width: 920px;
}

#s-ff1a3cec-3905-46e2-903c-71c81d40fb47 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}








#s-ff1a3cec-3905-46e2-903c-71c81d40fb47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff1a3cec-3905-46e2-903c-71c81d40fb47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b8804c-9ff2-4259-917d-31842f2ee659 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a0b8804c-9ff2-4259-917d-31842f2ee659:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0b8804c-9ff2-4259-917d-31842f2ee659:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0b8804c-9ff2-4259-917d-31842f2ee659-root {
    text-align: center;
  }


#s-a0b8804c-9ff2-4259-917d-31842f2ee659.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0b8804c-9ff2-4259-917d-31842f2ee659-root {
    text-align: center;
  }


#s-a0b8804c-9ff2-4259-917d-31842f2ee659.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0b8804c-9ff2-4259-917d-31842f2ee659-root {
    text-align: center;
  }


#s-a0b8804c-9ff2-4259-917d-31842f2ee659.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0b8804c-9ff2-4259-917d-31842f2ee659-root {
    text-align: center;
  }


#s-a0b8804c-9ff2-4259-917d-31842f2ee659.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0b8804c-9ff2-4259-917d-31842f2ee659-root {
    text-align: center;
  }


#s-a0b8804c-9ff2-4259-917d-31842f2ee659.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
max-width: 100%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  min-height: 600px;
}
}@media (max-width: 767px){#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  min-height: 300px;
}
}
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d082492d-2810-4617-bd2b-4dfe00d96ddd {
  background-image: url(https://i.shgcdn.com/fbf783da-63bd-4d7f-ba84-1d2567d53e63/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d082492d-2810-4617-bd2b-4dfe00d96ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d082492d-2810-4617-bd2b-4dfe00d96ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ed4e7fa-4899-406b-9f43-8ad5b5f93ac5 {
  margin-top: 180px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (max-width: 767px){#s-3ed4e7fa-4899-406b-9f43-8ad5b5f93ac5 {
  margin-top: 60px;
}
}







#s-3ed4e7fa-4899-406b-9f43-8ad5b5f93ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed4e7fa-4899-406b-9f43-8ad5b5f93ac5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bbef4e-31f4-4a1f-a6e7-b2b35eb5ab39 {
  margin-bottom: 60px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bbef4e-31f4-4a1f-a6e7-b2b35eb5ab39 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-c0bbef4e-31f4-4a1f-a6e7-b2b35eb5ab39 {
  margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
}







#s-c0bbef4e-31f4-4a1f-a6e7-b2b35eb5ab39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0bbef4e-31f4-4a1f-a6e7-b2b35eb5ab39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-b069109e-90d4-43f0-8218-7fbd3e136aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b069109e-90d4-43f0-8218-7fbd3e136aa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18edc121-ecbb-4f14-b885-8858a5143168 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-18edc121-ecbb-4f14-b885-8858a5143168 {
  margin-bottom: 40px;
}
}
#s-18edc121-ecbb-4f14-b885-8858a5143168 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.6em;
  
  
}



#s-3f88ad0c-4bf6-4b03-a93f-c7327909cd5a {
  min-height: 50px;
}
@media (max-width: 767px){#s-3f88ad0c-4bf6-4b03-a93f-c7327909cd5a {
  
}
}







#s-3f88ad0c-4bf6-4b03-a93f-c7327909cd5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f88ad0c-4bf6-4b03-a93f-c7327909cd5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e800094b-e963-45b6-81ac-e010d26f0425 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e800094b-e963-45b6-81ac-e010d26f0425 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-e800094b-e963-45b6-81ac-e010d26f0425 {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-d7146010-c670-4dcf-9bc5-efc8bb5a99e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1600px;
}








#s-d7146010-c670-4dcf-9bc5-efc8bb5a99e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7146010-c670-4dcf-9bc5-efc8bb5a99e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
max-width: 100%;
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(195, 168, 116, 1);
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(195, 168, 116, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-53fa4786-77d3-4718-86e9-8c4a918081b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-81862655-0428-4c03-af12-b02c1f2a8ee5 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-81862655-0428-4c03-af12-b02c1f2a8ee5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

.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-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
  margin-bottom: 20px;
}
}




  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image,
  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
    width: 100%;
    height: auto;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
    
    
  }


.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
      position: relative;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image,
  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
    width: 100%;
    height: auto;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
    
    
  }


.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
      position: relative;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image,
  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
    width: 100%;
    height: auto;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
    
    
  }


.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
      position: relative;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image,
  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
    width: 100%;
    height: auto;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
    
    
  }


.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
      position: relative;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image,
  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
    width: 100%;
    height: auto;
  }

  #s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
    
    
  }


.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container {
      position: relative;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-389b3a75-0aeb-40a3-98b1-1bae3656fb32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a4032dca-25da-4638-99ac-bcc33a86da8f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-a4032dca-25da-4638-99ac-bcc33a86da8f {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a4032dca-25da-4638-99ac-bcc33a86da8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4032dca-25da-4638-99ac-bcc33a86da8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ad494ca-509d-462a-95cf-1415e7e0daee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-9ad494ca-509d-462a-95cf-1415e7e0daee .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



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

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

#s-aaab0191-fdc6-4377-aa94-c1914fed7b4c {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-aaab0191-fdc6-4377-aa94-c1914fed7b4c {
  margin-left: auto;
margin-right: auto;
padding-right: 0%;
}
}
#s-aaab0191-fdc6-4377-aa94-c1914fed7b4c hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-9b596225-f414-482b-9dcb-a3169afee565 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-9b596225-f414-482b-9dcb-a3169afee565 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b596225-f414-482b-9dcb-a3169afee565 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b596225-f414-482b-9dcb-a3169afee565 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-9b596225-f414-482b-9dcb-a3169afee565 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-f43db96d-2f3b-4f48-b623-e392c525bc71 {
  margin-top: 0px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f43db96d-2f3b-4f48-b623-e392c525bc71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-f43db96d-2f3b-4f48-b623-e392c525bc71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-f43db96d-2f3b-4f48-b623-e392c525bc71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-f43db96d-2f3b-4f48-b623-e392c525bc71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-ba93fd6a-cba8-4a48-b861-aa710949fa05 {
  min-height: 50px;
}








#s-ba93fd6a-cba8-4a48-b861-aa710949fa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba93fd6a-cba8-4a48-b861-aa710949fa05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image,
  #s-3c7a3442-6188-46df-b318-0b04376e5c8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d {
    width: 100%;
    height: auto;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-3c7a3442-6188-46df-b318-0b04376e5c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c7a3442-6188-46df-b318-0b04376e5c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
      position: relative;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image,
  #s-3c7a3442-6188-46df-b318-0b04376e5c8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d {
    width: 100%;
    height: auto;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-3c7a3442-6188-46df-b318-0b04376e5c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c7a3442-6188-46df-b318-0b04376e5c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
      position: relative;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image,
  #s-3c7a3442-6188-46df-b318-0b04376e5c8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d {
    width: 100%;
    height: auto;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-3c7a3442-6188-46df-b318-0b04376e5c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c7a3442-6188-46df-b318-0b04376e5c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
      position: relative;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image,
  #s-3c7a3442-6188-46df-b318-0b04376e5c8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d {
    width: 100%;
    height: auto;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-3c7a3442-6188-46df-b318-0b04376e5c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c7a3442-6188-46df-b318-0b04376e5c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
      position: relative;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image,
  #s-3c7a3442-6188-46df-b318-0b04376e5c8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d {
    width: 100%;
    height: auto;
  }

  #s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-3c7a3442-6188-46df-b318-0b04376e5c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c7a3442-6188-46df-b318-0b04376e5c8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container {
      position: relative;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c7a3442-6188-46df-b318-0b04376e5c8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89f457f9-15d2-4077-9efc-55a2eafc083b {
  min-height: 50px;
}








#s-89f457f9-15d2-4077-9efc-55a2eafc083b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f457f9-15d2-4077-9efc-55a2eafc083b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image,
  #s-32cd6682-6232-4a22-95e0-d64e8db8549c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c {
    width: 100%;
    height: auto;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-32cd6682-6232-4a22-95e0-d64e8db8549c .shogun-image-content {
  
    align-items: center;
  
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32cd6682-6232-4a22-95e0-d64e8db8549c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
      position: relative;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image,
  #s-32cd6682-6232-4a22-95e0-d64e8db8549c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c {
    width: 100%;
    height: auto;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-32cd6682-6232-4a22-95e0-d64e8db8549c .shogun-image-content {
  
    align-items: center;
  
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32cd6682-6232-4a22-95e0-d64e8db8549c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
      position: relative;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image,
  #s-32cd6682-6232-4a22-95e0-d64e8db8549c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c {
    width: 100%;
    height: auto;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-32cd6682-6232-4a22-95e0-d64e8db8549c .shogun-image-content {
  
    align-items: center;
  
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32cd6682-6232-4a22-95e0-d64e8db8549c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
      position: relative;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image,
  #s-32cd6682-6232-4a22-95e0-d64e8db8549c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c {
    width: 100%;
    height: auto;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-32cd6682-6232-4a22-95e0-d64e8db8549c .shogun-image-content {
  
    align-items: center;
  
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32cd6682-6232-4a22-95e0-d64e8db8549c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
      position: relative;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image,
  #s-32cd6682-6232-4a22-95e0-d64e8db8549c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c {
    width: 100%;
    height: auto;
  }

  #s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-32cd6682-6232-4a22-95e0-d64e8db8549c .shogun-image-content {
  
    align-items: center;
  
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32cd6682-6232-4a22-95e0-d64e8db8549c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container {
      position: relative;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32cd6682-6232-4a22-95e0-d64e8db8549c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c121a41f-0d7a-478b-82dd-98b283d76709 {
  min-height: 50px;
}








#s-c121a41f-0d7a-478b-82dd-98b283d76709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c121a41f-0d7a-478b-82dd-98b283d76709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image,
  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
    width: 100%;
    height: auto;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
      position: relative;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image,
  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
    width: 100%;
    height: auto;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
      position: relative;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image,
  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
    width: 100%;
    height: auto;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
      position: relative;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image,
  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
    width: 100%;
    height: auto;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
      position: relative;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image,
  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
    width: 100%;
    height: auto;
  }

  #s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9818be6d-67be-4292-9993-fd6d4a47dbb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container {
      position: relative;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9818be6d-67be-4292-9993-fd6d4a47dbb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1dce27d4-8a90-44fc-9f7e-645f84607816 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-1dce27d4-8a90-44fc-9f7e-645f84607816"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
  margin-bottom: 20px;
}
}




  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image,
  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
    width: 100%;
    height: auto;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
    
    
  }


.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
      position: relative;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image,
  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
    width: 100%;
    height: auto;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
    
    
  }


.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
      position: relative;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image,
  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
    width: 100%;
    height: auto;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
    
    
  }


.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
      position: relative;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image,
  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
    width: 100%;
    height: auto;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
    
    
  }


.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
      position: relative;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image,
  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
    width: 100%;
    height: auto;
  }

  #s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
    
    
  }


.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container {
      position: relative;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a55e478a-fc44-44f9-a46c-3fe3d9249d29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5bfaf465-8c30-42dc-8fc2-00697a3933af {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-5bfaf465-8c30-42dc-8fc2-00697a3933af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bfaf465-8c30-42dc-8fc2-00697a3933af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0374d29e-14e5-45ce-b597-1e3006ce34b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-0374d29e-14e5-45ce-b597-1e3006ce34b4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-bd5fd28d-3528-4014-9763-dec1074ac529 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-bd5fd28d-3528-4014-9763-dec1074ac529 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-a188bffb-d307-4725-8b51-54dfdbf8952c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-a188bffb-d307-4725-8b51-54dfdbf8952c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a188bffb-d307-4725-8b51-54dfdbf8952c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a188bffb-d307-4725-8b51-54dfdbf8952c {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-a188bffb-d307-4725-8b51-54dfdbf8952c {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-89fc0c59-d6a7-491c-a3d2-a1da76659031 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-89fc0c59-d6a7-491c-a3d2-a1da76659031"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-89fc0c59-d6a7-491c-a3d2-a1da76659031"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-89fc0c59-d6a7-491c-a3d2-a1da76659031"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-89fc0c59-d6a7-491c-a3d2-a1da76659031"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-8869b8a4-8ae4-40da-9c88-125c82382ab0 {
  min-height: 50px;
}








#s-8869b8a4-8ae4-40da-9c88-125c82382ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8869b8a4-8ae4-40da-9c88-125c82382ab0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e256476d-d423-43cd-b757-51852fe4b971 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image,
  #s-e256476d-d423-43cd-b757-51852fe4b971 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 {
    width: 100%;
    height: auto;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e256476d-d423-43cd-b757-51852fe4b971 .shogun-image-content {
  
    align-items: center;
  
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e256476d-d423-43cd-b757-51852fe4b971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
      position: relative;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image,
  #s-e256476d-d423-43cd-b757-51852fe4b971 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 {
    width: 100%;
    height: auto;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e256476d-d423-43cd-b757-51852fe4b971 .shogun-image-content {
  
    align-items: center;
  
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e256476d-d423-43cd-b757-51852fe4b971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
      position: relative;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image,
  #s-e256476d-d423-43cd-b757-51852fe4b971 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 {
    width: 100%;
    height: auto;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e256476d-d423-43cd-b757-51852fe4b971 .shogun-image-content {
  
    align-items: center;
  
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e256476d-d423-43cd-b757-51852fe4b971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
      position: relative;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image,
  #s-e256476d-d423-43cd-b757-51852fe4b971 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 {
    width: 100%;
    height: auto;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e256476d-d423-43cd-b757-51852fe4b971 .shogun-image-content {
  
    align-items: center;
  
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e256476d-d423-43cd-b757-51852fe4b971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
      position: relative;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image,
  #s-e256476d-d423-43cd-b757-51852fe4b971 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 {
    width: 100%;
    height: auto;
  }

  #s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e256476d-d423-43cd-b757-51852fe4b971 .shogun-image-content {
  
    align-items: center;
  
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e256476d-d423-43cd-b757-51852fe4b971 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container {
      position: relative;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e256476d-d423-43cd-b757-51852fe4b971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1a641f8a-3037-486e-8311-acbec5c19e4e {
  min-height: 50px;
}








#s-1a641f8a-3037-486e-8311-acbec5c19e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a641f8a-3037-486e-8311-acbec5c19e4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image,
  #s-9f8f4f0e-f088-4e2c-8492-784417089137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 {
    width: 100%;
    height: auto;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f8f4f0e-f088-4e2c-8492-784417089137 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8f4f0e-f088-4e2c-8492-784417089137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
      position: relative;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image,
  #s-9f8f4f0e-f088-4e2c-8492-784417089137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 {
    width: 100%;
    height: auto;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f8f4f0e-f088-4e2c-8492-784417089137 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8f4f0e-f088-4e2c-8492-784417089137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
      position: relative;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image,
  #s-9f8f4f0e-f088-4e2c-8492-784417089137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 {
    width: 100%;
    height: auto;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f8f4f0e-f088-4e2c-8492-784417089137 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8f4f0e-f088-4e2c-8492-784417089137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
      position: relative;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image,
  #s-9f8f4f0e-f088-4e2c-8492-784417089137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 {
    width: 100%;
    height: auto;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f8f4f0e-f088-4e2c-8492-784417089137 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8f4f0e-f088-4e2c-8492-784417089137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
      position: relative;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image,
  #s-9f8f4f0e-f088-4e2c-8492-784417089137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 {
    width: 100%;
    height: auto;
  }

  #s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-9f8f4f0e-f088-4e2c-8492-784417089137 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f8f4f0e-f088-4e2c-8492-784417089137 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container {
      position: relative;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f8f4f0e-f088-4e2c-8492-784417089137 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-51a9d2f8-f04d-4ad3-98f9-15c7bd3ff956 {
  min-height: 50px;
}








#s-51a9d2f8-f04d-4ad3-98f9-15c7bd3ff956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51a9d2f8-f04d-4ad3-98f9-15c7bd3ff956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image,
  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
    width: 100%;
    height: auto;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
      position: relative;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image,
  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
    width: 100%;
    height: auto;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
      position: relative;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image,
  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
    width: 100%;
    height: auto;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
      position: relative;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image,
  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
    width: 100%;
    height: auto;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
      position: relative;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image,
  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
    width: 100%;
    height: auto;
  }

  #s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-f3421eea-06ff-4429-9e64-5a84727fa9a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container {
      position: relative;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3421eea-06ff-4429-9e64-5a84727fa9a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a0b5b5fd-4930-469e-8f6c-bd70c592dea4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-61f14b19-8152-4eeb-9503-b220a9181230 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-61f14b19-8152-4eeb-9503-b220a9181230 {
  margin-bottom: 20px;
}
}




  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image,
  #s-61f14b19-8152-4eeb-9503-b220a9181230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 {
    width: 100%;
    height: auto;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
    
    
  }


.s-61f14b19-8152-4eeb-9503-b220a9181230 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f14b19-8152-4eeb-9503-b220a9181230 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
      position: relative;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image,
  #s-61f14b19-8152-4eeb-9503-b220a9181230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 {
    width: 100%;
    height: auto;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
    
    
  }


.s-61f14b19-8152-4eeb-9503-b220a9181230 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f14b19-8152-4eeb-9503-b220a9181230 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
      position: relative;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image,
  #s-61f14b19-8152-4eeb-9503-b220a9181230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 {
    width: 100%;
    height: auto;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
    
    
  }


.s-61f14b19-8152-4eeb-9503-b220a9181230 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f14b19-8152-4eeb-9503-b220a9181230 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
      position: relative;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image,
  #s-61f14b19-8152-4eeb-9503-b220a9181230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 {
    width: 100%;
    height: auto;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
    
    
  }


.s-61f14b19-8152-4eeb-9503-b220a9181230 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f14b19-8152-4eeb-9503-b220a9181230 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
      position: relative;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image,
  #s-61f14b19-8152-4eeb-9503-b220a9181230 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 {
    width: 100%;
    height: auto;
  }

  #s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
    
    
  }


.s-61f14b19-8152-4eeb-9503-b220a9181230 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f14b19-8152-4eeb-9503-b220a9181230 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container {
      position: relative;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f14b19-8152-4eeb-9503-b220a9181230 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95c671b9-270e-44f3-8000-40a60682ef92 {
  min-height: 50px;
}
@media (max-width: 767px){#s-95c671b9-270e-44f3-8000-40a60682ef92 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-95c671b9-270e-44f3-8000-40a60682ef92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95c671b9-270e-44f3-8000-40a60682ef92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a21e98e7-6257-4f03-a351-a2f0fd5e43e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-a21e98e7-6257-4f03-a351-a2f0fd5e43e4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-d8af142a-e1d1-4913-aa9f-7e17c5f70204 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-d8af142a-e1d1-4913-aa9f-7e17c5f70204 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-3a8f1857-03d8-43b8-bff1-cd8b4785715d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-3a8f1857-03d8-43b8-bff1-cd8b4785715d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a8f1857-03d8-43b8-bff1-cd8b4785715d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a8f1857-03d8-43b8-bff1-cd8b4785715d {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-3a8f1857-03d8-43b8-bff1-cd8b4785715d {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-50f1c13d-30b9-4c91-b566-4a9c23efb6ed {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-50f1c13d-30b9-4c91-b566-4a9c23efb6ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-50f1c13d-30b9-4c91-b566-4a9c23efb6ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-50f1c13d-30b9-4c91-b566-4a9c23efb6ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-50f1c13d-30b9-4c91-b566-4a9c23efb6ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-45907590-5600-4dc3-a2f8-f8ddab44d784 {
  min-height: 50px;
}








#s-45907590-5600-4dc3-a2f8-f8ddab44d784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45907590-5600-4dc3-a2f8-f8ddab44d784.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image,
  #s-a975f19f-f69f-43ad-ad84-5654250a0345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 {
    width: 100%;
    height: auto;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a975f19f-f69f-43ad-ad84-5654250a0345 .shogun-image-content {
  
    align-items: center;
  
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a975f19f-f69f-43ad-ad84-5654250a0345 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
      position: relative;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image,
  #s-a975f19f-f69f-43ad-ad84-5654250a0345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 {
    width: 100%;
    height: auto;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a975f19f-f69f-43ad-ad84-5654250a0345 .shogun-image-content {
  
    align-items: center;
  
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a975f19f-f69f-43ad-ad84-5654250a0345 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
      position: relative;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image,
  #s-a975f19f-f69f-43ad-ad84-5654250a0345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 {
    width: 100%;
    height: auto;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a975f19f-f69f-43ad-ad84-5654250a0345 .shogun-image-content {
  
    align-items: center;
  
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a975f19f-f69f-43ad-ad84-5654250a0345 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
      position: relative;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image,
  #s-a975f19f-f69f-43ad-ad84-5654250a0345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 {
    width: 100%;
    height: auto;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a975f19f-f69f-43ad-ad84-5654250a0345 .shogun-image-content {
  
    align-items: center;
  
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a975f19f-f69f-43ad-ad84-5654250a0345 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
      position: relative;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image,
  #s-a975f19f-f69f-43ad-ad84-5654250a0345 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 {
    width: 100%;
    height: auto;
  }

  #s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a975f19f-f69f-43ad-ad84-5654250a0345 .shogun-image-content {
  
    align-items: center;
  
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a975f19f-f69f-43ad-ad84-5654250a0345 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container {
      position: relative;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a975f19f-f69f-43ad-ad84-5654250a0345 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d79b4c6b-c270-46a6-8e72-9887c8a07c1b {
  min-height: 50px;
}








#s-d79b4c6b-c270-46a6-8e72-9887c8a07c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d79b4c6b-c270-46a6-8e72-9887c8a07c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image,
  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
    width: 100%;
    height: auto;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
      position: relative;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image,
  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
    width: 100%;
    height: auto;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
      position: relative;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image,
  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
    width: 100%;
    height: auto;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
      position: relative;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image,
  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
    width: 100%;
    height: auto;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
      position: relative;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image,
  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
    width: 100%;
    height: auto;
  }

  #s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b81f105d-d510-49de-8ef6-ff51ba562c18 .shogun-image-content {
  
    align-items: center;
  
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container {
      position: relative;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b81f105d-d510-49de-8ef6-ff51ba562c18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-58ae0aeb-caa3-49ba-b072-9ce91cda1e52 {
  min-height: 50px;
}








#s-58ae0aeb-caa3-49ba-b072-9ce91cda1e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ae0aeb-caa3-49ba-b072-9ce91cda1e52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03799c6b-e310-4248-8669-710d04327a5a {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image,
  #s-03799c6b-e310-4248-8669-710d04327a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a {
    width: 100%;
    height: auto;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-03799c6b-e310-4248-8669-710d04327a5a .shogun-image-content {
  
    align-items: center;
  
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03799c6b-e310-4248-8669-710d04327a5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
      position: relative;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image,
  #s-03799c6b-e310-4248-8669-710d04327a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a {
    width: 100%;
    height: auto;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-03799c6b-e310-4248-8669-710d04327a5a .shogun-image-content {
  
    align-items: center;
  
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03799c6b-e310-4248-8669-710d04327a5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
      position: relative;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image,
  #s-03799c6b-e310-4248-8669-710d04327a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a {
    width: 100%;
    height: auto;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-03799c6b-e310-4248-8669-710d04327a5a .shogun-image-content {
  
    align-items: center;
  
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03799c6b-e310-4248-8669-710d04327a5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
      position: relative;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image,
  #s-03799c6b-e310-4248-8669-710d04327a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a {
    width: 100%;
    height: auto;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-03799c6b-e310-4248-8669-710d04327a5a .shogun-image-content {
  
    align-items: center;
  
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03799c6b-e310-4248-8669-710d04327a5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
      position: relative;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image,
  #s-03799c6b-e310-4248-8669-710d04327a5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a {
    width: 100%;
    height: auto;
  }

  #s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-03799c6b-e310-4248-8669-710d04327a5a .shogun-image-content {
  
    align-items: center;
  
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03799c6b-e310-4248-8669-710d04327a5a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container {
      position: relative;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03799c6b-e310-4248-8669-710d04327a5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4dedc098-ab92-41c9-ab00-dc73016b026f {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-4dedc098-ab92-41c9-ab00-dc73016b026f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
  margin-bottom: 20px;
}
}




  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image,
  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
    width: 100%;
    height: auto;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
    
    
  }


.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
      position: relative;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image,
  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
    width: 100%;
    height: auto;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
    
    
  }


.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
      position: relative;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image,
  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
    width: 100%;
    height: auto;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
    
    
  }


.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
      position: relative;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image,
  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
    width: 100%;
    height: auto;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
    
    
  }


.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
      position: relative;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image,
  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
    width: 100%;
    height: auto;
  }

  #s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
    
    
  }


.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container {
      position: relative;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b181805e-9fca-498f-95c8-ffb49b9dcfc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ca039da5-b005-4e7e-8d54-f3a10755ce90 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ca039da5-b005-4e7e-8d54-f3a10755ce90 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-ca039da5-b005-4e7e-8d54-f3a10755ce90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca039da5-b005-4e7e-8d54-f3a10755ce90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fca340bf-dab7-4a0a-a0e0-65391e34ee88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-fca340bf-dab7-4a0a-a0e0-65391e34ee88 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-9abd73e4-a020-4d5a-a064-028a51d1d640 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-9abd73e4-a020-4d5a-a064-028a51d1d640 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-3efd8cd4-7bd9-474f-bb02-3a22b9c1bf50 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-3efd8cd4-7bd9-474f-bb02-3a22b9c1bf50 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3efd8cd4-7bd9-474f-bb02-3a22b9c1bf50 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3efd8cd4-7bd9-474f-bb02-3a22b9c1bf50 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-3efd8cd4-7bd9-474f-bb02-3a22b9c1bf50 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-eb6571ab-c317-4300-982b-d4584051edc9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-eb6571ab-c317-4300-982b-d4584051edc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-eb6571ab-c317-4300-982b-d4584051edc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-eb6571ab-c317-4300-982b-d4584051edc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-eb6571ab-c317-4300-982b-d4584051edc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-14524b2f-5d81-4c97-80a0-703bbbdf2f9c {
  min-height: 50px;
}








#s-14524b2f-5d81-4c97-80a0-703bbbdf2f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14524b2f-5d81-4c97-80a0-703bbbdf2f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image,
  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
    width: 100%;
    height: auto;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shogun-image-content {
  
    align-items: center;
  
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
      position: relative;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image,
  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
    width: 100%;
    height: auto;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shogun-image-content {
  
    align-items: center;
  
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
      position: relative;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image,
  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
    width: 100%;
    height: auto;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shogun-image-content {
  
    align-items: center;
  
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
      position: relative;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image,
  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
    width: 100%;
    height: auto;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shogun-image-content {
  
    align-items: center;
  
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
      position: relative;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image,
  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
    width: 100%;
    height: auto;
  }

  #s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb .shogun-image-content {
  
    align-items: center;
  
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container {
      position: relative;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82d28e7e-81f6-407c-8d45-94c6d4d2c5bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-efd0087a-14d8-4f23-9dfe-598c2375521b {
  min-height: 50px;
}








#s-efd0087a-14d8-4f23-9dfe-598c2375521b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd0087a-14d8-4f23-9dfe-598c2375521b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image,
  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
    width: 100%;
    height: auto;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shogun-image-content {
  
    align-items: center;
  
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
      position: relative;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image,
  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
    width: 100%;
    height: auto;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shogun-image-content {
  
    align-items: center;
  
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
      position: relative;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image,
  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
    width: 100%;
    height: auto;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shogun-image-content {
  
    align-items: center;
  
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
      position: relative;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image,
  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
    width: 100%;
    height: auto;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shogun-image-content {
  
    align-items: center;
  
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
      position: relative;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image,
  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
    width: 100%;
    height: auto;
  }

  #s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-beeefc0b-d46c-4100-83a4-3b95246c0e50 .shogun-image-content {
  
    align-items: center;
  
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container {
      position: relative;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-beeefc0b-d46c-4100-83a4-3b95246c0e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-366700fd-7158-44e4-81f0-76fd81941f42 {
  min-height: 50px;
}








#s-366700fd-7158-44e4-81f0-76fd81941f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366700fd-7158-44e4-81f0-76fd81941f42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image,
  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
    width: 100%;
    height: auto;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
      position: relative;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image,
  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
    width: 100%;
    height: auto;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
      position: relative;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image,
  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
    width: 100%;
    height: auto;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
      position: relative;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image,
  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
    width: 100%;
    height: auto;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
      position: relative;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image,
  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
    width: 100%;
    height: auto;
  }

  #s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container {
      position: relative;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24ece0b0-a457-4c57-82a7-5ad1852c28e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e10a55c9-642b-4427-bad2-25fe272a8e19 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e10a55c9-642b-4427-bad2-25fe272a8e19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
  margin-bottom: 20px;
}
}




  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image,
  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
    width: 100%;
    height: auto;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
    
    
  }


.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shogun-image-content {
  
    align-items: center;
  
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
      position: relative;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image,
  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
    width: 100%;
    height: auto;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
    
    
  }


.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shogun-image-content {
  
    align-items: center;
  
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
      position: relative;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image,
  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
    width: 100%;
    height: auto;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
    
    
  }


.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shogun-image-content {
  
    align-items: center;
  
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
      position: relative;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image,
  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
    width: 100%;
    height: auto;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
    
    
  }


.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shogun-image-content {
  
    align-items: center;
  
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
      position: relative;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image,
  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
    width: 100%;
    height: auto;
  }

  #s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
    
    
  }


.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e .shogun-image-content {
  
    align-items: center;
  
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container {
      position: relative;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35197ab7-3bf4-4cf7-b1ef-66c320e1754e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d7cb42e0-416c-41c8-8bf6-d607bc8ec69c {
  min-height: 50px;
}
@media (max-width: 767px){#s-d7cb42e0-416c-41c8-8bf6-d607bc8ec69c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-d7cb42e0-416c-41c8-8bf6-d607bc8ec69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cb42e0-416c-41c8-8bf6-d607bc8ec69c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed64d79-8df0-412e-96fa-9c0ef4e75e66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-eed64d79-8df0-412e-96fa-9c0ef4e75e66 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-60786ad1-8e75-49b9-8013-6a8e7a586157 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-60786ad1-8e75-49b9-8013-6a8e7a586157 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-9191f288-c70c-487e-b826-1364671652c0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-9191f288-c70c-487e-b826-1364671652c0 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9191f288-c70c-487e-b826-1364671652c0 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9191f288-c70c-487e-b826-1364671652c0 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-9191f288-c70c-487e-b826-1364671652c0 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-65a91a88-786c-4437-9197-54ff3e17e58c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-65a91a88-786c-4437-9197-54ff3e17e58c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-65a91a88-786c-4437-9197-54ff3e17e58c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-65a91a88-786c-4437-9197-54ff3e17e58c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-65a91a88-786c-4437-9197-54ff3e17e58c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-bf378e46-d8bd-4529-b63f-2f4a825c32b2 {
  min-height: 50px;
}








#s-bf378e46-d8bd-4529-b63f-2f4a825c32b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf378e46-d8bd-4529-b63f-2f4a825c32b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image,
  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
    width: 100%;
    height: auto;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
      position: relative;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image,
  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
    width: 100%;
    height: auto;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
      position: relative;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image,
  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
    width: 100%;
    height: auto;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
      position: relative;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image,
  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
    width: 100%;
    height: auto;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
      position: relative;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image,
  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
    width: 100%;
    height: auto;
  }

  #s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7af28f81-338c-42f9-9037-df2c2de3c8a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container {
      position: relative;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7af28f81-338c-42f9-9037-df2c2de3c8a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-02cfcf68-e226-4a91-a37a-889b042a64df {
  min-height: 50px;
}








#s-02cfcf68-e226-4a91-a37a-889b042a64df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02cfcf68-e226-4a91-a37a-889b042a64df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image,
  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
    width: 100%;
    height: auto;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
      position: relative;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image,
  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
    width: 100%;
    height: auto;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
      position: relative;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image,
  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
    width: 100%;
    height: auto;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
      position: relative;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image,
  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
    width: 100%;
    height: auto;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
      position: relative;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image,
  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
    width: 100%;
    height: auto;
  }

  #s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container {
      position: relative;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5dcd5597-0350-45fa-9569-b2ed5bf927b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-667ac273-c22c-4bbd-a47c-055992e0d5ef {
  min-height: 50px;
}








#s-667ac273-c22c-4bbd-a47c-055992e0d5ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667ac273-c22c-4bbd-a47c-055992e0d5ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image,
  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
    width: 100%;
    height: auto;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shogun-image-content {
  
    align-items: center;
  
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
      position: relative;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image,
  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
    width: 100%;
    height: auto;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shogun-image-content {
  
    align-items: center;
  
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
      position: relative;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image,
  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
    width: 100%;
    height: auto;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shogun-image-content {
  
    align-items: center;
  
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
      position: relative;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image,
  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
    width: 100%;
    height: auto;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shogun-image-content {
  
    align-items: center;
  
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
      position: relative;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image,
  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
    width: 100%;
    height: auto;
  }

  #s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c .shogun-image-content {
  
    align-items: center;
  
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container {
      position: relative;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbf90be2-f7ea-45a4-9344-fcd7214c2c3c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-cc4f60cc-3051-42de-bfcd-20d5f24afa4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
  margin-bottom: 20px;
}
}




  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image,
  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
    width: 100%;
    height: auto;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
    
    
  }


.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
      position: relative;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image,
  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
    width: 100%;
    height: auto;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
    
    
  }


.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
      position: relative;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image,
  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
    width: 100%;
    height: auto;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
    
    
  }


.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
      position: relative;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image,
  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
    width: 100%;
    height: auto;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
    
    
  }


.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
      position: relative;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image,
  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
    width: 100%;
    height: auto;
  }

  #s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
    
    
  }


.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb .shogun-image-content {
  
    align-items: center;
  
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container {
      position: relative;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fefe5c8c-2db3-4352-a639-e9ceeab267bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bc09931d-e568-4106-b659-98c9d2eb8e52 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bc09931d-e568-4106-b659-98c9d2eb8e52 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-bc09931d-e568-4106-b659-98c9d2eb8e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc09931d-e568-4106-b659-98c9d2eb8e52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8d2d141-5058-496e-8fcf-71c6c92b43d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-d8d2d141-5058-496e-8fcf-71c6c92b43d1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-7ec95f6f-a0cc-4f54-8a31-23b19ad385a6 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-7ec95f6f-a0cc-4f54-8a31-23b19ad385a6 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-3bcd7f20-3edf-45ac-8868-647ad5ec481a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-3bcd7f20-3edf-45ac-8868-647ad5ec481a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bcd7f20-3edf-45ac-8868-647ad5ec481a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bcd7f20-3edf-45ac-8868-647ad5ec481a {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-3bcd7f20-3edf-45ac-8868-647ad5ec481a {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-d3d7aa6d-81f2-474d-acae-db1fcb4d6485 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d3d7aa6d-81f2-474d-acae-db1fcb4d6485"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-d3d7aa6d-81f2-474d-acae-db1fcb4d6485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-d3d7aa6d-81f2-474d-acae-db1fcb4d6485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-d3d7aa6d-81f2-474d-acae-db1fcb4d6485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-7819f591-f5a0-40d7-ab68-e2728533d70b {
  min-height: 50px;
}








#s-7819f591-f5a0-40d7-ab68-e2728533d70b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7819f591-f5a0-40d7-ab68-e2728533d70b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image,
  #s-6597218f-3f2e-4fbb-8594-4129240be864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 {
    width: 100%;
    height: auto;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6597218f-3f2e-4fbb-8594-4129240be864 .shogun-image-content {
  
    align-items: center;
  
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6597218f-3f2e-4fbb-8594-4129240be864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
      position: relative;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image,
  #s-6597218f-3f2e-4fbb-8594-4129240be864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 {
    width: 100%;
    height: auto;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6597218f-3f2e-4fbb-8594-4129240be864 .shogun-image-content {
  
    align-items: center;
  
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6597218f-3f2e-4fbb-8594-4129240be864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
      position: relative;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image,
  #s-6597218f-3f2e-4fbb-8594-4129240be864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 {
    width: 100%;
    height: auto;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6597218f-3f2e-4fbb-8594-4129240be864 .shogun-image-content {
  
    align-items: center;
  
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6597218f-3f2e-4fbb-8594-4129240be864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
      position: relative;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image,
  #s-6597218f-3f2e-4fbb-8594-4129240be864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 {
    width: 100%;
    height: auto;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6597218f-3f2e-4fbb-8594-4129240be864 .shogun-image-content {
  
    align-items: center;
  
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6597218f-3f2e-4fbb-8594-4129240be864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
      position: relative;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image,
  #s-6597218f-3f2e-4fbb-8594-4129240be864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 {
    width: 100%;
    height: auto;
  }

  #s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6597218f-3f2e-4fbb-8594-4129240be864 .shogun-image-content {
  
    align-items: center;
  
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6597218f-3f2e-4fbb-8594-4129240be864 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container {
      position: relative;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6597218f-3f2e-4fbb-8594-4129240be864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eab43c86-d9a0-4faf-8853-30e836556c41 {
  min-height: 50px;
}








#s-eab43c86-d9a0-4faf-8853-30e836556c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab43c86-d9a0-4faf-8853-30e836556c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image,
  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
    width: 100%;
    height: auto;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shogun-image-content {
  
    align-items: center;
  
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
      position: relative;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image,
  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
    width: 100%;
    height: auto;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shogun-image-content {
  
    align-items: center;
  
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
      position: relative;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image,
  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
    width: 100%;
    height: auto;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shogun-image-content {
  
    align-items: center;
  
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
      position: relative;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image,
  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
    width: 100%;
    height: auto;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shogun-image-content {
  
    align-items: center;
  
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
      position: relative;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image,
  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
    width: 100%;
    height: auto;
  }

  #s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a .shogun-image-content {
  
    align-items: center;
  
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container {
      position: relative;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fe96f3-7d84-4415-be9a-301e0ce36a9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-549e7331-4fe0-430f-a361-d14e7ed5340c {
  min-height: 50px;
}








#s-549e7331-4fe0-430f-a361-d14e7ed5340c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549e7331-4fe0-430f-a361-d14e7ed5340c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image,
  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
    width: 100%;
    height: auto;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
      position: relative;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image,
  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
    width: 100%;
    height: auto;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
      position: relative;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image,
  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
    width: 100%;
    height: auto;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
      position: relative;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image,
  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
    width: 100%;
    height: auto;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
      position: relative;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image,
  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
    width: 100%;
    height: auto;
  }

  #s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e592cade-3272-4e40-88e1-5c8312ae1d74 .shogun-image-content {
  
    align-items: center;
  
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container {
      position: relative;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e592cade-3272-4e40-88e1-5c8312ae1d74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c794a69b-3e3a-4361-b0b3-862184185a58 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c794a69b-3e3a-4361-b0b3-862184185a58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
  margin-bottom: 20px;
}
}




  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image,
  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
    width: 100%;
    height: auto;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
    
    
  }


.s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shogun-image-content {
  
    align-items: center;
  
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
      position: relative;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image,
  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
    width: 100%;
    height: auto;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
    
    
  }


.s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shogun-image-content {
  
    align-items: center;
  
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
      position: relative;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image,
  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
    width: 100%;
    height: auto;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
    
    
  }


.s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shogun-image-content {
  
    align-items: center;
  
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
      position: relative;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image,
  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
    width: 100%;
    height: auto;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
    
    
  }


.s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shogun-image-content {
  
    align-items: center;
  
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
      position: relative;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image,
  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
    width: 100%;
    height: auto;
  }

  #s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
    
    
  }


.s-a68fbd14-f7c9-41cc-a07c-8354a5193600 .shogun-image-content {
  
    align-items: center;
  
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container {
      position: relative;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a68fbd14-f7c9-41cc-a07c-8354a5193600 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a9465950-9c3c-4bd5-9b87-fdc7f0003626 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a9465950-9c3c-4bd5-9b87-fdc7f0003626 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-a9465950-9c3c-4bd5-9b87-fdc7f0003626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9465950-9c3c-4bd5-9b87-fdc7f0003626.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c855c0ca-3b5b-4fc9-9d27-46560847bd66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-c855c0ca-3b5b-4fc9-9d27-46560847bd66 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-681ebd01-3eb0-4154-a9cf-ecd9828a6a4b {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-681ebd01-3eb0-4154-a9cf-ecd9828a6a4b hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-45760a45-c1e6-4cc3-bf0f-b222971bee72 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-45760a45-c1e6-4cc3-bf0f-b222971bee72 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45760a45-c1e6-4cc3-bf0f-b222971bee72 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45760a45-c1e6-4cc3-bf0f-b222971bee72 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-45760a45-c1e6-4cc3-bf0f-b222971bee72 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-d13c6d4e-ad97-48d4-ac1b-d3d7bc49b29e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d13c6d4e-ad97-48d4-ac1b-d3d7bc49b29e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-d13c6d4e-ad97-48d4-ac1b-d3d7bc49b29e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-d13c6d4e-ad97-48d4-ac1b-d3d7bc49b29e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-d13c6d4e-ad97-48d4-ac1b-d3d7bc49b29e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-f02d2f89-f7c2-4e0e-bdea-a158245dbd06 {
  min-height: 50px;
}








#s-f02d2f89-f7c2-4e0e-bdea-a158245dbd06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f02d2f89-f7c2-4e0e-bdea-a158245dbd06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image,
  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
    width: 100%;
    height: auto;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
      position: relative;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image,
  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
    width: 100%;
    height: auto;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
      position: relative;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image,
  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
    width: 100%;
    height: auto;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
      position: relative;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image,
  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
    width: 100%;
    height: auto;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
      position: relative;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image,
  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
    width: 100%;
    height: auto;
  }

  #s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a6e8cc3f-db61-43ed-a342-99e24382cd75 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container {
      position: relative;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6e8cc3f-db61-43ed-a342-99e24382cd75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-17bfe55d-5920-46a8-ab10-001cf0baa055 {
  min-height: 50px;
}








#s-17bfe55d-5920-46a8-ab10-001cf0baa055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17bfe55d-5920-46a8-ab10-001cf0baa055.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image,
  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
    width: 100%;
    height: auto;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
      position: relative;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image,
  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
    width: 100%;
    height: auto;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
      position: relative;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image,
  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
    width: 100%;
    height: auto;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
      position: relative;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image,
  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
    width: 100%;
    height: auto;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
      position: relative;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image,
  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
    width: 100%;
    height: auto;
  }

  #s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76f84624-6e99-4a6e-a955-16e84fcbfad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container {
      position: relative;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f84624-6e99-4a6e-a955-16e84fcbfad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-182a80d7-b067-45d2-ab1c-6c89a580d9f5 {
  min-height: 50px;
}








#s-182a80d7-b067-45d2-ab1c-6c89a580d9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-182a80d7-b067-45d2-ab1c-6c89a580d9f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image,
  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
    width: 100%;
    height: auto;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
      position: relative;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image,
  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
    width: 100%;
    height: auto;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
      position: relative;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image,
  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
    width: 100%;
    height: auto;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
      position: relative;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image,
  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
    width: 100%;
    height: auto;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
      position: relative;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image,
  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
    width: 100%;
    height: auto;
  }

  #s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container {
      position: relative;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4aaf5cb2-fbcc-43c9-b019-e40d8a8c39c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-2debb14e-e77e-4d5f-bc48-bd9ea040d7c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
  margin-bottom: 20px;
}
}




  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image,
  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
    width: 100%;
    height: auto;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
    
    
  }


.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
      position: relative;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image,
  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
    width: 100%;
    height: auto;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
    
    
  }


.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
      position: relative;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image,
  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
    width: 100%;
    height: auto;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
    
    
  }


.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
      position: relative;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image,
  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
    width: 100%;
    height: auto;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
    
    
  }


.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
      position: relative;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image,
  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
    width: 100%;
    height: auto;
  }

  #s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
    
    
  }


.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container {
      position: relative;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd8863b-3ffb-4ab2-9c58-09e9fe187b46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2099a0f9-bf04-4892-b3a8-d8e5e78cef3b {
  min-height: 50px;
}
@media (max-width: 767px){#s-2099a0f9-bf04-4892-b3a8-d8e5e78cef3b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-2099a0f9-bf04-4892-b3a8-d8e5e78cef3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2099a0f9-bf04-4892-b3a8-d8e5e78cef3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ad09431-9de0-4604-ad4c-29eb036f6cc3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-8ad09431-9de0-4604-ad4c-29eb036f6cc3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-fef9cd67-1256-4edd-9314-2c6b400a8a76 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-fef9cd67-1256-4edd-9314-2c6b400a8a76 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-e2e00419-3b35-4eac-b748-883df86c2026 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-e2e00419-3b35-4eac-b748-883df86c2026 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2e00419-3b35-4eac-b748-883df86c2026 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2e00419-3b35-4eac-b748-883df86c2026 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e2e00419-3b35-4eac-b748-883df86c2026 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-231b69ff-c5bf-4a7f-a616-79b503fdc83a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-231b69ff-c5bf-4a7f-a616-79b503fdc83a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-231b69ff-c5bf-4a7f-a616-79b503fdc83a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-231b69ff-c5bf-4a7f-a616-79b503fdc83a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-231b69ff-c5bf-4a7f-a616-79b503fdc83a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-ff0f1fa8-fc97-42e2-b981-93e9390049aa {
  min-height: 50px;
}








#s-ff0f1fa8-fc97-42e2-b981-93e9390049aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff0f1fa8-fc97-42e2-b981-93e9390049aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image,
  #s-006648e4-5049-4d91-a989-3ef6863e997c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c {
    width: 100%;
    height: auto;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-006648e4-5049-4d91-a989-3ef6863e997c .shogun-image-content {
  
    align-items: center;
  
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-006648e4-5049-4d91-a989-3ef6863e997c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
      position: relative;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image,
  #s-006648e4-5049-4d91-a989-3ef6863e997c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c {
    width: 100%;
    height: auto;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-006648e4-5049-4d91-a989-3ef6863e997c .shogun-image-content {
  
    align-items: center;
  
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-006648e4-5049-4d91-a989-3ef6863e997c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
      position: relative;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image,
  #s-006648e4-5049-4d91-a989-3ef6863e997c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c {
    width: 100%;
    height: auto;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-006648e4-5049-4d91-a989-3ef6863e997c .shogun-image-content {
  
    align-items: center;
  
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-006648e4-5049-4d91-a989-3ef6863e997c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
      position: relative;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image,
  #s-006648e4-5049-4d91-a989-3ef6863e997c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c {
    width: 100%;
    height: auto;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-006648e4-5049-4d91-a989-3ef6863e997c .shogun-image-content {
  
    align-items: center;
  
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-006648e4-5049-4d91-a989-3ef6863e997c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
      position: relative;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image,
  #s-006648e4-5049-4d91-a989-3ef6863e997c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c {
    width: 100%;
    height: auto;
  }

  #s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-006648e4-5049-4d91-a989-3ef6863e997c .shogun-image-content {
  
    align-items: center;
  
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-006648e4-5049-4d91-a989-3ef6863e997c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container {
      position: relative;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-006648e4-5049-4d91-a989-3ef6863e997c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5740004e-836f-462b-9537-fd1b6f896e9c {
  min-height: 50px;
}








#s-5740004e-836f-462b-9537-fd1b6f896e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5740004e-836f-462b-9537-fd1b6f896e9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image,
  #s-872b8788-d174-471f-9f3b-f7dcb96186de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de {
    width: 100%;
    height: auto;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-872b8788-d174-471f-9f3b-f7dcb96186de .shogun-image-content {
  
    align-items: center;
  
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872b8788-d174-471f-9f3b-f7dcb96186de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
      position: relative;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image,
  #s-872b8788-d174-471f-9f3b-f7dcb96186de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de {
    width: 100%;
    height: auto;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-872b8788-d174-471f-9f3b-f7dcb96186de .shogun-image-content {
  
    align-items: center;
  
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872b8788-d174-471f-9f3b-f7dcb96186de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
      position: relative;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image,
  #s-872b8788-d174-471f-9f3b-f7dcb96186de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de {
    width: 100%;
    height: auto;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-872b8788-d174-471f-9f3b-f7dcb96186de .shogun-image-content {
  
    align-items: center;
  
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872b8788-d174-471f-9f3b-f7dcb96186de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
      position: relative;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image,
  #s-872b8788-d174-471f-9f3b-f7dcb96186de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de {
    width: 100%;
    height: auto;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-872b8788-d174-471f-9f3b-f7dcb96186de .shogun-image-content {
  
    align-items: center;
  
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872b8788-d174-471f-9f3b-f7dcb96186de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
      position: relative;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image,
  #s-872b8788-d174-471f-9f3b-f7dcb96186de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de {
    width: 100%;
    height: auto;
  }

  #s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-872b8788-d174-471f-9f3b-f7dcb96186de .shogun-image-content {
  
    align-items: center;
  
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-872b8788-d174-471f-9f3b-f7dcb96186de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container {
      position: relative;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-872b8788-d174-471f-9f3b-f7dcb96186de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95f7b6f3-b038-4495-af8a-981637398dae {
  min-height: 50px;
}








#s-95f7b6f3-b038-4495-af8a-981637398dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f7b6f3-b038-4495-af8a-981637398dae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image,
  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
    width: 100%;
    height: auto;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
      position: relative;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image,
  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
    width: 100%;
    height: auto;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
      position: relative;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image,
  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
    width: 100%;
    height: auto;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
      position: relative;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image,
  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
    width: 100%;
    height: auto;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
      position: relative;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image,
  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
    width: 100%;
    height: auto;
  }

  #s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-fceb4ad7-a69a-4f69-a463-29b823c8add8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container {
      position: relative;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fceb4ad7-a69a-4f69-a463-29b823c8add8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-a8336375-d8cf-4088-a2f3-a4b05c8a2fcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
  margin-bottom: 20px;
}
}




  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image,
  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
    width: 100%;
    height: auto;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
    
    
  }


.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
      position: relative;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image,
  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
    width: 100%;
    height: auto;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
    
    
  }


.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
      position: relative;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image,
  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
    width: 100%;
    height: auto;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
    
    
  }


.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
      position: relative;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image,
  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
    width: 100%;
    height: auto;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
    
    
  }


.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
      position: relative;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image,
  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
    width: 100%;
    height: auto;
  }

  #s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
    
    
  }


.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 .shogun-image-content {
  
    align-items: center;
  
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container {
      position: relative;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f55bc0d1-bf68-4037-9a51-1d4165c71e71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-191e26c6-9652-47dd-8800-2a8cdee3e0ce {
  min-height: 50px;
}
@media (max-width: 767px){#s-191e26c6-9652-47dd-8800-2a8cdee3e0ce {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-191e26c6-9652-47dd-8800-2a8cdee3e0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191e26c6-9652-47dd-8800-2a8cdee3e0ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a09ffcc-5be7-40f2-98a7-d07553b01762 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-5a09ffcc-5be7-40f2-98a7-d07553b01762 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-5ff82fe1-ce62-4f89-839e-18f34753cb6c {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-5ff82fe1-ce62-4f89-839e-18f34753cb6c hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-ce50837c-9114-4cdd-a619-ae170967399a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-ce50837c-9114-4cdd-a619-ae170967399a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce50837c-9114-4cdd-a619-ae170967399a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce50837c-9114-4cdd-a619-ae170967399a {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-ce50837c-9114-4cdd-a619-ae170967399a {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-bddebd27-1224-4481-a1c4-ca76da2a13d7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bddebd27-1224-4481-a1c4-ca76da2a13d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-bddebd27-1224-4481-a1c4-ca76da2a13d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-bddebd27-1224-4481-a1c4-ca76da2a13d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-bddebd27-1224-4481-a1c4-ca76da2a13d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-1c22ff58-ca24-44fb-956b-e567960e812d {
  min-height: 50px;
}








#s-1c22ff58-ca24-44fb-956b-e567960e812d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c22ff58-ca24-44fb-956b-e567960e812d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image,
  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
    width: 100%;
    height: auto;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shogun-image-content {
  
    align-items: center;
  
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
      position: relative;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image,
  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
    width: 100%;
    height: auto;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shogun-image-content {
  
    align-items: center;
  
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
      position: relative;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image,
  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
    width: 100%;
    height: auto;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shogun-image-content {
  
    align-items: center;
  
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
      position: relative;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image,
  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
    width: 100%;
    height: auto;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shogun-image-content {
  
    align-items: center;
  
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
      position: relative;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image,
  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
    width: 100%;
    height: auto;
  }

  #s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-91c9f448-6b1f-4f2d-a5dd-007642e40799 .shogun-image-content {
  
    align-items: center;
  
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container {
      position: relative;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91c9f448-6b1f-4f2d-a5dd-007642e40799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f07edf6f-a196-413b-9c4b-51301d1ea59f {
  min-height: 50px;
}








#s-f07edf6f-a196-413b-9c4b-51301d1ea59f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f07edf6f-a196-413b-9c4b-51301d1ea59f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image,
  #s-a4e9780f-cc99-4583-8293-8f71d912eeec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec {
    width: 100%;
    height: auto;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a4e9780f-cc99-4583-8293-8f71d912eeec .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4e9780f-cc99-4583-8293-8f71d912eeec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
      position: relative;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image,
  #s-a4e9780f-cc99-4583-8293-8f71d912eeec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec {
    width: 100%;
    height: auto;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a4e9780f-cc99-4583-8293-8f71d912eeec .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4e9780f-cc99-4583-8293-8f71d912eeec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
      position: relative;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image,
  #s-a4e9780f-cc99-4583-8293-8f71d912eeec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec {
    width: 100%;
    height: auto;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a4e9780f-cc99-4583-8293-8f71d912eeec .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4e9780f-cc99-4583-8293-8f71d912eeec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
      position: relative;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image,
  #s-a4e9780f-cc99-4583-8293-8f71d912eeec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec {
    width: 100%;
    height: auto;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a4e9780f-cc99-4583-8293-8f71d912eeec .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4e9780f-cc99-4583-8293-8f71d912eeec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
      position: relative;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image,
  #s-a4e9780f-cc99-4583-8293-8f71d912eeec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec {
    width: 100%;
    height: auto;
  }

  #s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a4e9780f-cc99-4583-8293-8f71d912eeec .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4e9780f-cc99-4583-8293-8f71d912eeec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container {
      position: relative;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4e9780f-cc99-4583-8293-8f71d912eeec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-44398377-d571-4d99-b3d4-2d608f2ea60d {
  min-height: 50px;
}








#s-44398377-d571-4d99-b3d4-2d608f2ea60d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44398377-d571-4d99-b3d4-2d608f2ea60d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image,
  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
    width: 100%;
    height: auto;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
      position: relative;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image,
  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
    width: 100%;
    height: auto;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
      position: relative;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image,
  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
    width: 100%;
    height: auto;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
      position: relative;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image,
  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
    width: 100%;
    height: auto;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
      position: relative;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image,
  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
    width: 100%;
    height: auto;
  }

  #s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container {
      position: relative;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed7684d-b38f-4bee-9333-c0768ebd1e79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32254d76-15a3-4f1e-aaf6-17c6cd2abd5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
  margin-bottom: 20px;
}
}




  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image,
  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
    width: 100%;
    height: auto;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
    
    
  }


.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
      position: relative;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image,
  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
    width: 100%;
    height: auto;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
    
    
  }


.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
      position: relative;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image,
  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
    width: 100%;
    height: auto;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
    
    
  }


.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
      position: relative;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image,
  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
    width: 100%;
    height: auto;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
    
    
  }


.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
      position: relative;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image,
  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
    width: 100%;
    height: auto;
  }

  #s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
    
    
  }


.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d .shogun-image-content {
  
    align-items: center;
  
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container {
      position: relative;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cbde0e9-2575-4ed9-a0a9-0e07f862d97d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-00f31b15-e92e-42aa-a595-1deeb3bb5b90 {
  min-height: 50px;
}
@media (max-width: 767px){#s-00f31b15-e92e-42aa-a595-1deeb3bb5b90 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-00f31b15-e92e-42aa-a595-1deeb3bb5b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f31b15-e92e-42aa-a595-1deeb3bb5b90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6250d5b1-5b26-48fb-bc16-07969b478dad {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-6250d5b1-5b26-48fb-bc16-07969b478dad .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-4d3938ec-0130-48b0-a421-ea2babe3f31f {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-4d3938ec-0130-48b0-a421-ea2babe3f31f hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-8db9f9ae-28a8-49fe-964a-d7c719eaeac9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-8db9f9ae-28a8-49fe-964a-d7c719eaeac9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8db9f9ae-28a8-49fe-964a-d7c719eaeac9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8db9f9ae-28a8-49fe-964a-d7c719eaeac9 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-8db9f9ae-28a8-49fe-964a-d7c719eaeac9 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-8c5391b7-1690-458e-82db-3299c1f13963 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8c5391b7-1690-458e-82db-3299c1f13963"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-8c5391b7-1690-458e-82db-3299c1f13963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-8c5391b7-1690-458e-82db-3299c1f13963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-8c5391b7-1690-458e-82db-3299c1f13963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-16123cec-854e-425d-8183-51bc2d5bfc79 {
  min-height: 50px;
}








#s-16123cec-854e-425d-8183-51bc2d5bfc79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16123cec-854e-425d-8183-51bc2d5bfc79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image,
  #s-76592ba7-9c57-491c-bd4d-484758625c00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 {
    width: 100%;
    height: auto;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76592ba7-9c57-491c-bd4d-484758625c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76592ba7-9c57-491c-bd4d-484758625c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
      position: relative;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image,
  #s-76592ba7-9c57-491c-bd4d-484758625c00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 {
    width: 100%;
    height: auto;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76592ba7-9c57-491c-bd4d-484758625c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76592ba7-9c57-491c-bd4d-484758625c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
      position: relative;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image,
  #s-76592ba7-9c57-491c-bd4d-484758625c00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 {
    width: 100%;
    height: auto;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76592ba7-9c57-491c-bd4d-484758625c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76592ba7-9c57-491c-bd4d-484758625c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
      position: relative;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image,
  #s-76592ba7-9c57-491c-bd4d-484758625c00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 {
    width: 100%;
    height: auto;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76592ba7-9c57-491c-bd4d-484758625c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76592ba7-9c57-491c-bd4d-484758625c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
      position: relative;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image,
  #s-76592ba7-9c57-491c-bd4d-484758625c00 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 {
    width: 100%;
    height: auto;
  }

  #s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-76592ba7-9c57-491c-bd4d-484758625c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-76592ba7-9c57-491c-bd4d-484758625c00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container {
      position: relative;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76592ba7-9c57-491c-bd4d-484758625c00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-27a37233-1aa5-4e5f-9694-2082fbce2b0f {
  min-height: 50px;
}








#s-27a37233-1aa5-4e5f-9694-2082fbce2b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27a37233-1aa5-4e5f-9694-2082fbce2b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image,
  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
    width: 100%;
    height: auto;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
      position: relative;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image,
  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
    width: 100%;
    height: auto;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
      position: relative;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image,
  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
    width: 100%;
    height: auto;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
      position: relative;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image,
  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
    width: 100%;
    height: auto;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
      position: relative;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image,
  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
    width: 100%;
    height: auto;
  }

  #s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf .shogun-image-content {
  
    align-items: center;
  
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container {
      position: relative;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac38258f-b47f-40f9-bdb8-c7aa2f07e7cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c636d8b9-7b01-41c5-b469-2254dab93c31 {
  min-height: 50px;
}








#s-c636d8b9-7b01-41c5-b469-2254dab93c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c636d8b9-7b01-41c5-b469-2254dab93c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image,
  #s-afd46062-dafd-474b-9e01-84efa5ffa34e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e {
    width: 100%;
    height: auto;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-afd46062-dafd-474b-9e01-84efa5ffa34e .shogun-image-content {
  
    align-items: center;
  
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afd46062-dafd-474b-9e01-84efa5ffa34e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
      position: relative;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image,
  #s-afd46062-dafd-474b-9e01-84efa5ffa34e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e {
    width: 100%;
    height: auto;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-afd46062-dafd-474b-9e01-84efa5ffa34e .shogun-image-content {
  
    align-items: center;
  
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afd46062-dafd-474b-9e01-84efa5ffa34e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
      position: relative;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image,
  #s-afd46062-dafd-474b-9e01-84efa5ffa34e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e {
    width: 100%;
    height: auto;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-afd46062-dafd-474b-9e01-84efa5ffa34e .shogun-image-content {
  
    align-items: center;
  
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afd46062-dafd-474b-9e01-84efa5ffa34e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
      position: relative;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image,
  #s-afd46062-dafd-474b-9e01-84efa5ffa34e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e {
    width: 100%;
    height: auto;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-afd46062-dafd-474b-9e01-84efa5ffa34e .shogun-image-content {
  
    align-items: center;
  
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afd46062-dafd-474b-9e01-84efa5ffa34e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
      position: relative;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image,
  #s-afd46062-dafd-474b-9e01-84efa5ffa34e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e {
    width: 100%;
    height: auto;
  }

  #s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-afd46062-dafd-474b-9e01-84efa5ffa34e .shogun-image-content {
  
    align-items: center;
  
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afd46062-dafd-474b-9e01-84efa5ffa34e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container {
      position: relative;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afd46062-dafd-474b-9e01-84efa5ffa34e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-641dfc86-e3b5-4809-bc4a-958dbefe671f {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-641dfc86-e3b5-4809-bc4a-958dbefe671f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-c601eb05-b562-4342-abb2-8bc7269b7127 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-c601eb05-b562-4342-abb2-8bc7269b7127 {
  margin-bottom: 20px;
}
}




  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image,
  #s-c601eb05-b562-4342-abb2-8bc7269b7127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 {
    width: 100%;
    height: auto;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
    
    
  }


.s-c601eb05-b562-4342-abb2-8bc7269b7127 .shogun-image-content {
  
    align-items: center;
  
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c601eb05-b562-4342-abb2-8bc7269b7127 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
      position: relative;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image,
  #s-c601eb05-b562-4342-abb2-8bc7269b7127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 {
    width: 100%;
    height: auto;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
    
    
  }


.s-c601eb05-b562-4342-abb2-8bc7269b7127 .shogun-image-content {
  
    align-items: center;
  
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c601eb05-b562-4342-abb2-8bc7269b7127 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
      position: relative;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image,
  #s-c601eb05-b562-4342-abb2-8bc7269b7127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 {
    width: 100%;
    height: auto;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
    
    
  }


.s-c601eb05-b562-4342-abb2-8bc7269b7127 .shogun-image-content {
  
    align-items: center;
  
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c601eb05-b562-4342-abb2-8bc7269b7127 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
      position: relative;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image,
  #s-c601eb05-b562-4342-abb2-8bc7269b7127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 {
    width: 100%;
    height: auto;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
    
    
  }


.s-c601eb05-b562-4342-abb2-8bc7269b7127 .shogun-image-content {
  
    align-items: center;
  
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c601eb05-b562-4342-abb2-8bc7269b7127 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
      position: relative;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image,
  #s-c601eb05-b562-4342-abb2-8bc7269b7127 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 {
    width: 100%;
    height: auto;
  }

  #s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
    
    
  }


.s-c601eb05-b562-4342-abb2-8bc7269b7127 .shogun-image-content {
  
    align-items: center;
  
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c601eb05-b562-4342-abb2-8bc7269b7127 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container {
      position: relative;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c601eb05-b562-4342-abb2-8bc7269b7127 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2335db05-e8f8-4c21-8506-ae4d4bbf3c7d {
  min-height: 50px;
}
@media (max-width: 767px){#s-2335db05-e8f8-4c21-8506-ae4d4bbf3c7d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-2335db05-e8f8-4c21-8506-ae4d4bbf3c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2335db05-e8f8-4c21-8506-ae4d4bbf3c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6cb8e34-ad17-4b20-98b7-6f13b26ebd47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-a6cb8e34-ad17-4b20-98b7-6f13b26ebd47 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-38e43bdf-6105-41d4-b46c-46d7d7a98c41 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-38e43bdf-6105-41d4-b46c-46d7d7a98c41 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-e546ff53-ca59-4b58-a38f-9ef82c7e6e13 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-e546ff53-ca59-4b58-a38f-9ef82c7e6e13 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e546ff53-ca59-4b58-a38f-9ef82c7e6e13 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e546ff53-ca59-4b58-a38f-9ef82c7e6e13 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-e546ff53-ca59-4b58-a38f-9ef82c7e6e13 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-ae5c0f26-b73c-4ac3-9497-d25158d97e5b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ae5c0f26-b73c-4ac3-9497-d25158d97e5b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-ae5c0f26-b73c-4ac3-9497-d25158d97e5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-ae5c0f26-b73c-4ac3-9497-d25158d97e5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-ae5c0f26-b73c-4ac3-9497-d25158d97e5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-6faec17d-fc4c-4a00-a6a6-4ecbfba8c198 {
  min-height: 50px;
}








#s-6faec17d-fc4c-4a00-a6a6-4ecbfba8c198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6faec17d-fc4c-4a00-a6a6-4ecbfba8c198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image,
  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
    width: 100%;
    height: auto;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shogun-image-content {
  
    align-items: center;
  
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
      position: relative;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image,
  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
    width: 100%;
    height: auto;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shogun-image-content {
  
    align-items: center;
  
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
      position: relative;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image,
  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
    width: 100%;
    height: auto;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shogun-image-content {
  
    align-items: center;
  
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
      position: relative;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image,
  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
    width: 100%;
    height: auto;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shogun-image-content {
  
    align-items: center;
  
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
      position: relative;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image,
  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
    width: 100%;
    height: auto;
  }

  #s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf .shogun-image-content {
  
    align-items: center;
  
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container {
      position: relative;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7acc7bf1-4c24-4189-b4eb-1349595c3dcf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-416af07e-4c04-4c8e-bc8b-1f2220203e5e {
  min-height: 50px;
}








#s-416af07e-4c04-4c8e-bc8b-1f2220203e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-416af07e-4c04-4c8e-bc8b-1f2220203e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image,
  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
    width: 100%;
    height: auto;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
      position: relative;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image,
  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
    width: 100%;
    height: auto;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
      position: relative;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image,
  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
    width: 100%;
    height: auto;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
      position: relative;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image,
  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
    width: 100%;
    height: auto;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
      position: relative;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image,
  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
    width: 100%;
    height: auto;
  }

  #s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-bdd6b3aa-de36-4400-b16d-80afde642e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container {
      position: relative;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdd6b3aa-de36-4400-b16d-80afde642e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5fb443d7-5473-4c58-8c7f-850df0bee2ce {
  min-height: 50px;
}








#s-5fb443d7-5473-4c58-8c7f-850df0bee2ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb443d7-5473-4c58-8c7f-850df0bee2ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image,
  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
    width: 100%;
    height: auto;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
      position: relative;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image,
  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
    width: 100%;
    height: auto;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
      position: relative;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image,
  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
    width: 100%;
    height: auto;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
      position: relative;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image,
  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
    width: 100%;
    height: auto;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
      position: relative;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image,
  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
    width: 100%;
    height: auto;
  }

  #s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c959ab59-3922-4d27-8baf-5ebc43c69e46 .shogun-image-content {
  
    align-items: center;
  
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container {
      position: relative;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c959ab59-3922-4d27-8baf-5ebc43c69e46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-9d6a49cd-2e3f-4a97-916c-bc2cbcb4256e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}
@media (max-width: 767px){#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
  margin-bottom: 20px;
}
}




  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image,
  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
    width: 100%;
    height: auto;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
    
    
  }


.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
      position: relative;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image,
  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
    width: 100%;
    height: auto;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
    
    
  }


.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
      position: relative;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image,
  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
    width: 100%;
    height: auto;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
    
    
  }


.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
      position: relative;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image,
  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
    width: 100%;
    height: auto;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
    
    
  }


.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
      position: relative;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image,
  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
    width: 100%;
    height: auto;
  }

  #s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
    
    
  }


.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container {
      position: relative;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5553ebfd-547f-42f7-aa72-d62cec42f5b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c85dc605-a837-41df-886e-558109e28fdd {
  min-height: 50px;
}
@media (max-width: 767px){#s-c85dc605-a837-41df-886e-558109e28fdd {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}







#s-c85dc605-a837-41df-886e-558109e28fdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c85dc605-a837-41df-886e-558109e28fdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3d74f07-eb42-43b6-9db5-8a817e2ae2a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-a3d74f07-eb42-43b6-9db5-8a817e2ae2a7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}



#s-f1c90569-be6e-41be-b03d-ba582782d024 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-f1c90569-be6e-41be-b03d-ba582782d024 hr {
  border-top: 2px solid rgba(195, 168, 116, 1);
}

#s-f7ecf5df-1ee9-4e02-927a-03fcf392e1d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-f7ecf5df-1ee9-4e02-927a-03fcf392e1d5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7ecf5df-1ee9-4e02-927a-03fcf392e1d5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7ecf5df-1ee9-4e02-927a-03fcf392e1d5 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-f7ecf5df-1ee9-4e02-927a-03fcf392e1d5 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
}
#s-dc95c904-9a10-40cf-802c-c546cc4eea53 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dc95c904-9a10-40cf-802c-c546cc4eea53"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 768px) {
[id="s-dc95c904-9a10-40cf-802c-c546cc4eea53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-dc95c904-9a10-40cf-802c-c546cc4eea53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-dc95c904-9a10-40cf-802c-c546cc4eea53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-d4322003-9886-4811-bafa-6637df5110c4 {
  min-height: 50px;
}








#s-d4322003-9886-4811-bafa-6637df5110c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4322003-9886-4811-bafa-6637df5110c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image,
  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
    width: 100%;
    height: auto;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
      position: relative;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image,
  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
    width: 100%;
    height: auto;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
      position: relative;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image,
  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
    width: 100%;
    height: auto;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
      position: relative;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image,
  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
    width: 100%;
    height: auto;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
      position: relative;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image,
  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
    width: 100%;
    height: auto;
  }

  #s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b08b7258-1b66-42dd-99a8-a34d18223e43 .shogun-image-content {
  
    align-items: center;
  
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container {
      position: relative;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b08b7258-1b66-42dd-99a8-a34d18223e43 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a7442bfd-5fc2-4a00-a9bf-b32b26839926 {
  min-height: 50px;
}








#s-a7442bfd-5fc2-4a00-a9bf-b32b26839926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7442bfd-5fc2-4a00-a9bf-b32b26839926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image,
  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
    width: 100%;
    height: auto;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shogun-image-content {
  
    align-items: center;
  
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
      position: relative;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image,
  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
    width: 100%;
    height: auto;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shogun-image-content {
  
    align-items: center;
  
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
      position: relative;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image,
  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
    width: 100%;
    height: auto;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shogun-image-content {
  
    align-items: center;
  
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
      position: relative;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image,
  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
    width: 100%;
    height: auto;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shogun-image-content {
  
    align-items: center;
  
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
      position: relative;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image,
  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
    width: 100%;
    height: auto;
  }

  #s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-025631e9-5a82-45c9-9a9d-d5d4965f0800 .shogun-image-content {
  
    align-items: center;
  
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container {
      position: relative;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-025631e9-5a82-45c9-9a9d-d5d4965f0800 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fce0536a-6e19-4487-81dd-340e6ba0c1d4 {
  min-height: 50px;
}








#s-fce0536a-6e19-4487-81dd-340e6ba0c1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fce0536a-6e19-4487-81dd-340e6ba0c1d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
  max-width: 60px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image,
  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
    width: 100%;
    height: auto;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
      position: relative;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image,
  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
    width: 100%;
    height: auto;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
      position: relative;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image,
  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
    width: 100%;
    height: auto;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
      position: relative;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image,
  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
    width: 100%;
    height: auto;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
      position: relative;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image,
  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
    width: 100%;
    height: auto;
  }

  #s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-5d8d2b4d-3b71-4236-a7e6-41732524a204 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container {
      position: relative;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d8d2b4d-3b71-4236-a7e6-41732524a204 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ec863532-4f28-4d23-a590-984b0fc9e760 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 100px;
min-height: 800px;
max-width: 100%;
background-position: center center;
}








#s-ec863532-4f28-4d23-a590-984b0fc9e760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec863532-4f28-4d23-a590-984b0fc9e760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 {
  max-width: 600px;
}
}@media (max-width: 767px){#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 {
  margin-top: 40px;
padding-left: 5%;
padding-right: 5%;
max-width: 100%;
}
}







#s-d7567331-3c20-4d3c-986f-2d72326fbdd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7567331-3c20-4d3c-986f-2d72326fbdd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d62fed33-73c4-417c-9206-aac96551d688 {
  margin-left: 0%;
margin-right: 0%;
}








#s-d62fed33-73c4-417c-9206-aac96551d688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d62fed33-73c4-417c-9206-aac96551d688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efd48512-fc1f-4e83-99b1-3989aaa28075 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-efd48512-fc1f-4e83-99b1-3989aaa28075 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1d553677-0c81-4f52-b6c0-d09333a7de1e {
  min-height: 50px;
}








#s-1d553677-0c81-4f52-b6c0-d09333a7de1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d553677-0c81-4f52-b6c0-d09333a7de1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e919e506-b636-4109-8d22-8ab9c118f28d {
  margin-left: auto;
margin-right: auto;
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 960px;
}
@media (min-width: 1200px){#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce {
  margin-top: 0px;
}
}
#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(195, 168, 116, 1);
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(195, 168, 116, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-8702ca81-8f78-4480-a492-e1b0b6b3b2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-6d0db832-8ca0-46a7-ad8b-cb5d3151ddbc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6d0db832-8ca0-46a7-ad8b-cb5d3151ddbc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d0db832-8ca0-46a7-ad8b-cb5d3151ddbc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6d0db832-8ca0-46a7-ad8b-cb5d3151ddbc {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-9477e55a-c559-4dbf-bfe8-81002fdd2d9d {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}
@media (max-width: 767px){#s-9477e55a-c559-4dbf-bfe8-81002fdd2d9d {
  margin-bottom: 80px;
}
}







#s-9477e55a-c559-4dbf-bfe8-81002fdd2d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9477e55a-c559-4dbf-bfe8-81002fdd2d9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa8b24a5-4644-49bb-831a-16139af70fc3 {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fa8b24a5-4644-49bb-831a-16139af70fc3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa8b24a5-4644-49bb-831a-16139af70fc3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa8b24a5-4644-49bb-831a-16139af70fc3-root {
    text-align: center;
  }


#s-fa8b24a5-4644-49bb-831a-16139af70fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fa8b24a5-4644-49bb-831a-16139af70fc3-root {
    text-align: center;
  }


#s-fa8b24a5-4644-49bb-831a-16139af70fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa8b24a5-4644-49bb-831a-16139af70fc3-root {
    text-align: center;
  }


#s-fa8b24a5-4644-49bb-831a-16139af70fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa8b24a5-4644-49bb-831a-16139af70fc3-root {
    text-align: center;
  }


#s-fa8b24a5-4644-49bb-831a-16139af70fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fa8b24a5-4644-49bb-831a-16139af70fc3-root {
    text-align: center;
  }


#s-fa8b24a5-4644-49bb-831a-16139af70fc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  display: none;
}
#s-0f071a7f-1b65-4524-908d-4987d8c8f980, #wrap-s-0f071a7f-1b65-4524-908d-4987d8c8f980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  display: none;
}
#s-0f071a7f-1b65-4524-908d-4987d8c8f980, #wrap-s-0f071a7f-1b65-4524-908d-4987d8c8f980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  display: none;
}
#s-0f071a7f-1b65-4524-908d-4987d8c8f980, #wrap-s-0f071a7f-1b65-4524-908d-4987d8c8f980 { display: none !important; }}@media (max-width: 767px){#s-0f071a7f-1b65-4524-908d-4987d8c8f980 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-0f071a7f-1b65-4524-908d-4987d8c8f980, #wrap-s-0f071a7f-1b65-4524-908d-4987d8c8f980 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f071a7f-1b65-4524-908d-4987d8c8f980"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-779c44d8-8846-4a3c-93fe-c6bcfcebf749 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 600px;
}








#s-779c44d8-8846-4a3c-93fe-c6bcfcebf749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779c44d8-8846-4a3c-93fe-c6bcfcebf749.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-084c4708-0193-4e37-9dea-16263c171917 {
  margin-left: 0%;
margin-right: 0%;
}








#s-084c4708-0193-4e37-9dea-16263c171917 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084c4708-0193-4e37-9dea-16263c171917.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0cdedfb-f373-4123-9a33-e6841e2c929e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 640px;
text-align: center;
}

#s-c0cdedfb-f373-4123-9a33-e6841e2c929e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-76c1f95b-02e0-46e7-8702-da00b38a40f0 {
  min-height: 50px;
}








#s-76c1f95b-02e0-46e7-8702-da00b38a40f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c1f95b-02e0-46e7-8702-da00b38a40f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed38e9af-1dbd-466c-8e88-132727f9b845 {
  margin-left: auto;
margin-right: auto;
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 960px;
}
@media (min-width: 1200px){#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf {
  margin-top: 0px;
}
}
#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(195, 168, 116, 1);
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(195, 168, 116, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a81e70eb-4b51-4ea0-91d4-636e0be45ebf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-3ee474bd-910f-4258-a5b5-6b71583a712c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3ee474bd-910f-4258-a5b5-6b71583a712c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ee474bd-910f-4258-a5b5-6b71583a712c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3ee474bd-910f-4258-a5b5-6b71583a712c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-5bdcf2e2-ba3a-4c86-974e-51775477910b {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 240px;
}
@media (max-width: 767px){#s-5bdcf2e2-ba3a-4c86-974e-51775477910b {
  margin-bottom: 80px;
}
}







#s-5bdcf2e2-ba3a-4c86-974e-51775477910b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bdcf2e2-ba3a-4c86-974e-51775477910b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc75611c-6940-467b-8b82-140edf7137ac {
  box-shadow:0px 10px 60px 10px rgba(0, 0, 0, 0.3);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(195, 168, 116, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cc75611c-6940-467b-8b82-140edf7137ac:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc75611c-6940-467b-8b82-140edf7137ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc75611c-6940-467b-8b82-140edf7137ac-root {
    text-align: center;
  }


#s-cc75611c-6940-467b-8b82-140edf7137ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc75611c-6940-467b-8b82-140edf7137ac-root {
    text-align: center;
  }


#s-cc75611c-6940-467b-8b82-140edf7137ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc75611c-6940-467b-8b82-140edf7137ac-root {
    text-align: center;
  }


#s-cc75611c-6940-467b-8b82-140edf7137ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc75611c-6940-467b-8b82-140edf7137ac-root {
    text-align: center;
  }


#s-cc75611c-6940-467b-8b82-140edf7137ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc75611c-6940-467b-8b82-140edf7137ac-root {
    text-align: center;
  }


#s-cc75611c-6940-467b-8b82-140edf7137ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-26619692-e4ab-4dcf-b747-b7a78ff37450 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 641px;
background-color: rgba(232, 232, 232, 1);
}








#s-26619692-e4ab-4dcf-b747-b7a78ff37450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26619692-e4ab-4dcf-b747-b7a78ff37450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0 {
  cursor: pointer;
}#s-bfe5d9a1-69f6-42c4-a5f3-f0d9238aa6b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef0f3360-3b29-4d7b-a74f-05be307a06f8 img.shogun-image {
  width: 100%;
}




#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe {
  margin-left: auto;
margin-right: auto;
}








#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b91e28-a5e5-4eb6-8e43-2010100a08fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}@media (max-width: 767px){#s-dbbe4417-ab51-4322-97af-4d93a765d66e {
  background-image: url(https://i.shgcdn.com/8278690b-7639-4629-b8f7-81519eab9e87/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 20% 5px;
background-position: left bottom;
}
}
#s-52f05703-3b04-409a-8f00-b09b78739beb {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-52f05703-3b04-409a-8f00-b09b78739beb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-756e28c7-8e24-4ccd-afde-163598accad1 {
  padding-left: 0px;
padding-right: 0px;
max-width: 1000px;
aspect-ratio: 4/3;
text-align: right;
}





  #s-756e28c7-8e24-4ccd-afde-163598accad1 img.shogun-image,
  #s-756e28c7-8e24-4ccd-afde-163598accad1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-756e28c7-8e24-4ccd-afde-163598accad1 {
    width: 100%;
    height: auto;
  }



  #s-756e28c7-8e24-4ccd-afde-163598accad1 img.shogun-image {
    

    
    
    
  }


#s-756e28c7-8e24-4ccd-afde-163598accad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6056e1a-b4f4-4023-a3a7-d6906416c126 {
  max-width: 1000px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 img.shogun-image,
  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 {
    width: 100%;
    height: auto;
  }



  #s-e6056e1a-b4f4-4023-a3a7-d6906416c126 img.shogun-image {
    

    
    
    
  }


#s-e6056e1a-b4f4-4023-a3a7-d6906416c126 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cf98ece-648c-4908-a0ea-394c4468c818 {
  max-width: 1000px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-8cf98ece-648c-4908-a0ea-394c4468c818 img.shogun-image,
  #s-8cf98ece-648c-4908-a0ea-394c4468c818 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8cf98ece-648c-4908-a0ea-394c4468c818 {
    width: 100%;
    height: auto;
  }



  #s-8cf98ece-648c-4908-a0ea-394c4468c818 img.shogun-image {
    

    
    
    
  }


#s-8cf98ece-648c-4908-a0ea-394c4468c818 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
aspect-ratio: 4/3;
text-align: center;
}





  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 img.shogun-image,
  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 {
    width: 100%;
    height: auto;
  }




#s-0b7f2ce2-c411-4ace-a43f-9eb9a1d37399 .shogun-image-content {
  
    align-items: center;
  
}

#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 5%;
padding-bottom: 80px;
padding-right: 5%;
min-height: 50px;
max-width: 1600px;
}








#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e075c975-0c2b-445c-a7a2-9b9cbca6ab72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1edb8505-0b40-4817-a5db-eb6a4966382a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}@media (max-width: 767px){#s-1edb8505-0b40-4817-a5db-eb6a4966382a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0e9c52c0-0696-4aa1-9046-6167465c4232 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9c52c0-0696-4aa1-9046-6167465c4232"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2160636e-1414-46c1-a84b-1d63dd1df416 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2160636e-1414-46c1-a84b-1d63dd1df416 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-2160636e-1414-46c1-a84b-1d63dd1df416 img.shogun-image,
  #s-2160636e-1414-46c1-a84b-1d63dd1df416 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2160636e-1414-46c1-a84b-1d63dd1df416 {
    width: 100%;
    height: auto;
  }



  #s-2160636e-1414-46c1-a84b-1d63dd1df416 img.shogun-image {
    

    
    
    
  }


#s-2160636e-1414-46c1-a84b-1d63dd1df416 .shogun-image-content {
  
    align-items: center;
  
}

#s-92e6db9a-8b73-4bb1-911a-598ec6433feb {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-92e6db9a-8b73-4bb1-911a-598ec6433feb {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}




  #s-92e6db9a-8b73-4bb1-911a-598ec6433feb img.shogun-image,
  #s-92e6db9a-8b73-4bb1-911a-598ec6433feb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92e6db9a-8b73-4bb1-911a-598ec6433feb {
    width: 100%;
    height: auto;
  }



  #s-92e6db9a-8b73-4bb1-911a-598ec6433feb img.shogun-image {
    

    
    
    
  }


#s-92e6db9a-8b73-4bb1-911a-598ec6433feb .shogun-image-content {
  
    align-items: center;
  
}

#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 {
  text-align: center;
}
@media (max-width: 767px){#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-c85d9733-e5a7-43bf-a92a-44be87e563e6 img.shogun-image {
    

    
    
    
  }


#s-c85d9733-e5a7-43bf-a92a-44be87e563e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac {
  text-align: center;
}







  #s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac img.shogun-image {
    

    
    
    
  }


#s-a8a93b00-dc9c-4472-9bc1-fbd17441dfac .shogun-image-content {
  
    align-items: center;
  
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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