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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 {
  display: none;
}
#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138, #wrap-s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 {
  display: none;
}
#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138, #wrap-s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 {
  display: none;
}
#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138, #wrap-s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 { display: none !important; }}
#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 {
  background-image: url(https://i.shgcdn.com/f385ffa6-3383-43be-a13c-ea9ae7c18888/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5e1a60a-3d10-4564-804b-2ba5bfd5a138.shg-box.shg-c {
  justify-content: flex-start;
}

.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: #000000;
  font-family: "Lato";
  text-transform: none;
  font-weight: 900;
  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-6ad19f27-e67a-41c4-932a-595abf1026cf {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 2%;
padding-top: 20px;
text-align: center;
}

#s-6ad19f27-e67a-41c4-932a-595abf1026cf .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #000000;
  font-family: "Lato";
  font-weight: 900;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-01bc1d3f-39f9-4ac9-887c-228fbd181bd3 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

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

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

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

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

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

#s-a5630dd2-440d-45be-a38e-5c8047e12e6e {
  margin-left: 5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a5630dd2-440d-45be-a38e-5c8047e12e6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a5630dd2-440d-45be-a38e-5c8047e12e6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5630dd2-440d-45be-a38e-5c8047e12e6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5630dd2-440d-45be-a38e-5c8047e12e6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8bcb7388-f2f6-4bab-888d-19284bfae2a3 {
  margin-top: 4px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-8bcb7388-f2f6-4bab-888d-19284bfae2a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-8bcb7388-f2f6-4bab-888d-19284bfae2a3 .shogun-icon-wrapper > .shogun-icon {

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

#s-d85ee205-ca72-443f-a981-9fa007844484 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-d85ee205-ca72-443f-a981-9fa007844484 .shogun-icon-wrapper {
  text-align: center;
}


#s-d85ee205-ca72-443f-a981-9fa007844484 .shogun-icon-wrapper > .shogun-icon {

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

#s-5f1784c6-e989-4ebd-89a5-11eb7314876f {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-5f1784c6-e989-4ebd-89a5-11eb7314876f .shogun-icon-wrapper {
  text-align: center;
}


#s-5f1784c6-e989-4ebd-89a5-11eb7314876f .shogun-icon-wrapper > .shogun-icon {

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

#s-c1ad7259-847c-435d-b013-5ef7e2c9b8ee {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-c1ad7259-847c-435d-b013-5ef7e2c9b8ee .shogun-icon-wrapper {
  text-align: center;
}


#s-c1ad7259-847c-435d-b013-5ef7e2c9b8ee .shogun-icon-wrapper > .shogun-icon {

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

#s-2f9d03cd-bf35-4ef3-b037-3718635aa044 {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-2f9d03cd-bf35-4ef3-b037-3718635aa044 .shogun-icon-wrapper {
  text-align: center;
}


#s-2f9d03cd-bf35-4ef3-b037-3718635aa044 .shogun-icon-wrapper > .shogun-icon {

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

#s-c6eb28b8-bdb7-40f0-90bb-e4915d1cb904 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-c6eb28b8-bdb7-40f0-90bb-e4915d1cb904 .shogun-icon-wrapper {
  text-align: center;
}


#s-c6eb28b8-bdb7-40f0-90bb-e4915d1cb904 .shogun-icon-wrapper > .shogun-icon {

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

#s-e68b9e26-5b2b-4310-91d8-2e3f3684f27f {
  margin-left: -80%;
margin-right: 5%;
}

.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: 400;
  font-family: "Lato";
}

.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-1264ee69-0823-4846-8462-0ac17e741e47 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.27);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTJhNDM5MjMtNjExZi00ZWE1LWJmZjItMDg2MDM5OGY0NzcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMmE0MzkyMy02MTFmLTRlYTUtYmZmMi0wODYwMzk4ZjQ3NzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-1264ee69-0823-4846-8462-0ac17e741e47:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk3NjQ3MmUtZThkNi00YTBiLWIwMzItZDkxNzE4NWI4MjNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OTc2NDcyZS1lOGQ2LTRhMGItYjAzMi1kOTE3MTg1YjgyM2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-1264ee69-0823-4846-8462-0ac17e741e47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1264ee69-0823-4846-8462-0ac17e741e47-root {
    text-align: left;
  }


#s-1264ee69-0823-4846-8462-0ac17e741e47.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1264ee69-0823-4846-8462-0ac17e741e47-root {
    text-align: left;
  }


#s-1264ee69-0823-4846-8462-0ac17e741e47.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1264ee69-0823-4846-8462-0ac17e741e47-root {
    text-align: left;
  }


#s-1264ee69-0823-4846-8462-0ac17e741e47.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1264ee69-0823-4846-8462-0ac17e741e47-root {
    text-align: left;
  }


#s-1264ee69-0823-4846-8462-0ac17e741e47.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1264ee69-0823-4846-8462-0ac17e741e47-root {
    text-align: left;
  }


#s-1264ee69-0823-4846-8462-0ac17e741e47.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 720px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f {
  display: none;
}
#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f, #wrap-s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f {
  display: none;
}
#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f, #wrap-s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f { display: none !important; }}@media (max-width: 767px){#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f {
  display: none;
}
#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f, #wrap-s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f { display: none !important; }}
#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f {
  background-image: url(https://i.shgcdn.com/1ee79706-3f74-4405-8b32-d3ae799165af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae6721f9-96f0-4fe2-bf50-2a6e0941eb3f.shg-box.shg-c {
  justify-content: center;
}

#s-753ddd6d-1639-4428-8d55-abacbbf943c3 {
  margin-top: 50px;
margin-left: 12%;
margin-bottom: 15px;
margin-right: 12%;
text-align: center;
}

#s-753ddd6d-1639-4428-8d55-abacbbf943c3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  
  text-align: left;
}



#s-4a28a982-4340-4a15-8766-7c4dc64fd5c6 {
  margin-left: 12%;
margin-bottom: 20px;
margin-right: 59%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b {
  margin-left: 12%;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14cc3894-1b59-44b6-b77b-7d9c7d44a54b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-9c88724d-e11e-4a4e-904c-7922c8559a17 {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-9c88724d-e11e-4a4e-904c-7922c8559a17 .shogun-icon-wrapper {
  text-align: center;
}


#s-9c88724d-e11e-4a4e-904c-7922c8559a17 .shogun-icon-wrapper > .shogun-icon {

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

#s-39e53c1d-a335-415b-8d47-dbe3754377aa {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-39e53c1d-a335-415b-8d47-dbe3754377aa .shogun-icon-wrapper {
  text-align: center;
}


#s-39e53c1d-a335-415b-8d47-dbe3754377aa .shogun-icon-wrapper > .shogun-icon {

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

#s-2581e916-6be5-4eb6-8cd2-c08a76e5a562 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-2581e916-6be5-4eb6-8cd2-c08a76e5a562 .shogun-icon-wrapper {
  text-align: center;
}


#s-2581e916-6be5-4eb6-8cd2-c08a76e5a562 .shogun-icon-wrapper > .shogun-icon {

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

#s-524da0c4-2e47-4192-9caf-f317a90a260c {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-524da0c4-2e47-4192-9caf-f317a90a260c .shogun-icon-wrapper {
  text-align: center;
}


#s-524da0c4-2e47-4192-9caf-f317a90a260c .shogun-icon-wrapper > .shogun-icon {

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

#s-a20d3b75-6c55-4916-abc0-023c08cc638c {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-a20d3b75-6c55-4916-abc0-023c08cc638c .shogun-icon-wrapper {
  text-align: center;
}


#s-a20d3b75-6c55-4916-abc0-023c08cc638c .shogun-icon-wrapper > .shogun-icon {

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

#s-7818ee35-dd45-457d-aeda-13b8c5940ed8 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-7818ee35-dd45-457d-aeda-13b8c5940ed8 .shogun-icon-wrapper {
  text-align: center;
}


#s-7818ee35-dd45-457d-aeda-13b8c5940ed8 .shogun-icon-wrapper > .shogun-icon {

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

#s-63bb5212-ec70-43f0-a3ac-4121336b9472 {
  margin-left: -5%;
margin-right: auto;
}

#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.28);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWNlYTZiMDEtN2Q0YS00Y2NlLWEwMTItNTA4MzgzM2ExZjY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlY2VhNmIwMS03ZDRhLTRjY2UtYTAxMi01MDgzODMzYTFmNjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 12%;
margin-bottom: 50px;
margin-right: 12%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODNkODhlZDUtZWY0My00MzQ1LThjNzMtMjU5N2Y2YjgwMTgwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4M2Q4OGVkNS1lZjQzLTQzNDUtOGM3My0yNTk3ZjZiODAxODApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197-root {
    text-align: left;
  }


