.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;
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container { background-color: transparent; background-image: none; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container > .video-iframe-container { display: none; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row > .video-iframe-container { display: none; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .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); }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container { border-width: 0; border-radius: 0; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#VrNgEXcMwp6fVKoWw2mpRLHkDigpH0Xp { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.53125rem;left:26.46875rem;height:15.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P95HbGBS3q8i3K2MHuxvRzngcDyHOv5c { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0.0625rem;left:28.4375rem;display:block; }
#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;z-index:auto;display:block; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container { background-color: transparent; background-image: none; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container > .video-iframe-container { display: none; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row > .video-iframe-container { display: none; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .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); }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container { border-width: 0; border-radius: 0; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#xA9MlbxeGsWNlnZ2tuM07NIEwlAM0KPT { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#bXBGTpNL7MVXeu4ouLq79AMinrzcq4tb { box-sizing:content-box;color:#ff0000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.4375rem;left:56.4375rem;display:block; }
#lm30S2l2KEBr1SVG6a9tTwFENo0pHIFB { box-sizing:content-box;color:#ff009e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1.4375rem;left:53.375rem;display:block; }
#UwzuSOoJuwQcfhzGuXqIVLsXT0Gfytcl { box-sizing:content-box;color:#00a5ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.4375rem;left:50.3125rem;display:block; }
#DMuJ3eDTUTcTzeZyJOlmoyPwHOe1p9to { box-sizing:content-box;color:#0059f8;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:1.4375rem;left:47.25rem;display:block; }
#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OgvqXGL7XO4/unsplash/hal-gatewood-OgvqXGL7XO4-photo-1507413245164-6160d8298b31.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.adaptive-delivery-prevent-bg, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyload, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyloading { background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { background-color: transparent; background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84,4,104,0.7); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84,4,104,0.7); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .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); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { border-width: 0; border-radius: 0; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#HbhAM2FnZ4V8VCdCtKgi61mk6RNevb63 { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:12.0625rem;left:9.34375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnIySSML7rlckZ8eprG8uzqv2HxEmRrt { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:20.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJAqwLuRpWiNI8wqdzbPLeMWmU28BDIJ { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:23.5rem;left:9.40625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kw3QD14CzdA5HFxAGz6H9NhsTaramNlM { background-color:#fafda2;background-image:none;border-top:0.0625rem solid #fafda2;border-left:0.0625rem solid #fafda2;border-right:0.0625rem solid #fafda2;border-bottom:0.0625rem solid #fafda2;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.375rem;left:18.125rem;display:block; }
#TufRTHUx5aZNqEwLCLBffr73dELio228 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FSrrAvJv58VDdecxBrPyisN0NCSmCR6C { position:absolute;display:block;z-index:100014;background-color:#ffffff;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.0625rem;width:3.75rem;top:6.375rem;left:28.125rem;display:block; }
#hEKgNM1W6x8SNCAfTym5CUrbDfulRNQx { background-color:#bd1622;background-image:none;border-top:0.0625rem solid #bd1622;border-left:0.0625rem solid #bd1622;border-right:0.0625rem solid #bd1622;border-bottom:0.0625rem solid #bd1622;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.375rem;left:32.5625rem;display:block; }
#w4sXWeowP1zaOmT8N6cDdfl3MfQlq2TI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s { position:relative;display:block; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s { background-color: transparent; background-image: none; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row .container > .video-iframe-container { display: none; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row > .video-iframe-container { display: none; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .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); }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s { border-width: 0; border-radius: 0; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .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:3.0625rem;width:60rem;position:relative;display:block; }#GwdNSecSAwaUE7MiTmOeOZP8GQWcbSTX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:2.1875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.4375rem;left:17.59375rem;display:block; }
#vxoutnfMyVbyP5LnNVILfUaTsnfUtcuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container { background-color: transparent; background-image: none; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container > .video-iframe-container { display: none; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row > .video-iframe-container { display: none; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .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); }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container { border-width: 0; border-radius: 0; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#vEZZWvThH4pUliZwqhSuCkdddQk6LgkF { background-color:#bd1622;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:37.5625rem;left:14rem;display:block; }
#H228yH0cEW4ZTBsKIDgOCvxwfh5goCCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zXxbaH4Oc5LkvBvuv7EdHhbgPNnbhDRT { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:24.4375rem;left:0.3125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rERIJWKwQ5sSTO924MUQqLorvxx04dCJ { position:absolute;display:block;z-index:100011;background-color:#8d8d8d;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.125rem;width:3.125rem;top:22.96875rem;left:0rem;display:block; }
#ivW3mVkx2D9qc6eJnmwJTMCx8FWQNMBw { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:10rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKvRBunOWMq3RhBiQBPLNp3K7nOgJyLi { color:#bd1622;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yV2puESLSg4gfGsJVMFrco8swchu7UA7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #bd1622;border-left:0.0625rem solid #bd1622;border-right:0.0625rem solid #bd1622;border-bottom:0.0625rem solid #bd1622;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:37.5625rem;left:31.5625rem;display:block; }
#RDBAwNyxZXIu0CO4vW6n86PB6WCbfRXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EoOWRfdpTRzzTEBPawfUgx9uvwUAdVCD { position:absolute;display:block;z-index:100013;background-color:#bd1622;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.0625rem;width:3.75rem;top:6.125rem;left:0rem;display:block; }
#ywmaGv9ggCDLwG2oNT9l9GJ29fHEOuVn { position:absolute;display:block;z-index:100014;height:26.5625rem;width:37.5rem;top:6.125rem;left:22.5rem;display:block; }
#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bd1622;background-image:none;position:relative;display:block; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container { background-color: transparent; background-image: none; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container > .video-iframe-container { display: none; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row > .video-iframe-container { display: none; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .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); }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container { border-width: 0; border-radius: 0; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#OH3gBD7myh2H06kJ0zMlHnrcASAAoAq6 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:4.625rem;left:4.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ex0UOMNg1SUhkKTAHiOCTenag3kNmKFU { color:#fafda2;display:block;width:6.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.125rem;left:4.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i15mQysVEC0uuZJ05Dyf77EVHZTIaZPM { position:absolute;display:block;z-index:100010;background-color:#fafda2;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.0625rem;width:3.75rem;top:3.84375rem;left:0rem;display:block; }
#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bd1622;background-image:none;position:relative;display:block; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container { background-color: transparent; background-image: none; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container > .video-iframe-container { display: none; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row > .video-iframe-container { display: none; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .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); }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container { border-width: 0; border-radius: 0; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#uvIFoiL4z37WM14uAxcCnEOCWTVkctsh { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:4.625rem;left:4.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRN33R5ZVZ2NpCutzc3RU1gm9w55bXMk { color:#fafda2;display:block;width:10rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.125rem;left:4.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBGQzohdn8n8ROHgRZkeWTNCcSiEMm2f { position:absolute;display:block;z-index:100010;background-color:#fafda2;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.0625rem;width:3.75rem;top:3.84375rem;left:0rem;display:block; }
#EqzuVKlgFfutCSXuuTDlvrTQXufTLtby { position:absolute;display:block;z-index:100011;height:29.9375rem;width:53.5rem;top:10.75rem;left:4.75rem;display:block; }
#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bd1622;background-image:none;position:relative;display:block; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container { background-color: transparent; background-image: none; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container > .video-iframe-container { display: none; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row > .video-iframe-container { display: none; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .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); }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container { border-width: 0; border-radius: 0; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#QsFWPQWygiAzgWzlRXDJZtPhifMd7GPm { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:4.625rem;left:4.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZpgcRF7Thfsi6VNEyPtPcaVrvRaRw2K2 { color:#fafda2;display:block;width:9.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.125rem;left:4.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAyuUIcSxlxvwkg5IEhsUnFpRi5JTs3i { position:absolute;display:block;z-index:100010;background-color:#fafda2;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.0625rem;width:3.75rem;top:3.84375rem;left:0rem;display:block; }
#hLCqAocKba5P1dW95pgkbU6MnNpLdFH1 { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:16.0625rem;left:9rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yP2obN6SBgfz9ATvpQlzy6nckeG9EGTQ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:16.0625rem;left:4.75rem;display:block; }
#CzvJv5InbMkcKcyBCpFfFgXxcmQ0y7kT { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:24rem;left:9rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgWKBpxiuNXlvkCJxnclv4iJqdn8oAMC { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:24rem;left:4.75rem;display:block; }
#tqqsx1i0ulLno2bqICyC0yRRTVkBrAqH { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:32.3125rem;left:9rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZEpfBy4SV6xfsdtFgm9STN9LHfflENQ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:32.3125rem;left:4.75rem;display:block; }
#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container { background-color: transparent; background-image: none; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container > .video-iframe-container { display: none; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row > .video-iframe-container { display: none; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .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); }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container { border-width: 0; border-radius: 0; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#JEgviyXGI7VrHluLRa135pr9SSdQDTlm { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZNOT4nmpKwn65sz81zkOMd000q5XuAv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:7.25rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#l1du4QXucW0wiLX23cB5P67izpo7vNcK { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:18.9375rem;top:16.0625rem;left:20.625rem;overflow:hidden;display:block; }
#an7H82NtORdCX1UCL3wiaUG4FaynwcKR { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:15.875rem;top:16.0625rem;left:43.0625rem;overflow:hidden;display:block; }
#bWdDPVuyok7euIgoe3zVR9q2fW2sq3AI { color:#bd1622;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.53125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4GrrIvHKG2U8iqhGL9TOkiepXPGtxdO { position:absolute;display:block;z-index:100012;background-color:#bd1622;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.0625rem;width:3.75rem;top:4.0625rem;left:27.21875rem;display:block; }
#TxN5poIXJLEEtSWAWL3aF760JlwriOZ5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #bd1622;border-left:0.0625rem solid #bd1622;border-right:0.0625rem solid #bd1622;border-bottom:0.0625rem solid #bd1622;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:42.4375rem;left:43.0625rem;display:block; }
#dZHRXahTpyNeoEPuXJ5tO19eP5a8NkpM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tp9nMpABU0mAL1IOmsgonJGMLJ7aT3iH { background-color:transparent;background-image:none;border-top:0.0625rem solid #bd1622;border-left:0.0625rem solid #bd1622;border-right:0.0625rem solid #bd1622;border-bottom:0.0625rem solid #bd1622;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:42.4375rem;left:20.625rem;display:block; }
#OJnNfFsUDmyBRGdW87wLLRbcXx4l7wvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v1QTCBeTtH7oEXC0UJM0vSU6adWnlIJK { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:33.625rem;left:20.625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAd3vWH4zLHuwqkSm6Q7Fek1uhABsc9p { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:33.625rem;left:43.0625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIA0mHJuNezuZsWA2iVMQ7ChBd8zi2bF { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:33.625rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDF4Mv4vSzr289enskAMqaMDAQL4SciV { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:28.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TaTH2MuLBxRpJXFLT3UHNTTrZJFSlWQL { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.875rem;left:20.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ILhKmBPAvFTLfztX39Vu4RQ20JCdz75X { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:28.875rem;left:43.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfTmEnNgD23ZSB3ZU5fwbKMGEdKccISa { background-color:transparent;background-image:none;border-top:0.0625rem solid #bd1622;border-left:0.0625rem solid #bd1622;border-right:0.0625rem solid #bd1622;border-bottom:0.0625rem solid #bd1622;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bd1622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#R56gwAzCChKEuv07MANCnLzTVqynLM7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container { background-color: transparent; background-image: none; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container > .video-iframe-container { display: none; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row > .video-iframe-container { display: none; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .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); }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container { border-width: 0; border-radius: 0; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#inoQWKDb02KkOS5qtzUU5lklBDRxAWuH { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTCJP6a4yqOIZCNwtwdTwCqkopprwhHL { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:8.3125rem;left:12.375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqCqEsZ954TOcfREr9REiS1ERrka72Xo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container { background-color: transparent; background-image: none; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container > .video-iframe-container { display: none; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row > .video-iframe-container { display: none; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .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); }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container { border-width: 0; border-radius: 0; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#uuqzTpJHbgKWxvramFrnnxH1CWe4Eb4b { color:#f3b4ff;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:13.0625rem;left:1.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ww5aRANN1GGqMFeRGXlXflG1U0AzIf0x { color:#f3b4ff;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jtt8em639zL6qC0zF2CvxI4KvNKGTddV { box-sizing:content-box;color:#f3b4ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:1.5625rem;left:6.875rem;display:block; }
#O4sEPmhq0sGWg5IWwO4nPlSTzbBFrz3F { background-color:#f3b4ff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:19.75rem;left:2.3125rem;display:block; }
#uJyAxyCn2rikEI16M4bMUB6WKAJOTKkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eTsqRCwV5xxvC1BCPbDm9tCWOmLPJSvq { background-color:#61c2ff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.75rem;left:22.3125rem;display:block; }
#yBym9d62W1tPZOyrHrVFwhExB3x72bKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KzyAUSHpHWsbhhTCrsecXdeehaQrNNEH { color:#61c2ff;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:13.0625rem;left:20.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibXFTpTRvNGsTIeuD6QqJ9trZP6gR2iK { color:#61c2ff;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.375rem;left:20.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJ5UnFU4cDTREkpVF58bxCu8EttTAote { box-sizing:content-box;color:#61c2ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.5625rem;left:27rem;display:block; }
#m43pWSlDmQnMNqqqXk989xmTi18Flf7u { background-color:#fafda2;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:19.75rem;left:42.9375rem;display:block; }
#dCOyEqcqflloWWqksUHof2CWQ1d0mV7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dQeLT0eoNBMcvEPWFFeSZgHZuNBw1CcU { color:#fafda2;display:block;width:17.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:13.375rem;left:41.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5sLV9bul4oPC6gxU4LsBTOhwVhDf2WK { color:#fafda2;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJ4iDofckxkQR348LDWZGQO8BOiEOZCn { box-sizing:content-box;color:#fafda2;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1.5625rem;left:47.5rem;display:block; }
#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container { background-color: transparent; background-image: none; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container > .video-iframe-container { display: none; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row > .video-iframe-container { display: none; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .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); }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container { border-width: 0; border-radius: 0; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#P7fnZ0q2RNA0CHZfJCbH2lzfxlCcBBwW { color:#f7ca37;display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:13.0625rem;left:1.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SroHwq039oklIo4c6aVJD9GgKz1mk6bV { color:#f7ca37;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pfT7hyPWMEhRtpol8uIhfX8tUhmBSBL4 { box-sizing:content-box;color:#f7ca37;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:1.5625rem;left:6.875rem;display:block; }
#EGbm079u36xbulW2LAEMMsamuOoFwT9P { background-color:#f7ca37;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:19.75rem;left:2.3125rem;display:block; }
#mB5i20d6uGndupLTuRaMs5cGA474VHDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ksh5Bu7lMW9UhIJ2kTtkhOCKfEmN5iPW { background-color:#fafda2;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.75rem;left:22.3125rem;display:block; }
#QT2rK9lo7lRtAs88UGJC1Qw0UitSmKK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u6ke7mAhUsTDwndnTT0MQiygLl2NMmbv { color:#fafda2;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:13.0625rem;left:20.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ag9ccLEyT5Nlto0JmXK9Ts2BQ84dl0Ef { color:#fafda2;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.375rem;left:20.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlXd5tCXNyDLh04kN7IMyH4viw6TUgZh { box-sizing:content-box;color:#fafda2;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:1.5625rem;left:27rem;display:block; }
#SkMd0MbUzV8zM5O9dEaDV7KF4XKKEmIi { background-color:#a2fdb7;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:19.75rem;left:42.9375rem;display:block; }
#XEiTyOidPt36oBNxOJAw4VsNar2vRi4L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oaCdLE97hcM1F6TVFSzUU6hgeaToSGo5 { color:#a2fdb7;display:block;width:17.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:13.375rem;left:41.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7GARTnLmLNZelQ4ImhITQzFNGiTTaFA { color:#a2fdb7;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.25rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwmIMIyoPTO9bOZAMy2CPnCKNsh6bmZu { box-sizing:content-box;color:#a2fdb7;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1.5625rem;left:47.5rem;display:block; }
#pF8m35MBailtKsUbW8F43EITRX8hRmwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container { background-color: transparent; background-image: none; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container > .video-iframe-container { display: none; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row > .video-iframe-container { display: none; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .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); }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container { border-width: 0; border-radius: 0; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#VdQhLVmdPhM8U0nLOHnGpX3BWwnS792Z { position:absolute;display:block;z-index:100000;height:37.5rem;width:59.125rem;top:3.875rem;left:0.4375rem;display:block; }
#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bd1622;background-image:none;position:relative;display:block; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { background-color: transparent; background-image: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container > .video-iframe-container { display: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row > .video-iframe-container { display: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .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); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { border-width: 0; border-radius: 0; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { position:absolute;display:block;z-index:100000;height:15.125rem;width:60rem;top:12.6494140625rem;left:0rem;display:block; }
#W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwuBd3Tx84eyZft1do97qM76BpyQE19S { color:#fafda2;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:25.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { position:absolute;display:block;z-index:100015;background-color:#fafda2;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.0625rem;width:3.75rem;top:3.125rem;left:28.125rem;display:block; }
#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { background-color: transparent; background-image: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container > .video-iframe-container { display: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row > .video-iframe-container { display: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .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); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { border-width: 0; border-radius: 0; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { color:#ffffff;display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:19.46875rem;left:49.875rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:10.25rem;left:2.75rem;display:block; }
#DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:10.25rem;left:6.5rem;display:block; }
#wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.25rem;left:10.25rem;display:block; }
#PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:10.25rem;left:14.375rem;display:block; }
#AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:10.1875rem;left:18.5625rem;display:block; }
#DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:10.0625rem;left:22.4375rem;display:block; }
#WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { box-sizing:content-box;color:#ececec;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.25rem;left:26.25rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q { position:relative;z-index:auto;display:block; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VrNgEXcMwp6fVKoWw2mpRLHkDigpH0Xp { width:5.125rem;height:15.9375rem;top:2.125rem;left:21.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #P95HbGBS3q8i3K2MHuxvRzngcDyHOv5c { width:1.875rem;height:1.875rem;top:0.0625rem;left:22.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC { position:relative;z-index:auto;display:block; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xA9MlbxeGsWNlnZ2tuM07NIEwlAM0KPT { width:7.6875rem;height:1.25rem;top:1.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bXBGTpNL7MVXeu4ouLq79AMinrzcq4tb { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lm30S2l2KEBr1SVG6a9tTwFENo0pHIFB { width:2.5rem;height:2.5rem;top:1rem;left:42.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UwzuSOoJuwQcfhzGuXqIVLsXT0Gfytcl { width:2.5rem;height:2.5rem;top:1rem;left:39.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DMuJ3eDTUTcTzeZyJOlmoyPwHOe1p9to { width:2.5rem;height:2.5rem;top:1rem;left:36.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k { background-color:transparent;background-image:url("https://images.assets-landingi.com/GbAEJUJKJ88/unsplash/daniele-franchi-GbAEJUJKJ88-photo-1590845947670-c009801ffa74.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.adaptive-delivery-prevent-bg, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyload, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyloading { background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { background-color: transparent; background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,24,109,0.68); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,24,109,0.68); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .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); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HbhAM2FnZ4V8VCdCtKgi61mk6RNevb63 { width:34.0625rem;height:7.5rem;top:8.5625rem;left:6.84375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HnIySSML7rlckZ8eprG8uzqv2HxEmRrt { width:20.375rem;height:1.25rem;top:5.75rem;left:13.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #FJAqwLuRpWiNI8wqdzbPLeMWmU28BDIJ { width:24.0625rem;height:6.75rem;top:17.75rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kw3QD14CzdA5HFxAGz6H9NhsTaramNlM { width:14.0625rem;height:3.4375rem;top:25.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TufRTHUx5aZNqEwLCLBffr73dELio228 { display:block; }
 }@media only screen and (max-width: 959px) { #FSrrAvJv58VDdecxBrPyisN0NCSmCR6C { width:3.75rem;height:0.0625rem;top:4.5rem;left:22rem;display:block; }
 }@media only screen and (max-width: 959px) { #hEKgNM1W6x8SNCAfTym5CUrbDfulRNQx { width:14.0625rem;height:3.4375rem;top:25.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #w4sXWeowP1zaOmT8N6cDdfl3MfQlq2TI { display:block; }
 }@media only screen and (max-width: 959px) { #ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s { display:block; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row .container { width:47.75rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GwdNSecSAwaUE7MiTmOeOZP8GQWcbSTX { width:24.8125rem;height:2.1875rem;top:0.1875rem;left:11.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vxoutnfMyVbyP5LnNVILfUaTsnfUtcuz { display:block; }
 }@media only screen and (max-width: 959px) { #PLGnJB7Xayp61atNfwR3efTuoBEo33G1 { display:block; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container { width:47.75rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vEZZWvThH4pUliZwqhSuCkdddQk6LgkF { width:12.5rem;height:3.4375rem;top:60.875rem;left:10.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #H228yH0cEW4ZTBsKIDgOCvxwfh5goCCX { display:block; }
 }@media only screen and (max-width: 959px) { #zXxbaH4Oc5LkvBvuv7EdHhbgPNnbhDRT { width:37.0625rem;height:3.375rem;top:17.6875rem;left:5.34375rem;font-size:1.125rem;line-height:1.5;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #rERIJWKwQ5sSTO924MUQqLorvxx04dCJ { width:43.75rem;height:0.0625rem;top:14.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #ivW3mVkx2D9qc6eJnmwJTMCx8FWQNMBw { width:37.25rem;height:6.25rem;top:8.5rem;left:5.25rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #SKvRBunOWMq3RhBiQBPLNp3K7nOgJyLi { width:10.3125rem;height:1.25rem;top:4.25rem;left:18.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #yV2puESLSg4gfGsJVMFrco8swchu7UA7 { width:12.5rem;height:3.4375rem;top:60.875rem;left:25.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #RDBAwNyxZXIu0CO4vW6n86PB6WCbfRXI { display:block; }
 }@media only screen and (max-width: 959px) { #EoOWRfdpTRzzTEBPawfUgx9uvwUAdVCD { width:3.75rem;height:0.0625rem;top:3.625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 959px) { #ywmaGv9ggCDLwG2oNT9l9GJ29fHEOuVn { width:47.75rem;height:32.25rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs { display:block; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OH3gBD7myh2H06kJ0zMlHnrcASAAoAq6 { width:37.25rem;height:3.125rem;top:4.5rem;left:2rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ex0UOMNg1SUhkKTAHiOCTenag3kNmKFU { width:3.6875rem;height:1.3125rem;top:3.1875rem;left:2rem;font-size:0.875rem;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #i15mQysVEC0uuZJ05Dyf77EVHZTIaZPM { width:1.25rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi { display:block; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uvIFoiL4z37WM14uAxcCnEOCWTVkctsh { width:43.5rem;height:3.125rem;top:4.5rem;left:2rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZRN33R5ZVZ2NpCutzc3RU1gm9w55bXMk { width:3.6875rem;height:1.3125rem;top:3.1875rem;left:2rem;font-size:0.875rem;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #TBGQzohdn8n8ROHgRZkeWTNCcSiEMm2f { width:1.25rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EqzuVKlgFfutCSXuuTDlvrTQXufTLtby { width:47.75rem;height:29.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg { display:block; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container { width:47.75rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QsFWPQWygiAzgWzlRXDJZtPhifMd7GPm { width:42.0625rem;height:6.25rem;top:4.5rem;left:2rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZpgcRF7Thfsi6VNEyPtPcaVrvRaRw2K2 { width:3.6875rem;height:1.3125rem;top:3.1875rem;left:2rem;font-size:0.875rem;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #HAyuUIcSxlxvwkg5IEhsUnFpRi5JTs3i { width:1.25rem;height:0.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hLCqAocKba5P1dW95pgkbU6MnNpLdFH1 { width:37.25rem;height:3.75rem;top:13.75rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yP2obN6SBgfz9ATvpQlzy6nckeG9EGTQ { width:3.125rem;height:3.125rem;top:13.75rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CzvJv5InbMkcKcyBCpFfFgXxcmQ0y7kT { width:37.25rem;height:3.75rem;top:20.1875rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wgWKBpxiuNXlvkCJxnclv4iJqdn8oAMC { width:3.125rem;height:3.125rem;top:19.6875rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tqqsx1i0ulLno2bqICyC0yRRTVkBrAqH { width:37.25rem;height:3.75rem;top:27.375rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QZEpfBy4SV6xfsdtFgm9STN9LHfflENQ { width:3.125rem;height:3.125rem;top:26.625rem;left:1.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB { display:block; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JEgviyXGI7VrHluLRa135pr9SSdQDTlm { width:27.75rem;height:8.125rem;top:6.0625rem;left:10rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nZNOT4nmpKwn65sz81zkOMd000q5XuAv { width:5.25rem;height:8.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #l1du4QXucW0wiLX23cB5P67izpo7vNcK { width:15rem;height:8.625rem;top:17.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #an7H82NtORdCX1UCL3wiaUG4FaynwcKR { width:12.75rem;height:9.125rem;top:17.8125rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bWdDPVuyok7euIgoe3zVR9q2fW2sq3AI { width:20.375rem;height:1.25rem;top:4.6875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #v4GrrIvHKG2U8iqhGL9TOkiepXPGtxdO { width:3.75rem;height:0.0625rem;top:4.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxN5poIXJLEEtSWAWL3aF760JlwriOZ5 { width:7.8125rem;height:2.5rem;top:39.9375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dZHRXahTpyNeoEPuXJ5tO19eP5a8NkpM { display:block; }
 }@media only screen and (max-width: 959px) { #tp9nMpABU0mAL1IOmsgonJGMLJ7aT3iH { width:7.8125rem;height:2.5rem;top:39.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJnNfFsUDmyBRGdW87wLLRbcXx4l7wvp { display:block; }
 }@media only screen and (max-width: 959px) { #v1QTCBeTtH7oEXC0UJM0vSU6adWnlIJK { width:13.3125rem;height:6.75rem;top:31.3125rem;left:17.25rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #JAd3vWH4zLHuwqkSm6Q7Fek1uhABsc9p { width:12.9375rem;height:5.0625rem;top:31.3125rem;left:34.8125rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #iIA0mHJuNezuZsWA2iVMQ7ChBd8zi2bF { width:13.3125rem;height:5.0625rem;top:31.3125rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #vDF4Mv4vSzr289enskAMqaMDAQL4SciV { width:14.0625rem;height:2rem;top:28.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #TaTH2MuLBxRpJXFLT3UHNTTrZJFSlWQL { width:14.0625rem;height:2rem;top:28.0625rem;left:16.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #ILhKmBPAvFTLfztX39Vu4RQ20JCdz75X { width:12.875rem;height:2rem;top:28.0625rem;left:34.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #WfTmEnNgD23ZSB3ZU5fwbKMGEdKccISa { width:10.5625rem;height:2.5rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #R56gwAzCChKEuv07MANCnLzTVqynLM7R { display:block; }
 }@media only screen and (max-width: 959px) { #xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 { display:block; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #inoQWKDb02KkOS5qtzUU5lklBDRxAWuH { width:20.375rem;height:4.0625rem;top:2.1875rem;left:13.6875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #TTCJP6a4yqOIZCNwtwdTwCqkopprwhHL { width:36.5rem;height:1.5rem;top:7.125rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #TqCqEsZ954TOcfREr9REiS1ERrka72Xo { display:block; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uuqzTpJHbgKWxvramFrnnxH1CWe4Eb4b { width:12.5rem;height:4.5rem;top:11.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ww5aRANN1GGqMFeRGXlXflG1U0AzIf0x { width:12.5rem;height:2.4375rem;top:8rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jtt8em639zL6qC0zF2CvxI4KvNKGTddV { width:4.6875rem;height:4.6875rem;top:1.75rem;left:5.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4sEPmhq0sGWg5IWwO4nPlSTzbBFrz3F { width:12.5rem;height:3.125rem;top:18.875rem;left:1.7080078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJyAxyCn2rikEI16M4bMUB6WKAJOTKkk { display:block; }
 }@media only screen and (max-width: 959px) { #eTsqRCwV5xxvC1BCPbDm9tCWOmLPJSvq { width:12.5rem;height:3.125rem;top:18.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yBym9d62W1tPZOyrHrVFwhExB3x72bKk { display:block; }
 }@media only screen and (max-width: 959px) { #KzyAUSHpHWsbhhTCrsecXdeehaQrNNEH { width:14.5625rem;height:3rem;top:11.625rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ibXFTpTRvNGsTIeuD6QqJ9trZP6gR2iK { width:15.0625rem;height:2.4375rem;top:8rem;left:16.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vJ5UnFU4cDTREkpVF58bxCu8EttTAote { width:4.6875rem;height:4.6875rem;top:1.75rem;left:21.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #m43pWSlDmQnMNqqqXk989xmTi18Flf7u { width:12.5rem;height:3.125rem;top:18.875rem;left:33.541015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCOyEqcqflloWWqksUHof2CWQ1d0mV7S { display:block; }
 }@media only screen and (max-width: 959px) { #dQeLT0eoNBMcvEPWFFeSZgHZuNBw1CcU { width:12.5rem;height:4.5rem;top:11.625rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #y5sLV9bul4oPC6gxU4LsBTOhwVhDf2WK { width:12.5rem;height:2.4375rem;top:8rem;left:34rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJ4iDofckxkQR348LDWZGQO8BOiEOZCn { width:4.6875rem;height:4.6875rem;top:1.75rem;left:37.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bNxdiQ9iBRARGTF9LUrnail7GBytigF2 { display:block; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #P7fnZ0q2RNA0CHZfJCbH2lzfxlCcBBwW { width:12.5rem;height:4.5rem;top:11.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SroHwq039oklIo4c6aVJD9GgKz1mk6bV { width:12.5rem;height:2.4375rem;top:8rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pfT7hyPWMEhRtpol8uIhfX8tUhmBSBL4 { width:4.6875rem;height:4.6875rem;top:1.75rem;left:5.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EGbm079u36xbulW2LAEMMsamuOoFwT9P { width:12.5rem;height:3.125rem;top:18.875rem;left:1.7080078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mB5i20d6uGndupLTuRaMs5cGA474VHDq { display:block; }
 }@media only screen and (max-width: 959px) { #ksh5Bu7lMW9UhIJ2kTtkhOCKfEmN5iPW { width:12.5rem;height:3.125rem;top:18.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QT2rK9lo7lRtAs88UGJC1Qw0UitSmKK0 { display:block; }
 }@media only screen and (max-width: 959px) { #u6ke7mAhUsTDwndnTT0MQiygLl2NMmbv { width:14.5625rem;height:4.5rem;top:11.625rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ag9ccLEyT5Nlto0JmXK9Ts2BQ84dl0Ef { width:15.0625rem;height:2.4375rem;top:8rem;left:16.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IlXd5tCXNyDLh04kN7IMyH4viw6TUgZh { width:4.6875rem;height:4.6875rem;top:1.75rem;left:21.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #SkMd0MbUzV8zM5O9dEaDV7KF4XKKEmIi { width:12.5rem;height:3.125rem;top:18.875rem;left:33.541015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XEiTyOidPt36oBNxOJAw4VsNar2vRi4L { display:block; }
 }@media only screen and (max-width: 959px) { #oaCdLE97hcM1F6TVFSzUU6hgeaToSGo5 { width:12.5rem;height:4.5rem;top:11.625rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #g7GARTnLmLNZelQ4ImhITQzFNGiTTaFA { width:12.5rem;height:2.4375rem;top:8rem;left:34rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VwmIMIyoPTO9bOZAMy2CPnCKNsh6bmZu { width:4.6875rem;height:4.6875rem;top:1.75rem;left:37.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pF8m35MBailtKsUbW8F43EITRX8hRmwq { display:block; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VdQhLVmdPhM8U0nLOHnGpX3BWwnS792Z { width:47.75rem;height:37.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { display:block; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { width:47.75rem;height:15.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { width:47.75rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MwuBd3Tx84eyZft1do97qM76BpyQE19S { width:20.375rem;height:1.25rem;top:4.6875rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { width:3.75rem;height:0.0625rem;top:3.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 959px) { #U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { display:block; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { width:13rem;height:1.5rem;top:3.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { width:17.3125rem;height:2rem;top:16.5625rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { width:7.625rem;height:1rem;top:17.1875rem;left:37.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { width:3.125rem;height:3.125rem;top:9.4375rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { width:3.125rem;height:3.125rem;top:9.4375rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { width:3.125rem;height:3.125rem;top:9.4375rem;left:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { width:3.125rem;height:3.125rem;top:9.4375rem;left:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { width:3.125rem;height:3.125rem;top:9.375rem;left:14.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { width:3.1875rem;height:3.1875rem;top:9.25rem;left:18.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { width:2.875rem;height:3.0625rem;top:9.375rem;left:21.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q { position:relative;z-index:auto;display:block; }#Ktdzm3ApkyBbILiMna0W9n70T9M9Hv6q > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrNgEXcMwp6fVKoWw2mpRLHkDigpH0Xp { width:5.8125rem;height:15.9375rem;top:3.09375rem;left:7.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P95HbGBS3q8i3K2MHuxvRzngcDyHOv5c { width:2.1875rem;height:2.1875rem;top:0.25rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC { position:relative;z-index:auto;display:block; }#OkqF1esauZikl7vqv1Dkgzgi9y8F7FyC > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA9MlbxeGsWNlnZ2tuM07NIEwlAM0KPT { width:7.6875rem;height:1.25rem;top:2.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXBGTpNL7MVXeu4ouLq79AMinrzcq4tb { width:1.875rem;height:1.875rem;top:2.125rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm30S2l2KEBr1SVG6a9tTwFENo0pHIFB { width:1.875rem;height:1.875rem;top:2.125rem;left:15.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwzuSOoJuwQcfhzGuXqIVLsXT0Gfytcl { width:1.875rem;height:1.875rem;top:2.125rem;left:13.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMuJ3eDTUTcTzeZyJOlmoyPwHOe1p9to { width:1.875rem;height:1.875rem;top:2.125rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k { background-color:transparent;background-image:url("https://images.assets-landingi.com/GbAEJUJKJ88/unsplash/daniele-franchi-GbAEJUJKJ88-photo-1590845947670-c009801ffa74.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.adaptive-delivery-prevent-bg, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyload, #t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k.lazyloading { background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { background-color: transparent; background-image: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,24,109,0.6); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,24,109,0.6); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row > .video-iframe-container { display: none; }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .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); }#t6McM4PSCi8lfVi3NFnQC3oZwqOh0v6k > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbhAM2FnZ4V8VCdCtKgi61mk6RNevb63 { width:20rem;height:6rem;top:6.5625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnIySSML7rlckZ8eprG8uzqv2HxEmRrt { width:11.6875rem;height:2.25rem;top:3.6875rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJAqwLuRpWiNI8wqdzbPLeMWmU28BDIJ { width:16.875rem;height:8.4375rem;top:17.15625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kw3QD14CzdA5HFxAGz6H9NhsTaramNlM { width:17.125rem;height:3.4375rem;top:24.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufRTHUx5aZNqEwLCLBffr73dELio228 { display:block; }
 }@media only screen and (max-width: 763px) { #FSrrAvJv58VDdecxBrPyisN0NCSmCR6C { width:3.75rem;height:0.0625rem;top:2.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKgNM1W6x8SNCAfTym5CUrbDfulRNQx { width:17.125rem;height:3.4375rem;top:30.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4sXWeowP1zaOmT8N6cDdfl3MfQlq2TI { display:block; }
 }@media only screen and (max-width: 763px) { #ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s { display:block; }#ZCegT4kTaQCVFUslaibMJ2VdhdCePu4s > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwdNSecSAwaUE7MiTmOeOZP8GQWcbSTX { width:19rem;height:2.1875rem;top:0rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxoutnfMyVbyP5LnNVILfUaTsnfUtcuz { display:block; }
 }@media only screen and (max-width: 763px) { #PLGnJB7Xayp61atNfwR3efTuoBEo33G1 { display:block; }#PLGnJB7Xayp61atNfwR3efTuoBEo33G1 > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEZZWvThH4pUliZwqhSuCkdddQk6LgkF { width:17.125rem;height:3.4375rem;top:45.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H228yH0cEW4ZTBsKIDgOCvxwfh5goCCX { display:block; }
 }@media only screen and (max-width: 763px) { #zXxbaH4Oc5LkvBvuv7EdHhbgPNnbhDRT { width:20rem;height:5.0625rem;top:19.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rERIJWKwQ5sSTO924MUQqLorvxx04dCJ { width:18.75rem;height:0.0625rem;top:15.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivW3mVkx2D9qc6eJnmwJTMCx8FWQNMBw { width:18.8125rem;height:5rem;top:7.5625rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKvRBunOWMq3RhBiQBPLNp3K7nOgJyLi { width:8.125rem;height:1.125rem;top:4.0625rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yV2puESLSg4gfGsJVMFrco8swchu7UA7 { width:17.5625rem;height:3.4375rem;top:55.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDBAwNyxZXIu0CO4vW6n86PB6WCbfRXI { display:block; }
 }@media only screen and (max-width: 763px) { #EoOWRfdpTRzzTEBPawfUgx9uvwUAdVCD { width:1.875rem;height:0.0625rem;top:3.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywmaGv9ggCDLwG2oNT9l9GJ29fHEOuVn { width:20rem;height:15.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs { display:block; }#m1KfkaQ3NkKuMeDurP7S3V39WTC8BZrs > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH3gBD7myh2H06kJ0zMlHnrcASAAoAq6 { width:20rem;height:2.5rem;top:3.830078125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ex0UOMNg1SUhkKTAHiOCTenag3kNmKFU { width:3.4375rem;height:1.3125rem;top:2.517578125rem;left:8.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i15mQysVEC0uuZJ05Dyf77EVHZTIaZPM { width:1.875rem;height:0.0625rem;top:1.892578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi { display:block; }#omEFWQO3PK3zTQa3dnHDX9SbJslkA4zi > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvIFoiL4z37WM14uAxcCnEOCWTVkctsh { width:20rem;height:2.5rem;top:4.642578125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRN33R5ZVZ2NpCutzc3RU1gm9w55bXMk { width:7.25rem;height:1.3125rem;top:2.517578125rem;left:6.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TBGQzohdn8n8ROHgRZkeWTNCcSiEMm2f { width:1.875rem;height:0.0625rem;top:1.892578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqzuVKlgFfutCSXuuTDlvrTQXufTLtby { width:20rem;height:29.9375rem;top:8.392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg { display:block; }#hXOmVf2KUoWLXEeW3fM4H8NGom7Z4eKg > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsFWPQWygiAzgWzlRXDJZtPhifMd7GPm { width:20rem;height:10rem;top:3.830078125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgcRF7Thfsi6VNEyPtPcaVrvRaRw2K2 { width:3.4375rem;height:1.3125rem;top:2.517578125rem;left:8.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HAyuUIcSxlxvwkg5IEhsUnFpRi5JTs3i { width:1.875rem;height:0.0625rem;top:1.892578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLCqAocKba5P1dW95pgkbU6MnNpLdFH1 { width:20rem;height:6.25rem;top:19.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yP2obN6SBgfz9ATvpQlzy6nckeG9EGTQ { width:3.125rem;height:3.125rem;top:16.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzvJv5InbMkcKcyBCpFfFgXxcmQ0y7kT { width:20rem;height:6.25rem;top:32.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgWKBpxiuNXlvkCJxnclv4iJqdn8oAMC { width:3.125rem;height:3.125rem;top:28.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqqsx1i0ulLno2bqICyC0yRRTVkBrAqH { width:20rem;height:3.125rem;top:44.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZEpfBy4SV6xfsdtFgm9STN9LHfflENQ { width:3.125rem;height:3.125rem;top:39.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB { display:block; }#pWRlXuGnqxFCkev4l7DL5lO7HWghQ0oB > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEgviyXGI7VrHluLRa135pr9SSdQDTlm { width:16.625rem;height:8.25rem;top:5.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nZNOT4nmpKwn65sz81zkOMd000q5XuAv { width:6.6875rem;height:10.8125rem;top:16.875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1du4QXucW0wiLX23cB5P67izpo7vNcK { width:15.625rem;height:9.0625rem;top:47.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an7H82NtORdCX1UCL3wiaUG4FaynwcKR { width:14.4375rem;height:10.375rem;top:77.375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdDPVuyok7euIgoe3zVR9q2fW2sq3AI { width:9.125rem;height:1.125rem;top:4.3125rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4GrrIvHKG2U8iqhGL9TOkiepXPGtxdO { width:1.875rem;height:0.0625rem;top:3.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxN5poIXJLEEtSWAWL3aF760JlwriOZ5 { width:7.8125rem;height:2.5rem;top:100.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZHRXahTpyNeoEPuXJ5tO19eP5a8NkpM { display:block; }
 }@media only screen and (max-width: 763px) { #tp9nMpABU0mAL1IOmsgonJGMLJ7aT3iH { width:15.625rem;height:3.125rem;top:70.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJnNfFsUDmyBRGdW87wLLRbcXx4l7wvp { display:block; }
 }@media only screen and (max-width: 763px) { #v1QTCBeTtH7oEXC0UJM0vSU6adWnlIJK { width:19.875rem;height:5.0625rem;top:63.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JAd3vWH4zLHuwqkSm6Q7Fek1uhABsc9p { width:19.9375rem;height:3.375rem;top:93rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iIA0mHJuNezuZsWA2iVMQ7ChBd8zi2bF { width:19.9375rem;height:3.375rem;top:33.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vDF4Mv4vSzr289enskAMqaMDAQL4SciV { width:19.9375rem;height:2rem;top:29.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTH2MuLBxRpJXFLT3UHNTTrZJFSlWQL { width:15.875rem;height:2rem;top:59.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILhKmBPAvFTLfztX39Vu4RQ20JCdz75X { width:15.875rem;height:2rem;top:89.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTmEnNgD23ZSB3ZU5fwbKMGEdKccISa { width:15.625rem;height:3.125rem;top:40.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56gwAzCChKEuv07MANCnLzTVqynLM7R { display:block; }
 }@media only screen and (max-width: 763px) { #xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 { display:block; }#xKuADloiDDMrZ98qbHDcU9hDlpvkCmw1 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inoQWKDb02KkOS5qtzUU5lklBDRxAWuH { width:20rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTCJP6a4yqOIZCNwtwdTwCqkopprwhHL { width:20rem;height:3rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqCqEsZ954TOcfREr9REiS1ERrka72Xo { display:block; }#TqCqEsZ954TOcfREr9REiS1ERrka72Xo > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuqzTpJHbgKWxvramFrnnxH1CWe4Eb4b { width:20rem;height:3rem;top:13.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ww5aRANN1GGqMFeRGXlXflG1U0AzIf0x { width:13.1875rem;height:2.5625rem;top:10.3125rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jtt8em639zL6qC0zF2CvxI4KvNKGTddV { width:6.25rem;height:6.25rem;top:3.5rem;left:6.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sEPmhq0sGWg5IWwO4nPlSTzbBFrz3F { width:15.375rem;height:3.4375rem;top:18.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyAxyCn2rikEI16M4bMUB6WKAJOTKkk { display:block; }
 }@media only screen and (max-width: 763px) { #eTsqRCwV5xxvC1BCPbDm9tCWOmLPJSvq { width:15.375rem;height:3.4375rem;top:42.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBym9d62W1tPZOyrHrVFwhExB3x72bKk { display:block; }
 }@media only screen and (max-width: 763px) { #KzyAUSHpHWsbhhTCrsecXdeehaQrNNEH { width:20rem;height:3rem;top:37.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibXFTpTRvNGsTIeuD6QqJ9trZP6gR2iK { width:16.0625rem;height:2.5625rem;top:34.0625rem;left:2rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ5UnFU4cDTREkpVF58bxCu8EttTAote { width:6.25rem;height:6.25rem;top:27.8125rem;left:6.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m43pWSlDmQnMNqqqXk989xmTi18Flf7u { width:15.375rem;height:3.4375rem;top:66.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOyEqcqflloWWqksUHof2CWQ1d0mV7S { display:block; }
 }@media only screen and (max-width: 763px) { #dQeLT0eoNBMcvEPWFFeSZgHZuNBw1CcU { width:20rem;height:3rem;top:61.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5sLV9bul4oPC6gxU4LsBTOhwVhDf2WK { width:15.5rem;height:2.5625rem;top:57.75rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJ4iDofckxkQR348LDWZGQO8BOiEOZCn { width:6.25rem;height:6.25rem;top:51.25rem;left:6.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxdiQ9iBRARGTF9LUrnail7GBytigF2 { display:block; }#bNxdiQ9iBRARGTF9LUrnail7GBytigF2 > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7fnZ0q2RNA0CHZfJCbH2lzfxlCcBBwW { width:20rem;height:3rem;top:13.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SroHwq039oklIo4c6aVJD9GgKz1mk6bV { width:13.1875rem;height:2.5625rem;top:10.3125rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfT7hyPWMEhRtpol8uIhfX8tUhmBSBL4 { width:6.25rem;height:6.25rem;top:3.5rem;left:6.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbm079u36xbulW2LAEMMsamuOoFwT9P { width:15.375rem;height:3.4375rem;top:18.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB5i20d6uGndupLTuRaMs5cGA474VHDq { display:block; }
 }@media only screen and (max-width: 763px) { #ksh5Bu7lMW9UhIJ2kTtkhOCKfEmN5iPW { width:15.375rem;height:3.4375rem;top:42.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2rK9lo7lRtAs88UGJC1Qw0UitSmKK0 { display:block; }
 }@media only screen and (max-width: 763px) { #u6ke7mAhUsTDwndnTT0MQiygLl2NMmbv { width:20rem;height:3rem;top:37.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ag9ccLEyT5Nlto0JmXK9Ts2BQ84dl0Ef { width:16.0625rem;height:2.5625rem;top:34.0625rem;left:2rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlXd5tCXNyDLh04kN7IMyH4viw6TUgZh { width:6.25rem;height:6.25rem;top:27.8125rem;left:6.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMd0MbUzV8zM5O9dEaDV7KF4XKKEmIi { width:15.375rem;height:3.4375rem;top:66.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEiTyOidPt36oBNxOJAw4VsNar2vRi4L { display:block; }
 }@media only screen and (max-width: 763px) { #oaCdLE97hcM1F6TVFSzUU6hgeaToSGo5 { width:20rem;height:3rem;top:61.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7GARTnLmLNZelQ4ImhITQzFNGiTTaFA { width:15.5rem;height:2.5625rem;top:57.75rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwmIMIyoPTO9bOZAMy2CPnCKNsh6bmZu { width:6.25rem;height:6.25rem;top:51.25rem;left:6.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF8m35MBailtKsUbW8F43EITRX8hRmwq { display:block; }#pF8m35MBailtKsUbW8F43EITRX8hRmwq > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdQhLVmdPhM8U0nLOHnGpX3BWwnS792Z { width:20rem;height:37.5rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { display:block; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { width:20rem;height:15.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { width:20rem;height:2.1875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MwuBd3Tx84eyZft1do97qM76BpyQE19S { width:9.125rem;height:1.125rem;top:2.875rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { width:3.75rem;height:0.0625rem;top:1.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { display:block; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { width:13rem;height:1.5rem;top:4.875rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { width:17.3125rem;height:2rem;top:20.25rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { width:7.625rem;height:1rem;top:24.8125rem;left:6.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { width:3.125rem;height:3.125rem;top:9.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { width:3.125rem;height:3.125rem;top:9.8125rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { width:3.125rem;height:3.125rem;top:9.8125rem;left:10.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { width:3.125rem;height:3.125rem;top:9.8125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { width:3.125rem;height:3.125rem;top:14.6875rem;left:2.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { width:3.1875rem;height:3.1875rem;top:14.65625rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { width:2.875rem;height:3.0625rem;top:14.71875rem;left:14.625rem;font-size:2.125rem;display:block; }
 }