.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/SYMkqAQ5/fondo_rutina_del_bienestar.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(95,87,87,0.8); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(95,87,87,0.8); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .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); }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container { background-color: transparent; background-image: none; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container > .video-iframe-container { display: none; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row > .video-iframe-container { display: none; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .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); }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container { border-width: 0; border-radius: 0; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#HwuBRQvTtHIGPr9yTBLSdXuOqaiPZO00 { color:#3f3c3c;display:block;width:9.125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:0.5rem;left:49.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k8nmHxDzhx93r0TGLwW6zSBsorplOyNI { box-sizing:content-box;color:#12a200;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:0.375rem;left:47.6875rem;display:block; }
#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/SYMkqAQ5/fondo_rutina_del_bienestar.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyloading { background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { border-width: 0; border-radius: 0; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:60rem;height:43.75rem;font-size:0.875rem;font-family:raleway;position:relative;display:block; }#B4pemzCkqoorwOMAFEUZ2zbFBI5rzEgJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:9.6875rem;top:29.53125rem;left:13.25rem;overflow:hidden;display:block; }
#aXK2K7usPaL97TCo862e8MurCFkQMiv9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.3125rem;top:32.8125rem;left:4.5rem;overflow:hidden;display:block; }
#QrSBJmLy4m8TpZOssog5To5FT8KBuxCy { color:#3f3c3c;display:block;width:30.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:15.375rem;left:0rem;height:9.66875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBEMxoPMLTGV0D90Px6Q5QTmC2C2D6n7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:6.4375rem;top:30.4375rem;left:44.5rem;overflow:hidden;display:none; }
#ToFCy2TS5weChTKwdgS37vK08Ze4ZvfH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:30.375rem;left:52.625rem;overflow:hidden;display:none; }
#LwVUaMUU6sVrGevgoTSc9kfeHs6oMApz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00bae5;border-left:0.0625rem solid #00bae5;border-right:0.0625rem solid #00bae5;border-bottom:0.0625rem solid #00bae5;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-sizing:border-box;color:#00bae5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:26.375rem;left:8.0625rem;display:block; }
#voHFsef6LkyxUxAa4wnkILLbckuwPhnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5NEF1zhCaNm6TgxuO5cLhGAUQqFUlz5 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:26.375rem;top:1rem;left:1.84375rem;overflow:hidden;display:block; }
#UFpvvN3oEgR1CUwIh8ghxTh6uWptRrOc { color:#3f3c3c;display:block;width:28.624rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:12.75rem;left:0.75rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kg5DOOypDT0bBqq4n5nDe0RiLKFiVaCO { position:absolute;display:block;z-index:100025;background-color:#3a669a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.8125rem;top:13.65625rem;left:4.5rem;display:block; }
#boHrWAxHFKIzdnqqpVZtQpJbdby389Nb { position:absolute;display:block;z-index:100026;background-color:#3a669a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.8125rem;top:13.65625rem;left:20.71875rem;display:block; }
#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -moz-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -ms-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -o-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );";background-image: linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-size:auto !important;position:relative;display:block; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container { background-color: transparent; background-image: none; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container > .video-iframe-container { display: none; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row > .video-iframe-container { display: none; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .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); }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container { border-width: 0; border-radius: 0; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container { font-size:0.875rem;font-family:raleway;height:23.6875rem;width:60rem;position:relative;display:block; }#XwxP5ATbbZ3ytH2vvmRi5yD4Pm765vW5 { position:absolute;display:block;z-index:100004;background-color:#00bae5;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:8.875rem;left:5rem;display:block; }
#yQE9tekRptQdr8bdDryHhlLXqADuNkHe { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3f3c3c;border-left:0.0625rem solid #3f3c3c;border-right:0.0625rem solid #3f3c3c;border-bottom:0.0625rem solid #3f3c3c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:11.375rem;left:0rem;display:block; }
#RJk6Vw4yBUu5w7MB8Qv1ZudvDlqU0EfL { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.81185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:9.5625rem;left:5.625rem;display:block; }
#JgTRR4lXwOiG9nbTERzBI0oiFFQ6Ayx2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:1rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpK24zhJbib61KqMaEt4vP9GwMUfp256 { position:absolute;display:block;z-index:100008;background-color:#00bae5;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:8.875rem;left:20rem;display:block; }
#mqm29KwmIisHiG7EHywG0azVpz7HGryZ { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3f3c3c;border-left:0.0625rem solid #3f3c3c;border-right:0.0625rem solid #3f3c3c;border-bottom:0.0625rem solid #3f3c3c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:11.375rem;left:15rem;display:block; }
#g59aXGLge93BAtaGmdEtmfMZT6GXCQeh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:16rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iX6zPEw6yiiP9QWwXgll7BlQsoo9e0kv { position:absolute;display:block;z-index:100012;background-color:#00bae5;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:8.875rem;left:35rem;display:block; }
#Pe8sSI1AFZgI9GZpw6lt1JZdTbI1ftWV { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3f3c3c;border-left:0.0625rem solid #3f3c3c;border-right:0.0625rem solid #3f3c3c;border-bottom:0.0625rem solid #3f3c3c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:11.375rem;left:30rem;display:block; }
#RM8vMenlQQwXc0HnrSHBNpbMQkCbSytM { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:3.99956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:9.4375rem;left:35.5625rem;display:block; }
#bLIc7KQ7rNaI7gBIypvfLnm3u9GNkuKX { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:30.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VZ7ywZ6VWTU5Jtu8wVBS1WTVXS45rRK5 { position:absolute;display:block;z-index:100016;background-color:#00bae5;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:8.875rem;left:50rem;display:block; }
#sdzwXQwib6vCATQCo4xofqhm1QzEzZJL { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3f3c3c;border-left:0.0625rem solid #3f3c3c;border-right:0.0625rem solid #3f3c3c;border-bottom:0.0625rem solid #3f3c3c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:11.375rem;left:45rem;display:block; }
#A1sqJQTAArcSDdTmXysJLG2LkuFQLR6i { color:#000000;display:block;width:13.624125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:45.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SN59vKmWxnNb2vKvukTzIucqEa0CvKN6 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:2.93728125rem;top:9.9375rem;left:51.0625rem;overflow:hidden;display:block; }
#yRVB0ScCTdXakuM1EG7gxo62nFlvUiFq { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:9.9375rem;left:21.0625rem;overflow:hidden;display:block; }
#xLGrC4MrNimllZG1XK6gU5dRLIHOA0E8 { color:#080f1f;display:block;width:47.875rem;position:absolute;font-family:"gotham narrow";font-size:2.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kwn7VtIhM36q9BlN87gZweR9uCsofWv7 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.375rem;top:2.0625rem;left:2.1875rem;display:none; }
#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container { background-color: transparent; background-image: none; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container > .video-iframe-container { display: none; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row > .video-iframe-container { display: none; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .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); }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container { border-width: 0; border-radius: 0; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container { font-size:0.875rem;font-family:raleway;height:1.75rem;width:60rem;position:relative;display:block; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container { background-color: transparent; background-image: none; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container > .video-iframe-container { display: none; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row > .video-iframe-container { display: none; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .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); }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container { border-width: 0; border-radius: 0; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container { font-size:0.875rem;font-family:raleway;height:24rem;width:60rem;position:relative;display:block; }#Zsn6oKmlmNIdJXKfPtAR6KXJLo8WnNl5 { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.40625rem;left:4.84375rem;height:10.2375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Bh0cthmq9V6kEMQGlAbF55QAfv44TzyD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.375rem;top:0rem;left:19.1875rem;overflow:hidden;display:block; }
#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -moz-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -ms-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -o-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );";background-image: linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-size:auto !important;position:relative;display:block; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container { background-color: transparent; background-image: none; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container > .video-iframe-container { display: none; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row > .video-iframe-container { display: none; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .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); }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container { border-width: 0; border-radius: 0; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#X8Zf3XaxrsIdSLkI56FJcwea5sG6zGC8 { color:#080f1f;display:block;width:42.0625rem;position:absolute;font-family:"gotham narrow";font-size:2.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:8.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vA9sWmkKV9Hm0iH7NIEsVGnnwLzBdT5i { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:23.5625rem;left:9.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWNMSBawf4QAch4s1CO5ee5R2viLWaGk { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:23.5625rem;left:7.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHNldfk1EkUlbp1cPNPk4VseI10P7Lcr { position:absolute;display:block;z-index:100041;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.75rem;width:16.8125rem;top:9.9375rem;left:6.75rem;display:block; }
#RxD8860dUqRAzvtPSHyILedaZo8Nwdie { position:absolute;display:block;z-index:100041;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:14.8125rem;width:16.625rem;top:9.6875rem;left:6.6875rem;display:block; }
#gdolmZTNEBHWiMRguVl2Z9ks5qTqlzg0 { color:#952964;display:block;width:15.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:11rem;left:7.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NBMlwEAqS4Vahd1Ka1UI7scz77hIyGNK { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100057;line-height:1.3;letter-spacing:0;top:14.40625rem;left:34.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5TLE3ZRyN01RI6e56WI1NK3zqk5FCoG { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:0.8125rem;font-weight:300;z-index:100057;line-height:1.3;letter-spacing:0;top:20.0625rem;left:6.71875rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3ZrpU1OOtQJafsrih6nPO4r91IL8d2d { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:23.4375rem;left:9.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w4ddHZlkLtfzmtOFl11cHspdoUInTTsg { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:23.4375rem;left:8rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrlxaz5hKHhPQWmFvl8SWLr10gDmUiVT { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100055;line-height:1.3;letter-spacing:0;top:24.1875rem;left:10.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VaAPEqEAbZTA3xIwIVQcAgGC4UTIr3zk { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100055;line-height:1.3;letter-spacing:0;top:24.1875rem;left:8.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrlLZnpngZCemZM9quBxp4Th6bpmOVHA { position:absolute;display:block;z-index:100052;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.75rem;width:16.8125rem;top:10rem;left:34.1875rem;display:block; }
#FhqZG6qPiguB55pGWJtbXhX6hN96zvkp { position:absolute;display:block;z-index:100052;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:14.8125rem;width:16.625rem;top:9.8623046875rem;left:34.1875rem;display:block; }
#w5KU6eXq7fLuhVkzoaOKKQi2RgxG2qBZ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100068;line-height:1.3;letter-spacing:0;top:20.75rem;left:34.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8DrA2AJ6AQug1SPwKPvzTsXy6Mewxw5 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100072;line-height:1.3;letter-spacing:0;top:16.0625rem;left:6.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6ypuIZH9b6wma9Ncd0o67G5NOGeX2OH { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100068;line-height:1.3;letter-spacing:0;top:14.390625rem;left:7.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9o7sOlyUHRvawn6b8zcmZR0UDdbMqkJ { color:#952964;display:block;width:15.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:11.25rem;left:35.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ccftieHJx7fgnFFgyCWsVJVQHQvMR5fQ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100073;line-height:1.3;letter-spacing:0;top:16.01220703125rem;left:34.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container { background-color: transparent; background-image: none; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container > .video-iframe-container { display: none; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row > .video-iframe-container { display: none; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .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); }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container { border-width: 0; border-radius: 0; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container { font-size:0.875rem;font-family:raleway;height:45.625rem;width:60rem;position:relative;display:block; }#CaLhl09uhXq3w2B5rf2T0AUEvm0vOmMK { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:21.375rem;top:0rem;left:19.1875rem;overflow:hidden;display:block; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-form-header {  }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:raleway;font-size:0.875rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-container:first-of-type{padding-top:0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-container:last-of-type{padding-bottom:0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100018;position:absolute;top:13.625rem;left:22.4375rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM {display:block;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100018;position:absolute;top:13.625rem;left:22.4375rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #EAQN6at8c1gUUab5ARUsJFSofNXHZgTQ { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #W2o5enNMexuIfTr3LqBJWhhoa6JFCFbl { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #NZVdGr7Gzsgu1ClPRXRUKzSmhLIKoQpn { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #b0JJ1XQGZoygdP7qwOoiWfq7U1F8OTvv { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #XsDMrdmw5XebhaaqxgoKgNoUcrRgLLzr { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #wdcJMadC4wqX9Qpa44NpwNru1T1D9gX5 { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #GxZFCTKuIrq1GsEuybh1A7CJqTdSO9Ht { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #ROBK0QS6wi6wWTyWwKmBxPwnDKMcae8S { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #CMuGbS8OP20eM6zlQ3F1TvLnI4C6Ms7T { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #FW6TOl5TTs7vtiOm7ZBurVRmG61CIvPK { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #hDKMhOeJxo9rA8bMdvsDRLwBOOyIJuKT { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #VPchqC2tZ8EZCgTPV2TqBwboGcVerivu { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #LitVAiIAdKI6PVxxUCziGbkzxeUJJ9aD { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #p449uJg8BwefXgJCgX7LK5zxmnBCOw6S { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #my6Cxu9C6kCiPX1IEQreE6HH3uxIOq8k { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #dRTnLgpLydKNphncGkLy5vJDa8h3JdpQ { position:relative; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #Af1ix4M1Tg2FzPB6m1oEQQNvz80OibUf { position:relative; }
#z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT > .row .container { border-width: 0; border-radius: 0; }#z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT > .row .container { font-size:0.875rem;font-family:raleway;height:34.6875rem;width:60rem;position:relative;display:none; }#T5XqrVcRsC9qO5QJap5PKQkHyCf1DW2g { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#zUzost5rQeDe1w5xu4b3qVT27WCzo9CL { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:27.6875rem;width:24.5625rem;top:4.3115234375rem;left:32.1240234375rem;display:block; }
#oV24HzMve5fe7ZrB94I4iv76Zrt7KTbw { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:300;z-index:100016;line-height:1;letter-spacing:0;top:6.03125rem;left:34.65625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svyIKTq1bbbXV7cuOy2xSyKBTTJkpBJV { box-sizing:content-box;color:#00bae5;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:12.5625rem;left:32.625rem;display:block; }
#mtRmbqtZezfWAmp7DnAmBxrXNNMEqcs5 { display:block;width:19.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:18.75rem;left:35.46875rem;height:3.89941875rem;color:#25382e;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikLTqCD63UNB0aKbbXLLty5IVDx7d1xU { color:#000000;display:block;width:22rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:12.8125rem;left:35.25rem;height:4.2050875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PM8hrT01u8piPBiLzyh9164VU75cgTkA { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:21.5rem;left:35.34375rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kw4cdISIt6T9vBikoTlIvCIlA0HHeAAo { color:#3f3c3c;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:26.5625rem;left:37.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xE4NWlnumEwA5BQ0VLHZO28TgqDMl1LF { box-sizing:content-box;color:#12a200;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990807771682rem;width:1.7497701644898rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:26.125rem;left:36.25rem;display:block; }
#bkBGDBovOrK5i5V4QtrVKqTgQo8x0HJW { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.5rem;top:6.9375rem;left:35.1875rem;overflow:hidden;display:block; }
#Mt7fBolMg8U92BXdksb3if46durMLIw9 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:8.9375rem;left:42rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8BoDcigNpf15H7ZXwt24ATw4OwIIGF2 { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.78125rem;height:2.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9Foh0sK0sQ4O6X3cVckUfCf8yFGJeCu { position:absolute;display:block;z-index:100000;background-color:rgba(81,150,185,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:27.6875rem;width:24.5625rem;top:4.3125rem;left:3rem;display:block; }
#xg4GKq2EzeZEJhQ1OVwMqodDv9N1TGle { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:9.25rem;left:6.9375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8zDZ3ClVLC5aFq2wN2FcRpwMGsQO3Se { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:11.625rem;left:6.9375rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p42O4JmCOFKFT3ZX1zio1gz2RJ7ct1aM { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:15.1875rem;left:6.9375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#acmiq4pOU61ERTKJ7P7ZFzT5zzcTwfoF { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:8.6875rem;left:4.5rem;display:block; }
#oa1d7t9ZidOICSl7JSG8Rb7uo63u9kmH { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:11.1875rem;left:4.5rem;display:block; }
#bwKuQuv6RTlrXKPNdninaSw1if8rG65g { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:14.5625rem;left:4.5rem;display:block; }
#IoOBZCw81keSwPef14hwEOB33A9ELlyA { color:#000000;display:block;width:17rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:21.0625rem;left:8rem;height:3.2119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#blbMFwnrfTdJihCREIq7n6qdC4oT38C7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:20.375rem;left:4.9375rem;display:block; }
#BkZtJ5Bor8rE65NhK3MIGu1Tx7GrThQw { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:16.75rem;left:4.5rem;display:block; }
#y6LFmWNHkr2KqIpXgRns48tnCotyFxUi { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100026;line-height:1.5;letter-spacing:0;top:17.0625rem;left:6.9375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COa7FKfETNlwzAdZLf6ZIT3V0Axgm7Bt { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:25.25rem;left:7.1875rem;height:2.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LnrkeHimCHb08nclQp5sCo1bDifLGJBR { box-sizing:content-box;color:#119900;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.8125rem;left:4.375rem;display:block; }
#o0O1omufO5zKznNnHzWPZKsPR6lSkB5y { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:100017;line-height:1;letter-spacing:0;top:24.75rem;left:32.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3HHptbzSGg0wrGqHOJ3RpbeviaPTVox { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00bae5;border-left:0.0625rem solid #00bae5;border-right:0.0625rem solid #00bae5;border-bottom:0.0625rem solid #00bae5;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-sizing:border-box;color:#00bae5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:28.2490234375rem;left:8.25rem;display:block; }
#Tzf4L8VlQo8ykSLXGT7cyHsDCvNfvidx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VpN6o1nwEn1hV9lhBrpkanotLAn5eDkb { background-color:#00bae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00bae5;border-left:0.0625rem solid #00bae5;border-right:0.0625rem solid #00bae5;border-bottom:0.0625rem solid #00bae5;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.9375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:28.2490234375rem;left:38.25rem;display:block; }
#hPOHc89EVLlR7sMpouCQ6V1k4kmFKxvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qoF0SWL97swlEdTpumB6qakr8AO0nzeq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#qoF0SWL97swlEdTpumB6qakr8AO0nzeq > .row .container { border-width: 0; border-radius: 0; }#qoF0SWL97swlEdTpumB6qakr8AO0nzeq > .row .container { font-size:0.875rem;font-family:raleway;height:41.25rem;width:60rem;position:relative;display:none; }#RE6zNVhq8Mv4N2RMAJZmNMaAt2Ro8qC0 { color:#3c3b3b;display:block;width:23.499540328979rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:1.7849273681641rem;left:3.249080657959rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#Z0U75wwXlJrKxeU5oh7oJgGt90MQMxAB { color:#3c3b3b;display:block;width:21.9355625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qg9eDCOxWeLa4wlkpz0AVG5geCA6Mpd1 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#GDPJPWl8aDGxUIzxd2Z3V1xm8ibTt5Qk { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:32.4375rem;width:24.5625rem;top:5.3740234375rem;left:32.1240234375rem;display:block; }
#CgTsbTMBalBpMwAN7QRkfWte4G98QUWU { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:300;z-index:100016;line-height:1;letter-spacing:0;top:7.375rem;left:34.65625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#naszAEfEJU4VeGOuOvVquuVNvH9855oh { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:14.625rem;left:34.5625rem;display:block; }
#vvAAKd4UdytCAfCJO4TfVgQWWsMOdsWn { display:block;width:19.0625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:26.875rem;left:35.125rem;height:3.75rem;color:#25382e;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMu25DbldV5h5rm12P77Kz6nBM6JR6Pk { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:15.3125rem;left:37.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXr8KAQqJpZkeXt7TpxeQnZUbFKNd4Cn { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:31.3125rem;left:35.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNBhnOe2RTyPPrZm1qPtMdhaaxRqDJE9 { box-sizing:content-box;color:#12a200;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:21.75rem;left:34.75rem;display:block; }
#SSmoIrAcyUh8Jipta9nve8I5V7ZWfe4n { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:21.9375rem;left:37.6875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqmgqLTl8ql58TvqrNInKMKopQDooFW2 { color:#3c3b3b;display:block;width:23.125rem;position:absolute;font-family:"gotham narrow";font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlwFGWG00hxmlNRNPQf8BCKOmH1gmuq3 { color:#3f3c3c;display:block;width:16.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);top:35.4375rem;left:37.3125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEQmoQVQbyFkFlNthrSw0Rg0DDlKWB2c { box-sizing:content-box;color:#12a200;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990807771682rem;width:1.7497701644898rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:35.125rem;left:36rem;display:block; }
#ORcU9vdwilGv1PAmnChH8wM6x4CFnVn8 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.5rem;top:8.375rem;left:35.1875rem;overflow:hidden;display:block; }
#JDnEuIsFHZQ8XTnLfTgk11IBuEmDSKyl { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:10.375rem;left:42rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -moz-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -ms-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-image: -o-linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5196b9', endColorstr='#7f004f78' );";background-image: linear-gradient(180deg, rgba(81,150,185,0.5), rgba(0,79,120,0.5));background-size:auto !important;position:relative;display:block; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container { background-color: transparent; background-image: none; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container > .video-iframe-container { display: none; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row > .video-iframe-container { display: none; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .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); }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container { border-width: 0; border-radius: 0; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container { font-size:0.875rem;font-family:raleway;height:31.5rem;width:60rem;position:relative;display:block; }#hEFx9sq1uQbDgSpa2EtrlVWzdDXVMJEg { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:"gotham narrow";font-size:2.8125rem;font-weight:400;z-index:100000;line-height:1.1;letter-spacing:0;top:3.0625rem;left:12.0625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxGkVPK3Hpq4UHHLaOLSNSntIlUn7841 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.375rem;width:22.375rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#ObTHh0t90noTDZgBCyyg3Tl5gRfHfLcm { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:24rem;height:17.55rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV > .row .container { border-width: 0; border-radius: 0; }#yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV > .row .container { font-size:0.875rem;font-family:raleway;height:34.25rem;width:60rem;position:relative;display:none; }#yX0aKwQPxUU9DPSKaOtxnPxxW0hUyTh3 { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.6875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:9rem;left:3.4375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kwx0XOKBZhlSKPfQDPEWv9ZpqD9KibBr { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:13.1875rem;left:7.6875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8KgUdf6t7i4tzbgcHRoTdxX77nuWnkc { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:15.5625rem;left:7.6875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWbVyR7T1lATmeodQtXMJQLEsAoGFsIO { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100025;line-height:1.5;letter-spacing:0;top:19.125rem;left:7.6875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u44QS6NdHW1289GoyqE69WvKlyoiyKX8 { box-sizing:content-box;color:#00bae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:12.625rem;left:5.25rem;display:block; }
#lJwBTx3punmAmh7WxmAc1bwg4We8dZ0h { box-sizing:content-box;color:#00bae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:15.125rem;left:5.25rem;display:block; }
#rb4giNPVSa1auT4WKkfn2viwfERvN1Sm { box-sizing:content-box;color:#00bae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:18.5rem;left:5.25rem;display:block; }
#aVwzJ04alA3CXppkf6Fkg6sDwDxOJFVX { color:#000000;display:block;width:17rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:24.25rem;left:8.6875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7G2Te0UR6bcdPImGFcyTkN72A0EpNiR { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:5.6875rem;left:31.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7ZoXurCLSochJmmFh7TlORH40EhMq3i { color:#000000;display:block;width:21.9355625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:7.625rem;left:32.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnTXaozK4QKe0K1cakSwmKLCTVh1VDmE { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:100018;line-height:1.1;letter-spacing:0;top:2.4375rem;left:17.125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhWxfCox7EB4ThSvtM0iEuAKzVTFcOUy { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:100018;line-height:1.1;letter-spacing:0;top:2.4375rem;left:17.125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zW3fA922wK8yHLWTTc7vIdOI98ZOBwKz { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00bae5;border-left:0.125rem solid #00bae5;border-right:0.125rem solid #00bae5;border-bottom:0.125rem solid #00bae5;height:26.5625rem;width:24.5625rem;top:5.3125rem;left:3.25rem;display:block; }
#ziKGgGio48y3qkBGehEmhIlnqPyrpJIr { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:23.5625rem;left:5.625rem;display:block; }
#qRxAzzcv42R7TO6Lr3oiqQHl1WCO8DSn { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:28.4375rem;left:7.875rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xi4B5FAfRCZBdNTOpSr7E1keXT7rvvIF { box-sizing:content-box;color:#12a200;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:28rem;left:5.0625rem;display:block; }
#N26kmLdOfk8mCN2z0CTpl9McF194Uux4 { box-sizing:content-box;color:#00bae5;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:20.6875rem;left:5.25rem;display:block; }
#lkmTyTsuQPM2wpTJh2UDzvzWkTXT0pVd { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100026;line-height:1.5;letter-spacing:0;top:21rem;left:7.6875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container { background-color: transparent; background-image: none; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container > .video-iframe-container { display: none; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row > .video-iframe-container { display: none; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .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); }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container { border-width: 0; border-radius: 0; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container { font-size:0.875rem;font-family:raleway;height:17.5625rem;width:60rem;position:relative;display:block; }#HIWiL4VyNah3sJyuiz0ssVAyUX1S5Eca { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:4.8125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHwduRdb3eki4XqZWRTspnX1wmKiNJXk { color:#000000;display:block;width:11.374rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.875rem;left:46.8125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsoNzFg0T6U21u29r4XZCPKbBhUw5xQM { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:6.125rem;left:24.8125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F975rCdHUfI0yJwT43hNQi3OOHvHWJ9K { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00bae5, #004f78);background-image: -moz-linear-gradient(180deg, #00bae5, #004f78);background-image: -ms-linear-gradient(180deg, #00bae5, #004f78);background-image: -o-linear-gradient(180deg, #00bae5, #004f78);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );";background-image: linear-gradient(180deg, #00bae5, #004f78);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:13.186875rem;width:13.186875rem;top:2.25rem;left:3.8125rem;display:block; }
#TX8R4Wf5KamiH7DWBJmSmJzlb769Pup0 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00bae5, #004f78);background-image: -moz-linear-gradient(180deg, #00bae5, #004f78);background-image: -ms-linear-gradient(180deg, #00bae5, #004f78);background-image: -o-linear-gradient(180deg, #00bae5, #004f78);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );";background-image: linear-gradient(180deg, #00bae5, #004f78);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:13.186875rem;width:13.186875rem;top:2.25rem;left:24rem;display:block; }
#fTiOEEJA1GUU5pAAsDfhsQ6ppX76waq6 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00bae5, #004f78);background-image: -moz-linear-gradient(180deg, #00bae5, #004f78);background-image: -ms-linear-gradient(180deg, #00bae5, #004f78);background-image: -o-linear-gradient(180deg, #00bae5, #004f78);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae5', endColorstr='#004f78' );";background-image: linear-gradient(180deg, #00bae5, #004f78);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:13.186875rem;width:13.186875rem;top:2.1875rem;left:45.75rem;display:block; }
#bV7PiqPXKDovTVfPJyvc4WCvEzpRQnvN { background-color:#004f78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;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:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8123125rem;height:3.49935rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:26.6875rem;left:0.6875rem;display:none; }
#VyFDu8nBX0kQu8pXZrFTGZQFsyUN2nuA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#75afd0;background-image:none;position:relative;display:block; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container { background-color: transparent; background-image: none; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container > .video-iframe-container { display: none; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row > .video-iframe-container { display: none; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .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); }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container { border-width: 0; border-radius: 0; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container { font-size:0.875rem;font-family:raleway;height:33.75rem;width:60rem;position:relative;display:block; }#earXySTnyWCVJx1MTFx3F1gxh4H5GDgL { position:absolute;display:block;z-index:100008;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.5) ;height:28.5rem;width:18.75rem;top:2.3125rem;left:10.5rem;display:block; }
#ixuEWIGKQhRRLAUtDBqSVKA3l73vItKB { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100015;line-height:1.1;letter-spacing:0;top:17.5625rem;left:14.1875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hb4W4nPaviECCJe2FSIXQamZhBvhNX41 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:21.75rem;left:11.9375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meKMud1Q0x8Q8lJQIKwGvDSr6CIsyTAT { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:14.4375rem;left:18.3125rem;display:block; }
#lXMZ5Lo4QFOGtSPqtoXJckuptImIlW9y { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.5rem;font-weight:300;z-index:100021;line-height:1.1;letter-spacing:0;top:17.5625rem;left:33.5rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftSipeD02uXrkSNN9wUc9wf1xF2WFGI8 { position:absolute;display:block;z-index:100005;background-color:#ffffff;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.5) ;height:28.625rem;width:18.75rem;top:2.25rem;left:31.25rem;display:block; }
#K0plpanMzgrQOMUJCLTUe0yZxi1zgPOg { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:14.5625rem;left:39.0625rem;display:block; }
#FNqpNCKDo8NwCanOIpoc7W4hT1s1VaFc { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:10.6875rem;width:10.6875rem;top:4.875rem;left:14.4375rem;overflow:hidden;display:block; }
#FRlaXbhOh9apKhZQFZ1lmHc0uQ9zQRbv { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.9375rem;border-top-right-radius:5.9375rem;border-bottom-left-radius:5.9375rem;border-bottom-right-radius:5.9375rem;height:11.25rem;width:11.25rem;top:4.3125rem;left:35rem;overflow:hidden;display:block; }
#SPQyZ76uhnPIAJKlbkdGiK0KqS2ZKH7N { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:21.25rem;left:32.4375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inyoIZKFWkonUNaOlPbDxCW3JyuevZXr { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100022;line-height:1.1;letter-spacing:0;top:19.25rem;left:33.3125rem;height:1.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoWTKVeeLmNSWJKK0qklTL7DAWCZ8Su7 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.1;letter-spacing:0;top:19.375rem;left:14.25rem;height:1.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFsTdO5EUGUw49Viitc1pB5DTVfTwJN6 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"gotham narrow";font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:21.25rem;left:32.4375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rRxDFVTTTzP3oLc1f25kPya9U1ZNmHvO { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:14.4375rem;left:18.3125rem;display:none; }
#stCOLWKzq11gn5sW0tnzatsGZfh1xmw8 { box-sizing:content-box;color:#00bae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:14.5625rem;left:39.0625rem;display:none; }
#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container { background-color: transparent; background-image: none; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container > .video-iframe-container { display: none; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row > .video-iframe-container { display: none; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .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); }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container { border-width: 0; border-radius: 0; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container { font-size:0.875rem;font-family:raleway;height:15.9375rem;width:60rem;position:relative;display:block; }#DtP1ETQSpSmTnH15Ds1GEBpUPUeAPBae { box-sizing:content-box;color:#3f3c3c;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:10.1865234375rem;left:22.3125rem;display:block; }
#KSmtJvQAMDMrisZBtvggcEwDkSm0ryUm { box-sizing:content-box;color:#3f3c3c;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:10.0615234375rem;left:26.9365234375rem;display:block; }
#sCEN0e1iZgaKHMMyZ2bOabAED5i5OvAT { box-sizing:content-box;color:#3f3c3c;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:10.0615234375rem;left:31.25rem;display:block; }
#s5zOWId80MZUhB5eBSrJpUHPfw22t9eH { box-sizing:content-box;color:#3f3c3c;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:10.0302734375rem;left:36rem;display:block; }
#Uq45HlXWfwh5UOIoMO1X7DM33HPJv90D { display:block;width:28.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.75rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9346790313721rem;left:15.530599594116rem;height:2.275rem;color:#25382e;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfl3van8MVswTOJpWul2iDE6PncgP8iZ { color:#163f39;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:24.4375rem;height:1.54345625rem;display:block; }
#wyLsCoNaFmEDe8DC0uK1QxNAlxKLBFto { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5625rem;top:0.68576431274412rem;left:30.749784469604rem;overflow:hidden;display:block; }
#saTVMFURgTNZ4Uv9UuinVcX7qhdtBQoD { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:9.5rem;top:4.7490234375rem;left:17.4365234375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 { display:block; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwuBRQvTtHIGPr9yTBLSdXuOqaiPZO00 { width:9.125rem;height:2.4375rem;top:0.5rem;left:38.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8nmHxDzhx93r0TGLwW6zSBsorplOyNI { top:0.375rem;left:41.5625rem;width:2.3125rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4pemzCkqoorwOMAFEUZ2zbFBI5rzEgJ { width:9.6875rem;height:9.6875rem;top:29.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXK2K7usPaL97TCo862e8MurCFkQMiv9 { width:6.3125rem;height:3.125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrSBJmLy4m8TpZOssog5To5FT8KBuxCy { width:30.0625rem;height:9.6875rem;top:15.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBEMxoPMLTGV0D90Px6Q5QTmC2C2D6n7 { width:6.5rem;height:2.75rem;top:30.4375rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToFCy2TS5weChTKwdgS37vK08Ze4ZvfH { width:6.3125rem;height:6.3125rem;top:30.375rem;left:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwVUaMUU6sVrGevgoTSc9kfeHs6oMApz { width:12.5rem;height:3.5625rem;top:26.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHFsef6LkyxUxAa4wnkILLbckuwPhnd { display:block; }
 }@media only screen and (max-width: 763px) { #K5NEF1zhCaNm6TgxuO5cLhGAUQqFUlz5 { width:26.375rem;height:13.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFpvvN3oEgR1CUwIh8ghxTh6uWptRrOc { width:28.5625rem;height:1.9375rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5DOOypDT0bBqq4n5nDe0RiLKFiVaCO { width:4.8125rem;height:0.125rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHrWAxHFKIzdnqqpVZtQpJbdby389Nb { width:4.8125rem;height:0.125rem;top:13.625rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE { display:block; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwxP5ATbbZ3ytH2vvmRi5yD4Pm765vW5 { width:5rem;height:5rem;top:8.875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE9tekRptQdr8bdDryHhlLXqADuNkHe { width:14.5rem;height:9.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJk6Vw4yBUu5w7MB8Qv1ZudvDlqU0EfL { width:3.75rem;height:3.6894681262749rem;top:9.5625rem;left:4.09375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTRR4lXwOiG9nbTERzBI0oiFFQ6Ayx2 { width:12.5rem;height:3.25rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpK24zhJbib61KqMaEt4vP9GwMUfp256 { width:5rem;height:5rem;top:8.875rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqm29KwmIisHiG7EHywG0azVpz7HGryZ { width:14.5rem;height:9.0625rem;top:11.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59aXGLge93BAtaGmdEtmfMZT6GXCQeh { width:12.5rem;height:3.25rem;top:15.3125rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6zPEw6yiiP9QWwXgll7BlQsoo9e0kv { width:5rem;height:5rem;top:8.875rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8sSI1AFZgI9GZpw6lt1JZdTbI1ftWV { width:14.5rem;height:9.0625rem;top:11.375rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM8vMenlQQwXc0HnrSHBNpbMQkCbSytM { width:3.9375rem;height:3.9375rem;top:9.4375rem;left:27.90625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLIc7KQ7rNaI7gBIypvfLnm3u9GNkuKX { width:12.9375rem;height:3.25rem;top:15.3125rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ7ywZ6VWTU5Jtu8wVBS1WTVXS45rRK5 { width:5rem;height:5rem;top:8.875rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdzwXQwib6vCATQCo4xofqhm1QzEzZJL { width:14.5rem;height:9.0625rem;top:11.375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1sqJQTAArcSDdTmXysJLG2LkuFQLR6i { width:13.5625rem;height:3.25rem;top:15.3125rem;left:34.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN59vKmWxnNb2vKvukTzIucqEa0CvKN6 { width:2.875rem;height:2.875rem;top:9.9375rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVB0ScCTdXakuM1EG7gxo62nFlvUiFq { width:2.875rem;height:2.875rem;top:9.9375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLGrC4MrNimllZG1XK6gU5dRLIHOA0E8 { width:47.75rem;height:3.625rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwn7VtIhM36q9BlN87gZweR9uCsofWv7 { width:15.5625rem;height:4.375rem;top:2.0625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 { display:block; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd { display:block; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zsn6oKmlmNIdJXKfPtAR6KXJLo8WnNl5 { width:47.75rem;height:11.5rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0cthmq9V6kEMQGlAbF55QAfv44TzyD { width:21.375rem;height:11.125rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 { display:block; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Zf3XaxrsIdSLkI56FJcwea5sG6zGC8 { width:42.0625rem;height:3.625rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA9sWmkKV9Hm0iH7NIEsVGnnwLzBdT5i { width:12.3125rem;height:1.25rem;top:23.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNMSBawf4QAch4s1CO5ee5R2viLWaGk { width:12.3125rem;height:1.25rem;top:23.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHNldfk1EkUlbp1cPNPk4VseI10P7Lcr { width:16.8125rem;height:14.75rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxD8860dUqRAzvtPSHyILedaZo8Nwdie { width:16.625rem;height:14.8125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdolmZTNEBHWiMRguVl2Z9ks5qTqlzg0 { width:15.0625rem;height:2.4375rem;top:11rem;left:0.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBMlwEAqS4Vahd1Ka1UI7scz77hIyGNK { width:16.875rem;height:1.1875rem;top:14.375rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TLE3ZRyN01RI6e56WI1NK3zqk5FCoG { width:16.875rem;height:3.125rem;top:20.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZrpU1OOtQJafsrih6nPO4r91IL8d2d { width:12.3125rem;height:1.25rem;top:23.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ddHZlkLtfzmtOFl11cHspdoUInTTsg { width:12.3125rem;height:1.25rem;top:23.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlxaz5hKHhPQWmFvl8SWLr10gDmUiVT { width:12.3125rem;height:1.25rem;top:24.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaAPEqEAbZTA3xIwIVQcAgGC4UTIr3zk { width:12.3125rem;height:1.25rem;top:24.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrlLZnpngZCemZM9quBxp4Th6bpmOVHA { width:16.8125rem;height:14.75rem;top:10rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhqZG6qPiguB55pGWJtbXhX6hN96zvkp { width:16.625rem;height:14.8125rem;top:9.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5KU6eXq7fLuhVkzoaOKKQi2RgxG2qBZ { width:16.875rem;height:1.25rem;top:20.75rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8DrA2AJ6AQug1SPwKPvzTsXy6Mewxw5 { width:16.875rem;height:2.5625rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ypuIZH9b6wma9Ncd0o67G5NOGeX2OH { width:14.8125rem;height:1.1875rem;top:14.375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9o7sOlyUHRvawn6b8zcmZR0UDdbMqkJ { width:15.0625rem;height:2.4375rem;top:11.25rem;left:16.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccftieHJx7fgnFFgyCWsVJVQHQvMR5fQ { width:16.875rem;height:2.5625rem;top:16rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT { display:block; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaLhl09uhXq3w2B5rf2T0AUEvm0vOmMK { width:21.375rem;height:11.125rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM  { width:17.5rem;height:auto;top:13.625rem;left:16.3125rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM {display:block;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM { width:17.5rem;height:auto;top:13.625rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #EAQN6at8c1gUUab5ARUsJFSofNXHZgTQ {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #W2o5enNMexuIfTr3LqBJWhhoa6JFCFbl {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #NZVdGr7Gzsgu1ClPRXRUKzSmhLIKoQpn {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #b0JJ1XQGZoygdP7qwOoiWfq7U1F8OTvv {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #XsDMrdmw5XebhaaqxgoKgNoUcrRgLLzr {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #wdcJMadC4wqX9Qpa44NpwNru1T1D9gX5 {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #GxZFCTKuIrq1GsEuybh1A7CJqTdSO9Ht {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #ROBK0QS6wi6wWTyWwKmBxPwnDKMcae8S {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #CMuGbS8OP20eM6zlQ3F1TvLnI4C6Ms7T {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #FW6TOl5TTs7vtiOm7ZBurVRmG61CIvPK {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #hDKMhOeJxo9rA8bMdvsDRLwBOOyIJuKT {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #VPchqC2tZ8EZCgTPV2TqBwboGcVerivu {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #LitVAiIAdKI6PVxxUCziGbkzxeUJJ9aD {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #p449uJg8BwefXgJCgX7LK5zxmnBCOw6S {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #my6Cxu9C6kCiPX1IEQreE6HH3uxIOq8k {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #dRTnLgpLydKNphncGkLy5vJDa8h3JdpQ {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #Af1ix4M1Tg2FzPB6m1oEQQNvz80OibUf {  }
 }@media only screen and (max-width: 763px) { #z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT { display:none; }#z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5XqrVcRsC9qO5QJap5PKQkHyCf1DW2g { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUzost5rQeDe1w5xu4b3qVT27WCzo9CL { width:24.5625rem;height:27.6875rem;top:4.25rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV24HzMve5fe7ZrB94I4iv76Zrt7KTbw { width:20.6875rem;height:1.9375rem;top:6rem;left:25.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyIKTq1bbbXV7cuOy2xSyKBTTJkpBJV { width:2.8125rem;height:2.8125rem;top:12.5625rem;left:23.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRmbqtZezfWAmp7DnAmBxrXNNMEqcs5 { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLTqCD63UNB0aKbbXLLty5IVDx7d1xU { width:22rem;height:4.125rem;top:12.8125rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM8hrT01u8piPBiLzyh9164VU75cgTkA { width:19.3125rem;height:2.25rem;top:21.5rem;left:26.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4cdISIt6T9vBikoTlIvCIlA0HHeAAo { width:16.875rem;height:1.25rem;top:26.5625rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4NWlnumEwA5BQ0VLHZO28TgqDMl1LF { top:26.125rem;left:27.0625rem;width:1.6875rem;height:1.9287058146682rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBGDBovOrK5i5V4QtrVKqTgQo8x0HJW { width:6.5rem;height:6.5rem;top:6.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7fBolMg8U92BXdksb3if46durMLIw9 { width:12.8125rem;height:3rem;top:8.9375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8BoDcigNpf15H7ZXwt24ATw4OwIIGF2 { width:24.4375rem;height:2.5rem;top:5.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Foh0sK0sQ4O6X3cVckUfCf8yFGJeCu { width:24.5625rem;height:27.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4GKq2EzeZEJhQ1OVwMqodDv9N1TGle { width:16.5rem;height:1.6875rem;top:9.25rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zDZ3ClVLC5aFq2wN2FcRpwMGsQO3Se { width:21.5625rem;height:3.125rem;top:11.625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p42O4JmCOFKFT3ZX1zio1gz2RJ7ct1aM { width:18.125rem;height:1.5625rem;top:15.1875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acmiq4pOU61ERTKJ7P7ZFzT5zzcTwfoF { width:2.5rem;height:2.5rem;top:8.6875rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1d7t9ZidOICSl7JSG8Rb7uo63u9kmH { width:2.5rem;height:2.5rem;top:11.1875rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwKuQuv6RTlrXKPNdninaSw1if8rG65g { width:2.5rem;height:2.5rem;top:14.5625rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoOBZCw81keSwPef14hwEOB33A9ELlyA { width:17rem;height:3.125rem;top:21.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blbMFwnrfTdJihCREIq7n6qdC4oT38C7 { width:3.125rem;height:3.125rem;top:20.375rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkZtJ5Bor8rE65NhK3MIGu1Tx7GrThQw { width:2.5rem;height:2.5rem;top:16.75rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6LFmWNHkr2KqIpXgRns48tnCotyFxUi { width:18.125rem;height:1.5625rem;top:17.0625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COa7FKfETNlwzAdZLf6ZIT3V0Axgm7Bt { width:18.4375rem;height:2.375rem;top:25.25rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnrkeHimCHb08nclQp5sCo1bDifLGJBR { width:2.875rem;height:2.875rem;top:24.8125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0O1omufO5zKznNnHzWPZKsPR6lSkB5y { width:24.125rem;height:1.375rem;top:24.75rem;left:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3HHptbzSGg0wrGqHOJ3RpbeviaPTVox { width:13.5rem;height:2.9375rem;top:28.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf4L8VlQo8ykSLXGT7cyHsDCvNfvidx { display:block; }
 }@media only screen and (max-width: 763px) { #VpN6o1nwEn1hV9lhBrpkanotLAn5eDkb { width:13.5rem;height:2.9375rem;top:28.1875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOHc89EVLlR7sMpouCQ6V1k4kmFKxvQ { display:block; }
 }@media only screen and (max-width: 763px) { #qoF0SWL97swlEdTpumB6qakr8AO0nzeq { display:none; }#qoF0SWL97swlEdTpumB6qakr8AO0nzeq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RE6zNVhq8Mv4N2RMAJZmNMaAt2Ro8qC0 { width:23.4375rem;height:3.8125rem;top:1.75rem;left:0.18658065795899rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0U75wwXlJrKxeU5oh7oJgGt90MQMxAB { width:21.875rem;height:1.625rem;top:4.375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9eDCOxWeLa4wlkpz0AVG5geCA6Mpd1 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDPJPWl8aDGxUIzxd2Z3V1xm8ibTt5Qk { width:24.5625rem;height:32.4375rem;top:5.3125rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTsbTMBalBpMwAN7QRkfWte4G98QUWU { width:20.6875rem;height:1.5625rem;top:7.375rem;left:25.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naszAEfEJU4VeGOuOvVquuVNvH9855oh { width:3.125rem;height:3.125rem;top:14.625rem;left:25.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvAAKd4UdytCAfCJO4TfVgQWWsMOdsWn { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu25DbldV5h5rm12P77Kz6nBM6JR6Pk { width:19.375rem;height:6rem;top:15.3125rem;left:28.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXr8KAQqJpZkeXt7TpxeQnZUbFKNd4Cn { width:19.3125rem;height:2.25rem;top:31.3125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNBhnOe2RTyPPrZm1qPtMdhaaxRqDJE9 { width:2.875rem;height:2.875rem;top:21.75rem;left:25.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSmoIrAcyUh8Jipta9nve8I5V7ZWfe4n { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqmgqLTl8ql58TvqrNInKMKopQDooFW2 { width:23.125rem;height:1.125rem;top:6.3125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlwFGWG00hxmlNRNPQf8BCKOmH1gmuq3 { width:16.875rem;height:1.25rem;top:35.4375rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEQmoQVQbyFkFlNthrSw0Rg0DDlKWB2c { top:35.125rem;left:26.8125rem;width:1.6875rem;height:1.9287058146682rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORcU9vdwilGv1PAmnChH8wM6x4CFnVn8 { width:6.5rem;height:6.5rem;top:8.375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDnEuIsFHZQ8XTnLfTgk11IBuEmDSKyl { width:12.8125rem;height:3rem;top:10.375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 { display:block; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEFx9sq1uQbDgSpa2EtrlVWzdDXVMJEg { width:35.9375rem;height:6.1875rem;top:3.0625rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGkVPK3Hpq4UHHLaOLSNSntIlUn7841 { width:22.375rem;height:22.375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTHh0t90noTDZgBCyyg3Tl5gRfHfLcm { width:34.6875rem;height:17.25rem;top:10.8125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV { display:none; }#yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yX0aKwQPxUU9DPSKaOtxnPxxW0hUyTh3 { width:24.4375rem;height:2.1875rem;top:9rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwx0XOKBZhlSKPfQDPEWv9ZpqD9KibBr { width:16.5rem;height:1.6875rem;top:13.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KgUdf6t7i4tzbgcHRoTdxX77nuWnkc { width:21.5625rem;height:3.125rem;top:15.5625rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbVyR7T1lATmeodQtXMJQLEsAoGFsIO { width:18.125rem;height:1.5625rem;top:19.125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44QS6NdHW1289GoyqE69WvKlyoiyKX8 { width:2.5rem;height:2.5rem;top:12.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJwBTx3punmAmh7WxmAc1bwg4We8dZ0h { width:2.5rem;height:2.5rem;top:15.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb4giNPVSa1auT4WKkfn2viwfERvN1Sm { width:2.5rem;height:2.5rem;top:18.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVwzJ04alA3CXppkf6Fkg6sDwDxOJFVX { width:17rem;height:3.125rem;top:24.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7G2Te0UR6bcdPImGFcyTkN72A0EpNiR { width:23.4375rem;height:1.75rem;top:5.6875rem;left:24.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ZoXurCLSochJmmFh7TlORH40EhMq3i { width:21.875rem;height:1.25rem;top:7.625rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnTXaozK4QKe0K1cakSwmKLCTVh1VDmE { width:25.75rem;height:2.1875rem;top:2.4375rem;left:11rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhWxfCox7EB4ThSvtM0iEuAKzVTFcOUy { width:20rem;height:4.125rem;top:1.625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zW3fA922wK8yHLWTTc7vIdOI98ZOBwKz { width:24.5625rem;height:26.5625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKGgGio48y3qkBGehEmhIlnqPyrpJIr { width:3.125rem;height:3.125rem;top:23.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRxAzzcv42R7TO6Lr3oiqQHl1WCO8DSn { width:18.4375rem;height:2.375rem;top:28.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4B5FAfRCZBdNTOpSr7E1keXT7rvvIF { width:2.875rem;height:2.875rem;top:28rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26kmLdOfk8mCN2z0CTpl9McF194Uux4 { width:2.5rem;height:2.5rem;top:20.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkmTyTsuQPM2wpTJh2UDzvzWkTXT0pVd { width:18.125rem;height:1.5625rem;top:21rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP { display:block; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIWiL4VyNah3sJyuiz0ssVAyUX1S5Eca { width:11.1875rem;height:5.8125rem;top:6.1875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwduRdb3eki4XqZWRTspnX1wmKiNJXk { width:11.3125rem;height:5.8125rem;top:5.875rem;left:36.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsoNzFg0T6U21u29r4XZCPKbBhUw5xQM { width:11.875rem;height:5.8125rem;top:6.125rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F975rCdHUfI0yJwT43hNQi3OOHvHWJ9K { width:13.125rem;height:13.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8R4Wf5KamiH7DWBJmSmJzlb769Pup0 { width:13.125rem;height:13.125rem;top:2.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTiOEEJA1GUU5pAAsDfhsQ6ppX76waq6 { width:13.125rem;height:13.125rem;top:2.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV7PiqPXKDovTVfPJyvc4WCvEzpRQnvN { width:14.75rem;height:3.4375rem;top:26.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyFDu8nBX0kQu8pXZrFTGZQFsyUN2nuA { display:block; }
 }@media only screen and (max-width: 763px) { #UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r { display:block; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #earXySTnyWCVJx1MTFx3F1gxh4H5GDgL { width:18.75rem;height:28.5rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixuEWIGKQhRRLAUtDBqSVKA3l73vItKB { width:11.25rem;height:1.625rem;top:17.5625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4W4nPaviECCJe2FSIXQamZhBvhNX41 { width:15.8125rem;height:6.875rem;top:21.75rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKMud1Q0x8Q8lJQIKwGvDSr6CIsyTAT { width:3.125rem;height:3.125rem;top:14.4375rem;left:12.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXMZ5Lo4QFOGtSPqtoXJckuptImIlW9y { width:14.3125rem;height:1.625rem;top:17.5625rem;left:17.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSipeD02uXrkSNN9wUc9wf1xF2WFGI8 { width:18.75rem;height:28.625rem;top:2.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0plpanMzgrQOMUJCLTUe0yZxi1zgPOg { width:3.125rem;height:3.125rem;top:14.5625rem;left:28.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNqpNCKDo8NwCanOIpoc7W4hT1s1VaFc { width:10.6875rem;height:10.6875rem;top:4.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRlaXbhOh9apKhZQFZ1lmHc0uQ9zQRbv { width:11.25rem;height:11.25rem;top:4.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQyZ76uhnPIAJKlbkdGiK0KqS2ZKH7N { width:16.375rem;height:8.25rem;top:21.25rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyoIZKFWkonUNaOlPbDxCW3JyuevZXr { width:14.5rem;height:1.125rem;top:19.25rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoWTKVeeLmNSWJKK0qklTL7DAWCZ8Su7 { width:11.25rem;height:1.125rem;top:19.375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFsTdO5EUGUw49Viitc1pB5DTVfTwJN6 { width:18.1875rem;height:6.5625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRxDFVTTTzP3oLc1f25kPya9U1ZNmHvO { width:3.125rem;height:3.125rem;top:14.4375rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #stCOLWKzq11gn5sW0tnzatsGZfh1xmw8 { width:3.125rem;height:3.125rem;top:14.5625rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoBRXiSbz1domyXuCcte5tqZylgpHMRZ { display:block; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtP1ETQSpSmTnH15Ds1GEBpUPUeAPBae { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSmtJvQAMDMrisZBtvggcEwDkSm0ryUm { width:3.125rem;height:3.125rem;top:2.0625rem;left:37.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCEN0e1iZgaKHMMyZ2bOabAED5i5OvAT { width:3.125rem;height:3.125rem;top:2.0625rem;left:42.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5zOWId80MZUhB5eBSrJpUHPfw22t9eH { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq45HlXWfwh5UOIoMO1X7DM33HPJv90D { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfl3van8MVswTOJpWul2iDE6PncgP8iZ { width:12.5rem;height:1.5rem;top:12.8125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLsCoNaFmEDe8DC0uK1QxNAlxKLBFto { width:12.5625rem;height:12.5rem;top:0.625rem;left:24.624784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTVMFURgTNZ4Uv9UuinVcX7qhdtBQoD { width:9.5rem;height:4.75rem;top:4.6875rem;left:11.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .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); } }@media only screen and (max-width: 763px) { #GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 { position:relative;z-index:auto;display:block; }#GpulimlUtb8TbqVSgPaKrHnH5KyGqyC4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwuBRQvTtHIGPr9yTBLSdXuOqaiPZO00 { width:9.125rem;height:2.5996125rem;top:0.75rem;left:10.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#414141;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8nmHxDzhx93r0TGLwW6zSBsorplOyNI { width:2.3125rem;height:2.625rem;top:0.6875rem;left:8.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/E8ha3SZS/fondo_v_rutina_del_bienestar.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV.lazyloading { background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4pemzCkqoorwOMAFEUZ2zbFBI5rzEgJ { width:5.5rem;height:5.5rem;top:28.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXK2K7usPaL97TCo862e8MurCFkQMiv9 { width:4.625rem;height:2.3125rem;top:28.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrSBJmLy4m8TpZOssog5To5FT8KBuxCy { width:19.1875rem;height:9.75rem;top:21.0625rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#00bae5;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PBEMxoPMLTGV0D90Px6Q5QTmC2C2D6n7 { width:4.75rem;height:1.9375rem;top:41.5625rem;left:4rem;z-index:100012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ToFCy2TS5weChTKwdgS37vK08Ze4ZvfH { width:5.5rem;height:5.5rem;top:39.78125rem;left:11.5rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LwVUaMUU6sVrGevgoTSc9kfeHs6oMApz { width:13.875rem;height:3.25rem;top:33.9375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHFsef6LkyxUxAa4wnkILLbckuwPhnd { display:block; }
 }@media only screen and (max-width: 763px) { #K5NEF1zhCaNm6TgxuO5cLhGAUQqFUlz5 { width:16.8125rem;height:8.5625rem;top:11.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFpvvN3oEgR1CUwIh8ghxTh6uWptRrOc { width:20rem;height:1.625rem;top:18.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#00bae5;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5DOOypDT0bBqq4n5nDe0RiLKFiVaCO { width:4rem;height:0.125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHrWAxHFKIzdnqqpVZtQpJbdby389Nb { width:4rem;height:0.125rem;top:19.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE { display:block; }#VwDgyxMOv9VWNHs1HTIuzriC8dnZqmEE > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwxP5ATbbZ3ytH2vvmRi5yD4Pm765vW5 { width:5rem;height:5rem;top:7.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE9tekRptQdr8bdDryHhlLXqADuNkHe { width:14.5625rem;height:7.625rem;top:9.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJk6Vw4yBUu5w7MB8Qv1ZudvDlqU0EfL { width:3.37456875rem;height:3.49935rem;top:8.1875rem;left:8.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTRR4lXwOiG9nbTERzBI0oiFFQ6Ayx2 { width:12.5rem;height:3.25rem;top:13.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpK24zhJbib61KqMaEt4vP9GwMUfp256 { width:5rem;height:5rem;top:19rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqm29KwmIisHiG7EHywG0azVpz7HGryZ { width:14.5rem;height:9.0625rem;top:20.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59aXGLge93BAtaGmdEtmfMZT6GXCQeh { width:12.5rem;height:3.25rem;top:24.3125rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iX6zPEw6yiiP9QWwXgll7BlQsoo9e0kv { width:5rem;height:5rem;top:31.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8sSI1AFZgI9GZpw6lt1JZdTbI1ftWV { width:14.4375rem;height:9.0625rem;top:32.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM8vMenlQQwXc0HnrSHBNpbMQkCbSytM { width:4.18728125rem;height:4.18728125rem;top:31.5625rem;left:8.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLIc7KQ7rNaI7gBIypvfLnm3u9GNkuKX { width:12.5rem;height:3.25rem;top:36.75rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZ7ywZ6VWTU5Jtu8wVBS1WTVXS45rRK5 { width:5rem;height:5rem;top:43.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdzwXQwib6vCATQCo4xofqhm1QzEzZJL { width:14.5rem;height:9.0625rem;top:44.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1sqJQTAArcSDdTmXysJLG2LkuFQLR6i { width:12.5rem;height:4.125rem;top:49rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SN59vKmWxnNb2vKvukTzIucqEa0CvKN6 { width:2.87435rem;height:2.87435rem;top:44.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVB0ScCTdXakuM1EG7gxo62nFlvUiFq { width:2.87435rem;height:2.87435rem;top:20.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLGrC4MrNimllZG1XK6gU5dRLIHOA0E8 { width:19.8125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:"gotham narrow medium";line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Kwn7VtIhM36q9BlN87gZweR9uCsofWv7 { top:2.0625rem;left:2.21875rem;width:15.5625rem;height:4.38671875rem;z-index:100021;text-align:center;text-align-last:center;font-family:"gotham narrow";font-weight:300;font-style:normal;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 { display:block; }#Z6U0zOQZMINbFWXwRyqFUkkRUxypn6G0 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd { display:block; }#RmnJZ26LFa9GgrOVABTVLnaDgT61gtFd > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zsn6oKmlmNIdJXKfPtAR6KXJLo8WnNl5 { width:18.5rem;height:18.32225rem;top:6.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bh0cthmq9V6kEMQGlAbF55QAfv44TzyD { width:13.4375rem;height:6.9375rem;top:0rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 { display:block; }#QL4xLJHlm6Mf2TMnoKozRPdRKGNaN8K9 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Zf3XaxrsIdSLkI56FJcwea5sG6zGC8 { width:17.6875rem;height:1.875rem;top:2.8125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"gotham narrow medium";font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vA9sWmkKV9Hm0iH7NIEsVGnnwLzBdT5i { width:12.3125rem;height:1.29980625rem;top:5.75rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNMSBawf4QAch4s1CO5ee5R2viLWaGk { width:12.3125rem;height:1.29980625rem;top:5.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHNldfk1EkUlbp1cPNPk4VseI10P7Lcr { width:16.8125rem;height:14.75rem;top:24.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxD8860dUqRAzvtPSHyILedaZo8Nwdie { width:16.625rem;height:14.8125rem;top:24.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdolmZTNEBHWiMRguVl2Z9ks5qTqlzg0 { width:15.0625rem;height:1.86865rem;top:27.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBMlwEAqS4Vahd1Ka1UI7scz77hIyGNK { width:16.875rem;height:1.21875rem;top:29.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TLE3ZRyN01RI6e56WI1NK3zqk5FCoG { width:16.875rem;height:3.16845625rem;top:16.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZrpU1OOtQJafsrih6nPO4r91IL8d2d { width:12.3125rem;height:1.29980625rem;top:38.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ddHZlkLtfzmtOFl11cHspdoUInTTsg { width:12.3125rem;height:1.29980625rem;top:38.375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlxaz5hKHhPQWmFvl8SWLr10gDmUiVT { width:12.3125rem;height:1.29980625rem;top:37.3125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaAPEqEAbZTA3xIwIVQcAgGC4UTIr3zk { width:12.3125rem;height:1.29980625rem;top:32.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrlLZnpngZCemZM9quBxp4Th6bpmOVHA { width:16.8125rem;height:14.75rem;top:6.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhqZG6qPiguB55pGWJtbXhX6hN96zvkp { width:16.625rem;height:14.8125rem;top:6.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5KU6eXq7fLuhVkzoaOKKQi2RgxG2qBZ { width:16.875rem;height:1.3808625rem;top:35.99365234375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8DrA2AJ6AQug1SPwKPvzTsXy6Mewxw5 { width:16.875rem;height:3.0498rem;top:12.35009765625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ypuIZH9b6wma9Ncd0o67G5NOGeX2OH { width:13.8125rem;height:1.21875rem;top:10.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9o7sOlyUHRvawn6b8zcmZR0UDdbMqkJ { width:15.0625rem;height:1.86865rem;top:7.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccftieHJx7fgnFFgyCWsVJVQHQvMR5fQ { width:16.875rem;height:3.0498rem;top:32.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT { display:block; }#sHHSZobcDaaVTihLvcdS6wBxAukQ3EnT > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaLhl09uhXq3w2B5rf2T0AUEvm0vOmMK { width:13.4375rem;height:6.9375rem;top:0rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM  { width:17.5rem;height:auto;top:8.1875rem;left:0rem; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM {display:block;}#KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM { width:17.5rem;height:auto;top:8.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #EAQN6at8c1gUUab5ARUsJFSofNXHZgTQ {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #W2o5enNMexuIfTr3LqBJWhhoa6JFCFbl {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #NZVdGr7Gzsgu1ClPRXRUKzSmhLIKoQpn {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #b0JJ1XQGZoygdP7qwOoiWfq7U1F8OTvv {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #XsDMrdmw5XebhaaqxgoKgNoUcrRgLLzr {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #wdcJMadC4wqX9Qpa44NpwNru1T1D9gX5 {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #GxZFCTKuIrq1GsEuybh1A7CJqTdSO9Ht {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #ROBK0QS6wi6wWTyWwKmBxPwnDKMcae8S {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #CMuGbS8OP20eM6zlQ3F1TvLnI4C6Ms7T {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #FW6TOl5TTs7vtiOm7ZBurVRmG61CIvPK {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #hDKMhOeJxo9rA8bMdvsDRLwBOOyIJuKT {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #VPchqC2tZ8EZCgTPV2TqBwboGcVerivu {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #LitVAiIAdKI6PVxxUCziGbkzxeUJJ9aD {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #p449uJg8BwefXgJCgX7LK5zxmnBCOw6S {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #my6Cxu9C6kCiPX1IEQreE6HH3uxIOq8k {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #dRTnLgpLydKNphncGkLy5vJDa8h3JdpQ {  }
 }@media only screen and (max-width: 763px) { #KiXOcfdbi5ptA7heSggFWPAvhx9C7MJM #Af1ix4M1Tg2FzPB6m1oEQQNvz80OibUf {  }
 }@media only screen and (max-width: 763px) { #z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT { background-color:rgba(255,255,255,0.54);background-image:none;display:none; }#z7SHDB6isVNdmSM5oe0c4lsvtugXWgGT > .row .container { width:20rem;height:63.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5XqrVcRsC9qO5QJap5PKQkHyCf1DW2g { top:35.342884063721rem;left:0.68684899806975rem;width:18.625rem;height:0.1875rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #zUzost5rQeDe1w5xu4b3qVT27WCzo9CL { width:19.9375rem;height:29.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV24HzMve5fe7ZrB94I4iv76Zrt7KTbw { width:18.9375rem;height:1.875rem;top:2.5rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svyIKTq1bbbXV7cuOy2xSyKBTTJkpBJV { width:2.4375rem;height:2.4375rem;top:11.6875rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRmbqtZezfWAmp7DnAmBxrXNNMEqcs5 { width:17.1230625rem;height:3.65625rem;top:17.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLTqCD63UNB0aKbbXLLty5IVDx7d1xU { width:17.875rem;height:5.58594375rem;top:11.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM8hrT01u8piPBiLzyh9164VU75cgTkA { width:17.1875rem;height:1.7871125rem;top:19.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4cdISIt6T9vBikoTlIvCIlA0HHeAAo { width:16.875rem;height:1.29980625rem;top:24.375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#414141;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xE4NWlnumEwA5BQ0VLHZO28TgqDMl1LF { width:1.75rem;height:2rem;top:23.875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBGDBovOrK5i5V4QtrVKqTgQo8x0HJW { width:6.5rem;height:6.5rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt7fBolMg8U92BXdksb3if46durMLIw9 { width:12.8125rem;height:3rem;top:6.3125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"gotham narrow book";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z8BoDcigNpf15H7ZXwt24ATw4OwIIGF2 { width:20rem;height:2.03125rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Foh0sK0sQ4O6X3cVckUfCf8yFGJeCu { width:19.75rem;height:26.4375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg4GKq2EzeZEJhQ1OVwMqodDv9N1TGle { width:16.5rem;height:1.40625rem;top:37.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zDZ3ClVLC5aFq2wN2FcRpwMGsQO3Se { width:16.375rem;height:2.8125rem;top:40.0625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p42O4JmCOFKFT3ZX1zio1gz2RJ7ct1aM { width:14.5625rem;height:1.40625rem;top:43.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acmiq4pOU61ERTKJ7P7ZFzT5zzcTwfoF { width:2.1875rem;height:2.1875rem;top:37.375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1d7t9ZidOICSl7JSG8Rb7uo63u9kmH { width:2.1875rem;height:2.1875rem;top:39.5625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwKuQuv6RTlrXKPNdninaSw1if8rG65g { width:2.1875rem;height:2.1875rem;top:42.625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoOBZCw81keSwPef14hwEOB33A9ELlyA { width:16.0625rem;height:2.9248rem;top:48.375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blbMFwnrfTdJihCREIq7n6qdC4oT38C7 { width:3.125rem;height:3.125rem;top:47.5625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkZtJ5Bor8rE65NhK3MIGu1Tx7GrThQw { width:2.1875rem;height:2.1875rem;top:44.5625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6LFmWNHkr2KqIpXgRns48tnCotyFxUi { width:14.875rem;height:1.40625rem;top:45.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COa7FKfETNlwzAdZLf6ZIT3V0Axgm7Bt { width:13.1875rem;height:3.375rem;top:51.75rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnrkeHimCHb08nclQp5sCo1bDifLGJBR { width:2.875rem;height:2.875rem;top:52rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0O1omufO5zKznNnHzWPZKsPR6lSkB5y { width:20rem;height:1.125rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3HHptbzSGg0wrGqHOJ3RpbeviaPTVox { width:13.5rem;height:2.9375rem;top:55.9375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzf4L8VlQo8ykSLXGT7cyHsDCvNfvidx { display:block; }
 }@media only screen and (max-width: 763px) { #VpN6o1nwEn1hV9lhBrpkanotLAn5eDkb { width:13.5rem;height:2.9375rem;top:26.65625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOHc89EVLlR7sMpouCQ6V1k4kmFKxvQ { display:block; }
 }@media only screen and (max-width: 763px) { #qoF0SWL97swlEdTpumB6qakr8AO0nzeq { background-color:rgba(255,255,255,0.54);background-image:none;display:none; }#qoF0SWL97swlEdTpumB6qakr8AO0nzeq > .row .container { width:20rem;height:66.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RE6zNVhq8Mv4N2RMAJZmNMaAt2Ro8qC0 { width:20rem;height:3.125rem;top:31.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:"gotham narrow book";display:block; }
 }@media only screen and (max-width: 763px) { #Z0U75wwXlJrKxeU5oh7oJgGt90MQMxAB { width:18.5625rem;height:1.4375rem;top:34.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"gotham narrow book";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9eDCOxWeLa4wlkpz0AVG5geCA6Mpd1 { top:35.342884063721rem;left:0.68684899806975rem;width:18.625rem;height:0.1875rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #GDPJPWl8aDGxUIzxd2Z3V1xm8ibTt5Qk { width:19.9375rem;height:27.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTsbTMBalBpMwAN7QRkfWte4G98QUWU { width:18.9375rem;height:3.125rem;top:2.5rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naszAEfEJU4VeGOuOvVquuVNvH9855oh { width:2.4375rem;height:2.4375rem;top:10.875rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvAAKd4UdytCAfCJO4TfVgQWWsMOdsWn { width:17.1230625rem;height:3.5625rem;top:21.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMu25DbldV5h5rm12P77Kz6nBM6JR6Pk { width:17.875rem;height:5.5rem;top:11.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXr8KAQqJpZkeXt7TpxeQnZUbFKNd4Cn { width:17.1875rem;height:1.75rem;top:25.0625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNBhnOe2RTyPPrZm1qPtMdhaaxRqDJE9 { width:2.875rem;height:2.875rem;top:17.1875rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSmoIrAcyUh8Jipta9nve8I5V7ZWfe4n { width:13.4375rem;height:2.375rem;top:17.625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqmgqLTl8ql58TvqrNInKMKopQDooFW2 { width:20rem;height:0.9375rem;top:35.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:"gotham narrow book";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AlwFGWG00hxmlNRNPQf8BCKOmH1gmuq3 { width:16.875rem;height:1.25rem;top:27.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#414141;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BEQmoQVQbyFkFlNthrSw0Rg0DDlKWB2c { width:1.75rem;height:2rem;top:26.75rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORcU9vdwilGv1PAmnChH8wM6x4CFnVn8 { width:6.5rem;height:6.5rem;top:4.4375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDnEuIsFHZQ8XTnLfTgk11IBuEmDSKyl { width:12.8125rem;height:3rem;top:6.8125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"gotham narrow book";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 { display:block; }#ui2NxTJy7GbPDArQT6QyyTT7LwfIDUZ2 > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEFx9sq1uQbDgSpa2EtrlVWzdDXVMJEg { width:20rem;height:4.125rem;top:2.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uxGkVPK3Hpq4UHHLaOLSNSntIlUn7841 { width:15.6875rem;height:15.6875rem;top:4.25rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTHh0t90noTDZgBCyyg3Tl5gRfHfLcm { width:16.8125rem;height:27.35836875rem;top:17.873046875rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV { background-color:rgba(255,255,255,0.5);background-image:none;display:none; }#yNPVxowTQ8GrhgnBk8NFTTVEobvwlkXV > .row .container { width:20rem;height:69.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yX0aKwQPxUU9DPSKaOtxnPxxW0hUyTh3 { width:20rem;height:2rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwx0XOKBZhlSKPfQDPEWv9ZpqD9KibBr { width:16.5rem;height:1.375rem;top:11.71875rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KgUdf6t7i4tzbgcHRoTdxX77nuWnkc { width:16.375rem;height:2.75rem;top:13.9375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWbVyR7T1lATmeodQtXMJQLEsAoGFsIO { width:14.5625rem;height:1.375rem;top:16.96875rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44QS6NdHW1289GoyqE69WvKlyoiyKX8 { width:2.1875rem;height:2.1875rem;top:11.25rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJwBTx3punmAmh7WxmAc1bwg4We8dZ0h { width:2.1875rem;height:2.1875rem;top:13.4375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb4giNPVSa1auT4WKkfn2viwfERvN1Sm { width:2.1875rem;height:2.1875rem;top:16.5rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVwzJ04alA3CXppkf6Fkg6sDwDxOJFVX { width:16.0625rem;height:2.75rem;top:22.25rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7G2Te0UR6bcdPImGFcyTkN72A0EpNiR { width:20rem;height:3.75rem;top:32.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:"gotham narrow book";display:block; }
 }@media only screen and (max-width: 763px) { #W7ZoXurCLSochJmmFh7TlORH40EhMq3i { width:20rem;height:1.25rem;top:36.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"gotham narrow book";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pnTXaozK4QKe0K1cakSwmKLCTVh1VDmE { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhWxfCox7EB4ThSvtM0iEuAKzVTFcOUy { width:20rem;height:4.125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #zW3fA922wK8yHLWTTc7vIdOI98ZOBwKz { width:19.75rem;height:24.1875rem;top:6.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKGgGio48y3qkBGehEmhIlnqPyrpJIr { width:3.125rem;height:3.125rem;top:21.4375rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRxAzzcv42R7TO6Lr3oiqQHl1WCO8DSn { width:13.1875rem;height:3.375rem;top:25.625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4B5FAfRCZBdNTOpSr7E1keXT7rvvIF { width:2.875rem;height:2.875rem;top:25.875rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26kmLdOfk8mCN2z0CTpl9McF194Uux4 { width:2.1875rem;height:2.1875rem;top:18.46875rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkmTyTsuQPM2wpTJh2UDzvzWkTXT0pVd { width:14.875rem;height:1.375rem;top:18.9375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP { display:block; }#CcE1EUP9UIOqpUFWFAMaH2K1BpkGeTUP > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIWiL4VyNah3sJyuiz0ssVAyUX1S5Eca { width:11.1875rem;height:2.4375rem;top:6rem;left:8.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHwduRdb3eki4XqZWRTspnX1wmKiNJXk { width:11.3115234375rem;height:3.65625rem;top:13.5rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsoNzFg0T6U21u29r4XZCPKbBhUw5xQM { width:10.25rem;height:2.4375rem;top:22.4375rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F975rCdHUfI0yJwT43hNQi3OOHvHWJ9K { width:10.625rem;height:10.625rem;top:1.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8R4Wf5KamiH7DWBJmSmJzlb769Pup0 { width:10.875rem;height:10.875rem;top:9.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTiOEEJA1GUU5pAAsDfhsQ6ppX76waq6 { width:10.8125rem;height:10.8125rem;top:18.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV7PiqPXKDovTVfPJyvc4WCvEzpRQnvN { width:13.8125rem;height:3.25rem;top:30.0625rem;left:2.9375rem;font-size:1.125rem;z-index:100024;background-color:#f39c12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VyFDu8nBX0kQu8pXZrFTGZQFsyUN2nuA { display:block; }
 }@media only screen and (max-width: 763px) { #UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r { display:block; }#UeTI8UZmIJbKV8cJbwHhzIGKGQNBTp9r > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #earXySTnyWCVJx1MTFx3F1gxh4H5GDgL { width:18.6875rem;height:13.1875rem;top:17.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixuEWIGKQhRRLAUtDBqSVKA3l73vItKB { width:8rem;height:1.03125rem;top:9.998046875rem;left:3.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4W4nPaviECCJe2FSIXQamZhBvhNX41 { width:15.3125rem;height:5.25rem;top:3.623046875rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #meKMud1Q0x8Q8lJQIKwGvDSr6CIsyTAT { width:5.875rem;height:5.875rem;top:4.185546875rem;left:12.375rem;font-size:4.0625rem;z-index:100025;color:rgba(0,186,229,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #lXMZ5Lo4QFOGtSPqtoXJckuptImIlW9y { width:9.5rem;height:1.03125rem;top:27.5625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSipeD02uXrkSNN9wUc9wf1xF2WFGI8 { width:18.75rem;height:12.4375rem;top:1.560546875rem;left:0.625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #K0plpanMzgrQOMUJCLTUe0yZxi1zgPOg { width:5.6875rem;height:5.6875rem;top:22.9375rem;left:12.5rem;font-size:3.9375rem;color:rgba(0,186,229,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #FNqpNCKDo8NwCanOIpoc7W4hT1s1VaFc { width:6.25rem;height:6.25rem;top:9.998046875rem;left:12.1875rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #FRlaXbhOh9apKhZQFZ1lmHc0uQ9zQRbv { width:6.25rem;height:6.25rem;top:27.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPQyZ76uhnPIAJKlbkdGiK0KqS2ZKH7N { width:9.8125rem;height:0;top:21.0615234375rem;left:8.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #inyoIZKFWkonUNaOlPbDxCW3JyuevZXr { width:7.9375rem;height:1.0249rem;top:28.5625rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoWTKVeeLmNSWJKK0qklTL7DAWCZ8Su7 { width:8.1875rem;height:1.0249rem;top:10.998046875rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFsTdO5EUGUw49Viitc1pB5DTVfTwJN6 { width:17.4375rem;height:6.5625rem;top:19.9375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #rRxDFVTTTzP3oLc1f25kPya9U1ZNmHvO { width:6.25rem;height:6.25rem;top:1.560546875rem;left:0.625rem;font-size:4.375rem;z-index:100004;color:rgba(0,186,229,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #stCOLWKzq11gn5sW0tnzatsGZfh1xmw8 { width:5.6875rem;height:5.6875rem;top:18.25rem;left:0.6875rem;font-size:3.9375rem;color:rgba(0,186,229,0.2);z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #QoBRXiSbz1domyXuCcte5tqZylgpHMRZ { display:block; }#QoBRXiSbz1domyXuCcte5tqZylgpHMRZ > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtP1ETQSpSmTnH15Ds1GEBpUPUeAPBae { width:3.125rem;height:3.125rem;top:18.8125rem;left:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSmtJvQAMDMrisZBtvggcEwDkSm0ryUm { width:3.125rem;height:3.125rem;top:18.8125rem;left:13.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCEN0e1iZgaKHMMyZ2bOabAED5i5OvAT { width:3.125rem;height:3.125rem;top:18.8125rem;left:6.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5zOWId80MZUhB5eBSrJpUHPfw22t9eH { width:3.125rem;height:3.125rem;top:18.8125rem;left:9.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq45HlXWfwh5UOIoMO1X7DM33HPJv90D { width:19.25rem;height:1.21875rem;top:1.875rem;left:0.4365234375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfl3van8MVswTOJpWul2iDE6PncgP8iZ { width:12.5rem;height:1.21875rem;top:22.125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLsCoNaFmEDe8DC0uK1QxNAlxKLBFto { width:12.5625rem;height:12.5rem;top:6.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saTVMFURgTNZ4Uv9UuinVcX7qhdtBQoD { width:9rem;height:4.625rem;top:3.0625rem;left:5.5rem;display:block; }
 }