#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197-root {
    text-align: left;
  }


#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197-root {
    text-align: left;
  }


#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197-root {
    text-align: left;
  }


#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197-root {
    text-align: left;
  }


#s-56135f8a-4f93-4ab8-9752-bc9b4c2ef197.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  display: none;
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481, #wrap-s-6abe90a1-9943-4a55-86b5-020f8b06e481 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  display: none;
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481, #wrap-s-6abe90a1-9943-4a55-86b5-020f8b06e481 { display: none !important; }}@media (max-width: 767px){#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  display: none;
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481, #wrap-s-6abe90a1-9943-4a55-86b5-020f8b06e481 { display: none !important; }}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6abe90a1-9943-4a55-86b5-020f8b06e481 {
  background-image: url(https://i.shgcdn.com/ac35a87d-6e74-4e86-8e94-417ae967fae0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6abe90a1-9943-4a55-86b5-020f8b06e481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6abe90a1-9943-4a55-86b5-020f8b06e481.shg-box.shg-c {
  justify-content: center;
}

#s-39233d2a-8a4c-40ed-b4e3-be620a963f98 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39233d2a-8a4c-40ed-b4e3-be620a963f98 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  
  text-align: left;
}



#s-a1893862-0469-43d0-9917-3662e63f4952 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 50%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-102b8366-64a9-4161-87ad-a55410b20bd3 {
  margin-left: 5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-102b8366-64a9-4161-87ad-a55410b20bd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-45ee464f-b3af-402b-b1b2-c865c929d99d {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-45ee464f-b3af-402b-b1b2-c865c929d99d .shogun-icon-wrapper {
  text-align: center;
}


#s-45ee464f-b3af-402b-b1b2-c865c929d99d .shogun-icon-wrapper > .shogun-icon {

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

#s-2ab93c6c-14c3-4911-8709-c322c045fb6f {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-2ab93c6c-14c3-4911-8709-c322c045fb6f .shogun-icon-wrapper {
  text-align: center;
}


#s-2ab93c6c-14c3-4911-8709-c322c045fb6f .shogun-icon-wrapper > .shogun-icon {

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

#s-4d2fe3af-ef64-4c89-a08e-eafd851ec802 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-4d2fe3af-ef64-4c89-a08e-eafd851ec802 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d2fe3af-ef64-4c89-a08e-eafd851ec802 .shogun-icon-wrapper > .shogun-icon {

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

#s-40c13c8c-13cb-4b21-90ea-a85213b20ab4 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-40c13c8c-13cb-4b21-90ea-a85213b20ab4 .shogun-icon-wrapper {
  text-align: center;
}


#s-40c13c8c-13cb-4b21-90ea-a85213b20ab4 .shogun-icon-wrapper > .shogun-icon {

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

#s-8c354021-5c44-4db9-af89-16adbf4ed7a5 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-8c354021-5c44-4db9-af89-16adbf4ed7a5 .shogun-icon-wrapper {
  text-align: center;
}


#s-8c354021-5c44-4db9-af89-16adbf4ed7a5 .shogun-icon-wrapper > .shogun-icon {

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

#s-91eeace9-8fd4-4701-a37b-ecd81f3abed1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
max-width: 30px;
}

#s-91eeace9-8fd4-4701-a37b-ecd81f3abed1 .shogun-icon-wrapper {
  text-align: center;
}


#s-91eeace9-8fd4-4701-a37b-ecd81f3abed1 .shogun-icon-wrapper > .shogun-icon {

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

#s-92dc842b-fa43-47dd-bda5-fc7c62434821 {
  margin-left: -5%;
margin-right: 7%;
}

#s-98ed8d0d-6106-4619-8253-05175d6d14c9 {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.26);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODMxMDk2NzQtOTllMS00ODU4LTlmNTQtN2YyYmFjN2I4YjM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzYzg3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MzEwOTY3NC05OWUxLTQ4NTgtOWY1NC03ZjJiYWM3YjhiMzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#003c87"}];
}
#s-98ed8d0d-6106-4619-8253-05175d6d14c9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjIyYzYxMTMtMjgyNC00NzU4LWI4MDgtNzMwYTFiZGQ3OGQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMjJjNjExMy0yODI0LTQ3NTgtYjgwOC03MzBhMWJkZDc4ZDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-98ed8d0d-6106-4619-8253-05175d6d14c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98ed8d0d-6106-4619-8253-05175d6d14c9-root {
    text-align: left;
  }


#s-98ed8d0d-6106-4619-8253-05175d6d14c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-98ed8d0d-6106-4619-8253-05175d6d14c9-root {
    text-align: left;
  }


#s-98ed8d0d-6106-4619-8253-05175d6d14c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98ed8d0d-6106-4619-8253-05175d6d14c9-root {
    text-align: left;
  }


#s-98ed8d0d-6106-4619-8253-05175d6d14c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98ed8d0d-6106-4619-8253-05175d6d14c9-root {
    text-align: left;
  }


#s-98ed8d0d-6106-4619-8253-05175d6d14c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-98ed8d0d-6106-4619-8253-05175d6d14c9-root {
    text-align: left;
  }


#s-98ed8d0d-6106-4619-8253-05175d6d14c9.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  display: none;
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8, #wrap-s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  display: none;
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8, #wrap-s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 { display: none !important; }}@media (max-width: 767px){#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  display: none;
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8, #wrap-s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 { display: none !important; }}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 {
  background-image: url(https://i.shgcdn.com/2f197df5-edbf-4bfb-86ec-6b99ddf3e2c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e26be1b6-5ada-4141-b0d7-9fd9e0f348b8.shg-box.shg-c {
  justify-content: center;
}

#s-f2408a09-9c7d-4f34-b249-a53807b13c39 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f2408a09-9c7d-4f34-b249-a53807b13c39 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}



#s-b6bc446b-4f21-4c45-96ef-4c64128303ae {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 45%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(255, 116, 0, 1);
}

#s-560edea3-a319-4e70-805f-a2530b9e8dde {
  margin-left: 5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-560edea3-a319-4e70-805f-a2530b9e8dde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-f1729810-41ad-479b-be05-35c99a079421 {
  margin-top: 4px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-f1729810-41ad-479b-be05-35c99a079421 .shogun-icon-wrapper {
  text-align: center;
}


#s-f1729810-41ad-479b-be05-35c99a079421 .shogun-icon-wrapper > .shogun-icon {

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

#s-5d83af49-cab9-4899-81ed-41677531dfa6 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-5d83af49-cab9-4899-81ed-41677531dfa6 .shogun-icon-wrapper {
  text-align: center;
}


#s-5d83af49-cab9-4899-81ed-41677531dfa6 .shogun-icon-wrapper > .shogun-icon {

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

#s-0ee7159c-1346-4f96-8e74-c77e8a02f5b1 {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-0ee7159c-1346-4f96-8e74-c77e8a02f5b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-0ee7159c-1346-4f96-8e74-c77e8a02f5b1 .shogun-icon-wrapper > .shogun-icon {

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

#s-18f8fa6b-41f5-4712-b7b1-cf51280817c6 {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-18f8fa6b-41f5-4712-b7b1-cf51280817c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-18f8fa6b-41f5-4712-b7b1-cf51280817c6 .shogun-icon-wrapper > .shogun-icon {

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

#s-8f84a4a1-dac5-4135-873a-35584a95d9e1 {
  margin-top: 2px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-8f84a4a1-dac5-4135-873a-35584a95d9e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-8f84a4a1-dac5-4135-873a-35584a95d9e1 .shogun-icon-wrapper > .shogun-icon {

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

#s-4f67762e-2aae-445c-93a3-074015ae8f9d {
  margin-top: 1px;
margin-left: 0%;
margin-right: 0%;
max-width: 30px;
}

#s-4f67762e-2aae-445c-93a3-074015ae8f9d .shogun-icon-wrapper {
  text-align: center;
}


#s-4f67762e-2aae-445c-93a3-074015ae8f9d .shogun-icon-wrapper > .shogun-icon {

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

#s-7854ba2f-5578-41a0-9f16-7d7e02156400 {
  margin-left: -3%;
margin-right: -5%;
}

#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c {
  box-shadow:0px 3px 3px 0px rgba(0, 37, 69, 0.24);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTMxODcwZTktYTNhOS00MGVkLWJhMTAtMjkxODIyODhjYmUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTY2OGFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA0OTdmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MzE4NzBlOS1hM2E5LTQwZWQtYmExMC0yOTE4MjI4OGNiZTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
