.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e01783;background-image:url("https://images.assets-landingi.com/uc/25090cb5-de79-43c4-bce3-394c7cd29985/SmallStudent4.gif");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:roboto;font-size:12rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:5.0625rem;left:0rem;height:12rem;font-style:normal;display:block; }
#m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { color:#f5eb00;display:block;width:11.75rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:23.25rem;height:2.2749rem;font-style:normal;display:block; }
#Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { color:#ffffff;display:block;width:34.1235625rem;position:absolute;font-family:roboto;font-size:13.3125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:14.375rem;left:0rem;height:13.3125rem;font-style:normal;display:block; }
#CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:roboto;font-size:3.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.75rem;left:0.5625rem;height:5.0371125rem;font-style:normal;display:block; }
#cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:26.3125rem;left:30.43798828125rem;overflow:hidden;display:block; }
#zEkyVr3wDwTGLSEs9Jx5uzSSbyf8uB9x { color:#f5eb00;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:8.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.75rem;height:10.6435625rem;font-style:normal;display:block; }
#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { background-color: transparent; background-image: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container > .video-iframe-container { display: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container { display: none; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .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); }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { border-width: 0; border-radius: 0; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row > .video-iframe-container {  }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { color:#0e65e5;display:block;width:23.875rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:7.875rem;left:0rem;height:6.32425rem;font-style:normal;display:block; }
#J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { color:#283031;display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:4.38720625rem;font-style:normal;display:block; }
#nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { color:#283031;display:block;width:23.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.6416015625rem;left:0rem;height:7.312rem;font-style:normal;display:block; }
#zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:30.0625rem;top:5rem;left:30.001068376068rem;overflow:hidden;display:block; }
#MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:13.4375rem;top:7.5rem;left:33.767857142857rem;overflow:hidden;display:block; }
#zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { color:#283031;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:22.6416015625rem;left:49.5rem;height:18.195275rem;font-style:normal;display:block; }
#ordnF4eALckd3NWmRezsUBd0EsmFyaFv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:18rem;top:26.25rem;left:30rem;overflow:hidden;display:block; }
#d7fkt0ON1w2XITX14aAHEFCRu8IhzM7E { background-color:#0e65e5;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.74) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.45263671875rem;left:0rem;display:block; }
#S5Rol8zO0d73OTAeEO9Wel3PmpIx09HC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USUE97EWURbwkokBIHtWMkb2TNt65lzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;background-image:none;position:relative;display:block; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container { background-color: transparent; background-image: none; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container > .video-iframe-container { display: none; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row > .video-iframe-container { display: none; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .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); }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container { border-width: 0; border-radius: 0; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row > .video-iframe-container {  }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#LOqrQd8JtA1AemkPz2A540s6RZXyATWA { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.84326171875rem;left:0rem;height:9.4863125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OXdg3CBiPDiZzwbXTMdpQnmcGuP2wo4n { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:16.0625rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#EbdpDqRCIGKMq6HPtvHNode2a8BLg0vC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:5.625rem;left:21rem;overflow:hidden;display:block; }
#IuwTVpP5sM8EMDJVKb5e9KwhoANqAEKS { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:23.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hQxG7EU9teEgtWX9UPH1NVNmTzuuT0A1 { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.6875rem;left:23.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yu7azLNaTviW6xJ4PTGpNXrwSvDHaRJV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:13.75rem;left:21rem;overflow:hidden;display:block; }
#M4qzO9r2k19llatEdPx0ktvwKMABZmlK { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.875rem;left:23.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ApmlJpeGb0guXm8vZmKL9AcDvNVxZqLM { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.875rem;left:23.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q61L7KEkysqJ86QT8l5FLtTenko920Nn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:21.9375rem;left:21rem;overflow:hidden;display:block; }
#VrWIKTg7d4exRg8FcHJKZfeqZkEolCBE { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:22.0625rem;left:23.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s0cxGPoeTDNhg8avnn66mVd3sVUE4xBN { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.0625rem;left:23.5rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bAhSuluTCh2XfkHfTbxMRVVfT9lUuJn6 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9375rem;left:44.375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FyhsifdSLeLtDwbDFQNrAiHqr5Mu3Pex { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.9375rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I4wfzGD51Tt4tpbg3eFLdMaq9d3BK80k { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.125rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dTeFHc8q9TghuBEPIxHbzlLgi1TNtl5F { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:5.8125rem;left:41.875rem;overflow:hidden;display:block; }
#AUmWnVDeVFuGlJ3roHs3uW8SHH7O4I9p { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:14rem;left:41.875rem;overflow:hidden;display:block; }
#uJrAGV9XMAyx7RoE9OSSap6avCu7ulUT { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.125rem;left:44.375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pqMPt9BydrzJ0FLyfTNPNJt8bIEcGsE6 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:22.1875rem;left:41.875rem;overflow:hidden;display:block; }
#HLendFJ8Qckpil0m6Qu2ZwfTCra2ebmq { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.3125rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DC8HGTxEzblNB2wRHwWxLbvQToXibgNd { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.3125rem;left:44.375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vLGo1nEISiR1snUhpDINp3TTkaR4CNTo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.8125rem;top:30.125rem;left:21rem;overflow:hidden;display:block; }
#Q2NnOnTRvspTisOEELfNqgluJqlye4rL { color:#f5eb00;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:30.25rem;left:23.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SZ4KDWIXQ92zXQaNXufX2QI0w3SU1bPT { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:33.25rem;left:23.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DCiE3Xd4Za26wsE5oeDy0U0x3WpmwzZC { background-color:#0e65e5;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.74) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.375rem;left:43.125rem;display:block; }
#aiKWc43f3VzqgvUmS1BFUhRBcPELhz92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtaIVbS7X2EhhIlcVuuGZ3TXVAc0BC9H { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:15.32861328125rem;left:0rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lLm0feeoww5T33wKSbcSiPMiRV6bV422 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef6c8cce-e6a1-4f4c-ac9f-40bd3f63833f/Grid1stroke_googleslides01_25TRANS.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422.adaptive-delivery-prevent-bg, #lLm0feeoww5T33wKSbcSiPMiRV6bV422.lazyload, #lLm0feeoww5T33wKSbcSiPMiRV6bV422.lazyloading { background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { background-color: transparent; background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .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); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { border-width: 0; border-radius: 0; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container {  }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { color:#283031;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.4287109375rem;left:0rem;height:7.312rem;font-style:normal;display:block; }
#DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:29.875rem;top:9.375rem;left:30.125rem;display:block; }
#kGdp5PFfaHXSxTmpgQTWRbhlyTuigwXh { color:#0e65e5;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:4.9375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:4.68603515625rem;left:0rem;height:5.43115rem;font-style:normal;display:block; }
#HmJvq9XXAUrO2RAKwaHJy6XLynrdb3vk { background-color:#0e65e5;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.74) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.30224609375rem;left:0rem;display:block; }
#GmatxFCxoaEVuqJ6V0IuG4KB3wZIgeeo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7GC7owPOghWf5s9PGmOGbQoWR2DSMMr { color:#0e65e5;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:10.1162109375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#yGmTvzFuea6ZX9Bvu8LqnfvMLCyqCNBc { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);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:5.375rem;width:60rem;top:1.5rem;left:0rem;display:block; }
#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;background-image:none;position:relative;display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { background-color: transparent; background-image: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .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); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { border-width: 0; border-radius: 0; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container {  }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { font-size:0.875rem;font-family:arial;height:85.9375rem;width:60rem;position:relative;display:block; }#c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:5rem;left:5.09375rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.0625rem;width:44.9375rem;top:14.431640625rem;left:7.4326979905438rem;display:block; }
#gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { color:#ffffff;display:block;width:45rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:40.744140625rem;left:7.4326171875rem;height:3.75rem;display:block; }
#F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:49.5rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { position:absolute;display:block;z-index:15021;background-color:#f5eb00;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:2.5rem;width:2.5rem;top:50.3125rem;left:33.6875rem;display:block; }
#w3lhJp20aVDIRcycAQfMhlVwElGAr71l { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:50rem;left:37.4375rem;height:2.92480625rem;font-style:normal;display:block; }
#czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { position:absolute;display:block;z-index:15022;background-color:#f5eb00;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:3.75rem;width:26.3125rem;top:54.25rem;left:33.6875rem;display:block; }
#ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { color:#00aeef;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:55.375rem;left:33.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { color:#00aeef;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:50.34375rem;left:33.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLHH549g43gqh9cdCW16TkF3kNLawSTa { position:absolute;display:block;z-index:15024;background-color:#f5eb00;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:2.5rem;width:2.5rem;top:61.875rem;left:33.75rem;display:block; }
#wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { color:#00aeef;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:61.90625rem;left:33.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:61.75rem;left:37.625rem;height:2.92480625rem;font-style:normal;display:block; }
#NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { position:absolute;display:block;z-index:15023;background-color:#f5eb00;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:3.75rem;width:26.25rem;top:65.625rem;left:33.75rem;display:block; }
#qyguVvNB9UhRklemmnK27ytTrsob0Fuk { color:#00aeef;display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:66.75rem;left:33.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { position:absolute;display:block;z-index:15022;background-color:#f5eb00;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:2.5rem;width:2.5rem;top:73.375rem;left:33.5rem;display:block; }
#ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { color:#00aeef;display:block;width:2.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:73.40625rem;left:33.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:73.125rem;left:37.0625rem;height:2.69921875rem;font-style:normal;display:block; }
#OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { position:absolute;display:block;z-index:15024;background-color:#f5eb00;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:3.75rem;width:26.25rem;top:77.125rem;left:33.6875rem;display:block; }
#g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { color:#00aeef;display:block;width:15.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:77.650390625rem;left:39.0625rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:17.5rem;top:56.25rem;left:0rem;overflow:hidden;display:block; }
#zUcssDUn0625zhZukutKymbu02T9WDo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef6c8cce-e6a1-4f4c-ac9f-40bd3f63833f/Grid1stroke_googleslides01_25TRANS.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6.adaptive-delivery-prevent-bg, #zUcssDUn0625zhZukutKymbu02T9WDo6.lazyload, #zUcssDUn0625zhZukutKymbu02T9WDo6.lazyloading { background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { background-color: transparent; background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .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); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { border-width: 0; border-radius: 0; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container {  }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { color:#0e65e5;display:block;width:19.75rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5rem;left:0rem;height:12.6484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { color:#283031;display:block;width:24.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:20.1484375rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { color:#283031;display:block;width:25.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:30.375rem;left:33.625rem;height:2.92480625rem;font-style:normal;display:block; }
#cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { position:absolute;display:block;z-index:15030;background-color:#e01783;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:2.5625rem;width:8.125rem;top:26.5625rem;left:33.625rem;display:block; }
#gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:27.1875rem;left:34.5rem;height:1.29980625rem;font-style:normal;display:block; }
#oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { color:#283031;display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.9248046875rem;left:33.625rem;height:2.92480625rem;font-style:normal;display:block; }
#EvJGyptmA6TmsuOoJB1I2a9FE9cHKxpx { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:26.25rem;top:5rem;left:33.656146179402rem;overflow:hidden;display:block; }
#QhIwSRtdEyahEoCHxqEXKTZuirWRRVOv { color:#283031;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:34.9248046875rem;left:0rem;height:5.0625rem;display:block; }
#EOMOGEBKtgtQirCEgVvhtPpMQoukxbaV { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);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:5rem;width:30rem;top:38.7998046875rem;left:30rem;display:block; }
#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e01783;background-image:none;position:relative;display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { background-color: transparent; background-image: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container > .video-iframe-container { display: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container { display: none; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .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); }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { border-width: 0; border-radius: 0; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row > .video-iframe-container {  }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:14.5rem;top:11.375rem;left:44.3125rem;overflow:hidden;display:block; }
#R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { color:#e01783;display:block;width:12.312rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;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; }
#cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { color:#e01783;display:block;width:12.6245rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:16.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { color:#e01783;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.8125rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { color:#e01783;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.8125rem;left:46.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CK73naZlRETrieLkbzLm8UewfpVl5qEE { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0rem;height:0;display:block; }
#ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.435546875rem;left:1.375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.435546875rem;left:16.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.43505859375rem;left:31.4375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:27.435546875rem;left:45.75rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4995rem;width:12.437rem;top:11.75rem;left:31.3125rem;overflow:hidden;display:block; }
#TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:10.3125rem;top:10.6875rem;left:17.34375rem;overflow:hidden;display:block; }
#P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5623125rem;width:14.5623125rem;top:7.625rem;left:0.375rem;overflow:hidden;display:block; }
#hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { position:absolute;display:block;z-index:15001;background-color:#f5eb00;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:4.0625rem;width:12.5rem;top:22.1875rem;left:31.3125rem;display:block; }
#Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { position:absolute;display:block;z-index:15002;background-color:#f5eb00;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:4.0625rem;width:12.5rem;top:22.1875rem;left:16.25rem;display:block; }
#ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { position:absolute;display:block;z-index:14998;background-color:#f5eb00;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:4.0625rem;width:12.5rem;top:22.1875rem;left:1.3125rem;display:block; }
#cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { position:absolute;display:block;z-index:15002;background-color:#f5eb00;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:4.0625rem;width:12.5rem;top:22.1875rem;left:46.25rem;display:block; }
#ilzSefE4KoKa4B9mDqJkNoMbcI1CEuGU { color:#e01783;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5625rem;left:1.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJHMc6NPL5z3xnPqwfFRJUid0Vns1RBa { color:#e01783;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.5625rem;left:16.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZ3r5GbfW35R8KtyFZCxvk9S3eLe7b23 { color:#e01783;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5625rem;left:31.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CgxnnOVCcCfFITbu6hiDeVTybwhCW5KX { color:#e01783;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.5625rem;left:46.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;background-image:none;position:relative;display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { background-color: transparent; background-image: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container > .video-iframe-container { display: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container { display: none; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .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); }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { border-width: 0; border-radius: 0; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row > .video-iframe-container {  }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#bNFPyTcy4BOadTQLi9M1miANotayVNVp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5rem;left:0rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ei199JaAcpqKaoT5ZHPGtgBLr59MTRri { background-color:#0e65e5;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.74) ;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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.8125rem;left:21.43603515625rem;display:block; }
#nbwcMtt3iQJatK0gsp78PIRQWvv3VMfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOCFdHksPHgukJd5gWLs8g6yTyuJ4HDl { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:10.24951171875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { top:5.0625rem;left:0rem;width:24.5625rem;height:12rem;font-size:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { top:6.1875rem;left:17.125rem;width:11.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { top:14.375rem;left:0rem;width:34.0625rem;height:13.3125rem;font-size:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { top:25.75rem;left:0rem;width:37.75rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { top:26.3125rem;left:24.31298828125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkyVr3wDwTGLSEs9Jx5uzSSbyf8uB9x { top:6.75rem;left:16.625rem;width:13.25rem;height:10.625rem;font-size:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { top:7.875rem;left:0rem;width:23.875rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { top:16.75rem;left:0rem;width:23.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { top:22.625rem;left:0rem;width:23.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { top:5rem;left:17.6875rem;width:30.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { top:7.5rem;left:27.642857142857rem;width:13.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { top:22.625rem;left:35.1875rem;width:10.5rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordnF4eALckd3NWmRezsUBd0EsmFyaFv { top:26.25rem;left:23.875rem;width:18rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fkt0ON1w2XITX14aAHEFCRu8IhzM7E { width:15.625rem;height:3.125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Rol8zO0d73OTAeEO9Wel3PmpIx09HC { display:block; }
 }@media only screen and (max-width: 763px) { #USUE97EWURbwkokBIHtWMkb2TNt65lzz { display:block; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOqrQd8JtA1AemkPz2A540s6RZXyATWA { width:18.3125rem;height:;top:5.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXdg3CBiPDiZzwbXTMdpQnmcGuP2wo4n { width:16.0625rem;height:15.1875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbdpDqRCIGKMq6HPtvHNode2a8BLg0vC { width:1.8125rem;height:1.875rem;top:5.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwTVpP5sM8EMDJVKb5e9KwhoANqAEKS { width:13.625rem;height:2.625rem;top:8.6875rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQxG7EU9teEgtWX9UPH1NVNmTzuuT0A1 { width:15.625rem;height:1.6875rem;top:5.6875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7azLNaTviW6xJ4PTGpNXrwSvDHaRJV { width:1.8125rem;height:1.875rem;top:13.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qzO9r2k19llatEdPx0ktvwKMABZmlK { width:15.625rem;height:1.6875rem;top:13.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApmlJpeGb0guXm8vZmKL9AcDvNVxZqLM { width:16.5625rem;height:2.625rem;top:16.875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q61L7KEkysqJ86QT8l5FLtTenko920Nn { width:1.8125rem;height:1.875rem;top:21.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWIKTg7d4exRg8FcHJKZfeqZkEolCBE { width:15.625rem;height:1.6875rem;top:22.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0cxGPoeTDNhg8avnn66mVd3sVUE4xBN { width:16.5625rem;height:1.3125rem;top:25.0625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAhSuluTCh2XfkHfTbxMRVVfT9lUuJn6 { width:14.9375rem;height:2.625rem;top:8.9375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhsifdSLeLtDwbDFQNrAiHqr5Mu3Pex { width:15.625rem;height:1.6875rem;top:5.9375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4wfzGD51Tt4tpbg3eFLdMaq9d3BK80k { width:15.625rem;height:1.6875rem;top:14.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTeFHc8q9TghuBEPIxHbzlLgi1TNtl5F { width:1.8125rem;height:1.875rem;top:5.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUmWnVDeVFuGlJ3roHs3uW8SHH7O4I9p { width:1.8125rem;height:1.875rem;top:14rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJrAGV9XMAyx7RoE9OSSap6avCu7ulUT { width:14.625rem;height:2.625rem;top:17.125rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMPt9BydrzJ0FLyfTNPNJt8bIEcGsE6 { width:1.8125rem;height:1.875rem;top:22.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLendFJ8Qckpil0m6Qu2ZwfTCra2ebmq { width:15.625rem;height:1.6875rem;top:22.3125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8HGTxEzblNB2wRHwWxLbvQToXibgNd { width:14.0625rem;height:1.3125rem;top:25.3125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLGo1nEISiR1snUhpDINp3TTkaR4CNTo { width:1.8125rem;height:1.875rem;top:30.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NnOnTRvspTisOEELfNqgluJqlye4rL { width:15.625rem;height:1.6875rem;top:30.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ4KDWIXQ92zXQaNXufX2QI0w3SU1bPT { width:16.5625rem;height:2.625rem;top:33.25rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCiE3Xd4Za26wsE5oeDy0U0x3WpmwzZC { width:15.625rem;height:3.125rem;top:30.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiKWc43f3VzqgvUmS1BFUhRBcPELhz92 { display:block; }
 }@media only screen and (max-width: 763px) { #MtaIVbS7X2EhhIlcVuuGZ3TXVAc0BC9H { width:18.3125rem;height:2.0625rem;top:15.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLm0feeoww5T33wKSbcSiPMiRV6bV422 { display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { top:16.375rem;left:0rem;width:25.5625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { top:9.375rem;left:17.875rem;width:29.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdp5PFfaHXSxTmpgQTWRbhlyTuigwXh { top:4.625rem;left:0rem;width:14.5625rem;height:5.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJvq9XXAUrO2RAKwaHJy6XLynrdb3vk { width:15.625rem;height:3.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmatxFCxoaEVuqJ6V0IuG4KB3wZIgeeo { display:block; }
 }@media only screen and (max-width: 763px) { #S7GC7owPOghWf5s9PGmOGbQoWR2DSMMr { top:10.0625rem;left:0rem;width:15.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGmTvzFuea6ZX9Bvu8LqnfvMLCyqCNBc { top:1.5rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { top:5rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { top:14.375rem;left:0.25rem;width:44.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { top:40.6875rem;left:1.3076171875rem;width:45rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { top:49.5rem;left:0rem;width:26.25rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { top:50.3125rem;left:27.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lhJp20aVDIRcycAQfMhlVwElGAr71l { top:50rem;left:25.1875rem;width:22.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { top:54.25rem;left:21.4375rem;width:26.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { top:55.375rem;left:21.375rem;width:26.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { top:50.3125rem;left:27.5625rem;width:2.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLHH549g43gqh9cdCW16TkF3kNLawSTa { top:61.875rem;left:27.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { top:61.875rem;left:27.5625rem;width:2.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { top:61.75rem;left:25.375rem;width:22.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { top:65.625rem;left:21.5rem;width:26.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyguVvNB9UhRklemmnK27ytTrsob0Fuk { top:66.75rem;left:21.4375rem;width:26.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { top:73.375rem;left:27.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { top:73.375rem;left:27.5rem;width:2.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { top:73.125rem;left:24.875rem;width:22.875rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { top:77.125rem;left:21.5rem;width:26.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { top:77.625rem;left:32.1875rem;width:15.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { top:56.25rem;left:0rem;width:17.5rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUcssDUn0625zhZukutKymbu02T9WDo6 { display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { top:5rem;left:0rem;width:19.75rem;height:12.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { top:20.125rem;left:0rem;width:24.1875rem;height:13.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { top:30.375rem;left:22.625rem;width:25.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { top:26.5625rem;left:27.5rem;width:8.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { top:27.1875rem;left:28.375rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { top:34.875rem;left:25.5rem;width:22.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJGyptmA6TmsuOoJB1I2a9FE9cHKxpx { top:5rem;left:21.5rem;width:26.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhIwSRtdEyahEoCHxqEXKTZuirWRRVOv { top:34.875rem;left:0rem;width:25.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMOGEBKtgtQirCEgVvhtPpMQoukxbaV { top:38.75rem;left:17.75rem;width:30rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { top:11.375rem;left:21.3125rem;width:14.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { top:22.75rem;left:0rem;width:12.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { top:22.8125rem;left:11.3125rem;width:12.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { top:22.8125rem;left:23.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { top:22.8125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { top:5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK73naZlRETrieLkbzLm8UewfpVl5qEE { top:24.1875rem;left:0rem;width:14.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { top:27.375rem;left:0rem;width:12.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { top:27.375rem;left:11.375rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { top:27.375rem;left:23.6875rem;width:12.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { top:27.375rem;left:34.25rem;width:13.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { top:11.75rem;left:23.4375rem;width:12.375rem;height:10.447081172356rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { top:10.6875rem;left:12.75rem;width:10.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { top:7.625rem;left:0rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { top:22.1875rem;left:23.375rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { top:22.1875rem;left:11.375rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { top:22.1875rem;left:0rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { top:22.1875rem;left:35.25rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzSefE4KoKa4B9mDqJkNoMbcI1CEuGU { top:24.5625rem;left:0rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHMc6NPL5z3xnPqwfFRJUid0Vns1RBa { top:24.5625rem;left:11.25rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ3r5GbfW35R8KtyFZCxvk9S3eLe7b23 { top:24.5625rem;left:23.1875rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxnnOVCcCfFITbu6hiDeVTybwhCW5KX { top:24.5625rem;left:35.125rem;width:12.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNFPyTcy4BOadTQLi9M1miANotayVNVp { top:5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei199JaAcpqKaoT5ZHPGtgBLr59MTRri { width:15.625rem;height:3.125rem;top:14.8125rem;left:15.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwcMtt3iQJatK0gsp78PIRQWvv3VMfT { display:block; }
 }@media only screen and (max-width: 763px) { #yOCFdHksPHgukJd5gWLs8g6yTyuJ4HDl { top:10.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:369.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCxoVsBF0samwT0htgOsDSH8GpQt3kPz { width:15.0625rem;height:6.75rem;top:1.25rem;left:2.375rem;font-size:6.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5nmZtXVhwkHnlXWPaRI6lqgLCD8nBpG { width:12.6875rem;height:0.89355625rem;top:8.76953125rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cfe45Osm4IBQHkoSop7vCu0Sxgzd6ndD { width:15rem;height:4.75rem;top:8.875rem;left:2.5rem;font-size:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFUBsntaVgdIscNZmoRSsATOLGyb3rZv { width:15.1875rem;height:8.9375rem;top:13.3125rem;left:2.3125rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpmUzOdQOdVcbmLS5SeX0eOaD0uhl1s9 { width:2.5625rem;height:2.5625rem;top:17.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkyVr3wDwTGLSEs9Jx5uzSSbyf8uB9x { width:13.25rem;height:2.5996125rem;top:23.5rem;left:3.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE { display:block; }#RxOVRRDF3e6D1sDtiXPxPXStiKvgEcwE > .row .container { width:20rem;height:129.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsycZI6Hn7v7TaBz576aZiwLwUs2w1q9 { width:18.8125rem;height:3.8496125rem;top:2.3125rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54nXugDuepfxTX3tOP0Jp87lZqmtKoT { width:17.4375rem;height:5.19921875rem;top:7.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV5Z5c8Lh8AFMLB5ESTC3EWxe0H7CXUF { width:17.5625rem;height:7.7988125rem;top:13.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbUgeJ89549XaCiFhHQz8Lss1n5Nt01g { width:20rem;height:11.3764375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiZqnHPBaAcGWCEA2L7D3JModFs2ypRS { width:9.125rem;height:21.1875rem;top:23.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwUZ2SXK5UpATIEoiIwa0OTVtsiggc68 { width:12.5625rem;height:0;top:97.2753625rem;left:3.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ordnF4eALckd3NWmRezsUBd0EsmFyaFv { width:13.0625rem;height:8.3125rem;top:35.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7fkt0ON1w2XITX14aAHEFCRu8IhzM7E { width:17.4375rem;height:3.125rem;top:44.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Rol8zO0d73OTAeEO9Wel3PmpIx09HC { display:block; }
 }@media only screen and (max-width: 763px) { #USUE97EWURbwkokBIHtWMkb2TNt65lzz { display:block; }#USUE97EWURbwkokBIHtWMkb2TNt65lzz > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOqrQd8JtA1AemkPz2A540s6RZXyATWA { width:14.625rem;height:0;top:7.0625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXdg3CBiPDiZzwbXTMdpQnmcGuP2wo4n { width:16.0625rem;height:16.125rem;top:13rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbdpDqRCIGKMq6HPtvHNode2a8BLg0vC { width:1.8125rem;height:1.875rem;top:35.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwTVpP5sM8EMDJVKb5e9KwhoANqAEKS { width:16.5625rem;height:2.625rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQxG7EU9teEgtWX9UPH1NVNmTzuuT0A1 { width:15.625rem;height:0;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yu7azLNaTviW6xJ4PTGpNXrwSvDHaRJV { width:1.8125rem;height:1.875rem;top:45.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4qzO9r2k19llatEdPx0ktvwKMABZmlK { width:15.625rem;height:0;top:48.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApmlJpeGb0guXm8vZmKL9AcDvNVxZqLM { width:16.5625rem;height:0;top:51.3125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q61L7KEkysqJ86QT8l5FLtTenko920Nn { width:1.8125rem;height:1.875rem;top:55.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWIKTg7d4exRg8FcHJKZfeqZkEolCBE { width:15.625rem;height:0;top:58.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0cxGPoeTDNhg8avnn66mVd3sVUE4xBN { width:16.5625rem;height:2.625rem;top:61.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAhSuluTCh2XfkHfTbxMRVVfT9lUuJn6 { width:16.5625rem;height:2.625rem;top:71.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyhsifdSLeLtDwbDFQNrAiHqr5Mu3Pex { width:15.625rem;height:0;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4wfzGD51Tt4tpbg3eFLdMaq9d3BK80k { width:15.625rem;height:0;top:78.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTeFHc8q9TghuBEPIxHbzlLgi1TNtl5F { width:1.8125rem;height:1.875rem;top:65.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUmWnVDeVFuGlJ3roHs3uW8SHH7O4I9p { width:1.8125rem;height:1.875rem;top:75.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJrAGV9XMAyx7RoE9OSSap6avCu7ulUT { width:16.5625rem;height:0;top:81.125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqMPt9BydrzJ0FLyfTNPNJt8bIEcGsE6 { width:1.8125rem;height:1.875rem;top:85rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLendFJ8Qckpil0m6Qu2ZwfTCra2ebmq { width:15.625rem;height:0;top:88.125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC8HGTxEzblNB2wRHwWxLbvQToXibgNd { width:16.5625rem;height:2.625rem;top:91.0625rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLGo1nEISiR1snUhpDINp3TTkaR4CNTo { width:1.8125rem;height:1.875rem;top:98.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NnOnTRvspTisOEELfNqgluJqlye4rL { width:15.625rem;height:0;top:101.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ4KDWIXQ92zXQaNXufX2QI0w3SU1bPT { width:16.5625rem;height:0;top:104.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCiE3Xd4Za26wsE5oeDy0U0x3WpmwzZC { width:15.625rem;height:3.125rem;top:80.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiKWc43f3VzqgvUmS1BFUhRBcPELhz92 { display:block; }
 }@media only screen and (max-width: 763px) { #MtaIVbS7X2EhhIlcVuuGZ3TXVAc0BC9H { width:18.3125rem;height:0;top:94.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLm0feeoww5T33wKSbcSiPMiRV6bV422 { background-color:#ffffff;background-image:none;display:block; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { background-color: transparent; background-image: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row > .video-iframe-container { display: none; }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .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); }#lLm0feeoww5T33wKSbcSiPMiRV6bV422 > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aW1dtTaWaZqvshCVOdtcd0TuJEhWRtDb { width:17.5625rem;height:7.7988125rem;top:18.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV4UZ2NeJo3FVbTtZdJaXfnfGiKtdUxk { height:11.0810625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdp5PFfaHXSxTmpgQTWRbhlyTuigwXh { width:14.5625rem;height:2.19970625rem;top:27.7983125rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmJvq9XXAUrO2RAKwaHJy6XLynrdb3vk { width:15.625rem;height:3.125rem;top:31.24753125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmatxFCxoaEVuqJ6V0IuG4KB3wZIgeeo { display:block; }
 }@media only screen and (max-width: 763px) { #S7GC7owPOghWf5s9PGmOGbQoWR2DSMMr { width:15.3125rem;height:0;top:42.24753125rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGmTvzFuea6ZX9Bvu8LqnfvMLCyqCNBc { width:20rem;height:5.375rem;top:35.62253125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URsALnMgM5qIKrQT6uVTdTD4aotGQFSG { background-color:#00aeef;background-image:none;display:block; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { background-color: transparent; background-image: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row > .video-iframe-container { display: none; }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .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); }#URsALnMgM5qIKrQT6uVTdTD4aotGQFSG > .row .container { width:20rem;height:139.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1RzKTDo6xrzfZREQNv2HDpEvxF27FuT { width:17.5rem;height:5.7744125rem;top:2.375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsqC0o63Ui5bSyFmffIuBOSrqJzdf8hX { height:11.2109375rem;width:20rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdWytgeSyNokmAPNtiTzDESIuF1UcpEy { width:16.9375rem;height:9.375rem;top:22.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zkMhEC0HTzIdIPTLBkyv0KDp395HlF { width:17.1875rem;height:5.7744125rem;top:32.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8CJQe2Af8XBZMAkgJiZin0DyeeEruKZ { width:2.4375rem;height:2.4375rem;top:40rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lhJp20aVDIRcycAQfMhlVwElGAr71l { width:17.75rem;height:2.3994125rem;top:42.97607421875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #czwi3z6xxtVkxVNi6r9yNa75wzf1bW5q { width:15.125rem;height:3.75rem;top:46.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsTTIrXTLpmrT7FG4ClmReToG4L68URE { width:20rem;height:1.29980625rem;top:47.4501953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6VUZFgmBIFoQN7lciXQG0txflvFBn53 { width:2.5rem;height:1.94970625rem;top:40.3125rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLHH549g43gqh9cdCW16TkF3kNLawSTa { width:2.5rem;height:2.5rem;top:51.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkSQl7vDmHRHMerqZKZXp0FtoTpVaoSm { width:2.5rem;height:1.94970625rem;top:51.5625rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADLXiMe32t35Mtr4kv2ucamXSWr8KVo { width:17.625rem;height:2.3994125rem;top:54.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMzhmy6lKmum6x7npXhg9lRzllr8bL7H { width:15.1875rem;height:3.75rem;top:57.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyguVvNB9UhRklemmnK27ytTrsob0Fuk { width:12.6875rem;height:2.5996125rem;top:58.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meO70K8qUyNnPsmDMy8BwE5u35EgR67Q { width:2.5rem;height:2.5rem;top:62.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttqJB0HJqMg5sqr0SCtW8ryOdRF7Lck3 { width:2.5rem;height:1.94970625rem;top:62.8125rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeW4xbpKh0Mcg59iOmDkGfqR0N8ZCSCU { width:20rem;height:2.3994125rem;top:65.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtXAJ7bKmPAVkWtsQB8pLtDMWPRTDsRW { width:15.125rem;height:3.75rem;top:68.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1TAwIoB57SZEUKoT6ZHwdC8CTJ0hdWT { width:17.625rem;height:2.19921875rem;top:69.6875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWULTmd9zGlIfF75HTRfoT6Ru0xmKXTS { width:12.5625rem;height:17.5625rem;top:51.7841875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUcssDUn0625zhZukutKymbu02T9WDo6 { background-color:#ffffff;background-image:none;display:block; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { background-color: transparent; background-image: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row > .video-iframe-container { display: none; }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .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); }#zUcssDUn0625zhZukutKymbu02T9WDo6 > .row .container { width:20rem;height:141.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W40MB3bQtfqW3AhM2JSNRDSPdxyhgoJv { width:17.5625rem;height:5.7744125rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivO89hWIxv3Q8ksmTUt8iPvKUSSKDM8 { width:17.5625rem;height:13.6479375rem;top:52.4375rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrry5bdCtwER3hMQC1FTrExmJNrHUMi4 { width:17.625rem;height:3.8994125rem;top:13.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHm38Sk8Pr85KAK8nnQekn1fIcCFKt9P { width:8.125rem;height:2.5625rem;top:28.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJM5HC4SGMlsHlTdHlXXVJd1FhoNvGDl { width:6.5625rem;height:1.29980625rem;top:29.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiEVxlvCw4HNTGrS3IBZCtLLopg97mwi { width:17.5rem;height:2.5996125rem;top:32.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJGyptmA6TmsuOoJB1I2a9FE9cHKxpx { width:20rem;height:14.644351464435rem;top:68.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhIwSRtdEyahEoCHxqEXKTZuirWRRVOv { width:20rem;height:0;top:84.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOMOGEBKtgtQirCEgVvhtPpMQoukxbaV { width:20rem;height:5rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT { display:block; }#dEA8XpNDSPzpEEvxJZlSs1PcGFSdVRTT > .row .container { width:20rem;height:131.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSNknyeqMKTQXxpdKEAc7WAIxahzoVbo { width:11.625rem;height:8.9375rem;top:50.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3hC2xanR7VeSs1SKFq3N8qzJIfD4VRq { width:14.9375rem;height:1.70605625rem;top:16.3125rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZuOTJBcMxrGeJRFRcd2z679tHhfw8gW { width:14.9375rem;height:1.70605625rem;top:32.03125rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqqT7Va94FfePNcT2W0n3fGifRHi1OKV { width:15.125rem;height:1.70605625rem;top:45.375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdt9PcReu0eFBD5rFxhLcRPpFiuqft21 { width:15.0625rem;height:1.70605625rem;top:59.5625rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP0ZlbCZAPcvrcEtNHKk3Ln9EVOWa7WP { width:17.5rem;height:3.5rem;top:2.5625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK73naZlRETrieLkbzLm8UewfpVl5qEE { width:14.875rem;height:0;top:17.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbE2yUNFtJT9EmEHXsVq5rmD4ZMkZMT1 { width:14.9375rem;height:0;top:24.625rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHJEQV2R5rrT8GUdpI9HGxPiEzaT0Pkp { width:14.9375rem;height:0;top:54.94238125rem;left:2.5rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TJOTInULFNJQVRMqEhf5HR9TTHrhwS2f { width:14.9375rem;height:0;top:89.60449375rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbR2uGiTB86EI1lCJ5oEmDAy102d7XMI { width:14.9375rem;height:0;top:100.87841875rem;left:2.5rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ERHQp01KIl2cwZuEAhMN5IcaWHD20NSw { width:9.9375rem;height:8.375rem;top:36.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWuxadCyg1PZLdxZgTDT1sOcIJNSCV1 { width:8.3125rem;height:10.125rem;top:21.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EGF6UDHZ4gT7HooQk63MITvKqX6795 { width:10.4375rem;height:10.4375rem;top:5.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCulVTiTCfKwOasrfpkTZgGMTs6EOcN { width:15.125rem;height:3.8125rem;top:44.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2AmOzmdZ0vKBWSyEhCkKDDvmhpCDn6 { width:14.9375rem;height:3.8125rem;top:31.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipmImJP1HZpvgEKXG0tzgmVhIaatNACR { width:14.9375rem;height:3.9375rem;top:15.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvHEyKFWTGFyJDqLU2MwqSsHHMqdRf4x { width:15rem;height:3.8125rem;top:58.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzSefE4KoKa4B9mDqJkNoMbcI1CEuGU { width:12.625rem;height:0;top:64rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJHMc6NPL5z3xnPqwfFRJUid0Vns1RBa { width:12.625rem;height:0;top:66.38671875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ3r5GbfW35R8KtyFZCxvk9S3eLe7b23 { width:12.625rem;height:0;top:68.7734375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxnnOVCcCfFITbu6hiDeVTybwhCW5KX { width:12.625rem;height:0;top:71.16015625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT { display:block; }#Lu7VZu52i5N83hIE8VyZxrNJ9KL1KchT > .row .container { width:20rem;height:137.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNFPyTcy4BOadTQLi9M1miANotayVNVp { width:17.4375rem;height:5.25rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei199JaAcpqKaoT5ZHPGtgBLr59MTRri { width:15.625rem;height:3.125rem;top:12.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbwcMtt3iQJatK0gsp78PIRQWvv3VMfT { display:block; }
 }@media only screen and (max-width: 763px) { #yOCFdHksPHgukJd5gWLs8g6yTyuJ4HDl { width:20rem;height:0;top:8.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }