.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-c8651ce0-62cd-473e-99b2-1980af3c065f {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-c8651ce0-62cd-473e-99b2-1980af3c065f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8651ce0-62cd-473e-99b2-1980af3c065f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8651ce0-62cd-473e-99b2-1980af3c065f {
  display: none;
}
#s-c8651ce0-62cd-473e-99b2-1980af3c065f, #wrap-s-c8651ce0-62cd-473e-99b2-1980af3c065f { display:none !important; }}@media (max-width: 767px){#s-c8651ce0-62cd-473e-99b2-1980af3c065f {
  display: none;
}
#s-c8651ce0-62cd-473e-99b2-1980af3c065f, #wrap-s-c8651ce0-62cd-473e-99b2-1980af3c065f { display:none !important; }}







#s-c8651ce0-62cd-473e-99b2-1980af3c065f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8651ce0-62cd-473e-99b2-1980af3c065f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-240d960c-2715-4c02-937c-8313ff7dd138 {
  margin-top: 0px;
text-align: center;
}





#s-240d960c-2715-4c02-937c-8313ff7dd138 .shogun-image-content {
  
    align-items: center;
  
}

#s-929c28bd-b202-46fa-a3bb-0eb29754f296 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-929c28bd-b202-46fa-a3bb-0eb29754f296 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-929c28bd-b202-46fa-a3bb-0eb29754f296 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-929c28bd-b202-46fa-a3bb-0eb29754f296 {
  
}
}@media (max-width: 767px){#s-929c28bd-b202-46fa-a3bb-0eb29754f296 {
  
}
}







#s-929c28bd-b202-46fa-a3bb-0eb29754f296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-929c28bd-b202-46fa-a3bb-0eb29754f296.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: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-3a9312ea-f5e5-4916-9729-a0ceda3a0040 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-3a9312ea-f5e5-4916-9729-a0ceda3a0040 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-c5655e26-11d4-41a7-a7dc-36e5945d6884 {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c5655e26-11d4-41a7-a7dc-36e5945d6884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d15ca63e-6cd6-4e62-bb81-4cd1b3084e56 {
  text-align: center;
}




  #s-d15ca63e-6cd6-4e62-bb81-4cd1b3084e56 img.shogun-image {
    
    width: px;
  }


#s-d15ca63e-6cd6-4e62-bb81-4cd1b3084e56 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d607b95-5866-4aff-940d-31d12b077ed2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d607b95-5866-4aff-940d-31d12b077ed2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65206817-bb42-4df1-86b7-2d92e072b45a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65206817-bb42-4df1-86b7-2d92e072b45a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60e51ad0-cd4c-4da1-a3bd-b747c9ee6d63 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e51ad0-cd4c-4da1-a3bd-b747c9ee6d63 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-92103331-4e4b-4a6d-9798-695f400bc37e {
  text-align: center;
}




  #s-92103331-4e4b-4a6d-9798-695f400bc37e img.shogun-image {
    
    width: px;
  }


#s-92103331-4e4b-4a6d-9798-695f400bc37e .shogun-image-content {
  
    align-items: center;
  
}

#s-52570179-3e38-4a5a-ba50-c7cb53cd33eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52570179-3e38-4a5a-ba50-c7cb53cd33eb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3c21e3a-2181-41b8-8e11-82b22dc3a02a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3c21e3a-2181-41b8-8e11-82b22dc3a02a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59adcd3c-08d1-4a8c-b879-93391ee8dd77 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59adcd3c-08d1-4a8c-b879-93391ee8dd77 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d784e4a0-b02b-4786-848a-1813f4734b32 {
  text-align: center;
}




  #s-d784e4a0-b02b-4786-848a-1813f4734b32 img.shogun-image {
    
    width: px;
  }


#s-d784e4a0-b02b-4786-848a-1813f4734b32 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bafa1b5-8cda-47d4-aef0-f4bfcf6f550e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bafa1b5-8cda-47d4-aef0-f4bfcf6f550e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dd0d93d-bc20-4c8e-b8e1-ffe8c944f873 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dd0d93d-bc20-4c8e-b8e1-ffe8c944f873 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f492e8be-8020-4d21-b858-c57227bcdd20 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f492e8be-8020-4d21-b858-c57227bcdd20 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0822681d-29e9-4f92-8a7d-5b0d25a21f57 {
  text-align: center;
}




  #s-0822681d-29e9-4f92-8a7d-5b0d25a21f57 img.shogun-image {
    
    width: px;
  }


#s-0822681d-29e9-4f92-8a7d-5b0d25a21f57 .shogun-image-content {
  
    align-items: center;
  
}

#s-faad3f25-db78-426e-bfe4-13abc13299a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faad3f25-db78-426e-bfe4-13abc13299a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1cf2cf0-ea3f-4c71-8f90-c1272eb5ae3b {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1cf2cf0-ea3f-4c71-8f90-c1272eb5ae3b .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3aaf1521-59d4-4e99-979b-35f12b46f62c {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aaf1521-59d4-4e99-979b-35f12b46f62c .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70872a43-6796-49ad-beb9-316e9643b525 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-70872a43-6796-49ad-beb9-316e9643b525"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-260b147c-ff60-456b-a68f-86bd5432b4e2 {
  text-align: center;
}




  #s-260b147c-ff60-456b-a68f-86bd5432b4e2 img.shogun-image {
    
    width: px;
  }


#s-260b147c-ff60-456b-a68f-86bd5432b4e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-282270dd-125a-4861-94e5-002a36ca7175 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-282270dd-125a-4861-94e5-002a36ca7175 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de1f8ded-c8b8-41e2-8645-af5f0281a6bf {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de1f8ded-c8b8-41e2-8645-af5f0281a6bf .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cab73b80-02e8-4130-bc02-8216052b0df4 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cab73b80-02e8-4130-bc02-8216052b0df4 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cece69b7-636b-4f35-a941-d1bee68c6616 {
  text-align: center;
}




  #s-cece69b7-636b-4f35-a941-d1bee68c6616 img.shogun-image {
    
    width: px;
  }


#s-cece69b7-636b-4f35-a941-d1bee68c6616 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a815f57-9d73-479a-96b2-526e89776f5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a815f57-9d73-479a-96b2-526e89776f5c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-41d9179c-e0d9-43e0-9a59-494ff6d8b129 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41d9179c-e0d9-43e0-9a59-494ff6d8b129 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0431117f-cf95-4089-ab1a-851c643c3080 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0431117f-cf95-4089-ab1a-851c643c3080 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d75fd76-2b30-4941-af90-95a74695bdc6 {
  text-align: center;
}




  #s-2d75fd76-2b30-4941-af90-95a74695bdc6 img.shogun-image {
    
    width: px;
  }


#s-2d75fd76-2b30-4941-af90-95a74695bdc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2659a5d3-acf9-4ea3-9d63-881732020150 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2659a5d3-acf9-4ea3-9d63-881732020150 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-761dae0c-8099-4011-9283-9933244d7031 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-761dae0c-8099-4011-9283-9933244d7031 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d541dcf-6574-4b2d-b00a-5bf921d7285c {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d541dcf-6574-4b2d-b00a-5bf921d7285c .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-03a2414e-ce47-4d03-a2f6-097f742924de {
  text-align: center;
}




  #s-03a2414e-ce47-4d03-a2f6-097f742924de img.shogun-image {
    
    width: px;
  }


#s-03a2414e-ce47-4d03-a2f6-097f742924de .shogun-image-content {
  
    align-items: center;
  
}

#s-e2918a7f-62e1-435b-afc3-79f08ce5d899 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2918a7f-62e1-435b-afc3-79f08ce5d899 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-519ac6da-d64f-4f0f-aeae-6877b17e9eab {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-519ac6da-d64f-4f0f-aeae-6877b17e9eab .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7678d21a-65f4-4c7e-ba58-990880efa9a8 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7678d21a-65f4-4c7e-ba58-990880efa9a8 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-573e678f-1376-4e3a-a981-1d9a79071f96 {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-573e678f-1376-4e3a-a981-1d9a79071f96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-39a426dd-5bcd-4b8d-8c80-52f74bc7f90e {
  text-align: center;
}




  #s-39a426dd-5bcd-4b8d-8c80-52f74bc7f90e img.shogun-image {
    
    width: px;
  }


#s-39a426dd-5bcd-4b8d-8c80-52f74bc7f90e .shogun-image-content {
  
    align-items: center;
  
}

#s-56098b25-b80a-49e0-b5e2-1ff961a4156f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56098b25-b80a-49e0-b5e2-1ff961a4156f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-41fd2499-1d07-4c2a-a704-3c7b03efc127 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41fd2499-1d07-4c2a-a704-3c7b03efc127 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f38f9018-ebdc-48f7-87f8-e607a9507e07 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f38f9018-ebdc-48f7-87f8-e607a9507e07 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10d6d92c-74df-416a-8750-49ff6c0c5c75 {
  text-align: center;
}




  #s-10d6d92c-74df-416a-8750-49ff6c0c5c75 img.shogun-image {
    
    width: px;
  }


#s-10d6d92c-74df-416a-8750-49ff6c0c5c75 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d9a64e5-5448-44d9-a724-bc416dc59dd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d9a64e5-5448-44d9-a724-bc416dc59dd3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c4202e8-66d7-40ec-a220-a8b8af99b108 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c4202e8-66d7-40ec-a220-a8b8af99b108 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5e32b18d-6aa5-442b-a5bc-3e677ce56c50 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e32b18d-6aa5-442b-a5bc-3e677ce56c50 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4811319-fc85-40cb-9d7a-df0392c96c02 {
  text-align: center;
}




  #s-f4811319-fc85-40cb-9d7a-df0392c96c02 img.shogun-image {
    
    width: px;
  }


#s-f4811319-fc85-40cb-9d7a-df0392c96c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ac9209-0161-479a-81d5-1a2e06251c3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6ac9209-0161-479a-81d5-1a2e06251c3e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5182406a-2678-4621-9d1d-8270a67fda01 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5182406a-2678-4621-9d1d-8270a67fda01 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4e109a28-dd08-46b5-a37d-44028cd9a707 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e109a28-dd08-46b5-a37d-44028cd9a707 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-226be1e6-136a-43fa-9e87-bb3331d9ba5a {
  text-align: center;
}




  #s-226be1e6-136a-43fa-9e87-bb3331d9ba5a img.shogun-image {
    
    width: px;
  }


#s-226be1e6-136a-43fa-9e87-bb3331d9ba5a .shogun-image-content {
  
    align-items: center;
  
}

#s-ffa78b98-431c-40cb-8a90-289e5d1fb52d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffa78b98-431c-40cb-8a90-289e5d1fb52d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f45848c6-5819-4b59-a9e6-3c8457b10701 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f45848c6-5819-4b59-a9e6-3c8457b10701 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0007280d-9c3f-47d9-8830-f6e11fb6138a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0007280d-9c3f-47d9-8830-f6e11fb6138a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e276999-1855-4601-9d8c-6fcc9c0e438b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e276999-1855-4601-9d8c-6fcc9c0e438b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1ab2d9e9-c092-42a5-869b-f310987aaa8f {
  text-align: center;
}




  #s-1ab2d9e9-c092-42a5-869b-f310987aaa8f img.shogun-image {
    
    width: px;
  }


#s-1ab2d9e9-c092-42a5-869b-f310987aaa8f .shogun-image-content {
  
    align-items: center;
  
}

#s-1c2f7d23-f858-4be1-a757-a63bdebf6c91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c2f7d23-f858-4be1-a757-a63bdebf6c91 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d3187666-7cf3-4520-9c38-6b86d07199f2 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3187666-7cf3-4520-9c38-6b86d07199f2 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c3bc1cc-e8a3-4131-8d07-2ab15c3c2545 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c3bc1cc-e8a3-4131-8d07-2ab15c3c2545 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b949a67d-6b51-4059-be2b-2e01f1ee5d4b {
  text-align: center;
}




  #s-b949a67d-6b51-4059-be2b-2e01f1ee5d4b img.shogun-image {
    
    width: px;
  }


#s-b949a67d-6b51-4059-be2b-2e01f1ee5d4b .shogun-image-content {
  
    align-items: center;
  
}

#s-633fc04d-92e8-4006-a167-741005772feb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-633fc04d-92e8-4006-a167-741005772feb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3eed11dd-b420-4a90-beff-989558b8d2a0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eed11dd-b420-4a90-beff-989558b8d2a0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5441776d-2416-4439-bd81-ab1fc107f411 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5441776d-2416-4439-bd81-ab1fc107f411 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b742c66-29f8-426b-9bfa-7193b8b25eb8 {
  text-align: center;
}




  #s-9b742c66-29f8-426b-9bfa-7193b8b25eb8 img.shogun-image {
    
    width: px;
  }


#s-9b742c66-29f8-426b-9bfa-7193b8b25eb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-593c76e0-6bd3-4b77-9916-9da73b4b6d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-593c76e0-6bd3-4b77-9916-9da73b4b6d72 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c0abdcd-728a-45ca-9a45-f9e2f40553a1 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c0abdcd-728a-45ca-9a45-f9e2f40553a1 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44d9f2d9-784b-4774-98e5-a932f2646e14 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44d9f2d9-784b-4774-98e5-a932f2646e14 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9fa62fd9-86e2-4e43-bfc0-a8309eda8309 {
  text-align: center;
}




  #s-9fa62fd9-86e2-4e43-bfc0-a8309eda8309 img.shogun-image {
    
    width: px;
  }


#s-9fa62fd9-86e2-4e43-bfc0-a8309eda8309 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc202965-467d-44ab-8a22-030093e41584 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc202965-467d-44ab-8a22-030093e41584 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e63ccb8-2659-4d0d-9862-9685ae6b619b {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e63ccb8-2659-4d0d-9862-9685ae6b619b .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1c08c3e-7f5d-4bce-af2f-eea9bcc1c3aa {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1c08c3e-7f5d-4bce-af2f-eea9bcc1c3aa .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0 {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd1c6642-ce1f-466b-be4e-c7a0a765b6f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-97cebec5-68ea-429e-a576-f700f3851a8f {
  text-align: center;
}




  #s-97cebec5-68ea-429e-a576-f700f3851a8f img.shogun-image {
    
    width: px;
  }


#s-97cebec5-68ea-429e-a576-f700f3851a8f .shogun-image-content {
  
    align-items: center;
  
}

#s-e6fe9f05-160a-4628-baf2-da0c5f6df664 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6fe9f05-160a-4628-baf2-da0c5f6df664 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-95f0fb78-4dc7-45ba-ba11-c1dde7f14ce0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95f0fb78-4dc7-45ba-ba11-c1dde7f14ce0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-973252cb-5c07-407b-b0d8-1482d716c8ee {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-973252cb-5c07-407b-b0d8-1482d716c8ee .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d3b4708-4523-433e-be01-6598481da51a {
  text-align: center;
}




  #s-3d3b4708-4523-433e-be01-6598481da51a img.shogun-image {
    
    width: px;
  }