text-align: left;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1668af"}, {"id"=>2, "pos"=>1, "color"=>"#00497f"}];
}
#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdlODIwYjktMDJjMy00Mjc3LTk2ZWItNWJhZDdiYWJlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY3NDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYzYwMDAzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzN2U4MjBiOS0wMmMzLTQyNzctOTZlYi01YmFkN2JhYmU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff7400"}, {"id"=>2, "pos"=>1, "color"=>"#c60003"}] !important;}#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c-root {
    text-align: left;
  }


#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c-root {
    text-align: left;
  }


#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c-root {
    text-align: left;
  }


#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c-root {
    text-align: left;
  }


#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c-root {
    text-align: left;
  }


#s-d2e70748-46b8-4fea-82d1-bbc932a5ba3c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-5bf1f49e-3c45-45e5-a1ff-19532198a71d {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
}








#s-5bf1f49e-3c45-45e5-a1ff-19532198a71d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bf1f49e-3c45-45e5-a1ff-19532198a71d.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c00ccc6c-2caa-4a5b-a08f-1e38366f506f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c00ccc6c-2caa-4a5b-a08f-1e38366f506f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c00ccc6c-2caa-4a5b-a08f-1e38366f506f .shg-sld-nav-button.shg-sld-left,
#s-c00ccc6c-2caa-4a5b-a08f-1e38366f506f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-543f153e-8670-4659-9540-3282fa3ac177 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-543f153e-8670-4659-9540-3282fa3ac177"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-543f153e-8670-4659-9540-3282fa3ac177"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-543f153e-8670-4659-9540-3282fa3ac177"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-543f153e-8670-4659-9540-3282fa3ac177"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-bc724aa0-e099-4848-987b-b161aa8b7651 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-bc724aa0-e099-4848-987b-b161aa8b7651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc724aa0-e099-4848-987b-b161aa8b7651.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-image-margin-container-s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin: 0 !important;
}





  img.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
    
    
  }


.s-abe3c12a-e922-4529-8451-88c7402045f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-abe3c12a-e922-4529-8451-88c7402045f0 {
  
  
  
  
}

#s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin: 0 !important;
}





  img.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
    
    
  }


.s-abe3c12a-e922-4529-8451-88c7402045f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-abe3c12a-e922-4529-8451-88c7402045f0 {
  
  
  
  
}

#s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin: 0 !important;
}





  img.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
    
    
  }


.s-abe3c12a-e922-4529-8451-88c7402045f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-abe3c12a-e922-4529-8451-88c7402045f0 {
  
  
  
  
}

#s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin: 0 !important;
}





  img.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
    
    
  }


.s-abe3c12a-e922-4529-8451-88c7402045f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-abe3c12a-e922-4529-8451-88c7402045f0 {
  
  
  
  
}

#s-abe3c12a-e922-4529-8451-88c7402045f0 {
  margin: 0 !important;
}





  img.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
    
    
  }


.s-abe3c12a-e922-4529-8451-88c7402045f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3c12a-e922-4529-8451-88c7402045f0.shogun-image {
  box-sizing: border-box;
}




}
#s-38b033b9-1c07-4a73-9cf0-36f5fbfb6b6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38b033b9-1c07-4a73-9cf0-36f5fbfb6b6f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-19b94201-361a-4443-b1a4-95e3b65fd41a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-19b94201-361a-4443-b1a4-95e3b65fd41a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19b94201-361a-4443-b1a4-95e3b65fd41a.shg-box.shg-c {
  justify-content: center;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-image-margin-container-s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin: 0 !important;
}





  img.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
    
    
  }


.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  
  
  
  
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin: 0 !important;
}





  img.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
    
    
  }


.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  
  
  
  
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin: 0 !important;
}





  img.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
    
    
  }


.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  
  
  
  
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin: 0 !important;
}





  img.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
    
    
  }


.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  
  
  
  
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 {
  margin: 0 !important;
}





  img.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
    
    
  }


.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9bb49c0-1dd9-4f44-bf3b-54367f74a0d3.shogun-image {
  box-sizing: border-box;
}




}
#s-dea5e530-e2f2-4acc-8a7c-7794e7f6b432 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dea5e530-e2f2-4acc-8a7c-7794e7f6b432 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-db561beb-cfa4-4771-b07c-73368dd57574 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-db561beb-cfa4-4771-b07c-73368dd57574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db561beb-cfa4-4771-b07c-73368dd57574.shg-box.shg-c {
  justify-content: center;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
text-align: center;
}



.shg-image-margin-container-s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin: 0 !important;
}





  img.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
    
    
  }


.s-d838671d-ba92-4d49-901e-fe8c59a19eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  
  
  
  
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin: 0 !important;
}





  img.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
    
    
  }


.s-d838671d-ba92-4d49-901e-fe8c59a19eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  
  
  
  
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin: 0 !important;
}





  img.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
    
    
  }


.s-d838671d-ba92-4d49-901e-fe8c59a19eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  
  
  
  
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin: 0 !important;
}





  img.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
    
    
  }


.s-d838671d-ba92-4d49-901e-fe8c59a19eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  
  
  
  
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5 {
  margin: 0 !important;
}





  img.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
    
    
  }


.s-d838671d-ba92-4d49-901e-fe8c59a19eb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d838671d-ba92-4d49-901e-fe8c59a19eb5.shogun-image {
  box-sizing: border-box;
}




}
#s-bca2eef9-6b3a-4797-a2e0-4df7f496847e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bca2eef9-6b3a-4797-a2e0-4df7f496847e .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-10138d0a-81b9-46a0-ba01-fc8ba3041810 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-10138d0a-81b9-46a0-ba01-fc8ba3041810 {
  display: none;
}
#s-10138d0a-81b9-46a0-ba01-fc8ba3041810, #wrap-s-10138d0a-81b9-46a0-ba01-fc8ba3041810 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10138d0a-81b9-46a0-ba01-fc8ba3041810 {
  display: none;
}
#s-10138d0a-81b9-46a0-ba01-fc8ba3041810, #wrap-s-10138d0a-81b9-46a0-ba01-fc8ba3041810 { display: none !important; }}







#s-10138d0a-81b9-46a0-ba01-fc8ba3041810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10138d0a-81b9-46a0-ba01-fc8ba3041810.shg-box.shg-c {
  justify-content: center;
}

#s-b33a63e5-4d28-4116-a22f-7e4d8f329fec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b33a63e5-4d28-4116-a22f-7e4d8f329fec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b33a63e5-4d28-4116-a22f-7e4d8f329fec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b33a63e5-4d28-4116-a22f-7e4d8f329fec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b33a63e5-4d28-4116-a22f-7e4d8f329fec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}



.shg-image-margin-container-s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin: 0 !important;
}





  img.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
    
    
  }


.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  
  
  
  
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin: 0 !important;
}





  img.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
    
    
  }


.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  
  
  
  
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin: 0 !important;
}





  img.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
    
    
  }


.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  
  
  
  
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin: 0 !important;
}





  img.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
    
    
  }


.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  
  
  
  
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d {
  margin: 0 !important;
}





  img.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
    
    
  }


.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d .shogun-image-content {
  
    align-items: center;
  
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71ce717-4880-4a37-88f7-d0677c0f6b5d.shogun-image {
  box-sizing: border-box;
}




}
#s-3e544f32-5713-4070-b812-75a9faeb98ff {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
}








#s-3e544f32-5713-4070-b812-75a9faeb98ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e544f32-5713-4070-b812-75a9faeb98ff.shg-box.shg-c {
  justify-content: center;
}

#s-76366502-1eec-4112-b7e3-38b793440aac {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
text-align: left;
}

#s-76366502-1eec-4112-b7e3-38b793440aac .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-3faa592d-fd6a-4a15-b5b0-13d9287569a8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-760241b0-5ea7-4315-b344-15d9c4c5b2fd {
  margin-left: 5%;
margin-right: 5%;
}

#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.14);
}
@media (min-width: 1200px){#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f {
  display: none;
}
#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f, #wrap-s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f {
  display: none;
}
#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f, #wrap-s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f {
  display: none;
}
#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f, #wrap-s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f { display: none !important; }}







#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbaf321f-0d6a-4a1e-8520-acb9b49a5f2f.shg-box.shg-c {
  justify-content: center;
}

#s-3f624eda-ead0-4ace-a596-b02a0fb70acd {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}

#s-3f624eda-ead0-4ace-a596-b02a0fb70acd .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-2f82d4d9-1f5f-4aa2-8aba-59cdab6cb0a1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 20px;
}

#s-2f82d4d9-1f5f-4aa2-8aba-59cdab6cb0a1 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-2f82d4d9-1f5f-4aa2-8aba-59cdab6cb0a1 .shg-sld-nav-button.shg-sld-left,
#s-2f82d4d9-1f5f-4aa2-8aba-59cdab6cb0a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 4167px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin: 0 !important;
}





  img.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
    
    
  }


.s-a4d18fc0-250f-47ba-a357-530802706ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  
  
  
  
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin: 0 !important;
}





  img.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
    
    
  }


.s-a4d18fc0-250f-47ba-a357-530802706ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  
  
  
  
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin: 0 !important;
}





  img.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
    
    
  }


.s-a4d18fc0-250f-47ba-a357-530802706ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  
  
  
  
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin: 0 !important;
}





  img.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
    
    
  }


.s-a4d18fc0-250f-47ba-a357-530802706ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  
  
  
  
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9 {
  margin: 0 !important;
}





  img.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
    
    
  }


.s-a4d18fc0-250f-47ba-a357-530802706ac9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d18fc0-250f-47ba-a357-530802706ac9.shogun-image {
  box-sizing: border-box;
}




}
#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 4168px;
text-align: center;
}



.shg-image-margin-container-s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin: 0 !important;
}





  img.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
    
    
  }


.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  
  
  
  
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin: 0 !important;
}





  img.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
    
    
  }


.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  
  
  
  
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin: 0 !important;
}





  img.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
    
    
  }


.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  
  
  
  
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin: 0 !important;
}





  img.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
    
    
  }


.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  
  
  
  
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 {
  margin: 0 !important;
}





  img.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
    
    
  }


.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1cf1de8-006e-4eb3-9d41-7ccd9818bd65.shogun-image {
  box-sizing: border-box;
}




}
#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c {
  display: none;
}
#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c, #wrap-s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c { display: none !important; }}@media (max-width: 767px){#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c {
  display: none;
}
#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c, #wrap-s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c { display: none !important; }}







#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc64e13-2efb-4b46-8b2b-c70f269bf64c.shg-box.shg-c {
  justify-content: center;
}

#s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36ca6ac-5199-4f2f-9bc8-584f705e3d72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin-left: 30%;
margin-right: auto;
max-width: 420px;
aspect-ratio: 572/701;
text-align: center;
}



.shg-image-margin-container-s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin-left: 30%;
  margin-right: auto;
  
  
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }

    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-link {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
    
    
  }


.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-content {
  
    align-items: center;
  
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
      --shg-aspect-ratio: calc(572/701); 
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
      position: relative;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  
  
  
  
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }

    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-link {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
    
    
  }


.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-content {
  
    align-items: center;
  
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
      --shg-aspect-ratio: calc(572/701); 
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
      position: relative;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  
  
  
  
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }

    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-link {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
    
    
  }


.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-content {
  
    align-items: center;
  
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
      --shg-aspect-ratio: calc(572/701); 
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
      position: relative;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  
  
  
  
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }

    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-link {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
    
    
  }


.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-content {
  
    align-items: center;
  
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
      --shg-aspect-ratio: calc(572/701); 
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
      position: relative;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  
  
  
  
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }

    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-link {
      aspect-ratio: 572/701;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
    
    
  }


.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b .shogun-image-content {
  
    align-items: center;
  
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b {
      --shg-aspect-ratio: calc(572/701); 
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container {
      position: relative;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92b3f943-ee08-4c8b-bfeb-be41cc1c089b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47c0e48a-1378-40e9-9687-a1bca3bae812 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47c0e48a-1378-40e9-9687-a1bca3bae812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47c0e48a-1378-40e9-9687-a1bca3bae812.shg-box.shg-c {
  justify-content: center;
}

#s-d2c1ab99-9954-46c2-b7ef-99094d0011a9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d2c1ab99-9954-46c2-b7ef-99094d0011a9 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  
  
  
  
}



#s-d562738e-4479-4765-8325-2def20ab0ba3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e770ad05-1b1d-4a52-97b0-696b5f9e8044 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7730a1ab-8b81-440e-8699-5bf7b556b97f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.15);
}
@media (max-width: 767px){#s-7730a1ab-8b81-440e-8699-5bf7b556b97f {
  display: none;
}
#s-7730a1ab-8b81-440e-8699-5bf7b556b97f, #wrap-s-7730a1ab-8b81-440e-8699-5bf7b556b97f { display: none !important; }}







#s-7730a1ab-8b81-440e-8699-5bf7b556b97f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7730a1ab-8b81-440e-8699-5bf7b556b97f.shg-box.shg-c {
  justify-content: center;
}

#s-d6ae94be-18ae-4501-8789-f2980bfe0ae7 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}

#s-d6ae94be-18ae-4501-8789-f2980bfe0ae7 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-18505c3a-51a6-4c9a-8938-2e0dab8b33c1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-18505c3a-51a6-4c9a-8938-2e0dab8b33c1 .shg-sld-dot {
  background-color: rgba(255, 116, 0, 1);
}

#s-18505c3a-51a6-4c9a-8938-2e0dab8b33c1 .shg-sld-nav-button.shg-sld-left,
#s-18505c3a-51a6-4c9a-8938-2e0dab8b33c1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 116, 0, 1);
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
max-width: 1500px;
text-align: center;
}



.shg-image-margin-container-s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin: 0 !important;
}





  img.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
    
    
  }


.s-bcd21938-2d56-4bf7-962f-9442dcc28904 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  
  
  
  
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin: 0 !important;
}





  img.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
    
    
  }


.s-bcd21938-2d56-4bf7-962f-9442dcc28904 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  
  
  
  
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin: 0 !important;
}





  img.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
    
    
  }


.s-bcd21938-2d56-4bf7-962f-9442dcc28904 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  
  
  
  
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin: 0 !important;
}





  img.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
    
    
  }


.s-bcd21938-2d56-4bf7-962f-9442dcc28904 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  
  
  
  
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904 {
  margin: 0 !important;
}





  img.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
    
    
  }


.s-bcd21938-2d56-4bf7-962f-9442dcc28904 .shogun-image-content {
  
    align-items: center;
  
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcd21938-2d56-4bf7-962f-9442dcc28904.shogun-image {
  box-sizing: border-box;
}




}
#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
max-width: 1500px;
text-align: center;
}



.shg-image-margin-container-s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin: 0 !important;
}





  img.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
    
    
  }


.s-6b65e28e-c85a-4559-af3b-336013a79df8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  
  
  
  
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin: 0 !important;
}





  img.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
    
    
  }


.s-6b65e28e-c85a-4559-af3b-336013a79df8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  
  
  
  
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin: 0 !important;
}





  img.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
    
    
  }


.s-6b65e28e-c85a-4559-af3b-336013a79df8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  
  
  
  
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin: 0 !important;
}





  img.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
    
    
  }


.s-6b65e28e-c85a-4559-af3b-336013a79df8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  
  
  
  
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8 {
  margin: 0 !important;
}





  img.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
    
    
  }


.s-6b65e28e-c85a-4559-af3b-336013a79df8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b65e28e-c85a-4559-af3b-336013a79df8.shogun-image {
  box-sizing: border-box;
}




}
#s-f0060f00-8b16-4fed-8418-d5531adb371b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.16);
}








#s-f0060f00-8b16-4fed-8418-d5531adb371b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0060f00-8b16-4fed-8418-d5531adb371b.shg-box.shg-c {
  justify-content: center;
}

#s-525d0f8c-861c-411b-86e6-9c83e9aff888 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-525d0f8c-861c-411b-86e6-9c83e9aff888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-525d0f8c-861c-411b-86e6-9c83e9aff888"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-525d0f8c-861c-411b-86e6-9c83e9aff888"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-525d0f8c-861c-411b-86e6-9c83e9aff888"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 3126px;
text-align: center;
}



.shg-image-margin-container-s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin: 0 !important;
}





  img.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
    
    
  }


.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e .shogun-image-content {
  
    align-items: center;
  
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  
  
  
  
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin: 0 !important;
}





  img.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
    
    
  }


.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e .shogun-image-content {
  
    align-items: center;
  
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  
  
  
  
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin: 0 !important;
}





  img.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
    
    
  }


.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e .shogun-image-content {
  
    align-items: center;
  
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  
  
  
  
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin: 0 !important;
}





  img.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
    
    
  }


.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e .shogun-image-content {
  
    align-items: center;
  
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  
  
  
  
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e {
  margin: 0 !important;
}





  img.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
    
    
  }


.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e .shogun-image-content {
  
    align-items: center;
  
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5583ce5-aeb7-4b55-912d-ea3ad01eff9e.shogun-image {
  box-sizing: border-box;
}




}
#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 800px;
aspect-ratio: 800/640;
text-align: center;
}



.shg-image-margin-container-s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin: 0 !important;
}





  img.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
    
    
  }


.s-2dee584d-37cd-40ed-8417-ed8b05bcd448 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  
  
  
  
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin: 0 !important;
}





  img.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
    
    
  }


.s-2dee584d-37cd-40ed-8417-ed8b05bcd448 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  
  
  
  
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin: 0 !important;
}





  img.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
    
    
  }


