.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/a3c1b963-ed89-42f8-83f0-c55f7bbc96a6/SG_Homestage_2880x12601.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#030403;display:block;width:30.5rem;position:absolute;font-family:"eos office";font-size:3.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:10.28750038147rem;left:0rem;height:8.5875rem;font-style:normal;display:block; }
#hV5k09uAeNWLGymZWySsUzdU4tPQMxey { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:12.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S1WyXM9giHKdNdUA9XqoKIsODLA0JEXN { position:absolute;display:block;z-index:100022;background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:18.9375rem;top:20.0625rem;left:0rem;display:block; }
#kI8bcVAEhguBleIZd1MGpFZtH9K5mq1T { box-sizing:content-box;color:#ea0029;font-size:5.3125rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:9.96875rem;left:30.500001907349rem;display:block; }
#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D { position:relative;display:block; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D { background-color: transparent; background-image: none; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container > .video-iframe-container { display: none; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row > .video-iframe-container { display: none; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D { border-width: 0; border-radius: 0; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.75rem;width:13.3125rem;top:1.2187480926514rem;left:2.21875rem;overflow:hidden;display:block; }
#GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:11.56875038147rem;left:2.3125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.062501907349rem;left:1.21875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QoW3G89dqABxrcLUOaGHn0kqsdCyAPw7 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:16.698438644409rem;left:1.625rem;display:block; }
#fM1F3Ccuw8mz3y1TaT9sewbdZLsaLP98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M9OaqmBETr91zqniTpqd7PGfQXOoy3H0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.75rem;width:13.1875rem;top:1.2171878814698rem;left:23.343751907349rem;overflow:hidden;display:block; }
#TWQTeuV4dOt4DSnfWAG5OoZ36p7ORnS5 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:14.062501907349rem;left:21.343751907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OSJBAnMTdlJwcZbEB8OF00LW1ye0GmQb { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:11.56875038147rem;left:22.468751907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7IRWCTpcR9mxpw7TlbZpkNPwqVnssBI { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:16.8125rem;left:21.75rem;display:block; }
#O07OJ1Se1RCZvSspoqIWWrPLqL4BbhEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DMyiFwRG1ATWVh5nB2hO6eJcQ2MihS54 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:16.8125rem;left:41.25rem;display:block; }
#esKVkvOqvyWt3MEafM71zZ2prnbyWuC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LKJRo2LtILelOCFJuIaIZc6Vsdl6JJc4 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:14.0625rem;left:40.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gpDCm30tg8B79VAUaWr2coyG3rXtrQuR { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:11.5625rem;left:42rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWzTRcgAXT7JPKAaxac8MTRxgTtI65xW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.75rem;width:11.6875rem;top:1.1875rem;left:42.875rem;overflow:hidden;display:block; }
#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt { position:relative;display:block; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt { background-color: transparent; background-image: none; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container > .video-iframe-container { display: none; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row > .video-iframe-container { display: none; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt { border-width: 0; border-radius: 0; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#aZr1ZToR4uQCVFg1JU3nJx37JzT0bDh3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.4375rem;width:13.3125rem;top:1.125rem;left:2.3125rem;overflow:hidden;display:block; }
#Scs1ivqsIcJUGIccqUSFyIoWLctnTpU2 { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATw7Gasip2xQT73Qx60yTVARQBa3T173 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FOyahdXXInXzIyamJUMGecBT9nRUWFlX { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#JdrDAwozz3KMbDsGa3DKpeC6woQ0UKRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UN05WyVvNPfwkq40ZT96UJNcO74phHFD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.4375rem;width:12.6875rem;top:1.125rem;left:43.3125rem;overflow:hidden;display:block; }
#g10aRqPXUtMoRrnkHvGhIOI3tpfPRNQc { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#RuvNiwOxhAP3EM4gTJUE3x1VuJgC0aAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTVFqBfbC1IotHnbeTcW77fmfbpLbb9b { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fQVNS1WGkb2i8nZNrcNRXdH8HVn61poQ { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwIVeTLkczbwda1Uu51UxIbwVgVoy9yP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.875rem;width:7.6875rem;top:1.125rem;left:24.5625rem;overflow:hidden;display:block; }
#lZToIT75TKvNcsQtix8TTAlJ6orgse0o { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#fxMyTLHI9qcK2guGOFcAZhZZ5ZEJoCn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OO5rzr4ItwotJomzsU0rTS7o5MZf1Vq3 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.375rem;left:42.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HTfdMByKki5PvT62qTTcd8buTyLq2eUm { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.75rem;left:43.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 { position:relative;display:block; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 { background-color: transparent; background-image: none; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container > .video-iframe-container { display: none; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row > .video-iframe-container { display: none; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 { border-width: 0; border-radius: 0; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#dzscd11w3bvs5nq8c8I7eoTthrgiJ92i { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.4375rem;width:12.625rem;top:1.125rem;left:2.3125rem;overflow:hidden;display:block; }
#kT81T8wCM1h1a9ZqTPtKz82gSQuQ51Ed { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5tZMwX2Isps0UKXs9teFdoqdSZqGMxT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gvCtxi8M3yWEx2VcPD6HgH4D0omWDoT9 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#WzTTsTd4ag62oFgmCOfGbpOG0GTbvpyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y34cRPmmPVdT4mzSEUtx2PkFBChJHKg5 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.375rem;width:12.6875rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#lXspsUQEXR3m9gzwJNFF0RnpuQrtB794 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#qmVwNMk9THlyfsLCACAxSAgb7T5myKnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WvzGhpW8xkoGWkw4hs79L3NpOXdU52Xi { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qGFZEiB0uU9wtgxAQcyKFoToXeQKh4az { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LghSpvgL6Umo1M59mNezgccHG2ERu1Rq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8rem;width:9.625rem;top:1.34375rem;left:25.187501907349rem;overflow:hidden;display:block; }
#WURBuRF8VgEJq7cdTpC3azo3qXZXNBvc { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#QghdTxpviiUZ3zZGPUF4reNltimI9vU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k6uVl4SvH7reAzVHhkWxyq4OcMmxaKyR { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zwB940UWR8X5tiSo3a65Ne43ES9VtVdz { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.75rem;left:43.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cklk9EEntruHNf6khof3CP1XVJHtPFwq { position:relative;display:block; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq { background-color: transparent; background-image: none; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container > .video-iframe-container { display: none; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row > .video-iframe-container { display: none; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cklk9EEntruHNf6khof3CP1XVJHtPFwq { border-width: 0; border-radius: 0; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#q8FAxN79C9Fad8NP6XcrTDW2fqXFrWCH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.375rem;width:12.625rem;top:1.125rem;left:2.3125rem;overflow:hidden;display:block; }
#VfnivJ0OQGTgpfmpQ3Pn5SUl7gAgH6Ku { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trgSbAiSf6vJVkUvTbGnATGgtGK4TLNv { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#X4NpncxdzLdTGgPxTn5FNuZuXLint6xt { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#mXKur2RDGgStOaqtDOxc6Kqdbv41C9lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pNRtTRutkE5q5DyKxICJWL09DQBmyiX0 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.375rem;width:12.5625rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#tefEXTfdMSmwLNTGkHJ565DF6TQWtk1v { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#wkwrOTEaR0C9fri1nXOpSeZZriGwd7qR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DN6imlZfu0Jfy7OixGihewX6vzFNTe6p { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FKI6NVIXZdTzcW15h51CBEImOn593aaC { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3GsSrdJT9nNhLtLUQlNwaAxTmQ5qvrA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.0625rem;width:12.25rem;top:1.28125rem;left:23.875001907349rem;overflow:hidden;display:block; }
#T7PNdX5ATHowvMv7wF0aBTV5NXuzIVIT { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#M1e1b8KA04tsVgnWWXiecFzNfQ20Kw9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tn8UqM77rXzLhy42KO47EILIJZ3mZiEO { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#mV9uZxoys93UWcwkfNsy6ypMQyhMoaGJ { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.75rem;left:43.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w { position:relative;display:block; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w { background-color: transparent; background-image: none; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container > .video-iframe-container { display: none; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row > .video-iframe-container { display: none; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w { border-width: 0; border-radius: 0; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#pN3vTtMK3EM6KVaLEkSubiDAHOrSnSg8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:7.875rem;width:12.625rem;top:1.125rem;left:2.3125rem;overflow:hidden;display:block; }
#CgtxSWoumb7HNpwSfyvJmiqkBxqTTsEn { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBz2gJCitJHWQKB2zpIhCTbLnTxudwCV { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ORaoTEoK52G5hfehWBTERJNU5cL6xoSN { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#yTkbdOkBuTgnCM8oNskfokfQyxDhw5Wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cLybyJu0pnGqA7v48RR55LRQPkbTWNEi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.375rem;width:12.5625rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#LDGKuTbbog9HeDM2gFzBbnuooJ1lUK1I { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#tvP04bdRBOy3OhFimQyTy7cBJobfaqWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JSzechlnG5JZxNdOawqpOdmBntoVcv70 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#meoQUeBgdpKeyMx2LJbsoON0yZ1gJKIm { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJodGEdGDEdw9pNHmn4Bg7c9VT2IeCZh { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.0625rem;width:12.125rem;top:1.28125rem;left:23.875001907349rem;overflow:hidden;display:block; }
#USSqhk0tDmfWLsF6ArmbnRMBb16qlAXE { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#Z1iD1cDrEJ1DQpq486UIuwlRDVTrT6ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SKexER4Mwa8yTBuitOA3MZRk47MlVxgx { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h7aO3CT7rcRqegmc45dW4nMnWOZScuTF { color:#ea0029;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.755469322204rem;left:42.937501907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns { position:relative;display:block; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns { background-color: transparent; background-image: none; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container > .video-iframe-container { display: none; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row > .video-iframe-container { display: none; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns { border-width: 0; border-radius: 0; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#E34DcQrnUSfSy81kDHS0TiZrM80M1isP { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:7.875rem;width:10.5rem;top:0.6875076293945rem;left:3.75rem;overflow:hidden;display:block; }
#z7UnfxvQpFU9JqQHJHfXEzDGNAVN1xBm { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4HvWu723qEwI0ZyPzC18TNHQkDVVpAq { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yGG0DE9gtB5Bf7NZpt6nsLXNl3ycSyxL { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#yM4b0t0l41WOoNn5sU9nTxxefhTffWF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZrKkinLhl0uAHUekeUvsKdNgXMLgXkhL { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.3125rem;width:12.5625rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#XpAl6FpR2Hv0TwABBad2drFq0MfI9BPl { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#eRnrNJoddtinETmH176TRrMR71oFefqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oiu3NLGzfWuJWPnNZ63Tptio4sFq66FC { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LI4s6Z2MLr4B1SRl41q0UMREAPgKWFCn { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSFvymMrMcH0mCREhSwU4k0iAQJiE6cU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.0625rem;width:12.125rem;top:1.28125rem;left:23.875001907349rem;overflow:hidden;display:block; }
#PcV61PZNqL1vDtnJUvFnOzwLtdapzLvc { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#yb6OSLmzGOlDcaE4iJeCs9tgGlNrDslX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mtSJslxUh3Us5hUb7hagXGK90TBn39D0 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vTH2EyVO02sLf9ihG8gpK2NikcwCOxPc { color:#ea0029;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.755469322204rem;left:42.937501907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 { position:relative;display:block; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 { background-color: transparent; background-image: none; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container > .video-iframe-container { display: none; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row > .video-iframe-container { display: none; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 { border-width: 0; border-radius: 0; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#bEzdtohcLrC2z5x3PCrrQIN9s3pwiIlc { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:7.1875rem;width:10.5rem;top:0.6875076293945rem;left:3.75rem;overflow:hidden;display:block; }
#TkoZHGBkzmpr0AR4rOA3POO5oero4tQ4 { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnCaHua62CMWnuL4spSxFOVJunsczdsu { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NfiHVyUUdRZdKXLlspwvPKdl9xtVaSK1 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#F2CLLoQbXJB2ccE7A8RgCfx2O3xkmc7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qHrgcyTbFJQOOGxf8oKQDtLNbWPpQI1V { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.3125rem;width:12.25rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#gu6fCif5OiHn17GWqskX3BWHZFow24sZ { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#CQ8MLwCbIdd35f7nVvp5dx3hA7mrlpZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HZXHDbgtwTsOQnsOUKsRVi6ift9NS6zq { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZDuKtJ4taz7yueEkOfBsu4uHPbZOC2zc { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mq8JQFOTnrpoFic8QxouuuUidnmmICHT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.0625rem;width:11.0625rem;top:1.28125rem;left:23.875001907349rem;overflow:hidden;display:block; }
#IPTOuHuw8rXyng4ewfxAmP215RuPMMAh { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#NMDTJG0mhwffxeUIbcfXHlvkCmyMisps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F07ffyQagR3HWmnGkd8IoKG6gKmpbkSk { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QHk9TmnNlED7nWSJzfNaWsdKIeOtCd2g { color:#ea0029;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.755469322204rem;left:42.937501907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrgew4FXrZhHiWOGustclwvMGw5NxeBg { position:relative;display:block; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg { background-color: transparent; background-image: none; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container > .video-iframe-container { display: none; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row > .video-iframe-container { display: none; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg { border-width: 0; border-radius: 0; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#EApIm48clpKoUaTMNrdHcyBRyG3SSLMg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:6.8125rem;width:10.5rem;top:2.0000028610229rem;left:3.75rem;overflow:hidden;display:block; }
#IommdG77uiLu05PDAoDJhLu8msSCowa9 { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffJCaqWqy8KTJZEsNdhMWwbVRovwnQqX { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hD7D20BWH5GSqF0AtRd2vyBQgO8TADOX { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#drP5haDWFD7CSQcTXKz4pL328qIqk50v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AJmGtHnNeHaJVy7vXy13VL7FdC6mWtvx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.125rem;width:12.25rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#TmTw9rxJF8wufWiONDTlPXGMTp4TelI6 { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#iUdD09RvRT9CkNnzovS37exlB73UHRGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BsV4CIn3yI5VtJZB1uLfzSxg4y89SdwN { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RB1prQpcTuHDoWC3mIwXHDXHtotvzH28 { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4vKaXJOveypUlT5S3k2TFhOUuqVfTNC { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:7.4375rem;width:11.0625rem;top:1.28125rem;left:23.875001907349rem;overflow:hidden;display:block; }
#MpA7TeR6HVtmPL9byiHZgplNIFWoIChB { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#KV99JACp5bMcBsQvSBDh0P2KFu20d8kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rixuvmlvauzcQfr9k9uZe7Hn9aFGqvhl { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QmmO5Q8Vzp7mCH0lVWLi2LGATvCyQ5JT { color:#ea0029;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.755469322204rem;left:42.937501907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prgcAEem8xWH82et5UA3CGQz9bCLmw5f { position:relative;display:block; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f { background-color: transparent; background-image: none; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container > .video-iframe-container { display: none; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row > .video-iframe-container { display: none; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f { border-width: 0; border-radius: 0; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#ptH47wZZpbZEMGuza698Aw5ELthzvHx9 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.125rem;width:10.875rem;top:2rem;left:3.75rem;overflow:hidden;display:block; }
#L6uOdA4TU6rK2QIzZK37MUVvxosqeMVN { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:11.75625038147rem;left:2.40625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFqTDFTq98W15FDO11uT2s98RPHWeyGz { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375001907349rem;left:1.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NEV9tALa5pM4IoVBOS3pCkzyvLSDNcTT { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:16.500001907349rem;left:1.71875rem;display:block; }
#wTUJu21TfRlzoArZGnaGaL1fa60f4lCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#krZtoJg1MTJwnQPww6yWFKyWt8hVxzUz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:8.125rem;width:12.25rem;top:1.25rem;left:43.656251907349rem;overflow:hidden;display:block; }
#eaPK7IDttlbsnOtVRhCA0bd9o97R541a { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:16.4375rem;left:21.9375rem;display:block; }
#diMhyPZfDyTsdVeur0ONxoXm3BO17sAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a906aSLbJbBwvGrKxI930aJqGnT2Im78 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:21.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TI7IatIdiWP7h78fZ0ox607OOcpRHkGq { color:#ea0029;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.625rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbIzgfWI9y7LE0rs9Fk6CplIrbXIuKU9 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:7.375rem;width:11.0625rem;top:2.3742189407349rem;left:23.687501907349rem;overflow:hidden;display:block; }
#CrtsHU2A3BBAPnufuQ05ZsRJwITT6GCp { background-color:#ea0029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:16.5rem;left:42.6875rem;display:block; }
#PSCMWclFcCM0mkk32kPMnPHDEMawVTaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WbRvdGOSNIocSyAsezpdf6zK22okQR35 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.374217987061rem;left:42.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nRl3opMJlStwH3Tapdq9T14HA8SUBg3f { color:#ea0029;display:block;width:14.125rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.755469322204rem;left:42.937501907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#31171f;background-image:none;position:relative;z-index:auto;display:block; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { background-color: transparent; background-image: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container > .video-iframe-container { display: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row > .video-iframe-container { display: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { border-width: 0; border-radius: 0; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#IFQKmqhHyEUXQV5RwRlEZSJsHCieeqZL { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.0625rem;left:23.75rem;display:block; }
#Rd2mhMzATa3mzrEIhc7tCi9TIyoDFGgW { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.0625rem;left:28.8125rem;display:block; }
#xvtPfJ3yDkyflJo8u0KATum6Xd8NDxdX { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.0625rem;left:34.25rem;display:block; }
#wvHgSUJNOyDtUZqfm3r1Z4G4icZA9l9o { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:6.37890625rem;left:11.875rem;height:3.3rem;text-align:center;text-align-last:center;display:block; }
#kBuIvepBTXXPgVTaqfwt84q3nVTqq9J0 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:18.46875rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:10.25rem;left:0rem;width:30.5rem;height:8.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5k09uAeNWLGymZWySsUzdU4tPQMxey { top:0rem;left:0rem;width:12.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1WyXM9giHKdNdUA9XqoKIsODLA0JEXN { top:20.0625rem;left:0rem;width:18.9375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8bcVAEhguBleIZd1MGpFZtH9K5mq1T { top:9.9375rem;left:24.375001907349rem;width:7.625rem;height:7.625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnW95wCeETQKLOAnaVvD5dWIzN7Od68D { display:block; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { top:1.1875rem;left:0.15625rem;width:13.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { top:11.5625rem;left:0.25rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { top:14.0625rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoW3G89dqABxrcLUOaGHn0kqsdCyAPw7 { width:14.5625rem;height:2.3125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1F3Ccuw8mz3y1TaT9sewbdZLsaLP98 { display:block; }
 }@media only screen and (max-width: 763px) { #M9OaqmBETr91zqniTpqd7PGfQXOoy3H0 { top:1.1875rem;left:17.156251907349rem;width:13.1875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQTeuV4dOt4DSnfWAG5OoZ36p7ORnS5 { top:14.0625rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJBAnMTdlJwcZbEB8OF00LW1ye0GmQb { top:11.5625rem;left:16.281251907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7IRWCTpcR9mxpw7TlbZpkNPwqVnssBI { width:14.5625rem;height:2.3125rem;top:16.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07OJ1Se1RCZvSspoqIWWrPLqL4BbhEl { display:block; }
 }@media only screen and (max-width: 763px) { #DMyiFwRG1ATWVh5nB2hO6eJcQ2MihS54 { width:14.5625rem;height:2.3125rem;top:16.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKVkvOqvyWt3MEafM71zZ2prnbyWuC1 { display:block; }
 }@media only screen and (max-width: 763px) { #LKJRo2LtILelOCFJuIaIZc6Vsdl6JJc4 { top:14.0625rem;left:31.75rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpDCm30tg8B79VAUaWr2coyG3rXtrQuR { top:11.5625rem;left:31.75rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWzTRcgAXT7JPKAaxac8MTRxgTtI65xW { top:1.1875rem;left:32.5625rem;width:11.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt { display:block; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZr1ZToR4uQCVFg1JU3nJx37JzT0bDh3 { top:1.125rem;left:0.25rem;width:13.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scs1ivqsIcJUGIccqUSFyIoWLctnTpU2 { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATw7Gasip2xQT73Qx60yTVARQBa3T173 { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOyahdXXInXzIyamJUMGecBT9nRUWFlX { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrDAwozz3KMbDsGa3DKpeC6woQ0UKRK { display:block; }
 }@media only screen and (max-width: 763px) { #UN05WyVvNPfwkq40ZT96UJNcO74phHFD { top:1.125rem;left:33rem;width:12.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10aRqPXUtMoRrnkHvGhIOI3tpfPRNQc { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuvNiwOxhAP3EM4gTJUE3x1VuJgC0aAx { display:block; }
 }@media only screen and (max-width: 763px) { #yTVFqBfbC1IotHnbeTcW77fmfbpLbb9b { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQVNS1WGkb2i8nZNrcNRXdH8HVn61poQ { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwIVeTLkczbwda1Uu51UxIbwVgVoy9yP { top:1.125rem;left:18.375rem;width:7.6875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZToIT75TKvNcsQtix8TTAlJ6orgse0o { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMyTLHI9qcK2guGOFcAZhZZ5ZEJoCn0 { display:block; }
 }@media only screen and (max-width: 763px) { #OO5rzr4ItwotJomzsU0rTS7o5MZf1Vq3 { top:14.375rem;left:32rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfdMByKki5PvT62qTTcd8buTyLq2eUm { top:11.75rem;left:33.062501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 { display:block; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzscd11w3bvs5nq8c8I7eoTthrgiJ92i { top:1.125rem;left:0.25rem;width:12.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT81T8wCM1h1a9ZqTPtKz82gSQuQ51Ed { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5tZMwX2Isps0UKXs9teFdoqdSZqGMxT { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCtxi8M3yWEx2VcPD6HgH4D0omWDoT9 { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTTsTd4ag62oFgmCOfGbpOG0GTbvpyw { display:block; }
 }@media only screen and (max-width: 763px) { #y34cRPmmPVdT4mzSEUtx2PkFBChJHKg5 { top:1.25rem;left:33.343751907349rem;width:12.6875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXspsUQEXR3m9gzwJNFF0RnpuQrtB794 { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmVwNMk9THlyfsLCACAxSAgb7T5myKnk { display:block; }
 }@media only screen and (max-width: 763px) { #WvzGhpW8xkoGWkw4hs79L3NpOXdU52Xi { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGFZEiB0uU9wtgxAQcyKFoToXeQKh4az { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LghSpvgL6Umo1M59mNezgccHG2ERu1Rq { top:1.3125rem;left:19.000001907349rem;width:9.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WURBuRF8VgEJq7cdTpC3azo3qXZXNBvc { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QghdTxpviiUZ3zZGPUF4reNltimI9vU4 { display:block; }
 }@media only screen and (max-width: 763px) { #k6uVl4SvH7reAzVHhkWxyq4OcMmxaKyR { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwB940UWR8X5tiSo3a65Ne43ES9VtVdz { top:11.75rem;left:33.062501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cklk9EEntruHNf6khof3CP1XVJHtPFwq { display:block; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8FAxN79C9Fad8NP6XcrTDW2fqXFrWCH { top:1.125rem;left:0.25rem;width:12.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnivJ0OQGTgpfmpQ3Pn5SUl7gAgH6Ku { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgSbAiSf6vJVkUvTbGnATGgtGK4TLNv { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NpncxdzLdTGgPxTn5FNuZuXLint6xt { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXKur2RDGgStOaqtDOxc6Kqdbv41C9lg { display:block; }
 }@media only screen and (max-width: 763px) { #pNRtTRutkE5q5DyKxICJWL09DQBmyiX0 { top:1.25rem;left:33.343751907349rem;width:12.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefEXTfdMSmwLNTGkHJ565DF6TQWtk1v { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwrOTEaR0C9fri1nXOpSeZZriGwd7qR { display:block; }
 }@media only screen and (max-width: 763px) { #DN6imlZfu0Jfy7OixGihewX6vzFNTe6p { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKI6NVIXZdTzcW15h51CBEImOn593aaC { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GsSrdJT9nNhLtLUQlNwaAxTmQ5qvrA { top:1.25rem;left:17.687501907349rem;width:12.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PNdX5ATHowvMv7wF0aBTV5NXuzIVIT { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1e1b8KA04tsVgnWWXiecFzNfQ20Kw9K { display:block; }
 }@media only screen and (max-width: 763px) { #Tn8UqM77rXzLhy42KO47EILIJZ3mZiEO { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV9uZxoys93UWcwkfNsy6ypMQyhMoaGJ { top:11.75rem;left:33.062501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w { display:block; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN3vTtMK3EM6KVaLEkSubiDAHOrSnSg8 { top:1.125rem;left:0.25rem;width:12.625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtxSWoumb7HNpwSfyvJmiqkBxqTTsEn { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBz2gJCitJHWQKB2zpIhCTbLnTxudwCV { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaoTEoK52G5hfehWBTERJNU5cL6xoSN { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkbdOkBuTgnCM8oNskfokfQyxDhw5Wx { display:block; }
 }@media only screen and (max-width: 763px) { #cLybyJu0pnGqA7v48RR55LRQPkbTWNEi { top:1.25rem;left:33.343751907349rem;width:12.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDGKuTbbog9HeDM2gFzBbnuooJ1lUK1I { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvP04bdRBOy3OhFimQyTy7cBJobfaqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #JSzechlnG5JZxNdOawqpOdmBntoVcv70 { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoQUeBgdpKeyMx2LJbsoON0yZ1gJKIm { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJodGEdGDEdw9pNHmn4Bg7c9VT2IeCZh { top:1.25rem;left:17.687501907349rem;width:12.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USSqhk0tDmfWLsF6ArmbnRMBb16qlAXE { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iD1cDrEJ1DQpq486UIuwlRDVTrT6ce { display:block; }
 }@media only screen and (max-width: 763px) { #SKexER4Mwa8yTBuitOA3MZRk47MlVxgx { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7aO3CT7rcRqegmc45dW4nMnWOZScuTF { top:11.75rem;left:32.625001907349rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns { display:block; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E34DcQrnUSfSy81kDHS0TiZrM80M1isP { top:0.6875rem;left:1.6875rem;width:10.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UnfxvQpFU9JqQHJHfXEzDGNAVN1xBm { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4HvWu723qEwI0ZyPzC18TNHQkDVVpAq { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGG0DE9gtB5Bf7NZpt6nsLXNl3ycSyxL { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4b0t0l41WOoNn5sU9nTxxefhTffWF7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZrKkinLhl0uAHUekeUvsKdNgXMLgXkhL { top:1.25rem;left:33.343751907349rem;width:12.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpAl6FpR2Hv0TwABBad2drFq0MfI9BPl { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnrNJoddtinETmH176TRrMR71oFefqe { display:block; }
 }@media only screen and (max-width: 763px) { #Oiu3NLGzfWuJWPnNZ63Tptio4sFq66FC { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI4s6Z2MLr4B1SRl41q0UMREAPgKWFCn { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSFvymMrMcH0mCREhSwU4k0iAQJiE6cU { top:1.25rem;left:17.687501907349rem;width:12.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcV61PZNqL1vDtnJUvFnOzwLtdapzLvc { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6OSLmzGOlDcaE4iJeCs9tgGlNrDslX { display:block; }
 }@media only screen and (max-width: 763px) { #mtSJslxUh3Us5hUb7hagXGK90TBn39D0 { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTH2EyVO02sLf9ihG8gpK2NikcwCOxPc { top:11.75rem;left:32.625001907349rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 { display:block; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEzdtohcLrC2z5x3PCrrQIN9s3pwiIlc { top:0.6875rem;left:1.6875rem;width:10.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkoZHGBkzmpr0AR4rOA3POO5oero4tQ4 { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnCaHua62CMWnuL4spSxFOVJunsczdsu { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfiHVyUUdRZdKXLlspwvPKdl9xtVaSK1 { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2CLLoQbXJB2ccE7A8RgCfx2O3xkmc7V { display:block; }
 }@media only screen and (max-width: 763px) { #qHrgcyTbFJQOOGxf8oKQDtLNbWPpQI1V { top:1.25rem;left:33.343751907349rem;width:12.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu6fCif5OiHn17GWqskX3BWHZFow24sZ { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8MLwCbIdd35f7nVvp5dx3hA7mrlpZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #HZXHDbgtwTsOQnsOUKsRVi6ift9NS6zq { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuKtJ4taz7yueEkOfBsu4uHPbZOC2zc { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8JQFOTnrpoFic8QxouuuUidnmmICHT { top:1.25rem;left:17.687501907349rem;width:11.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTOuHuw8rXyng4ewfxAmP215RuPMMAh { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMDTJG0mhwffxeUIbcfXHlvkCmyMisps { display:block; }
 }@media only screen and (max-width: 763px) { #F07ffyQagR3HWmnGkd8IoKG6gKmpbkSk { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHk9TmnNlED7nWSJzfNaWsdKIeOtCd2g { top:11.75rem;left:32.625001907349rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgew4FXrZhHiWOGustclwvMGw5NxeBg { display:block; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EApIm48clpKoUaTMNrdHcyBRyG3SSLMg { top:2rem;left:1.6875rem;width:10.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IommdG77uiLu05PDAoDJhLu8msSCowa9 { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffJCaqWqy8KTJZEsNdhMWwbVRovwnQqX { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7D20BWH5GSqF0AtRd2vyBQgO8TADOX { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drP5haDWFD7CSQcTXKz4pL328qIqk50v { display:block; }
 }@media only screen and (max-width: 763px) { #AJmGtHnNeHaJVy7vXy13VL7FdC6mWtvx { top:1.25rem;left:33.343751907349rem;width:12.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTw9rxJF8wufWiONDTlPXGMTp4TelI6 { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUdD09RvRT9CkNnzovS37exlB73UHRGc { display:block; }
 }@media only screen and (max-width: 763px) { #BsV4CIn3yI5VtJZB1uLfzSxg4y89SdwN { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1prQpcTuHDoWC3mIwXHDXHtotvzH28 { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4vKaXJOveypUlT5S3k2TFhOUuqVfTNC { top:1.25rem;left:17.687501907349rem;width:11.0625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpA7TeR6HVtmPL9byiHZgplNIFWoIChB { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV99JACp5bMcBsQvSBDh0P2KFu20d8kc { display:block; }
 }@media only screen and (max-width: 763px) { #rixuvmlvauzcQfr9k9uZe7Hn9aFGqvhl { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmmO5Q8Vzp7mCH0lVWLi2LGATvCyQ5JT { top:11.75rem;left:32.625001907349rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prgcAEem8xWH82et5UA3CGQz9bCLmw5f { display:block; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptH47wZZpbZEMGuza698Aw5ELthzvHx9 { top:2rem;left:1.6875rem;width:10.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6uOdA4TU6rK2QIzZK37MUVvxosqeMVN { top:11.75rem;left:0.34375rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFqTDFTq98W15FDO11uT2s98RPHWeyGz { top:14.375rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEV9tALa5pM4IoVBOS3pCkzyvLSDNcTT { width:14.5625rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUJu21TfRlzoArZGnaGaL1fa60f4lCh { display:block; }
 }@media only screen and (max-width: 763px) { #krZtoJg1MTJwnQPww6yWFKyWt8hVxzUz { top:1.25rem;left:33.343751907349rem;width:12.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPK7IDttlbsnOtVRhCA0bd9o97R541a { width:14.5625rem;height:2.3125rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diMhyPZfDyTsdVeur0ONxoXm3BO17sAu { display:block; }
 }@media only screen and (max-width: 763px) { #a906aSLbJbBwvGrKxI930aJqGnT2Im78 { top:14.3125rem;left:15.875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI7IatIdiWP7h78fZ0ox607OOcpRHkGq { top:11.6875rem;left:16.437501907349rem;width:13.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbIzgfWI9y7LE0rs9Fk6CplIrbXIuKU9 { top:2.3125rem;left:17.500001907349rem;width:11.0625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrtsHU2A3BBAPnufuQ05ZsRJwITT6GCp { width:14.5625rem;height:2.3125rem;top:16.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSCMWclFcCM0mkk32kPMnPHDEMawVTaZ { display:block; }
 }@media only screen and (max-width: 763px) { #WbRvdGOSNIocSyAsezpdf6zK22okQR35 { top:14.3125rem;left:32.000001907349rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRl3opMJlStwH3Tapdq9T14HA8SUBg3f { top:11.75rem;left:32.625001907349rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS { display:block; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFQKmqhHyEUXQV5RwRlEZSJsHCieeqZL { top:14.0625rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2mhMzATa3mzrEIhc7tCi9TIyoDFGgW { top:14.0625rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtPfJ3yDkyflJo8u0KATum6Xd8NDxdX { top:14.0625rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHgSUJNOyDtUZqfm3r1Z4G4icZA9l9o { top:6.375rem;left:5.75rem;width:37.6875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBuIvepBTXXPgVTaqfwt84q3nVTqq9J0 { top:17.9375rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3c1b963-ed89-42f8-83f0-c55f7bbc96a6/SG_Homestage_2880x12601.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.adaptive-delivery-prevent-bg, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyload, #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW.lazyloading { background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:3.9875rem;top:6.7742190361025rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV5k09uAeNWLGymZWySsUzdU4tPQMxey { width:8.0625rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1WyXM9giHKdNdUA9XqoKIsODLA0JEXN { width:11.3125rem;height:0.875rem;top:13.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8bcVAEhguBleIZd1MGpFZtH9K5mq1T { width:5.125rem;height:5.0625rem;top:10.44921875rem;left:12.687500357628rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnW95wCeETQKLOAnaVvD5dWIzN7Od68D { display:block; }#TnW95wCeETQKLOAnaVvD5dWIzN7Od68D > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLvRMqcSITs2xUy6FpTRsMsTpB4pOu43 { width:10.75rem;height:7.125rem;top:3.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoZz3o81OaugB7MsXa0GWGb4UU70OcB { width:18.4375rem;height:2.3375rem;top:12.875000953674rem;left:0.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPMgPTBqdWk5XlKvfE9vVP8nITk7OX3w { width:15.375rem;height:1.3rem;top:16.491406440735rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoW3G89dqABxrcLUOaGHn0kqsdCyAPw7 { width:14.5625rem;height:2.3125rem;top:19.416407585144rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1F3Ccuw8mz3y1TaT9sewbdZLsaLP98 { display:block; }
 }@media only screen and (max-width: 763px) { #M9OaqmBETr91zqniTpqd7PGfQXOoy3H0 { width:13.1875rem;height:8.75rem;top:25.54140663147rem;left:3.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWQTeuV4dOt4DSnfWAG5OoZ36p7ORnS5 { width:15.375rem;height:1.3rem;top:39.62890625rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSJBAnMTdlJwcZbEB8OF00LW1ye0GmQb { width:13.1875rem;height:2.3375rem;top:35.91640663147rem;left:3.4062498807907rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7IRWCTpcR9mxpw7TlbZpkNPwqVnssBI { width:14.5625rem;height:2.3125rem;top:42.116405487061rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07OJ1Se1RCZvSspoqIWWrPLqL4BbhEl { display:block; }
 }@media only screen and (max-width: 763px) { #DMyiFwRG1ATWVh5nB2hO6eJcQ2MihS54 { width:14.5625rem;height:2.3125rem;top:62.003908157349rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKVkvOqvyWt3MEafM71zZ2prnbyWuC1 { display:block; }
 }@media only screen and (max-width: 763px) { #LKJRo2LtILelOCFJuIaIZc6Vsdl6JJc4 { width:15.375rem;height:1.3rem;top:59.641408920288rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpDCm30tg8B79VAUaWr2coyG3rXtrQuR { width:13.1875rem;height:2.3375rem;top:56.366408348084rem;left:3.4062498807907rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWzTRcgAXT7JPKAaxac8MTRxgTtI65xW { width:11.6875rem;height:8.75rem;top:46.428907871246rem;left:4.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt { display:block; }#Xi4eeOPoXJRz0QVlInCUSlZA6rdKO5Lt > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZr1ZToR4uQCVFg1JU3nJx37JzT0bDh3 { width:13.3125rem;height:8.4375rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scs1ivqsIcJUGIccqUSFyIoWLctnTpU2 { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATw7Gasip2xQT73Qx60yTVARQBa3T173 { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOyahdXXInXzIyamJUMGecBT9nRUWFlX { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrDAwozz3KMbDsGa3DKpeC6woQ0UKRK { display:block; }
 }@media only screen and (max-width: 763px) { #UN05WyVvNPfwkq40ZT96UJNcO74phHFD { width:12.6875rem;height:8.4375rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10aRqPXUtMoRrnkHvGhIOI3tpfPRNQc { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuvNiwOxhAP3EM4gTJUE3x1VuJgC0aAx { display:block; }
 }@media only screen and (max-width: 763px) { #yTVFqBfbC1IotHnbeTcW77fmfbpLbb9b { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQVNS1WGkb2i8nZNrcNRXdH8HVn61poQ { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwIVeTLkczbwda1Uu51UxIbwVgVoy9yP { width:7.6875rem;height:8.875rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZToIT75TKvNcsQtix8TTAlJ6orgse0o { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMyTLHI9qcK2guGOFcAZhZZ5ZEJoCn0 { display:block; }
 }@media only screen and (max-width: 763px) { #OO5rzr4ItwotJomzsU0rTS7o5MZf1Vq3 { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfdMByKki5PvT62qTTcd8buTyLq2eUm { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 { display:block; }#SkPByAOeT5qAnVpEcDQJhQFdTSCCD1e3 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzscd11w3bvs5nq8c8I7eoTthrgiJ92i { width:12.625rem;height:8.4375rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT81T8wCM1h1a9ZqTPtKz82gSQuQ51Ed { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5tZMwX2Isps0UKXs9teFdoqdSZqGMxT { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCtxi8M3yWEx2VcPD6HgH4D0omWDoT9 { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTTsTd4ag62oFgmCOfGbpOG0GTbvpyw { display:block; }
 }@media only screen and (max-width: 763px) { #y34cRPmmPVdT4mzSEUtx2PkFBChJHKg5 { width:12.6875rem;height:8.375rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXspsUQEXR3m9gzwJNFF0RnpuQrtB794 { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmVwNMk9THlyfsLCACAxSAgb7T5myKnk { display:block; }
 }@media only screen and (max-width: 763px) { #WvzGhpW8xkoGWkw4hs79L3NpOXdU52Xi { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGFZEiB0uU9wtgxAQcyKFoToXeQKh4az { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LghSpvgL6Umo1M59mNezgccHG2ERu1Rq { width:7.6875rem;height:6.4375rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WURBuRF8VgEJq7cdTpC3azo3qXZXNBvc { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QghdTxpviiUZ3zZGPUF4reNltimI9vU4 { display:block; }
 }@media only screen and (max-width: 763px) { #k6uVl4SvH7reAzVHhkWxyq4OcMmxaKyR { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwB940UWR8X5tiSo3a65Ne43ES9VtVdz { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cklk9EEntruHNf6khof3CP1XVJHtPFwq { display:block; }#cklk9EEntruHNf6khof3CP1XVJHtPFwq > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8FAxN79C9Fad8NP6XcrTDW2fqXFrWCH { width:12.625rem;height:8.375rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnivJ0OQGTgpfmpQ3Pn5SUl7gAgH6Ku { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trgSbAiSf6vJVkUvTbGnATGgtGK4TLNv { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NpncxdzLdTGgPxTn5FNuZuXLint6xt { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXKur2RDGgStOaqtDOxc6Kqdbv41C9lg { display:block; }
 }@media only screen and (max-width: 763px) { #pNRtTRutkE5q5DyKxICJWL09DQBmyiX0 { width:12.5625rem;height:8.375rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefEXTfdMSmwLNTGkHJ565DF6TQWtk1v { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwrOTEaR0C9fri1nXOpSeZZriGwd7qR { display:block; }
 }@media only screen and (max-width: 763px) { #DN6imlZfu0Jfy7OixGihewX6vzFNTe6p { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKI6NVIXZdTzcW15h51CBEImOn593aaC { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3GsSrdJT9nNhLtLUQlNwaAxTmQ5qvrA { width:7.6875rem;height:5.0625rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PNdX5ATHowvMv7wF0aBTV5NXuzIVIT { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1e1b8KA04tsVgnWWXiecFzNfQ20Kw9K { display:block; }
 }@media only screen and (max-width: 763px) { #Tn8UqM77rXzLhy42KO47EILIJZ3mZiEO { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV9uZxoys93UWcwkfNsy6ypMQyhMoaGJ { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w { display:block; }#NT1M9ix5T09JEgE82NoTKDM3yf0UWc3w > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN3vTtMK3EM6KVaLEkSubiDAHOrSnSg8 { width:12.625rem;height:7.875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgtxSWoumb7HNpwSfyvJmiqkBxqTTsEn { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBz2gJCitJHWQKB2zpIhCTbLnTxudwCV { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORaoTEoK52G5hfehWBTERJNU5cL6xoSN { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkbdOkBuTgnCM8oNskfokfQyxDhw5Wx { display:block; }
 }@media only screen and (max-width: 763px) { #cLybyJu0pnGqA7v48RR55LRQPkbTWNEi { width:12.5625rem;height:8.375rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDGKuTbbog9HeDM2gFzBbnuooJ1lUK1I { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvP04bdRBOy3OhFimQyTy7cBJobfaqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #JSzechlnG5JZxNdOawqpOdmBntoVcv70 { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoQUeBgdpKeyMx2LJbsoON0yZ1gJKIm { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJodGEdGDEdw9pNHmn4Bg7c9VT2IeCZh { width:7.5625rem;height:5.0625rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USSqhk0tDmfWLsF6ArmbnRMBb16qlAXE { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1iD1cDrEJ1DQpq486UIuwlRDVTrT6ce { display:block; }
 }@media only screen and (max-width: 763px) { #SKexER4Mwa8yTBuitOA3MZRk47MlVxgx { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7aO3CT7rcRqegmc45dW4nMnWOZScuTF { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns { display:block; }#w7TyFFzW7zK7SCzs0izNdk0aT2sTPNns > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E34DcQrnUSfSy81kDHS0TiZrM80M1isP { width:10.5rem;height:7.875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7UnfxvQpFU9JqQHJHfXEzDGNAVN1xBm { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4HvWu723qEwI0ZyPzC18TNHQkDVVpAq { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGG0DE9gtB5Bf7NZpt6nsLXNl3ycSyxL { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM4b0t0l41WOoNn5sU9nTxxefhTffWF7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZrKkinLhl0uAHUekeUvsKdNgXMLgXkhL { width:12.5625rem;height:8.3125rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpAl6FpR2Hv0TwABBad2drFq0MfI9BPl { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnrNJoddtinETmH176TRrMR71oFefqe { display:block; }
 }@media only screen and (max-width: 763px) { #Oiu3NLGzfWuJWPnNZ63Tptio4sFq66FC { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI4s6Z2MLr4B1SRl41q0UMREAPgKWFCn { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSFvymMrMcH0mCREhSwU4k0iAQJiE6cU { width:7.5625rem;height:5rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcV61PZNqL1vDtnJUvFnOzwLtdapzLvc { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6OSLmzGOlDcaE4iJeCs9tgGlNrDslX { display:block; }
 }@media only screen and (max-width: 763px) { #mtSJslxUh3Us5hUb7hagXGK90TBn39D0 { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTH2EyVO02sLf9ihG8gpK2NikcwCOxPc { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 { display:block; }#ZlNBhGodyz4ClihqTekH5Ue8Ak9i52q6 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEzdtohcLrC2z5x3PCrrQIN9s3pwiIlc { width:10.5rem;height:7.1875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkoZHGBkzmpr0AR4rOA3POO5oero4tQ4 { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnCaHua62CMWnuL4spSxFOVJunsczdsu { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfiHVyUUdRZdKXLlspwvPKdl9xtVaSK1 { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2CLLoQbXJB2ccE7A8RgCfx2O3xkmc7V { display:block; }
 }@media only screen and (max-width: 763px) { #qHrgcyTbFJQOOGxf8oKQDtLNbWPpQI1V { width:12.25rem;height:8.3125rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu6fCif5OiHn17GWqskX3BWHZFow24sZ { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8MLwCbIdd35f7nVvp5dx3hA7mrlpZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #HZXHDbgtwTsOQnsOUKsRVi6ift9NS6zq { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDuKtJ4taz7yueEkOfBsu4uHPbZOC2zc { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8JQFOTnrpoFic8QxouuuUidnmmICHT { width:6.875rem;height:5rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTOuHuw8rXyng4ewfxAmP215RuPMMAh { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMDTJG0mhwffxeUIbcfXHlvkCmyMisps { display:block; }
 }@media only screen and (max-width: 763px) { #F07ffyQagR3HWmnGkd8IoKG6gKmpbkSk { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHk9TmnNlED7nWSJzfNaWsdKIeOtCd2g { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrgew4FXrZhHiWOGustclwvMGw5NxeBg { display:block; }#mrgew4FXrZhHiWOGustclwvMGw5NxeBg > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EApIm48clpKoUaTMNrdHcyBRyG3SSLMg { width:10.5rem;height:6.8125rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IommdG77uiLu05PDAoDJhLu8msSCowa9 { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffJCaqWqy8KTJZEsNdhMWwbVRovwnQqX { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD7D20BWH5GSqF0AtRd2vyBQgO8TADOX { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drP5haDWFD7CSQcTXKz4pL328qIqk50v { display:block; }
 }@media only screen and (max-width: 763px) { #AJmGtHnNeHaJVy7vXy13VL7FdC6mWtvx { width:12.25rem;height:8.125rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTw9rxJF8wufWiONDTlPXGMTp4TelI6 { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUdD09RvRT9CkNnzovS37exlB73UHRGc { display:block; }
 }@media only screen and (max-width: 763px) { #BsV4CIn3yI5VtJZB1uLfzSxg4y89SdwN { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB1prQpcTuHDoWC3mIwXHDXHtotvzH28 { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4vKaXJOveypUlT5S3k2TFhOUuqVfTNC { width:6.875rem;height:4.625rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpA7TeR6HVtmPL9byiHZgplNIFWoIChB { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV99JACp5bMcBsQvSBDh0P2KFu20d8kc { display:block; }
 }@media only screen and (max-width: 763px) { #rixuvmlvauzcQfr9k9uZe7Hn9aFGqvhl { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmmO5Q8Vzp7mCH0lVWLi2LGATvCyQ5JT { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prgcAEem8xWH82et5UA3CGQz9bCLmw5f { display:block; }#prgcAEem8xWH82et5UA3CGQz9bCLmw5f > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptH47wZZpbZEMGuza698Aw5ELthzvHx9 { width:9.0625rem;height:6.8125rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6uOdA4TU6rK2QIzZK37MUVvxosqeMVN { width:13.1875rem;height:2.3375rem;top:10.9375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFqTDFTq98W15FDO11uT2s98RPHWeyGz { width:15.375rem;height:1.3rem;top:14.5875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEV9tALa5pM4IoVBOS3pCkzyvLSDNcTT { width:14.5625rem;height:2.3125rem;top:17.1375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUJu21TfRlzoArZGnaGaL1fa60f4lCh { display:block; }
 }@media only screen and (max-width: 763px) { #krZtoJg1MTJwnQPww6yWFKyWt8hVxzUz { width:12.25rem;height:8.125rem;top:20.700000762939rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPK7IDttlbsnOtVRhCA0bd9o97R541a { width:14.5625rem;height:2.3125rem;top:58.625000762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diMhyPZfDyTsdVeur0ONxoXm3BO17sAu { display:block; }
 }@media only screen and (max-width: 763px) { #a906aSLbJbBwvGrKxI930aJqGnT2Im78 { width:15.375rem;height:1.3rem;top:56.075000762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI7IatIdiWP7h78fZ0ox607OOcpRHkGq { width:13.1875rem;height:4.55rem;top:50.275000762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbIzgfWI9y7LE0rs9Fk6CplIrbXIuKU9 { width:6.875rem;height:4.5625rem;top:40.150000762939rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrtsHU2A3BBAPnufuQ05ZsRJwITT6GCp { width:14.5625rem;height:2.3125rem;top:36.587500762939rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSCMWclFcCM0mkk32kPMnPHDEMawVTaZ { display:block; }
 }@media only screen and (max-width: 763px) { #WbRvdGOSNIocSyAsezpdf6zK22okQR35 { width:15.375rem;height:1.3rem;top:34.037500762939rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRl3opMJlStwH3Tapdq9T14HA8SUBg3f { width:13.1875rem;height:2.3375rem;top:30.387500762939rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS { position:relative;z-index:auto;background-color:#31171f;background-image:none;display:block; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { background-color: transparent; background-image: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container > .video-iframe-container { display: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row > .video-iframe-container { display: none; }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQuABKcHeRTFkdrvQbPlrrTZ3QFACOtS > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFQKmqhHyEUXQV5RwRlEZSJsHCieeqZL { width:2rem;height:2rem;top:8.625rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2mhMzATa3mzrEIhc7tCi9TIyoDFGgW { width:2rem;height:2rem;top:8.625rem;left:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtPfJ3yDkyflJo8u0KATum6Xd8NDxdX { width:2rem;height:2rem;top:8.625rem;left:14.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvHgSUJNOyDtUZqfm3r1Z4G4icZA9l9o { width:16.4375rem;height:3.8rem;top:3.3125rem;left:1.7812501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBuIvepBTXXPgVTaqfwt84q3nVTqq9J0 { width:20rem;height:1.4rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }
 }