#s-3d3b4708-4523-433e-be01-6598481da51a .shogun-image-content {
  
    align-items: center;
  
}

#s-9004192e-1be0-48c7-a479-539af199c486 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9004192e-1be0-48c7-a479-539af199c486 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a9b3e187-86c5-4b13-a407-b6d8baa6f848 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9b3e187-86c5-4b13-a407-b6d8baa6f848 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a66136b3-508a-42db-8af5-eb03104909e0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a66136b3-508a-42db-8af5-eb03104909e0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7fef429-c9d6-43f7-b568-ceffe7579823 {
  text-align: center;
}




  #s-e7fef429-c9d6-43f7-b568-ceffe7579823 img.shogun-image {
    
    width: px;
  }


#s-e7fef429-c9d6-43f7-b568-ceffe7579823 .shogun-image-content {
  
    align-items: center;
  
}

#s-39d9ca36-c323-4826-b934-7dc0e67e65c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39d9ca36-c323-4826-b934-7dc0e67e65c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec0a0271-943d-4a6b-bc64-fe46d9452f9c {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec0a0271-943d-4a6b-bc64-fe46d9452f9c .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c6a2287-2b6b-410b-9dad-720c4f29706f {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c6a2287-2b6b-410b-9dad-720c4f29706f .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2eb17965-a2c3-48f6-8809-265147861b8a {
  text-align: center;
}




  #s-2eb17965-a2c3-48f6-8809-265147861b8a img.shogun-image {
    
    width: px;
  }


#s-2eb17965-a2c3-48f6-8809-265147861b8a .shogun-image-content {
  
    align-items: center;
  
}

#s-85cd70d6-6bb0-4af7-9d50-8791e59bb525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85cd70d6-6bb0-4af7-9d50-8791e59bb525 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf0e344c-b4a4-47c2-8331-33c73a4c18b0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf0e344c-b4a4-47c2-8331-33c73a4c18b0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e93bc16b-a66d-4a1e-8fdd-634d8e1affac {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e93bc16b-a66d-4a1e-8fdd-634d8e1affac .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-517f5efd-f70d-42b9-8e23-9813efff74c6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-517f5efd-f70d-42b9-8e23-9813efff74c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-636ac0c4-cec9-4bbd-a272-55cacc4b7ee4 {
  text-align: center;
}




  #s-636ac0c4-cec9-4bbd-a272-55cacc4b7ee4 img.shogun-image {
    
    width: px;
  }


#s-636ac0c4-cec9-4bbd-a272-55cacc4b7ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-94b38b03-12a7-4d45-ae8e-8800d853b100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94b38b03-12a7-4d45-ae8e-8800d853b100 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ff8afb9-394b-4dda-8517-09b8494cf377 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ff8afb9-394b-4dda-8517-09b8494cf377 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1ceb1ed-3145-4866-b121-e952fff01950 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1ceb1ed-3145-4866-b121-e952fff01950 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fb62c62-c581-4401-a8ab-e9fe2bad4c44 {
  text-align: center;
}




  #s-0fb62c62-c581-4401-a8ab-e9fe2bad4c44 img.shogun-image {
    
    width: px;
  }


#s-0fb62c62-c581-4401-a8ab-e9fe2bad4c44 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca761c62-f9ca-4ef9-a530-97f6d6deb851 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca761c62-f9ca-4ef9-a530-97f6d6deb851 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-27e38599-6f7a-40e7-98fa-10adc56b131a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27e38599-6f7a-40e7-98fa-10adc56b131a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-09500659-117b-4bca-8627-463c38fcd2a3 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09500659-117b-4bca-8627-463c38fcd2a3 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78c44f28-a816-496e-967e-7e01e51b544f {
  text-align: center;
}




  #s-78c44f28-a816-496e-967e-7e01e51b544f img.shogun-image {
    
    width: px;
  }


#s-78c44f28-a816-496e-967e-7e01e51b544f .shogun-image-content {
  
    align-items: center;
  
}

#s-074fbebb-a9ff-4883-a204-051fa2e11c03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-074fbebb-a9ff-4883-a204-051fa2e11c03 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-04083442-2fa2-4912-a0b8-085b0ce6d858 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04083442-2fa2-4912-a0b8-085b0ce6d858 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c0b55c8-577b-418c-8930-e33544961106 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c0b55c8-577b-418c-8930-e33544961106 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd6dcf4d-72d6-4568-8a74-c6a8f1657d23 {
  text-align: center;
}




  #s-fd6dcf4d-72d6-4568-8a74-c6a8f1657d23 img.shogun-image {
    
    width: px;
  }


#s-fd6dcf4d-72d6-4568-8a74-c6a8f1657d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1a40425-7055-4ca8-a56a-ba398146dbab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a40425-7055-4ca8-a56a-ba398146dbab .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f9878ff-e4b9-4d3a-9707-c31047e5fbfd {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f9878ff-e4b9-4d3a-9707-c31047e5fbfd .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d98817e3-49d1-4bc8-9dae-2e9e3d642587 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d98817e3-49d1-4bc8-9dae-2e9e3d642587 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f000de4e-ead4-4cf4-9a55-adc2f9268ea9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

.shg-btn.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-c765f011-b7d3-4fa0-a3f5-d27b0d5dd7f5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c765f011-b7d3-4fa0-a3f5-d27b0d5dd7f5:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(7, 7, 7, 1) !important;}#s-c765f011-b7d3-4fa0-a3f5-d27b0d5dd7f5:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-c765f011-b7d3-4fa0-a3f5-d27b0d5dd7f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 {
  display: none;
}
#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512, #wrap-s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 { display:none !important; }}@media (max-width: 767px){#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 {
  display: none;
}
#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512, #wrap-s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 { display:none !important; }}




#s-d1a8444e-fbca-4cca-bbc9-267b4abd3512 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 {
  display: none;
}
#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7, #wrap-s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 { display:none !important; }}@media (max-width: 767px){#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 {
  display: none;
}
#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7, #wrap-s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 { display:none !important; }}







#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c81571e8-7f6f-44ab-8a9f-59de91ec01f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3f8e0f4b-8cf6-4ae3-a7a1-e307d81deb70 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-3f8e0f4b-8cf6-4ae3-a7a1-e307d81deb70 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f4bc78cc-c91e-4cda-acc6-f8b4c0e7daed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c1a7eb7a-4c39-4bdf-93d4-b71da62749cd {
  text-align: center;
}




  #s-c1a7eb7a-4c39-4bdf-93d4-b71da62749cd img.shogun-image {
    
    width: px;
  }


#s-c1a7eb7a-4c39-4bdf-93d4-b71da62749cd .shogun-image-content {
  
    align-items: center;
  
}

#s-6d6bef15-06fb-4a51-a3c0-d3d785779d41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d6bef15-06fb-4a51-a3c0-d3d785779d41 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4d48fce-c00f-40e4-8b8d-7f0b86309478 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4d48fce-c00f-40e4-8b8d-7f0b86309478 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba53f16a-51ce-4b97-aff3-21f2699520f1 {
  text-align: center;
}




  #s-ba53f16a-51ce-4b97-aff3-21f2699520f1 img.shogun-image {
    
    width: px;
  }