.s-2dee584d-37cd-40ed-8417-ed8b05bcd448 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  
  
  
  
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin: 0 !important;
}





  img.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
    
    
  }


.s-2dee584d-37cd-40ed-8417-ed8b05bcd448 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  
  
  
  
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448 {
  margin: 0 !important;
}





  img.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
    
    
  }


.s-2dee584d-37cd-40ed-8417-ed8b05bcd448 .shogun-image-content {
  
    align-items: center;
  
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dee584d-37cd-40ed-8417-ed8b05bcd448.shogun-image {
  box-sizing: border-box;
}




}
#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 800px;
aspect-ratio: 800/640;
text-align: center;
}



.shg-image-margin-container-s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin: 0 !important;
}





  img.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
    
    
  }


.s-da3dff10-263f-4b48-8dbc-592d4a0372f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  
  
  
  
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin: 0 !important;
}





  img.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
    
    
  }


.s-da3dff10-263f-4b48-8dbc-592d4a0372f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  
  
  
  
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin: 0 !important;
}





  img.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
    
    
  }


.s-da3dff10-263f-4b48-8dbc-592d4a0372f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  
  
  
  
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin: 0 !important;
}





  img.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
    
    
  }


.s-da3dff10-263f-4b48-8dbc-592d4a0372f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  
  
  
  
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1 {
  margin: 0 !important;
}





  img.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
    
    
  }


.s-da3dff10-263f-4b48-8dbc-592d4a0372f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da3dff10-263f-4b48-8dbc-592d4a0372f1.shogun-image {
  box-sizing: border-box;
}




}
#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
max-width: 800px;
aspect-ratio: 800/640;
text-align: center;
}



.shg-image-margin-container-s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin: 0 !important;
}





  img.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
    
    
  }


.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  
  
  
  
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin: 0 !important;
}





  img.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
    
    
  }


.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  
  
  
  
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin: 0 !important;
}





  img.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
    
    
  }


.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  
  
  
  
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin: 0 !important;
}





  img.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
    
    
  }


.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  
  
  
  
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 {
  margin: 0 !important;
}





  img.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
    
    
  }


.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66 .shogun-image-content {
  
    align-items: center;
  
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-464a0af4-a0f7-401f-8116-e6d2f82a6c66.shogun-image {
  box-sizing: border-box;
}




}
#s-6654b385-a592-42c0-a2c7-ef1dba710f00 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-6654b385-a592-42c0-a2c7-ef1dba710f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6654b385-a592-42c0-a2c7-ef1dba710f00.shg-box.shg-c {
  justify-content: center;
}

#s-c3ce555b-eaec-48a3-9deb-875ec13d3eea {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c3ce555b-eaec-48a3-9deb-875ec13d3eea .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-f9d3fe5c-2cd5-4a61-9a80-85fd0528ef52 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f9d3fe5c-2cd5-4a61-9a80-85fd0528ef52"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9d3fe5c-2cd5-4a61-9a80-85fd0528ef52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9d3fe5c-2cd5-4a61-9a80-85fd0528ef52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9d3fe5c-2cd5-4a61-9a80-85fd0528ef52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-c968089a-1898-451c-a765-e7325feda449 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin: 0 !important;
}





  img.s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
    
    
  }


.s-c968089a-1898-451c-a765-e7325feda449 .shogun-image-content {
  
    align-items: center;
  
}

.s-c968089a-1898-451c-a765-e7325feda449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c968089a-1898-451c-a765-e7325feda449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c968089a-1898-451c-a765-e7325feda449 {
  
  
  
  
}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin: 0 !important;
}





  img.s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
    
    
  }


.s-c968089a-1898-451c-a765-e7325feda449 .shogun-image-content {
  
    align-items: center;
  
}

.s-c968089a-1898-451c-a765-e7325feda449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c968089a-1898-451c-a765-e7325feda449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c968089a-1898-451c-a765-e7325feda449 {
  
  
  
  
}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin: 0 !important;
}





  img.s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
    
    
  }


.s-c968089a-1898-451c-a765-e7325feda449 .shogun-image-content {
  
    align-items: center;
  
}

.s-c968089a-1898-451c-a765-e7325feda449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c968089a-1898-451c-a765-e7325feda449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c968089a-1898-451c-a765-e7325feda449 {
  
  
  
  
}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin: 0 !important;
}





  img.s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
    
    
  }


.s-c968089a-1898-451c-a765-e7325feda449 .shogun-image-content {
  
    align-items: center;
  
}

.s-c968089a-1898-451c-a765-e7325feda449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c968089a-1898-451c-a765-e7325feda449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c968089a-1898-451c-a765-e7325feda449 {
  
  
  
  
}

#s-c968089a-1898-451c-a765-e7325feda449 {
  margin: 0 !important;
}





  img.s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
    
    
  }


.s-c968089a-1898-451c-a765-e7325feda449 .shogun-image-content {
  
    align-items: center;
  
}

.s-c968089a-1898-451c-a765-e7325feda449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c968089a-1898-451c-a765-e7325feda449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c968089a-1898-451c-a765-e7325feda449.shogun-image {
  box-sizing: border-box;
}




}
#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin: 0 !important;
}





  img.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
    
    
  }


.s-d276c8dd-5cdd-465b-b732-bd7be577946f .shogun-image-content {
  
    align-items: center;
  
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  
  
  
  
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin: 0 !important;
}





  img.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
    
    
  }


.s-d276c8dd-5cdd-465b-b732-bd7be577946f .shogun-image-content {
  
    align-items: center;
  
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  
  
  
  
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin: 0 !important;
}





  img.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
    
    
  }


.s-d276c8dd-5cdd-465b-b732-bd7be577946f .shogun-image-content {
  
    align-items: center;
  
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  
  
  
  
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin: 0 !important;
}





  img.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
    
    
  }


.s-d276c8dd-5cdd-465b-b732-bd7be577946f .shogun-image-content {
  
    align-items: center;
  
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  
  
  
  
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f {
  margin: 0 !important;
}





  img.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
    
    
  }


.s-d276c8dd-5cdd-465b-b732-bd7be577946f .shogun-image-content {
  
    align-items: center;
  
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d276c8dd-5cdd-465b-b732-bd7be577946f.shogun-image {
  box-sizing: border-box;
}




}
#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin: 0 !important;
}





  img.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
    
    
  }


.s-39bd598d-6db6-4456-a378-a2a607af3e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  
  
  
  
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin: 0 !important;
}





  img.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
    
    
  }


.s-39bd598d-6db6-4456-a378-a2a607af3e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  
  
  
  
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin: 0 !important;
}





  img.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
    
    
  }


.s-39bd598d-6db6-4456-a378-a2a607af3e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  
  
  
  
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin: 0 !important;
}





  img.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
    
    
  }


.s-39bd598d-6db6-4456-a378-a2a607af3e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  
  
  
  
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79 {
  margin: 0 !important;
}





  img.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
    
    
  }


.s-39bd598d-6db6-4456-a378-a2a607af3e79 .shogun-image-content {
  
    align-items: center;
  
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39bd598d-6db6-4456-a378-a2a607af3e79.shogun-image {
  box-sizing: border-box;
}




}
#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0.6;
}



.shg-image-margin-container-s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin: 0 !important;
}





  img.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
    
    
  }


.s-764ac863-103a-42b5-ade9-ed1ef86d845e .shogun-image-content {
  
    align-items: center;
  
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  
  
  
  
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin: 0 !important;
}





  img.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
    
    
  }


.s-764ac863-103a-42b5-ade9-ed1ef86d845e .shogun-image-content {
  
    align-items: center;
  
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  
  
  
  
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin: 0 !important;
}





  img.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
    
    
  }


.s-764ac863-103a-42b5-ade9-ed1ef86d845e .shogun-image-content {
  
    align-items: center;
  
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  
  
  
  
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin: 0 !important;
}





  img.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
    
    
  }


.s-764ac863-103a-42b5-ade9-ed1ef86d845e .shogun-image-content {
  
    align-items: center;
  
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  
  
  
  
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e {
  margin: 0 !important;
}





  img.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
    
    
  }


.s-764ac863-103a-42b5-ade9-ed1ef86d845e .shogun-image-content {
  
    align-items: center;
  
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-764ac863-103a-42b5-ade9-ed1ef86d845e.shogun-image {
  box-sizing: border-box;
}




}
#s-636fc45a-4c2c-43f3-8559-64c39421d747 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-636fc45a-4c2c-43f3-8559-64c39421d747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-636fc45a-4c2c-43f3-8559-64c39421d747.shg-box.shg-c {
  justify-content: center;
}