#s-ba53f16a-51ce-4b97-aff3-21f2699520f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-22e6c846-4e51-48a3-aabc-c32c96c57d7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22e6c846-4e51-48a3-aabc-c32c96c57d7f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1221a32c-6bfa-4980-940a-0e8e4bd13054 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1221a32c-6bfa-4980-940a-0e8e4bd13054 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b94038f-eaa0-4cfc-8e7e-22f259c60c30 {
  text-align: center;
}




  #s-1b94038f-eaa0-4cfc-8e7e-22f259c60c30 img.shogun-image {
    
    width: px;
  }


#s-1b94038f-eaa0-4cfc-8e7e-22f259c60c30 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f9d40c3-ca2d-4411-9cb6-456d6bd164f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f9d40c3-ca2d-4411-9cb6-456d6bd164f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aad65b24-6c44-4eb5-9f16-4c3cc568e67a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aad65b24-6c44-4eb5-9f16-4c3cc568e67a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89df230a-a1a4-4d9d-8aea-b580a42b09f6 {
  text-align: center;
}




  #s-89df230a-a1a4-4d9d-8aea-b580a42b09f6 img.shogun-image {
    
    width: px;
  }


#s-89df230a-a1a4-4d9d-8aea-b580a42b09f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-368c3b4e-5f5a-4265-b8d0-fc61314923b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-368c3b4e-5f5a-4265-b8d0-fc61314923b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86b429af-a665-42ca-a837-dff0fdda89e4 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86b429af-a665-42ca-a837-dff0fdda89e4 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1476ba11-a5ba-402f-8b3e-de7cd525fa92 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1476ba11-a5ba-402f-8b3e-de7cd525fa92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-868302d7-5edb-4d4a-b6f2-dd4cccea49a9 {
  text-align: center;
}




  #s-868302d7-5edb-4d4a-b6f2-dd4cccea49a9 img.shogun-image {
    
    width: px;
  }


#s-868302d7-5edb-4d4a-b6f2-dd4cccea49a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e89f8f2-9533-44fb-8ab4-67853e404c03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e89f8f2-9533-44fb-8ab4-67853e404c03 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-71830ad3-8820-4d13-a29e-0d7a553db5e9 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71830ad3-8820-4d13-a29e-0d7a553db5e9 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3dff4bf-3e09-40fd-ab60-14a7304f0b1a {
  text-align: center;
}




  #s-a3dff4bf-3e09-40fd-ab60-14a7304f0b1a img.shogun-image {
    
    width: px;
  }


#s-a3dff4bf-3e09-40fd-ab60-14a7304f0b1a .shogun-image-content {
  
    align-items: center;
  
}

#s-1e13cbea-599d-404c-a290-6c4fa5d7f48d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e13cbea-599d-404c-a290-6c4fa5d7f48d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72c83f56-69e9-45cc-82f3-22933cf8e3ae {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72c83f56-69e9-45cc-82f3-22933cf8e3ae .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b7c0eab-c4e8-47c8-8dc0-22d76f3ffff2 {
  text-align: center;
}




  #s-3b7c0eab-c4e8-47c8-8dc0-22d76f3ffff2 img.shogun-image {
    
    width: px;
  }


#s-3b7c0eab-c4e8-47c8-8dc0-22d76f3ffff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaaf1402-0407-4fda-a7e6-065e73baad22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaaf1402-0407-4fda-a7e6-065e73baad22 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61c7ad96-7fdb-4d4a-8489-ae87857e7f76 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61c7ad96-7fdb-4d4a-8489-ae87857e7f76 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea45330d-1ffb-495f-ab71-d7de1b665bd4 {
  text-align: center;
}




  #s-ea45330d-1ffb-495f-ab71-d7de1b665bd4 img.shogun-image {
    
    width: px;
  }


#s-ea45330d-1ffb-495f-ab71-d7de1b665bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-11fb56a5-4c8e-4295-9349-1aee4576b326 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11fb56a5-4c8e-4295-9349-1aee4576b326 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd94f148-625c-4be5-b0fb-3f2557eb980d {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd94f148-625c-4be5-b0fb-3f2557eb980d .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-458856e1-3ce1-49d6-8581-3e0331879b7f {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-458856e1-3ce1-49d6-8581-3e0331879b7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b3cf0362-d76f-4ac7-8e53-0502e896ec8d {
  text-align: center;
}




  #s-b3cf0362-d76f-4ac7-8e53-0502e896ec8d img.shogun-image {
    
    width: px;
  }


#s-b3cf0362-d76f-4ac7-8e53-0502e896ec8d .shogun-image-content {
  
    align-items: center;
  
}

#s-e0744c81-769c-45b9-b4fa-d5f435614b95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0744c81-769c-45b9-b4fa-d5f435614b95 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c900ee18-b7f2-4b06-aa30-4732fd4b2035 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c900ee18-b7f2-4b06-aa30-4732fd4b2035 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40585554-4992-4a1a-a4b2-aee220a1fdf5 {
  text-align: center;
}




  #s-40585554-4992-4a1a-a4b2-aee220a1fdf5 img.shogun-image {
    
    width: px;
  }


#s-40585554-4992-4a1a-a4b2-aee220a1fdf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f83755a5-b32f-4eeb-900c-705bd6c6dd3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f83755a5-b32f-4eeb-900c-705bd6c6dd3b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b3eef3c4-6324-4c55-91db-13a433d1bb0b {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3eef3c4-6324-4c55-91db-13a433d1bb0b .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ab0f2c6-fab6-429a-a421-e225912f347b {
  text-align: center;
}




  #s-6ab0f2c6-fab6-429a-a421-e225912f347b img.shogun-image {
    
    width: px;
  }


#s-6ab0f2c6-fab6-429a-a421-e225912f347b .shogun-image-content {
  
    align-items: center;
  
}

#s-3bf2bd9b-d738-4d75-b10a-76c5fa74a81e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bf2bd9b-d738-4d75-b10a-76c5fa74a81e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4be0ac4d-808d-4d85-ba78-77ca48c3eecf {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4be0ac4d-808d-4d85-ba78-77ca48c3eecf .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b15b4d5-7e7b-4537-9687-4e40ccfa1aa7 {
  text-align: center;
}




  #s-2b15b4d5-7e7b-4537-9687-4e40ccfa1aa7 img.shogun-image {
    
    width: px;
  }


#s-2b15b4d5-7e7b-4537-9687-4e40ccfa1aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b571741-bceb-4c79-b920-31c9b3c4dc45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b571741-bceb-4c79-b920-31c9b3c4dc45 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8775cdc-18cf-4b62-8ab4-c161662d7af3 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8775cdc-18cf-4b62-8ab4-c161662d7af3 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ddf7085-40c4-4274-a70d-c038acd64bb8 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3ddf7085-40c4-4274-a70d-c038acd64bb8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8dfcac7a-f79a-4fed-947c-33cdfac0d64d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8dfcac7a-f79a-4fed-947c-33cdfac0d64d:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(5, 5, 5, 1) !important;}#s-8dfcac7a-f79a-4fed-947c-33cdfac0d64d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-8dfcac7a-f79a-4fed-947c-33cdfac0d64d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -16px;
margin-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 {
  display: none;
}
#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6, #wrap-s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 {
  display: none;
}
#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6, #wrap-s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 {
  
}
}@media (max-width: 767px){#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 {
  
}
}







#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7460ecf-c0e9-42c4-8e17-037a6f9edce6.shg-box.shg-c {
  justify-content: center;
}

#s-83e303c8-a355-4a25-a3f8-fcfc329af8e2 {
  min-height: 50px;
}








#s-83e303c8-a355-4a25-a3f8-fcfc329af8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83e303c8-a355-4a25-a3f8-fcfc329af8e2.shg-box.shg-c {
  justify-content: center;
}

#s-12cfddf5-89b4-416a-a111-750762d9c5ee {
  margin-top: -30px;
margin-bottom: -30px;
margin-right: 0%;
text-align: center;
}




  #s-12cfddf5-89b4-416a-a111-750762d9c5ee img.shogun-image {
    
    width: px;
  }


#s-12cfddf5-89b4-416a-a111-750762d9c5ee .shogun-image-content {
  
    align-items: center;
  
}

#s-8eefcf72-04d5-4ded-a805-be0b85ff885d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-8eefcf72-04d5-4ded-a805-be0b85ff885d {
  display: none;
}
#s-8eefcf72-04d5-4ded-a805-be0b85ff885d, #wrap-s-8eefcf72-04d5-4ded-a805-be0b85ff885d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eefcf72-04d5-4ded-a805-be0b85ff885d {
  display: none;
}
#s-8eefcf72-04d5-4ded-a805-be0b85ff885d, #wrap-s-8eefcf72-04d5-4ded-a805-be0b85ff885d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eefcf72-04d5-4ded-a805-be0b85ff885d {
  
}
}@media (max-width: 767px){#s-8eefcf72-04d5-4ded-a805-be0b85ff885d {
  
}
}







#s-8eefcf72-04d5-4ded-a805-be0b85ff885d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eefcf72-04d5-4ded-a805-be0b85ff885d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7359716a-6fe3-4493-a2b0-8fca501ead93 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
text-align: center;
}

#s-7359716a-6fe3-4493-a2b0-8fca501ead93 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 {
  
}
}@media (max-width: 767px){#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 {
  
}
}







#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33aa1426-e95f-45cb-a208-437fcbb2e8a9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-333a4076-cd18-4154-bfa6-bb217b897f90 {
  margin-left: 3px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-333a4076-cd18-4154-bfa6-bb217b897f90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f1ad581c-8842-44e5-8ac2-a5f6ca109147 {
  text-align: center;
}




  #s-f1ad581c-8842-44e5-8ac2-a5f6ca109147 img.shogun-image {
    
    width: px;
  }


#s-f1ad581c-8842-44e5-8ac2-a5f6ca109147 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d48e791-7116-4ff3-9991-85328edaeff4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d48e791-7116-4ff3-9991-85328edaeff4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a374ec90-9a7a-491d-9767-fd680753d1fb {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a374ec90-9a7a-491d-9767-fd680753d1fb .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ab580e8-c2b6-4edd-8943-4ca9996e42cf {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ab580e8-c2b6-4edd-8943-4ca9996e42cf .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f50461ea-8f1d-442d-9974-b174ad976e09 {
  text-align: center;
}




  #s-f50461ea-8f1d-442d-9974-b174ad976e09 img.shogun-image {
    
    width: px;
  }


#s-f50461ea-8f1d-442d-9974-b174ad976e09 .shogun-image-content {
  
    align-items: center;
  
}

#s-376ab50a-a51d-448e-9d94-dfd5001feaef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-376ab50a-a51d-448e-9d94-dfd5001feaef .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eca434d1-0b24-4261-a33d-4df4e4b00ea0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eca434d1-0b24-4261-a33d-4df4e4b00ea0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c669f2b5-1e06-4c63-8c7f-92da640eaf06 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c669f2b5-1e06-4c63-8c7f-92da640eaf06 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cab086f8-87b6-4a86-80f7-c7a02f4c4312 {
  text-align: center;
}




  #s-cab086f8-87b6-4a86-80f7-c7a02f4c4312 img.shogun-image {
    
    width: px;
  }


#s-cab086f8-87b6-4a86-80f7-c7a02f4c4312 .shogun-image-content {
  
    align-items: center;
  
}

#s-87913339-4bc8-4e4c-aaf9-cc54fcec83d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87913339-4bc8-4e4c-aaf9-cc54fcec83d5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5189459e-f70a-456d-901c-6204774f4a3a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5189459e-f70a-456d-901c-6204774f4a3a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8edc4806-e937-44e2-ab42-4b7b3ea79a07 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8edc4806-e937-44e2-ab42-4b7b3ea79a07 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56d3f380-6363-46af-ae16-026f4957194b {
  text-align: center;
}




  #s-56d3f380-6363-46af-ae16-026f4957194b img.shogun-image {
    
    width: px;
  }


#s-56d3f380-6363-46af-ae16-026f4957194b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d0dfa4b-72c6-457e-bb86-4de640a353f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d0dfa4b-72c6-457e-bb86-4de640a353f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7a4de60-cee2-472d-88cf-db2d5c80c0c6 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7a4de60-cee2-472d-88cf-db2d5c80c0c6 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb76272c-ee06-4503-8e9c-c16f69b077ea {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb76272c-ee06-4503-8e9c-c16f69b077ea .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35b49a88-3505-46a4-bebf-58ed23521b45 {
  margin-top: 20px;
margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-35b49a88-3505-46a4-bebf-58ed23521b45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-04097c32-5beb-4898-bedf-88502a6f924e {
  text-align: center;
}




  #s-04097c32-5beb-4898-bedf-88502a6f924e img.shogun-image {
    
    width: px;
  }


#s-04097c32-5beb-4898-bedf-88502a6f924e .shogun-image-content {
  
    align-items: center;
  
}

#s-8f35c079-4903-4b7f-8300-8b00e28309f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f35c079-4903-4b7f-8300-8b00e28309f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b597480-38f0-4a44-aa1f-90e1f4a39c27 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b597480-38f0-4a44-aa1f-90e1f4a39c27 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e4d3f61-ff4f-4616-9f0d-522bfe1ac24f {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e4d3f61-ff4f-4616-9f0d-522bfe1ac24f .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b89e38de-bb52-4bd7-af51-c9c6add11797 {
  text-align: center;
}




  #s-b89e38de-bb52-4bd7-af51-c9c6add11797 img.shogun-image {
    
    width: px;
  }


#s-b89e38de-bb52-4bd7-af51-c9c6add11797 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d0c60d9-7150-4132-9135-1aae4365cb45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d0c60d9-7150-4132-9135-1aae4365cb45 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8057eb80-5301-45e2-ac6c-e6102a4da1c0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8057eb80-5301-45e2-ac6c-e6102a4da1c0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f8185bde-61da-4cfa-bf3e-571b7ee42b0a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8185bde-61da-4cfa-bf3e-571b7ee42b0a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81f7e095-81a8-4b8a-871d-71fb85b94117 {
  text-align: center;
}




  #s-81f7e095-81a8-4b8a-871d-71fb85b94117 img.shogun-image {
    
    width: px;
  }


#s-81f7e095-81a8-4b8a-871d-71fb85b94117 .shogun-image-content {
  
    align-items: center;
  
}

#s-0800a969-7f18-434b-84d2-3d51088c16d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0800a969-7f18-434b-84d2-3d51088c16d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-929b23f5-41e2-4ab4-b802-1c4997770723 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-929b23f5-41e2-4ab4-b802-1c4997770723 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26b6d134-5a3b-4c53-b80e-64cbbc43b138 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26b6d134-5a3b-4c53-b80e-64cbbc43b138 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23858f51-a8d4-48b1-99ab-ab2d7aa18206 {
  text-align: center;
}




  #s-23858f51-a8d4-48b1-99ab-ab2d7aa18206 img.shogun-image {
    
    width: px;
  }


#s-23858f51-a8d4-48b1-99ab-ab2d7aa18206 .shogun-image-content {
  
    align-items: center;
  
}

#s-73ecd5ff-3a68-4d2e-997e-bc4a67a3415f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73ecd5ff-3a68-4d2e-997e-bc4a67a3415f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bac6fa29-c90d-4aa3-bc6c-11510eb10fcc {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bac6fa29-c90d-4aa3-bc6c-11510eb10fcc .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1fcba07b-95b8-42c6-b0aa-78ae778e7ea2 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fcba07b-95b8-42c6-b0aa-78ae778e7ea2 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01 {
  margin-left: 3px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b72fd4d-8c6c-4825-a0e1-e4a373793f01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d3a49835-cd03-43a9-a441-a9b840139620 {
  text-align: center;
}




  #s-d3a49835-cd03-43a9-a441-a9b840139620 img.shogun-image {
    
    width: px;
  }


#s-d3a49835-cd03-43a9-a441-a9b840139620 .shogun-image-content {
  
    align-items: center;
  
}

#s-da70cd64-825a-4b66-aed4-5d3ac032c56f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da70cd64-825a-4b66-aed4-5d3ac032c56f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd4915ea-4e54-4194-90c7-e387a32a2a92 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd4915ea-4e54-4194-90c7-e387a32a2a92 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f1db8e7-51cf-4d0f-a2e8-66cf051df193 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f1db8e7-51cf-4d0f-a2e8-66cf051df193 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-99d51b34-39f3-4c48-8d1a-0af57ba3f3cd {
  text-align: center;
}




  #s-99d51b34-39f3-4c48-8d1a-0af57ba3f3cd img.shogun-image {
    
    width: px;
  }


#s-99d51b34-39f3-4c48-8d1a-0af57ba3f3cd .shogun-image-content {
  
    align-items: center;
  
}

#s-14bd8f64-1ee8-4764-b47a-6f31e708cddc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14bd8f64-1ee8-4764-b47a-6f31e708cddc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fce7929-d056-415c-9dbc-3859174e2408 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fce7929-d056-415c-9dbc-3859174e2408 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdf109b6-9409-432c-90d8-ef64bce995c0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdf109b6-9409-432c-90d8-ef64bce995c0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-119efbfd-a087-45f2-a40d-615112392ae1 {
  text-align: center;
}




  #s-119efbfd-a087-45f2-a40d-615112392ae1 img.shogun-image {
    
    width: px;
  }


#s-119efbfd-a087-45f2-a40d-615112392ae1 .shogun-image-content {
  
    align-items: center;
  
}

#s-92937917-17f1-4c89-a86a-eca44f2db2cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92937917-17f1-4c89-a86a-eca44f2db2cf .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-71635ecc-fab6-4860-a809-669f0c459bba {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71635ecc-fab6-4860-a809-669f0c459bba .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec95dbcf-ba15-4dbf-8241-710aa0dbe61d {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec95dbcf-ba15-4dbf-8241-710aa0dbe61d .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74c9f870-9d5f-484a-82de-2a2796821b4f {
  text-align: center;
}




  #s-74c9f870-9d5f-484a-82de-2a2796821b4f img.shogun-image {
    
    width: px;
  }


#s-74c9f870-9d5f-484a-82de-2a2796821b4f .shogun-image-content {
  
    align-items: center;
  
}

#s-514379f6-ed91-454c-aaf2-d53a76d2e40f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-514379f6-ed91-454c-aaf2-d53a76d2e40f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f67a8e2-c384-4ae3-ba86-ba9df4645608 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f67a8e2-c384-4ae3-ba86-ba9df4645608 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61465711-eed2-4f21-8424-a80954dacd72 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61465711-eed2-4f21-8424-a80954dacd72 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179 {
  margin-top: 20px;
margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c4c711d-5723-4b2c-a8df-c49c8e8bb179"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-71e50632-d68d-429e-8e18-36de41cab75a {
  text-align: center;
}




  #s-71e50632-d68d-429e-8e18-36de41cab75a img.shogun-image {
    
    width: px;
  }


#s-71e50632-d68d-429e-8e18-36de41cab75a .shogun-image-content {
  
    align-items: center;
  
}

#s-6a083405-a827-4589-b49a-a7b8fd96881a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a083405-a827-4589-b49a-a7b8fd96881a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ce60e98-2eaa-4c41-932d-c0f5b2e46bc5 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ce60e98-2eaa-4c41-932d-c0f5b2e46bc5 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1764cdee-e7d4-47f1-9880-4d72252c1690 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1764cdee-e7d4-47f1-9880-4d72252c1690 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c97956d3-baeb-436e-9f15-9310825ff642 {
  text-align: center;
}




  #s-c97956d3-baeb-436e-9f15-9310825ff642 img.shogun-image {
    
    width: px;
  }


#s-c97956d3-baeb-436e-9f15-9310825ff642 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f88c773-2b51-4e15-84b4-23376c30d5f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f88c773-2b51-4e15-84b4-23376c30d5f4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eae2cede-9ccc-4485-b164-c98dcb939223 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eae2cede-9ccc-4485-b164-c98dcb939223 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d74220e-2872-4b6e-bf38-d128dd41942a {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d74220e-2872-4b6e-bf38-d128dd41942a .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ed0bc39-278c-4547-b52b-850e1e05e7d7 {
  text-align: center;
}




  #s-6ed0bc39-278c-4547-b52b-850e1e05e7d7 img.shogun-image {
    
    width: px;
  }


#s-6ed0bc39-278c-4547-b52b-850e1e05e7d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2753d2d4-ab77-4fe6-b558-7f4158ff720c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2753d2d4-ab77-4fe6-b558-7f4158ff720c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-57279439-c4e7-432f-a6fb-c8fc3b58c784 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57279439-c4e7-432f-a6fb-c8fc3b58c784 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2b8657a-a739-4993-b3ec-a10eadb9270c {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b8657a-a739-4993-b3ec-a10eadb9270c .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-38ae904f-16d2-4496-8032-8dc849a0f387 {
  text-align: center;
}




  #s-38ae904f-16d2-4496-8032-8dc849a0f387 img.shogun-image {
    
    width: px;
  }


#s-38ae904f-16d2-4496-8032-8dc849a0f387 .shogun-image-content {
  
    align-items: center;
  
}

#s-250bc106-87eb-4319-bffd-c6a984002546 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-250bc106-87eb-4319-bffd-c6a984002546 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b8213df-0fde-4683-b780-6bc75202cbad {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b8213df-0fde-4683-b780-6bc75202cbad .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a99055e3-dcb3-4515-8ad1-f8c19d54ce42 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a99055e3-dcb3-4515-8ad1-f8c19d54ce42 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9ca4cda5-6539-4282-bad0-ae4cb1914058 {
  margin-left: 3px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9ca4cda5-6539-4282-bad0-ae4cb1914058"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9309e7e7-db16-4536-906c-1db7ab9ca82d {
  text-align: center;
}




  #s-9309e7e7-db16-4536-906c-1db7ab9ca82d img.shogun-image {
    
    width: px;
  }


#s-9309e7e7-db16-4536-906c-1db7ab9ca82d .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6ff3c3-459f-4adb-88b2-d9865b0e4f48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef6ff3c3-459f-4adb-88b2-d9865b0e4f48 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5211d4bb-9ac6-4d55-942d-06ecd18f3da7 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5211d4bb-9ac6-4d55-942d-06ecd18f3da7 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fdc6359d-3ef1-40d3-8965-f9e99fde5759 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdc6359d-3ef1-40d3-8965-f9e99fde5759 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ca4bb2a-db88-475f-b71d-29f0b1b60bfe {
  text-align: center;
}




  #s-4ca4bb2a-db88-475f-b71d-29f0b1b60bfe img.shogun-image {
    
    width: px;
  }


#s-4ca4bb2a-db88-475f-b71d-29f0b1b60bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-aa4fee5f-84cb-4aa1-adea-b13fe71db11a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa4fee5f-84cb-4aa1-adea-b13fe71db11a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-289cd964-13e5-42f2-8541-56536e7cc896 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-289cd964-13e5-42f2-8541-56536e7cc896 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d6d9f90-30b5-42b3-82c1-2a8408e84c1e {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d6d9f90-30b5-42b3-82c1-2a8408e84c1e .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2bdbb961-0cbe-402a-b60e-3405115592ad {
  text-align: center;
}




  #s-2bdbb961-0cbe-402a-b60e-3405115592ad img.shogun-image {
    
    width: px;
  }


#s-2bdbb961-0cbe-402a-b60e-3405115592ad .shogun-image-content {
  
    align-items: center;
  
}

#s-7773f4b4-3e6e-45b7-bdb4-f826f2383152 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7773f4b4-3e6e-45b7-bdb4-f826f2383152 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9d93458-631a-4f67-abaa-f368462ce8bb {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9d93458-631a-4f67-abaa-f368462ce8bb .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-434cdcff-af9e-40b0-9732-3a9ec53f039b {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-434cdcff-af9e-40b0-9732-3a9ec53f039b .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1d353f64-7876-4d70-9e86-94ee0ef08750 {
  text-align: center;
}




  #s-1d353f64-7876-4d70-9e86-94ee0ef08750 img.shogun-image {
    
    width: px;
  }


#s-1d353f64-7876-4d70-9e86-94ee0ef08750 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b9b2eb7-f7f9-4130-a453-d9585751a689 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b9b2eb7-f7f9-4130-a453-d9585751a689 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-edf97d2b-4262-4d33-8d39-74ce77b6528c {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edf97d2b-4262-4d33-8d39-74ce77b6528c .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2646626-f7ab-4e45-993c-3e6500b485a5 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2646626-f7ab-4e45-993c-3e6500b485a5 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f {
  margin-top: 20px;
margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf30ebdf-2cda-4d64-9eb9-3fbe11fe864f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b715bc22-3261-4b8b-bee0-7d350a3c6365 {
  text-align: center;
}




  #s-b715bc22-3261-4b8b-bee0-7d350a3c6365 img.shogun-image {
    
    width: px;
  }


#s-b715bc22-3261-4b8b-bee0-7d350a3c6365 .shogun-image-content {
  
    align-items: center;
  
}

#s-545d4934-b454-47b4-b5dc-46c36b7541ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545d4934-b454-47b4-b5dc-46c36b7541ff .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ed0db16b-516b-4f89-8d61-3d0c4b18e5f5 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed0db16b-516b-4f89-8d61-3d0c4b18e5f5 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-34f1831d-9526-4540-97fb-abce8164a049 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34f1831d-9526-4540-97fb-abce8164a049 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-071e0ac4-b924-4e40-86eb-b178caa9f2b4 {
  text-align: center;
}




  #s-071e0ac4-b924-4e40-86eb-b178caa9f2b4 img.shogun-image {
    
    width: px;
  }


#s-071e0ac4-b924-4e40-86eb-b178caa9f2b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-120bc2d0-ad48-486d-991c-627663c5bf61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-120bc2d0-ad48-486d-991c-627663c5bf61 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-333a1db8-6ce5-4f0c-8f22-5b1ae6083148 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-333a1db8-6ce5-4f0c-8f22-5b1ae6083148 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85f94500-693e-42b7-aac6-bfed44f467cd {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85f94500-693e-42b7-aac6-bfed44f467cd .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1175e13-84fa-4b3d-a9be-bd0bdc63623e {
  text-align: center;
}




  #s-b1175e13-84fa-4b3d-a9be-bd0bdc63623e img.shogun-image {
    
    width: px;
  }


#s-b1175e13-84fa-4b3d-a9be-bd0bdc63623e .shogun-image-content {
  
    align-items: center;
  
}

#s-8de6aa2d-660e-4851-8db4-07b423becc77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8de6aa2d-660e-4851-8db4-07b423becc77 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31fc7377-f399-40fd-a29f-d65763e964b0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31fc7377-f399-40fd-a29f-d65763e964b0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-580bbfa8-b592-4e73-94bb-6abe7e966827 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580bbfa8-b592-4e73-94bb-6abe7e966827 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8705a567-15cd-47a6-a7b8-20b9ce1a6bf9 {
  text-align: center;
}




  #s-8705a567-15cd-47a6-a7b8-20b9ce1a6bf9 img.shogun-image {
    
    width: px;
  }


#s-8705a567-15cd-47a6-a7b8-20b9ce1a6bf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a01d472-8698-4585-ad30-c4c55c86890e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a01d472-8698-4585-ad30-c4c55c86890e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-301f7136-ecd9-40a0-8ba6-841461571486 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-301f7136-ecd9-40a0-8ba6-841461571486 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ebbe046-6d15-450d-9020-e95efef4b509 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ebbe046-6d15-450d-9020-e95efef4b509 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ed71ae1-9cf3-427d-91ec-e8d14e44af6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-189e0487-fd88-4207-a592-7a71a07f766c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-189e0487-fd88-4207-a592-7a71a07f766c:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(7, 7, 7, 1) !important;}#s-189e0487-fd88-4207-a592-7a71a07f766c:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-189e0487-fd88-4207-a592-7a71a07f766c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-2d934cb5-ea6d-4fe4-af3b-3074b2e0ddda {
  margin-top: -10px;
margin-bottom: -10px;
text-align: center;
}




  #s-2d934cb5-ea6d-4fe4-af3b-3074b2e0ddda img.shogun-image {
    
    width: px;
  }


#s-2d934cb5-ea6d-4fe4-af3b-3074b2e0ddda .shogun-image-content {
  
    align-items: center;
  
}

#s-734bc722-e636-461c-ae7a-da5f5724c33f {
  margin-top: 50px;
margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-734bc722-e636-461c-ae7a-da5f5724c33f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f755ddd5-4376-45d6-848f-35e27e9587b4 {
  text-align: center;
}




  #s-f755ddd5-4376-45d6-848f-35e27e9587b4 img.shogun-image {
    
    width: px;
  }


#s-f755ddd5-4376-45d6-848f-35e27e9587b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d8bc551-bb89-4b2d-9627-a732608e5bba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d8bc551-bb89-4b2d-9627-a732608e5bba .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b6f927e-bb1b-41ac-9585-f2833a200077 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b6f927e-bb1b-41ac-9585-f2833a200077 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a137f26b-4b2a-4e01-abf8-75b4042e43e9 {
  text-align: center;
}




  #s-a137f26b-4b2a-4e01-abf8-75b4042e43e9 img.shogun-image {
    
    width: px;
  }