#s-60e9e763-822f-49a5-8a5c-ce74e785b826 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-60e9e763-822f-49a5-8a5c-ce74e785b826 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-7b615f47-42b3-42aa-9a76-073553320aff {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7b615f47-42b3-42aa-9a76-073553320aff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7b615f47-42b3-42aa-9a76-073553320aff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b615f47-42b3-42aa-9a76-073553320aff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b615f47-42b3-42aa-9a76-073553320aff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0e63fb3d-fc85-4870-97c7-037d53fb50c3 {
  margin-left: auto;
margin-right: auto;
}

#s-0e63fb3d-fc85-4870-97c7-037d53fb50c3 .shogun-icon-wrapper {
  text-align: right;
}


#s-0e63fb3d-fc85-4870-97c7-037d53fb50c3 .shogun-icon-wrapper > .shogun-icon {

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

#s-939551d0-7758-4c89-a87c-c7e93b23c454 {
  margin-left: auto;
margin-right: auto;
}

#s-939551d0-7758-4c89-a87c-c7e93b23c454 .shogun-icon-wrapper {
  text-align: left;
}


#s-939551d0-7758-4c89-a87c-c7e93b23c454 .shogun-icon-wrapper > .shogun-icon {

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

#s-60bb0be9-2c4d-4cf8-b07f-fac465a3a8f5 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-b374e4c6-0e89-44b6-82dd-5dd41b5c093a {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-b374e4c6-0e89-44b6-82dd-5dd41b5c093a {
  display: none;
}
#s-b374e4c6-0e89-44b6-82dd-5dd41b5c093a, #wrap-s-b374e4c6-0e89-44b6-82dd-5dd41b5c093a { display: none !important; }}
@media (min-width: 768px) {
  [id="s-b374e4c6-0e89-44b6-82dd-5dd41b5c093a"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

#s-9e5ac72f-c4ec-4464-a2ce-6eaaee57c804 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9e5ac72f-c4ec-4464-a2ce-6eaaee57c804"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9e5ac72f-c4ec-4464-a2ce-6eaaee57c804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9e5ac72f-c4ec-4464-a2ce-6eaaee57c804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9e5ac72f-c4ec-4464-a2ce-6eaaee57c804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  display: none;
}
#s-22a32aa5-79fe-473c-ace8-84824953b893, #wrap-s-22a32aa5-79fe-473c-ace8-84824953b893 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  display: none;
}
#s-22a32aa5-79fe-473c-ace8-84824953b893, #wrap-s-22a32aa5-79fe-473c-ace8-84824953b893 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  display: none;
}
#s-22a32aa5-79fe-473c-ace8-84824953b893, #wrap-s-22a32aa5-79fe-473c-ace8-84824953b893 { display: none !important; }}


.shg-image-margin-container-s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
    
    
  }


.s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a32aa5-79fe-473c-ace8-84824953b893 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
      position: relative;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-22a32aa5-79fe-473c-ace8-84824953b893 {
  
  
  
  
}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
    
    
  }


.s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a32aa5-79fe-473c-ace8-84824953b893 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
      position: relative;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-22a32aa5-79fe-473c-ace8-84824953b893 {
  
  
  
  
}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
    
    
  }


.s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a32aa5-79fe-473c-ace8-84824953b893 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
      position: relative;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-22a32aa5-79fe-473c-ace8-84824953b893 {
  
  
  
  
}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
    
    
  }


.s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a32aa5-79fe-473c-ace8-84824953b893 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
      position: relative;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-22a32aa5-79fe-473c-ace8-84824953b893 {
  
  
  
  
}

#s-22a32aa5-79fe-473c-ace8-84824953b893 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a32aa5-79fe-473c-ace8-84824953b893 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
    
    
  }


.s-22a32aa5-79fe-473c-ace8-84824953b893 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a32aa5-79fe-473c-ace8-84824953b893 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container {
      position: relative;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a32aa5-79fe-473c-ace8-84824953b893 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  display: none;
}
#s-10d8d664-6473-4953-9051-91f58e1cffd4, #wrap-s-10d8d664-6473-4953-9051-91f58e1cffd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  display: none;
}
#s-10d8d664-6473-4953-9051-91f58e1cffd4, #wrap-s-10d8d664-6473-4953-9051-91f58e1cffd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  display: none;
}
#s-10d8d664-6473-4953-9051-91f58e1cffd4, #wrap-s-10d8d664-6473-4953-9051-91f58e1cffd4 { display: none !important; }}


.shg-image-margin-container-s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
    
    
  }


.s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10d8d664-6473-4953-9051-91f58e1cffd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
      position: relative;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  
  
  
  
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
    
    
  }


.s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10d8d664-6473-4953-9051-91f58e1cffd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
      position: relative;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  
  
  
  
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
    
    
  }


.s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10d8d664-6473-4953-9051-91f58e1cffd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
      position: relative;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  
  
  
  
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
    
    
  }


.s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10d8d664-6473-4953-9051-91f58e1cffd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
      position: relative;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  
  
  
  
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10d8d664-6473-4953-9051-91f58e1cffd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
    
    
  }


.s-10d8d664-6473-4953-9051-91f58e1cffd4 .shogun-image-content {
  
    align-items: center;
  
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10d8d664-6473-4953-9051-91f58e1cffd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container {
      position: relative;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10d8d664-6473-4953-9051-91f58e1cffd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin-left: auto;
margin-right: auto;
border-radius: 10px;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  display: none;
}
#s-d3273075-ae0b-467e-bfce-cb80f72d411e, #wrap-s-d3273075-ae0b-467e-bfce-cb80f72d411e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  display: none;
}
#s-d3273075-ae0b-467e-bfce-cb80f72d411e, #wrap-s-d3273075-ae0b-467e-bfce-cb80f72d411e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  display: none;
}
#s-d3273075-ae0b-467e-bfce-cb80f72d411e, #wrap-s-d3273075-ae0b-467e-bfce-cb80f72d411e { display: none !important; }}


.shg-image-margin-container-s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
    
    
  }


.s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-content {
  
    align-items: center;
  
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3273075-ae0b-467e-bfce-cb80f72d411e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
      position: relative;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  
  
  
  
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
    
    
  }


.s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-content {
  
    align-items: center;
  
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3273075-ae0b-467e-bfce-cb80f72d411e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
      position: relative;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  
  
  
  
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
    
    
  }


.s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-content {
  
    align-items: center;
  
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3273075-ae0b-467e-bfce-cb80f72d411e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
      position: relative;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  
  
  
  
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
    
    
  }


.s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-content {
  
    align-items: center;
  
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3273075-ae0b-467e-bfce-cb80f72d411e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
      position: relative;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  
  
  
  
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3273075-ae0b-467e-bfce-cb80f72d411e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
    
    
  }


.s-d3273075-ae0b-467e-bfce-cb80f72d411e .shogun-image-content {
  
    align-items: center;
  
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3273075-ae0b-467e-bfce-cb80f72d411e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container {
      position: relative;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3273075-ae0b-467e-bfce-cb80f72d411e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fd18bb03-f36d-49fb-9d05-c2c1fb9a5426 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 116, 0, 0.14);
}








#s-fd18bb03-f36d-49fb-9d05-c2c1fb9a5426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd18bb03-f36d-49fb-9d05-c2c1fb9a5426.shg-box.shg-c {
  justify-content: center;
}

#s-a505019a-1308-4846-8aff-f7d104bb2422 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a505019a-1308-4846-8aff-f7d104bb2422 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-63fd0d9d-b5c2-4735-9524-558a9e2db242 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-9db511f1-73dc-4604-a00e-789a6b673fd0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-9db511f1-73dc-4604-a00e-789a6b673fd0 {
  display: none;
}
#s-9db511f1-73dc-4604-a00e-789a6b673fd0, #wrap-s-9db511f1-73dc-4604-a00e-789a6b673fd0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9db511f1-73dc-4604-a00e-789a6b673fd0 {
  display: none;
}
#s-9db511f1-73dc-4604-a00e-789a6b673fd0, #wrap-s-9db511f1-73dc-4604-a00e-789a6b673fd0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9db511f1-73dc-4604-a00e-789a6b673fd0 {
  display: none;
}
#s-9db511f1-73dc-4604-a00e-789a6b673fd0, #wrap-s-9db511f1-73dc-4604-a00e-789a6b673fd0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9db511f1-73dc-4604-a00e-789a6b673fd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9db511f1-73dc-4604-a00e-789a6b673fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9db511f1-73dc-4604-a00e-789a6b673fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9db511f1-73dc-4604-a00e-789a6b673fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6c59ab1a-eca0-4acf-a03e-f35f114658ec {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c59ab1a-eca0-4acf-a03e-f35f114658ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c59ab1a-eca0-4acf-a03e-f35f114658ec.shg-box.shg-c {
  justify-content: center;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin: 0 !important;
}





  img.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
    
    
  }


.s-3169c418-a4b8-482c-b6f0-248dfadf673c .shogun-image-content {
  
    align-items: center;
  
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  
  
  
  
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin: 0 !important;
}





  img.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
    
    
  }


.s-3169c418-a4b8-482c-b6f0-248dfadf673c .shogun-image-content {
  
    align-items: center;
  
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  
  
  
  
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin: 0 !important;
}





  img.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
    
    
  }


.s-3169c418-a4b8-482c-b6f0-248dfadf673c .shogun-image-content {
  
    align-items: center;
  
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  
  
  
  
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin: 0 !important;
}





  img.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
    
    
  }


.s-3169c418-a4b8-482c-b6f0-248dfadf673c .shogun-image-content {
  
    align-items: center;
  
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  
  
  
  
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c {
  margin: 0 !important;
}





  img.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
    
    
  }


.s-3169c418-a4b8-482c-b6f0-248dfadf673c .shogun-image-content {
  
    align-items: center;
  
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3169c418-a4b8-482c-b6f0-248dfadf673c.shogun-image {
  box-sizing: border-box;
}




}
#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin: 0 !important;
}





  img.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
    
    
  }


.s-db51ff00-e40a-4373-94ef-03728c9bbe05 .shogun-image-content {
  
    align-items: center;
  
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  
  
  
  
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin: 0 !important;
}





  img.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
    
    
  }


.s-db51ff00-e40a-4373-94ef-03728c9bbe05 .shogun-image-content {
  
    align-items: center;
  
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  
  
  
  
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin: 0 !important;
}





  img.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
    
    
  }


.s-db51ff00-e40a-4373-94ef-03728c9bbe05 .shogun-image-content {
  
    align-items: center;
  
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  
  
  
  
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin: 0 !important;
}





  img.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
    
    
  }


.s-db51ff00-e40a-4373-94ef-03728c9bbe05 .shogun-image-content {
  
    align-items: center;
  
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  
  
  
  
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05 {
  margin: 0 !important;
}





  img.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
    
    
  }


.s-db51ff00-e40a-4373-94ef-03728c9bbe05 .shogun-image-content {
  
    align-items: center;
  
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db51ff00-e40a-4373-94ef-03728c9bbe05.shogun-image {
  box-sizing: border-box;
}




}
#s-7a6cdf57-49bd-4554-bd77-460a214063c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a6cdf57-49bd-4554-bd77-460a214063c5 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d4db9846-07e6-4a7b-9967-4e5464b3daa6 {
  margin-left: auto;
margin-right: auto;
}

#s-0b1817ac-f745-49eb-a5ce-c7fc4b4c77af {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
}

#s-c6fd7044-44ab-468f-bd85-0faca7febf21 {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c6fd7044-44ab-468f-bd85-0faca7febf21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6fd7044-44ab-468f-bd85-0faca7febf21.shg-box.shg-c {
  justify-content: center;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin: 0 !important;
}





  img.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
    
    
  }


.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de .shogun-image-content {
  
    align-items: center;
  
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  
  
  
  
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin: 0 !important;
}





  img.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
    
    
  }


.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de .shogun-image-content {
  
    align-items: center;
  
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  
  
  
  
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin: 0 !important;
}





  img.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
    
    
  }


.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de .shogun-image-content {
  
    align-items: center;
  
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  
  
  
  
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin: 0 !important;
}





  img.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
    
    
  }


.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de .shogun-image-content {
  
    align-items: center;
  
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  
  
  
  
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de {
  margin: 0 !important;
}





  img.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
    
    
  }


.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de .shogun-image-content {
  
    align-items: center;
  
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a86dbc0c-b00e-4885-b96c-fde7ed51b7de.shogun-image {
  box-sizing: border-box;
}




}
#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin: 0 !important;
}





  img.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
    
    
  }


.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd .shogun-image-content {
  
    align-items: center;
  
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  
  
  
  
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin: 0 !important;
}





  img.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
    
    
  }


.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd .shogun-image-content {
  
    align-items: center;
  
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  
  
  
  
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin: 0 !important;
}





  img.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
    
    
  }


.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd .shogun-image-content {
  
    align-items: center;
  
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  
  
  
  
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin: 0 !important;
}





  img.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
    
    
  }


.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd .shogun-image-content {
  
    align-items: center;
  
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  
  
  
  
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd {
  margin: 0 !important;
}





  img.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
    
    
  }


.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd .shogun-image-content {
  
    align-items: center;
  
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777058e7-0e38-4a7f-985d-4f1ff90c44cd.shogun-image {
  box-sizing: border-box;
}




}
#s-238b71e4-e3ed-4dfe-afef-b3a66d1f1694 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-238b71e4-e3ed-4dfe-afef-b3a66d1f1694 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e32addc-5837-48b4-ad3a-a030475b7a83 {
  margin-left: auto;
margin-right: auto;
}

#s-9090c2dc-42d7-4df9-9bcf-9a9fa426e9d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
}

#s-121c2ab7-7b28-4821-a8c2-b80416500fd1 {
  margin-top: 70px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-121c2ab7-7b28-4821-a8c2-b80416500fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-121c2ab7-7b28-4821-a8c2-b80416500fd1.shg-box.shg-c {
  justify-content: center;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  border-style: solid;
margin-top: -50px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin: 0 !important;
}





  img.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
    
    
  }


.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab .shogun-image-content {
  
    align-items: center;
  
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  
  
  
  
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin: 0 !important;
}





  img.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
    
    
  }


.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab .shogun-image-content {
  
    align-items: center;
  
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  
  
  
  
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin: 0 !important;
}





  img.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
    
    
  }


.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab .shogun-image-content {
  
    align-items: center;
  
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  
  
  
  
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin: 0 !important;
}





  img.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
    
    
  }


.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab .shogun-image-content {
  
    align-items: center;
  
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  
  
  
  
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab {
  margin: 0 !important;
}





  img.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
    
    
  }


.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab .shogun-image-content {
  
    align-items: center;
  
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faad9c4-ec8c-4e07-ab1d-99be02f6aeab.shogun-image {
  box-sizing: border-box;
}




}
#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin: 0 !important;
}





  img.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
    
    
  }


.s-e3322011-4b2e-49ed-8383-a0027e16734c .shogun-image-content {
  
    align-items: center;
  
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e3322011-4b2e-49ed-8383-a0027e16734c {
  
  
  
  
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin: 0 !important;
}





  img.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
    
    
  }


.s-e3322011-4b2e-49ed-8383-a0027e16734c .shogun-image-content {
  
    align-items: center;
  
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e3322011-4b2e-49ed-8383-a0027e16734c {
  
  
  
  
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin: 0 !important;
}





  img.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
    
    
  }


.s-e3322011-4b2e-49ed-8383-a0027e16734c .shogun-image-content {
  
    align-items: center;
  
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e3322011-4b2e-49ed-8383-a0027e16734c {
  
  
  
  
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin: 0 !important;
}





  img.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
    
    
  }


.s-e3322011-4b2e-49ed-8383-a0027e16734c .shogun-image-content {
  
    align-items: center;
  
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e3322011-4b2e-49ed-8383-a0027e16734c {
  
  
  
  
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c {
  margin: 0 !important;
}





  img.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
    
    
  }


.s-e3322011-4b2e-49ed-8383-a0027e16734c .shogun-image-content {
  
    align-items: center;
  
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3322011-4b2e-49ed-8383-a0027e16734c.shogun-image {
  box-sizing: border-box;
}




}
#s-ba7b5bf2-f75d-4497-b014-3ff46441a66b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba7b5bf2-f75d-4497-b014-3ff46441a66b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-632cf0d5-1e71-4c09-9a98-3421c2db4cf9 {
  margin-left: auto;
margin-right: auto;
}

#s-0f3a7194-1a37-43e5-9e4d-0ea7996923b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
}

#s-cac4c863-8e88-4454-9d59-88d1e809e62f {
  margin-top: 100px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-cac4c863-8e88-4454-9d59-88d1e809e62f {
  display: none;
}
#s-cac4c863-8e88-4454-9d59-88d1e809e62f, #wrap-s-cac4c863-8e88-4454-9d59-88d1e809e62f { display: none !important; }}
@media (min-width: 0px) {
[id="s-cac4c863-8e88-4454-9d59-88d1e809e62f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac4c863-8e88-4454-9d59-88d1e809e62f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cac4c863-8e88-4454-9d59-88d1e809e62f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac4c863-8e88-4454-9d59-88d1e809e62f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-530a1fd6-46bd-4dfd-8a1b-9cfbb2ce61c4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-530a1fd6-46bd-4dfd-8a1b-9cfbb2ce61c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-530a1fd6-46bd-4dfd-8a1b-9cfbb2ce61c4.shg-box.shg-c {
  justify-content: center;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin: 0 !important;
}





  img.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
    
    
  }