#s-a137f26b-4b2a-4e01-abf8-75b4042e43e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d91d72f5-6a73-4a33-9535-03c050f3bbd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d91d72f5-6a73-4a33-9535-03c050f3bbd1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc9f28a1-1de7-4b12-bbd7-a37916c30daa {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc9f28a1-1de7-4b12-bbd7-a37916c30daa .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ca0a2d35-b20c-4220-8cbc-8eae8b96152c {
  text-align: center;
}




  #s-ca0a2d35-b20c-4220-8cbc-8eae8b96152c img.shogun-image {
    
    width: px;
  }


#s-ca0a2d35-b20c-4220-8cbc-8eae8b96152c .shogun-image-content {
  
    align-items: center;
  
}

#s-520ef54f-1f75-4230-b8be-11aa9b347ab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-520ef54f-1f75-4230-b8be-11aa9b347ab8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0289f3f7-ec3b-4e69-b760-8dffeaaf08bf {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0289f3f7-ec3b-4e69-b760-8dffeaaf08bf .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-754eaca2-42a7-4992-ac1e-0328c4336803 {
  text-align: center;
}




  #s-754eaca2-42a7-4992-ac1e-0328c4336803 img.shogun-image {
    
    width: px;
  }


#s-754eaca2-42a7-4992-ac1e-0328c4336803 .shogun-image-content {
  
    align-items: center;
  
}

#s-3616ddec-d458-446c-9e26-c66ea17ee651 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3616ddec-d458-446c-9e26-c66ea17ee651 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0f092e0-2172-4b31-841c-10b1bb3df351 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0f092e0-2172-4b31-841c-10b1bb3df351 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e979cbc-cdc4-4a85-aa26-628efc65fa02 {
  margin-top: 0px;
margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1e979cbc-cdc4-4a85-aa26-628efc65fa02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e312aa45-9306-4ba8-9fa4-e0dc491bc687 {
  text-align: center;
}




  #s-e312aa45-9306-4ba8-9fa4-e0dc491bc687 img.shogun-image {
    
    width: px;
  }


#s-e312aa45-9306-4ba8-9fa4-e0dc491bc687 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceaf3e78-8178-4811-8ee1-a40709b5c072 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceaf3e78-8178-4811-8ee1-a40709b5c072 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4457c6a8-675c-4e6f-9835-d45a4359f9e7 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4457c6a8-675c-4e6f-9835-d45a4359f9e7 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-076abd99-dae3-44b0-ab49-17592752e118 {
  text-align: center;
}




  #s-076abd99-dae3-44b0-ab49-17592752e118 img.shogun-image {
    
    width: px;
  }


#s-076abd99-dae3-44b0-ab49-17592752e118 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5689d4f-b01f-4bc9-a4fc-d4d1eb2a8d33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5689d4f-b01f-4bc9-a4fc-d4d1eb2a8d33 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8dc8339c-a2f0-49c7-bf05-c56432b702db {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dc8339c-a2f0-49c7-bf05-c56432b702db .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e02250b-5b65-4788-8774-fcaa6f8fd540 {
  text-align: center;
}




  #s-0e02250b-5b65-4788-8774-fcaa6f8fd540 img.shogun-image {
    
    width: px;
  }


#s-0e02250b-5b65-4788-8774-fcaa6f8fd540 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd752013-93b7-4c0a-8873-2cb1cf3c1cac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd752013-93b7-4c0a-8873-2cb1cf3c1cac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40c5be78-16d3-45a6-8c5d-fefb7da64fe7 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40c5be78-16d3-45a6-8c5d-fefb7da64fe7 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-34a65fde-f524-40cb-b9a4-d2a93d1d4ab2 {
  text-align: center;
}




  #s-34a65fde-f524-40cb-b9a4-d2a93d1d4ab2 img.shogun-image {
    
    width: px;
  }


#s-34a65fde-f524-40cb-b9a4-d2a93d1d4ab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-712f6d4f-5b48-467e-a610-2f6e79310582 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-712f6d4f-5b48-467e-a610-2f6e79310582 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a7d9f810-7e74-4ffd-a210-9d706b925c61 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7d9f810-7e74-4ffd-a210-9d706b925c61 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a {
  margin-left: 3px;
margin-bottom: 20px;
margin-right: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d932b2e-ec5a-4c4c-8d6d-5441cef2165a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-aa0c561a-3d69-4af8-ba32-912a4cea72aa {
  text-align: center;
}




  #s-aa0c561a-3d69-4af8-ba32-912a4cea72aa img.shogun-image {
    
    width: px;
  }


#s-aa0c561a-3d69-4af8-ba32-912a4cea72aa .shogun-image-content {
  
    align-items: center;
  
}

#s-4c9fd3cc-ea70-4736-b524-a0d716c48554 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c9fd3cc-ea70-4736-b524-a0d716c48554 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1370a117-a098-41c9-af3e-cb271d52b79f {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1370a117-a098-41c9-af3e-cb271d52b79f .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dba2c957-0662-4fc3-9a21-a1b0f9dbd9eb {
  text-align: center;
}




  #s-dba2c957-0662-4fc3-9a21-a1b0f9dbd9eb img.shogun-image {
    
    width: px;
  }


#s-dba2c957-0662-4fc3-9a21-a1b0f9dbd9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-55c148e7-742f-417d-85a1-74a6c0504cc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55c148e7-742f-417d-85a1-74a6c0504cc0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-316022d2-5eca-4d50-b0d8-f041ce9f1115 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-316022d2-5eca-4d50-b0d8-f041ce9f1115 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b40939fc-36fb-4253-a5a2-163e5510bc50 {
  text-align: center;
}




  #s-b40939fc-36fb-4253-a5a2-163e5510bc50 img.shogun-image {
    
    width: px;
  }


#s-b40939fc-36fb-4253-a5a2-163e5510bc50 .shogun-image-content {
  
    align-items: center;
  
}

#s-50939c8a-ab57-4f25-bb6b-3fd696e0fb69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50939c8a-ab57-4f25-bb6b-3fd696e0fb69 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-af98a26c-2e15-4592-ac0e-2f95d852f973 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af98a26c-2e15-4592-ac0e-2f95d852f973 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c95a00ae-bc7c-4ad2-986b-3447f2b19f44 {
  text-align: center;
}




  #s-c95a00ae-bc7c-4ad2-986b-3447f2b19f44 img.shogun-image {
    
    width: px;
  }


#s-c95a00ae-bc7c-4ad2-986b-3447f2b19f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9c07a8d-03e5-4ac3-8f12-9e05948933c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9c07a8d-03e5-4ac3-8f12-9e05948933c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf71c978-bee5-4caf-9e42-5f3670a267c0 {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf71c978-bee5-4caf-9e42-5f3670a267c0 .shogun-heading-component h5 {
  color: rgba(117, 4, 4, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44a6391b-3ab7-42d8-8967-997b8e35612b {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-44a6391b-3ab7-42d8-8967-997b8e35612b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c6fa4e6c-cfd8-416e-80d8-db6bdada82ba {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c6fa4e6c-cfd8-416e-80d8-db6bdada82ba:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-c6fa4e6c-cfd8-416e-80d8-db6bdada82ba:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-c6fa4e6c-cfd8-416e-80d8-db6bdada82ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-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)}}@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{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-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)}}@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{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.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{-webkit-animation-name:tada;animation-name:tada}@-webkit-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)}}@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{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@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{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;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{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@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{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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 {
  display: inline-block;
}

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