.s-60bba5d4-d065-45f7-b5e8-30e1f6827605 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  
  
  
  
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin: 0 !important;
}





  img.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
    
    
  }


.s-60bba5d4-d065-45f7-b5e8-30e1f6827605 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  
  
  
  
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin: 0 !important;
}





  img.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
    
    
  }


.s-60bba5d4-d065-45f7-b5e8-30e1f6827605 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  
  
  
  
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin: 0 !important;
}





  img.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
    
    
  }


.s-60bba5d4-d065-45f7-b5e8-30e1f6827605 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  
  
  
  
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605 {
  margin: 0 !important;
}





  img.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
    
    
  }


.s-60bba5d4-d065-45f7-b5e8-30e1f6827605 .shogun-image-content {
  
    align-items: center;
  
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60bba5d4-d065-45f7-b5e8-30e1f6827605.shogun-image {
  box-sizing: border-box;
}




}
#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin: 0 !important;
}





  img.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
    
    
  }


.s-b94aecc9-529c-42a5-9c48-4829e5f1675d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  
  
  
  
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin: 0 !important;
}





  img.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
    
    
  }


.s-b94aecc9-529c-42a5-9c48-4829e5f1675d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  
  
  
  
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin: 0 !important;
}





  img.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
    
    
  }


.s-b94aecc9-529c-42a5-9c48-4829e5f1675d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  
  
  
  
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin: 0 !important;
}





  img.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
    
    
  }


.s-b94aecc9-529c-42a5-9c48-4829e5f1675d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  
  
  
  
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d {
  margin: 0 !important;
}





  img.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
    
    
  }


.s-b94aecc9-529c-42a5-9c48-4829e5f1675d .shogun-image-content {
  
    align-items: center;
  
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94aecc9-529c-42a5-9c48-4829e5f1675d.shogun-image {
  box-sizing: border-box;
}




}
#s-a7386d35-4fc8-42c5-9a19-214addbe6b34 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7386d35-4fc8-42c5-9a19-214addbe6b34 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-27ade335-35bb-4194-91ad-90af50c4032c {
  margin-left: auto;
margin-right: auto;
}

#s-7dfd828f-c1f5-465a-9140-f268d7fe21aa {
  margin-left: auto;
margin-right: auto;
}

#s-70155f01-e083-4c9e-9df5-1a62e32597a4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70155f01-e083-4c9e-9df5-1a62e32597a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70155f01-e083-4c9e-9df5-1a62e32597a4.shg-box.shg-c {
  justify-content: center;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin: 0 !important;
}





  img.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
    
    
  }


.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  
  
  
  
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin: 0 !important;
}





  img.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
    
    
  }


.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  
  
  
  
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin: 0 !important;
}





  img.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
    
    
  }


.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  
  
  
  
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin: 0 !important;
}





  img.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
    
    
  }


.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  
  
  
  
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 {
  margin: 0 !important;
}





  img.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
    
    
  }


.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dfae3f6-c8a1-4ee1-8ee2-0eb63a86d7b0.shogun-image {
  box-sizing: border-box;
}




}
#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin: 0 !important;
}





  img.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
    
    
  }


.s-61e9decd-77a1-402e-9bce-f1dad86587a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  
  
  
  
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin: 0 !important;
}





  img.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
    
    
  }


.s-61e9decd-77a1-402e-9bce-f1dad86587a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  
  
  
  
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin: 0 !important;
}





  img.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
    
    
  }


.s-61e9decd-77a1-402e-9bce-f1dad86587a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  
  
  
  
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin: 0 !important;
}





  img.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
    
    
  }


.s-61e9decd-77a1-402e-9bce-f1dad86587a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  
  
  
  
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3 {
  margin: 0 !important;
}





  img.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
    
    
  }


.s-61e9decd-77a1-402e-9bce-f1dad86587a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61e9decd-77a1-402e-9bce-f1dad86587a3.shogun-image {
  box-sizing: border-box;
}




}
#s-6d479702-998a-4460-9241-6f8d2698f5c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d479702-998a-4460-9241-6f8d2698f5c5 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-637816b9-2857-4f75-8755-5544e7698e31 {
  margin-left: auto;
margin-right: auto;
}

#s-f71613f6-14d8-42a0-8159-092884b2b933 {
  margin-left: auto;
margin-right: auto;
}

#s-df6f51d3-82fa-48cc-b8a1-b3066b16565c {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df6f51d3-82fa-48cc-b8a1-b3066b16565c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df6f51d3-82fa-48cc-b8a1-b3066b16565c.shg-box.shg-c {
  justify-content: center;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin: 0 !important;
}





  img.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
    
    
  }


.s-0b58d033-aeae-4e12-ba1b-886ebf691efe .shogun-image-content {
  
    align-items: center;
  
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  
  
  
  
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin: 0 !important;
}





  img.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
    
    
  }


.s-0b58d033-aeae-4e12-ba1b-886ebf691efe .shogun-image-content {
  
    align-items: center;
  
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  
  
  
  
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin: 0 !important;
}





  img.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
    
    
  }


.s-0b58d033-aeae-4e12-ba1b-886ebf691efe .shogun-image-content {
  
    align-items: center;
  
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  
  
  
  
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin: 0 !important;
}





  img.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
    
    
  }


.s-0b58d033-aeae-4e12-ba1b-886ebf691efe .shogun-image-content {
  
    align-items: center;
  
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  
  
  
  
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe {
  margin: 0 !important;
}





  img.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
    
    
  }


.s-0b58d033-aeae-4e12-ba1b-886ebf691efe .shogun-image-content {
  
    align-items: center;
  
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b58d033-aeae-4e12-ba1b-886ebf691efe.shogun-image {
  box-sizing: border-box;
}




}
#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin: 0 !important;
}





  img.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
    
    
  }


.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  
  
  
  
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin: 0 !important;
}





  img.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
    
    
  }


.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  
  
  
  
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin: 0 !important;
}





  img.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
    
    
  }


.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  
  
  
  
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin: 0 !important;
}





  img.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
    
    
  }


.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  
  
  
  
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 {
  margin: 0 !important;
}





  img.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
    
    
  }


.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-469d34d7-802f-41b5-81d8-1b0a0d3a7fb7.shogun-image {
  box-sizing: border-box;
}




}
#s-21c0755b-6f43-4ad6-8820-f5da75ba6685 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21c0755b-6f43-4ad6-8820-f5da75ba6685 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-202b0576-4d40-4508-9bc1-00c9adf30b2c {
  margin-left: auto;
margin-right: auto;
}

#s-cb0bba1b-f925-45ba-941b-e5ee0fcfdf4b {
  margin-left: auto;
margin-right: auto;
}

#s-2be9f221-53f2-45eb-bf00-58c296e24bf9 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
}








#s-2be9f221-53f2-45eb-bf00-58c296e24bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2be9f221-53f2-45eb-bf00-58c296e24bf9.shg-box.shg-c {
  justify-content: center;
}

#s-3d80e3a5-6286-450a-9ca9-0c58119a20fd {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
text-align: center;
}

#s-3d80e3a5-6286-450a-9ca9-0c58119a20fd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-f0588457-b532-45cf-a2da-d544dc4471f6 {
  margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-657b7c65-7f72-4fdd-9b42-1f7a76df6048 {
  margin-left: auto;
margin-right: auto;
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 116, 0, 0.14);
  padding: 10px;
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 116, 0, 0.03);
  border-top: 1px solid #ddd;
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 700;
  
  font-size: 16px;
}

#s-657b7c65-7f72-4fdd-9b42-1f7a76df6048 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d70490e7-0bab-4cd1-a385-27b3e6719886 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-78bffbcf-b2e4-42f8-9a61-ce494e8aecf8 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d59d36d2-54af-42ee-9127-37170b4341ea {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-381282fa-c2fd-424a-82db-0231b81d84cc {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-e20a58b9-9ea2-432a-9bfe-7513256e3b88 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0e387dcf-0e03-4683-bbca-cc3d14def091 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9acfeb9c-f0ba-4cc3-97ba-ef74d259859f {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0a5419c3-83e4-42a0-9b6f-9f54d885ceef {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0a38236b-d2a5-46f7-82fa-44f280dd7056 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-8d5bada2-08aa-4a2f-a37d-9fe3dd8ac96b {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-7b1b23ed-29cd-451f-b21a-452978fc4d67 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3f6b88aa-bf96-4878-bab9-74f1b4f08f8f {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-41111c78-0e99-4240-b703-be04da4c2456 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
background-color: rgba(255, 116, 0, 0.03);
}

@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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

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

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

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

.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;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]){display:inline-block}[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}
