.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.58);background-image:none;position:relative;z-index:auto;display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { background-color: transparent; background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { border-width: 0; border-radius: 0; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container {  }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SX6pJ7C3RGtupWhRzPu2qTnOaS5HADS3 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0rem;left:46.678466796875rem;display:block; }
#IbN6nPHWqJQlUQV8WfQbqIr6Bvd5JHCz { color:#260805;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.085205078125rem;left:45.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.68);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { z-index:100001;top:40.25rem;left:25.78125rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(44,184,214,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100018;line-height:1.6;letter-spacing:0;top:24.4375rem;left:0rem;height:6.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFPMCCfZXWhgqAZpaCP3BiuCmNV0Pn17 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18rem;top:6.4375rem;left:19.875rem;overflow:hidden;display:block; }
#nFFxpU41t8Gc5ExgqyvGE8uCUy2bZKQb { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:48.6875rem;left:15.125rem;height:1.29948125rem;display:block; }
#qtuLv9Ha3y5597WJVWyJyGq6cwvuGlHw { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:48.6875rem;left:39.0625rem;height:1.29948125rem;display:block; }
#srCkagZKT0PLOlQr86Uffg73ZR4zepQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { border-width: 0; border-radius: 0; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row > .video-iframe-container {  }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:none; }#KkSIrTml7h24dwkx1GnOZ8Cg3cgWFiGi { color:#152032;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:7.96875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SHc3JndHTi4ZmBGgFpRgVULggM5TGJFE { color:#2cb8d6;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.0625rem;left:9.1875rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rf2nbDIO5BwOyGs8LtDObkcJUZen3IQ1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:21.5625rem;top:15.875rem;left:0.0625rem;overflow:hidden;display:block; }
#aXDFbA2iKfZb1mrNL5ye15mUu6MmArVn { color:#152032;display:block;width:37.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:16.1875rem;left:22.375rem;height:14.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n37rlrzLLaqUB5TPgxsvURORX4KPpMo8 { color:#152032;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:31.1875rem;left:44.125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xT3kxZ5XzQulCTpTQcCNMOcFZBSemuxf { color:#152032;display:block;width:10.1875rem;position:absolute;font-family:"marck script";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:31.125rem;left:35.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NM6gJ96POMbDaaENIVMfptcNSzP3QdSk { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.6;letter-spacing:0;top:0.875rem;left:0rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152032;background-image:none;position:relative;display:none; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { border-width: 0; border-radius: 0; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row > .video-iframe-container {  }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:none; }#oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:15.375rem;left:4.625rem;overflow:hidden;display:block; }
#ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.5625rem;top:15.375rem;left:26.25rem;overflow:hidden;display:block; }
#Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.6875rem;top:15.5rem;left:15.4375rem;overflow:hidden;display:block; }
#QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:15.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.6875rem;top:15.375rem;left:47.75rem;overflow:hidden;display:block; }
#unITfltBeSTmtP58D265L8JdDJsDBegn { position:absolute;display:block;z-index:100010;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #0099d2;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:60rem;top:28rem;left:0rem;display:block; }
#PaANnk7KW4FXbSuz6MOBCH2nldo6fsT8 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MhZ1IVcvGlPA4DQTLdEAoCKScMDTAwBW { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8lDK0AvDKmdNyRWVVLMVAp4eQotH1zJ { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:34.1875rem;left:18.4375rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfdLqMihtCii0h94Uq8Ta9eUJPOAuoTg { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:36.3125rem;left:18.4375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#llsoQtJdFlkmPHARlZq9FfZLvrkaSaxH { position:absolute;display:block;z-index:100011;background-color:transparent;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.0625rem dashed #0e9ae5;border-right:0;border-bottom:0;height:4.875rem;width:0.0625rem;top:33.75rem;left:26.96875rem;display:block; }
#zwNWpK5a1uzEDzwx9ADx6TqnHsG4CsD1 { position:absolute;display:block;z-index:100015;background-color:transparent;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.0625rem dashed #0e9ae5;border-right:0;border-bottom:0;height:4.875rem;width:0.0625rem;top:33.75rem;left:37.1875rem;display:block; }
#p3isoRG1HWAr5qiQ0uTHcqQc31gEh65n { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:36.3125rem;left:28.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plqWaR1vDyTCpTXefclOqJVI9umLwSEg { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:34.1875rem;left:28.6875rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTTD95MsiXEuvQ1NiaXfubBQP197w1Bf { position:absolute;display:block;z-index:100019;background-color:transparent;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.0625rem dashed #0e9ae5;border-right:0;border-bottom:0;height:4.875rem;width:0.0625rem;top:33.75rem;left:47.4375rem;display:block; }
#VF0OAGg2AFPK1oghutL70auzR4xghExI { position:absolute;display:block;z-index:100023;background-color:transparent;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.0625rem dashed #0e9ae5;border-right:0;border-bottom:0;height:4.875rem;width:0.0625rem;top:33.75rem;left:57.625rem;display:block; }
#pFKGpZkKTdh7qUP7Zk3HtKGknDkyGn0D { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:36.3125rem;left:49.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZtV1vg0NqV8IgVqSDEStzD8NKTm4DS0T { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:36.3125rem;left:38.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G6RGJlabrxo1XMC5zazfTKDIEEzqNPXb { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:34.1875rem;left:38.875rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlaFWQJiqiCtb4vPbfabmsT2eu8odlp5 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:34.1875rem;left:49.125rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E > .row .container { border-width: 0; border-radius: 0; }#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E > .row > .video-iframe-container {  }#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:none; }#xCGtsSmaxEwTtfEoJdsL3079dO6nPCvk { color:#2cb8d6;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNTVbDEPVpkKXVLu15du4ZTraEQVTFn3 { color:#152032;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWBd8byOmEOln5VaoEo2iivEtO5AyVTo { color:#666666;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeabCSMByxTf2wX8aqy0z0qCFwxVyGpP { box-sizing:content-box;color:#86c724;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:29.5rem;left:3.1875rem;display:block; }
#epixnTg6GVQqQJsUhzGBS7vT7gw7MVQL { color:#152032;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:36.625rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTcRHRZiiw48JCzdBODNh7ruCJvbAkol { color:#152032;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:36.625rem;left:10.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDlmkhIWHAPDJ0Kvmkvi5Cno7MTBvOmJ { color:#152032;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:36.625rem;left:19.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5Zu8Pa3xS2WaL1x2XasDDr6mVSCfm08 { box-sizing:content-box;color:#0099d2;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:29.5rem;left:12.6875rem;display:block; }
#PDrxoebaTCCroSbBDmxDbITEHKQTC0NE { box-sizing:content-box;color:#86c724;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:29.5rem;left:21.1875rem;display:block; }
#hbQCIxdk7zFBVtxk7GIxqsXu6OyDxtsw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:23.4375rem;top:13.875rem;left:31.25rem;overflow:hidden;display:block; }
#nhiTBm4KDyoNduGP92tS7pab3xda31NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152032;background-image:none;position:relative;display:none; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { border-width: 0; border-radius: 0; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row > .video-iframe-container {  }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:none; }#TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { color:#152032;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:7.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { color:#152032;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.75rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pcar9xdRTzrr07EaXufebA2srZogXIK5 { background-color:#2cb8d6;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:26.25rem;left:7.5625rem;display:block; }
#LpV01Barfa7RgdDg2HeyOZ6uLo5quyZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gSFbXwgPkC36q0HgTT9eNqoZTv2bxPTX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:29.8125rem;top:3.625rem;left:30.052615571776rem;overflow:hidden;display:block; }
#IPKp6d3y5PKVoqNJ1CzdxhHZw4HW4HGQ { color:#152032;display:block;width:20.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.75rem;left:4.75rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099d2;background-image:none;position:relative;display:none; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { border-width: 0; border-radius: 0; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row > .video-iframe-container {  }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:none; }#oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtzghFu1a35uJvXV22yzKAUty6bPpb8n { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-form-header {  }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:25.75rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:25.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .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:25.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#86c724;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:25.75rem;height:3.4375rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]:-moz-placeholder { color:#c3c4c4;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]::-moz-placeholder { color:#c3c4c4;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]:-ms-input-placeholder { color:#c3c4c4;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o [class*="-text"]::-webkit-input-placeholder { color:#c3c4c4;font-family:lato;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .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:"open sans";font-size:0.75rem;font-weight:300;color:#f3f3f3;vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal;line-height:1.4; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .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; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container:first-of-type{padding-top:0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-container:last-of-type{padding-bottom:0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.7495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:0.32958984375rem;left:30.84228515625rem; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.75rem;display:block;vertical-align:top; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.7495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:0.32958984375rem;left:30.84228515625rem; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #mUDNd9sLln818pagkcbcZb421pKy5zTU { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #MD4LoGcx401Fzc9GaFTHZQtB5A2lU91O { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Nn0nyOs884kAhtmAlmiTU3adXuurET9v { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle { position:relative;z-index:2; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt { position:relative; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI { position:relative; }
#izfoT7h3LBRxb3JD1OnpNl3LRbJQGmmN { color:#ffffff;display:block;width:22.6245rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:11.4404296875rem;left:3.05419921875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq > .row .container { border-width: 0; border-radius: 0; }#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq > .row > .video-iframe-container {  }#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:none; }#WGSVgXET6JGv0R1MVXuooNP1clgthTlD { color:#000000;display:block;width:7.9358125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.671875rem;left:27.1875rem;height:1.04166875rem;display:block; }
#cNbRLm2LDh4E78QqWRuJk3AExvgMMWT3 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:1.597225rem;font-style:normal;display:block; }
#wbRMZfsRRKkl0zFgy5T6zXAI4m279OTC { color:#000000;display:block;width:20.37475rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:3.668212890625rem;height:1.597225rem;font-style:normal;display:block; }
#O920TRIBK7cHfMqDDuGhuSBe5eOFmSVw { color:#000000;display:block;width:4.74975625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.875rem;left:26.25rem;height:1.597225rem;font-style:normal;display:block; }
#ScnnpzBaI7WaqkUWS1oOgZINiyofSKxf { color:#000000;display:block;width:8.4985625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0.875rem;left:31rem;height:1.597225rem;font-style:normal;display:block; }
#A2EaG0ny0KtO1goHcs5yAbukqRb1ErzB { color:#000000;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.875rem;left:42.875rem;height:1.597225rem;font-style:normal;display:block; }
#nFsZv3qwZkqkRzcUnC99fEblet2nKz58 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:0.875rem;left:47.1875rem;height:1.597225rem;font-style:normal;display:block; }
#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { border-width: 0; border-radius: 0; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row > .video-iframe-container {  }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:none; }#dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { color:#152032;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.875rem;left:0.03125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { color:#919192;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv > .row .container { border-width: 0; border-radius: 0; }#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv > .row > .video-iframe-container {  }#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:none; }#rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { position:absolute;display:block;z-index:100000;background-color:#152032;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:34.875rem;width:19rem;top:4.625rem;left:0.5rem;display:block; }
#JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { position:absolute;display:block;z-index:100001;background-color:#0099d2;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;height:4.125rem;width:19rem;top:11.5rem;left:0.5rem;display:block; }
#KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:12.75rem;left:0.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:20.6875rem;left:0.5rem;display:block; }
#awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:17.875rem;left:0.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:21.75rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:24.5625rem;left:0.5rem;display:block; }
#XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:25.625rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:28.4375rem;left:0.5rem;display:block; }
#a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:29.5rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { background-color:#86c724;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:33.625rem;left:4.125rem;display:block; }
#rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TI0CiigOPfZ6rin0xziW6hO4UErinlLT { position:absolute;display:block;z-index:100013;background-color:#152032;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:34.875rem;width:19rem;top:4.625rem;left:20.5rem;display:block; }
#IGDnMeotf6bwnwsdvrPtU8EQv6i2LNdl { background-color:#86c724;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:33.625rem;left:24.125rem;display:block; }
#X708RtxnQmuEZ07ZUTpFtGO7yfpBRcTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NnE1v9MmpUgGeIAa4pxgLAwncJbGh7wA { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100029;line-height:1.3;letter-spacing:0;top:29.5rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oP3bCV4iKLnxmigVtTMUxZK1A7yWAVi8 { position:absolute;display:block;z-index:100026;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:28.4375rem;left:20.5rem;display:block; }
#AQOlyHKpNcTs9PxVNv1Inbq0Kt8CUv5B { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:25.625rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDGbQFLN9eH1n7u79gok7nv67reWywrI { position:absolute;display:block;z-index:100026;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:24.5625rem;left:20.5rem;display:block; }
#MuKC3zuI7q0TfluNPeceKiQqg5qN3hvs { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:21.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwLNtCFGVktx4nTJC0aGh8hdWe4O0Eu7 { position:absolute;display:block;z-index:100024;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:20.6875rem;left:20.5rem;display:block; }
#xfzB4dATqXBdQBJTpFuUpcNb6A2FKAha { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:17.875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezMzoiOplWC57yg9Ltvp2H4S9IlkXhDM { position:absolute;display:block;z-index:100014;background-color:#0099d2;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;height:4.125rem;width:19rem;top:11.5rem;left:20.5rem;display:block; }
#yTwFTTWebl0m25SqOIfNuTLsFP7r335d { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:12.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hf7q3Dqpr1nHpopde3QgSmN0bvoRtmav { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:6.875rem;left:24.375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmrrX4qhF0ZzaxaR2lrfsnwLG9CTx4Uc { position:absolute;display:block;z-index:100026;background-color:#152032;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:34.875rem;width:19rem;top:4.625rem;left:40.5rem;display:block; }
#O8TWHLUMD2QFCF1Aos0B89KgA6Ap1NGb { background-color:#86c724;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.9375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:33.625rem;left:44.125rem;display:block; }
#CJWgxJ51DqT3MZ5nMbXecd5CuXzx3l1u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tIp0agwnVAZDXw03aienFm0VEdeS3tO4 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100042;line-height:1.3;letter-spacing:0;top:29.5rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIUdEzsSnqlbwAgkfDx1m1ewLOW9P8cf { position:absolute;display:block;z-index:100039;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:28.4375rem;left:40.5rem;display:block; }
#TvUahvy3iQQFUldSpuJvNGRB0GZALKsU { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:25.625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2Ne1wxVCEsnWCLU3Z6WiD0RUlECHVD1 { position:absolute;display:block;z-index:100039;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:24.5625rem;left:40.5rem;display:block; }
#xOD2m5N9GxtdSmxlPTMLXDTeqK1KB7pP { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:21.75rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0uzRE2GxE2C0l3LdDqfa2vREUMSAydN { position:absolute;display:block;z-index:100037;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #32384f;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:19rem;top:20.6875rem;left:40.5rem;display:block; }
#HAw0GWn8wKH1Tbzdf3V1rx7x7z8xiiy2 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:17.875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaD7K28Ve8QIKd0xZUWS7Qp4vvisO82o { position:absolute;display:block;z-index:100027;background-color:#0099d2;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;height:4.125rem;width:19rem;top:11.5rem;left:40.5rem;display:block; }
#JaFpdzyDoTvxil9gydw4IDoJ7oy2qmTy { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:12.75rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFapdcKS2W28OgVQlShmeUPsBFmOtsr6 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:6.875rem;left:44.3125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oV054dAp7uiCHvi68qTmzPFFTdvR97pR { position:absolute;display:block;z-index:100043;background-color:#f4901e;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.75rem;width:3.75rem;top:3.1875rem;left:34.25rem;display:block; }
#d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:4.5rem;left:34.25rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ZDF89n5/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.adaptive-delivery-prevent-bg, #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.lazyload, #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp.lazyloading { background-image: none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { border-width: 0; border-radius: 0; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row > .video-iframe-container {  }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:none; }#ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { position:absolute;display:block;z-index:100000;background-color:#0099d2;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:18.9375rem;width:49.75rem;top:7.5625rem;left:5.125rem;display:block; }
#rg4hiGO99gMN4d688SKduwNRA2Uqszmv { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.6875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QIb68u0aWoevoJMeZvI66XefEUTFWPyh { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.1875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuPSHKyvu1Nk8sE6DvlM7qR12cTwPkLu { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:14.375rem;left:20.625rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:17.4375rem;left:12.5625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:7.625rem;top:22.6875rem;left:26.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { top:0rem;left:0rem;width:12.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX6pJ7C3RGtupWhRzPu2qTnOaS5HADS3 { top:0rem;left:40.553466796875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbN6nPHWqJQlUQV8WfQbqIr6Bvd5JHCz { top:1.0625rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { top:40.25rem;left:19.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block; }
 }@media only screen and (max-width: 763px) { #RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { top:24.4375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPMCCfZXWhgqAZpaCP3BiuCmNV0Pn17 { top:6.4375rem;left:13.75rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFxpU41t8Gc5ExgqyvGE8uCUy2bZKQb { top:48.6875rem;left:9rem;width:5.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuLv9Ha3y5597WJVWyJyGq6cwvuGlHw { top:48.6875rem;left:32.9375rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { display:block; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkSIrTml7h24dwkx1GnOZ8Cg3cgWFiGi { width:47.75rem;height:7.9375rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc3JndHTi4ZmBGgFpRgVULggM5TGJFE { width:44.125rem;height:3.8125rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf2nbDIO5BwOyGs8LtDObkcJUZen3IQ1 { top:15.875rem;left:0rem;width:21.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDFbA2iKfZb1mrNL5ye15mUu6MmArVn { width:37.625rem;height:14.3125rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n37rlrzLLaqUB5TPgxsvURORX4KPpMo8 { width:15.875rem;height:1.5625rem;top:31.1875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT3kxZ5XzQulCTpTQcCNMOcFZBSemuxf { width:10.1875rem;height:1.875rem;top:31.125rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM6gJ96POMbDaaENIVMfptcNSzP3QdSk { top:0.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { display:block; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { width:47.75rem;height:6rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { width:7.6875rem;height:7.6875rem;top:15.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { width:7.5625rem;height:7.6875rem;top:15.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { width:7.6875rem;height:7.4375rem;top:15.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { width:7.6875rem;height:7.6875rem;top:15.3125rem;left:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { width:7.6875rem;height:7.625rem;top:15.375rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unITfltBeSTmtP58D265L8JdDJsDBegn { width:47.75rem;height:0.0625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaANnk7KW4FXbSuz6MOBCH2nldo6fsT8 { width:17.9375rem;height:6.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhZ1IVcvGlPA4DQTLdEAoCKScMDTAwBW { width:17.8125rem;height:1.625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8lDK0AvDKmdNyRWVVLMVAp4eQotH1zJ { width:5.8125rem;height:2.3125rem;top:34.1875rem;left:12.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdLqMihtCii0h94Uq8Ta9eUJPOAuoTg { width:8.875rem;height:2rem;top:36.3125rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llsoQtJdFlkmPHARlZq9FfZLvrkaSaxH { width:0.0625rem;height:4.875rem;top:33.75rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwNWpK5a1uzEDzwx9ADx6TqnHsG4CsD1 { width:0.0625rem;height:4.875rem;top:33.75rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3isoRG1HWAr5qiQ0uTHcqQc31gEh65n { width:8.3125rem;height:2rem;top:36.3125rem;left:22.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqWaR1vDyTCpTXefclOqJVI9umLwSEg { width:5.8125rem;height:2.3125rem;top:34.1875rem;left:22.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTD95MsiXEuvQ1NiaXfubBQP197w1Bf { width:0.0625rem;height:4.875rem;top:33.75rem;left:41.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF0OAGg2AFPK1oghutL70auzR4xghExI { width:0.0625rem;height:4.875rem;top:33.75rem;left:47.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFKGpZkKTdh7qUP7Zk3HtKGknDkyGn0D { width:8.4375rem;height:2rem;top:36.3125rem;left:39.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtV1vg0NqV8IgVqSDEStzD8NKTm4DS0T { width:7.4375rem;height:2rem;top:36.3125rem;left:32.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6RGJlabrxo1XMC5zazfTKDIEEzqNPXb { width:5.8125rem;height:2.3125rem;top:34.1875rem;left:32.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlaFWQJiqiCtb4vPbfabmsT2eu8odlp5 { width:5.8125rem;height:2.3125rem;top:34.1875rem;left:41.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E { display:block; }#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCGtsSmaxEwTtfEoJdsL3079dO6nPCvk { width:30.1875rem;height:6rem;top:10.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTVbDEPVpkKXVLu15du4ZTraEQVTFn3 { width:30.1875rem;height:4rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWBd8byOmEOln5VaoEo2iivEtO5AyVTo { width:30.1875rem;height:5.75rem;top:22.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeabCSMByxTf2wX8aqy0z0qCFwxVyGpP { width:4.625rem;height:4.625rem;top:29.5rem;left:0.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epixnTg6GVQqQJsUhzGBS7vT7gw7MVQL { width:10.9375rem;height:1.625rem;top:36.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcRHRZiiw48JCzdBODNh7ruCJvbAkol { width:10.9375rem;height:1.625rem;top:36.625rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDlmkhIWHAPDJ0Kvmkvi5Cno7MTBvOmJ { width:10.9375rem;height:1.625rem;top:36.625rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Zu8Pa3xS2WaL1x2XasDDr6mVSCfm08 { width:4.625rem;height:4.625rem;top:29.5rem;left:9.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrxoebaTCCroSbBDmxDbITEHKQTC0NE { width:4.625rem;height:4.625rem;top:29.5rem;left:18.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQCIxdk7zFBVtxk7GIxqsXu6OyDxtsw { top:13.875rem;left:23.875rem;width:23.4375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhiTBm4KDyoNduGP92tS7pab3xda31NU { display:block; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { width:29.6875rem;height:7.75rem;top:4.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { width:20.5rem;height:1.75rem;top:1.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcar9xdRTzrr07EaXufebA2srZogXIK5 { width:14.875rem;height:2.9375rem;top:26.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpV01Barfa7RgdDg2HeyOZ6uLo5quyZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #gSFbXwgPkC36q0HgTT9eNqoZTv2bxPTX { top:3.625rem;left:17.875rem;width:29.8125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPKp6d3y5PKVoqNJ1CzdxhHZw4HW4HGQ { width:20.5rem;height:7rem;top:14.75rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { display:block; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { width:22.625rem;height:2.4375rem;top:3.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtzghFu1a35uJvXV22yzKAUty6bPpb8n { width:29.9375rem;height:3.8125rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-checkbox-label { width:24.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { width:25.6875rem;height:17.0625rem;top:0.3125rem;left:19.5625rem; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { width:25.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { width:25.6875rem;height:17.0625rem;top:0.3125rem;left:19.5625rem; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #mUDNd9sLln818pagkcbcZb421pKy5zTU {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #MD4LoGcx401Fzc9GaFTHZQtB5A2lU91O {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Nn0nyOs884kAhtmAlmiTU3adXuurET9v {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI {  }
 }@media only screen and (max-width: 763px) { #izfoT7h3LBRxb3JD1OnpNl3LRbJQGmmN { width:22.5625rem;height:2.375rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq { display:block; }#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGSVgXET6JGv0R1MVXuooNP1clgthTlD { top:3.625rem;left:16rem;width:7.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNbRLm2LDh4E78QqWRuJk3AExvgMMWT3 { top:0.875rem;left:0rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbRMZfsRRKkl0zFgy5T6zXAI4m279OTC { top:0.8125rem;left:0.605712890625rem;width:20.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O920TRIBK7cHfMqDDuGhuSBe5eOFmSVw { top:0.875rem;left:19.1875rem;width:4.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScnnpzBaI7WaqkUWS1oOgZINiyofSKxf { top:0.875rem;left:23.875rem;width:8.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2EaG0ny0KtO1goHcs5yAbukqRb1ErzB { top:0.875rem;left:33.6875rem;width:4.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFsZv3qwZkqkRzcUnC99fEblet2nKz58 { top:0.875rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { display:block; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { width:47.75rem;height:6rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { width:47.75rem;height:2rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv { display:block; }#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { width:19rem;height:34.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { width:19rem;height:4.125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { width:10.625rem;height:2.8125rem;top:6.875rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { width:18.8125rem;height:1.625rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { width:19rem;height:0.0625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { width:18.8125rem;height:1.625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { width:18.8125rem;height:1.625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { width:19rem;height:0.0625rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { width:18.8125rem;height:1.625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { width:19rem;height:0.0625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { width:18.8125rem;height:1.625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { width:11.75rem;height:2.9375rem;top:33.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block; }
 }@media only screen and (max-width: 763px) { #TI0CiigOPfZ6rin0xziW6hO4UErinlLT { width:19rem;height:34.875rem;top:4.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGDnMeotf6bwnwsdvrPtU8EQv6i2LNdl { width:11.75rem;height:2.9375rem;top:33.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X708RtxnQmuEZ07ZUTpFtGO7yfpBRcTO { display:block; }
 }@media only screen and (max-width: 763px) { #NnE1v9MmpUgGeIAa4pxgLAwncJbGh7wA { width:18.8125rem;height:1.625rem;top:29.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP3bCV4iKLnxmigVtTMUxZK1A7yWAVi8 { width:19rem;height:0.0625rem;top:28.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQOlyHKpNcTs9PxVNv1Inbq0Kt8CUv5B { width:18.8125rem;height:1.625rem;top:25.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDGbQFLN9eH1n7u79gok7nv67reWywrI { width:19rem;height:0.0625rem;top:24.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuKC3zuI7q0TfluNPeceKiQqg5qN3hvs { width:18.8125rem;height:1.625rem;top:21.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwLNtCFGVktx4nTJC0aGh8hdWe4O0Eu7 { width:19rem;height:0.0625rem;top:20.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfzB4dATqXBdQBJTpFuUpcNb6A2FKAha { width:18.8125rem;height:1.625rem;top:17.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMzoiOplWC57yg9Ltvp2H4S9IlkXhDM { width:19rem;height:4.125rem;top:11.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwFTTWebl0m25SqOIfNuTLsFP7r335d { width:18.8125rem;height:1.625rem;top:12.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf7q3Dqpr1nHpopde3QgSmN0bvoRtmav { width:11.25rem;height:2.8125rem;top:6.875rem;left:18.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmrrX4qhF0ZzaxaR2lrfsnwLG9CTx4Uc { width:19rem;height:34.875rem;top:4.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TWHLUMD2QFCF1Aos0B89KgA6Ap1NGb { width:11.75rem;height:2.9375rem;top:33.625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJWgxJ51DqT3MZ5nMbXecd5CuXzx3l1u { display:block; }
 }@media only screen and (max-width: 763px) { #tIp0agwnVAZDXw03aienFm0VEdeS3tO4 { width:18.8125rem;height:1.625rem;top:29.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIUdEzsSnqlbwAgkfDx1m1ewLOW9P8cf { width:19rem;height:0.0625rem;top:28.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUahvy3iQQFUldSpuJvNGRB0GZALKsU { width:18.8125rem;height:1.625rem;top:25.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Ne1wxVCEsnWCLU3Z6WiD0RUlECHVD1 { width:19rem;height:0.0625rem;top:24.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOD2m5N9GxtdSmxlPTMLXDTeqK1KB7pP { width:18.8125rem;height:1.625rem;top:21.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0uzRE2GxE2C0l3LdDqfa2vREUMSAydN { width:19rem;height:0.0625rem;top:20.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAw0GWn8wKH1Tbzdf3V1rx7x7z8xiiy2 { width:18.8125rem;height:1.625rem;top:17.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaD7K28Ve8QIKd0xZUWS7Qp4vvisO82o { width:19rem;height:4.125rem;top:11.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaFpdzyDoTvxil9gydw4IDoJ7oy2qmTy { width:18.8125rem;height:1.625rem;top:12.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFapdcKS2W28OgVQlShmeUPsBFmOtsr6 { width:11.625rem;height:2.8125rem;top:6.875rem;left:34rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV054dAp7uiCHvi68qTmzPFFTdvR97pR { width:3.75rem;height:3.75rem;top:3.1875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { width:3.6875rem;height:1.1875rem;top:4.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { display:block; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { width:47.75rem;height:18.9375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg4hiGO99gMN4d688SKduwNRA2Uqszmv { width:2.6875rem;height:4rem;top:10.3125rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIb68u0aWoevoJMeZvI66XefEUTFWPyh { width:47.75rem;height:1.6875rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuPSHKyvu1Nk8sE6DvlM7qR12cTwPkLu { width:18.8125rem;height:1.1875rem;top:14.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { width:34.875rem;height:2.75rem;top:17.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { width:7.625rem;height:7.625rem;top:22.6875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM { position:relative;z-index:auto;background-color:rgba(255,255,255,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { background-color: transparent; background-image: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container { display: none; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .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); }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { border-width: 0; border-radius: 0; }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row > .video-iframe-container {  }#l7IMw8aZ9yf7LCZGWXHV4PC1nsKGBHuM > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTBQhJE3eXu40OEE5z1R1XS3ZtM90bXn { width:8.9375rem;height:2rem;top:3.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX6pJ7C3RGtupWhRzPu2qTnOaS5HADS3 { width:3.125rem;height:3.125rem;top:0rem;left:14.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbN6nPHWqJQlUQV8WfQbqIr6Bvd5JHCz { width:6.622375rem;height:1.29948125rem;top:3.4739584922791rem;left:12.688802719116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.68);background-image:none;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwLDXPdEJR5x1T9CDTORDe7NqhVfIqRT { top:43.123779296875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;background-color:#2cb8d6;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(44,184,214,0.6) ;display:none; }
 }@media only screen and (max-width: 763px) { #GrEO4RVJEkVoIPKUTv9EkSu44VVt0Wgc { display:block; }
 }@media only screen and (max-width: 763px) { #RlbkzCHAZ54m83V8HKqkunlSzn1XzLMS { width:20rem;height:6rem;top:19.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFPMCCfZXWhgqAZpaCP3BiuCmNV0Pn17 { width:18rem;height:18rem;top:1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFxpU41t8Gc5ExgqyvGE8uCUy2bZKQb { width:5.25rem;height:1.13671875rem;top:32.625rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuLv9Ha3y5597WJVWyJyGq6cwvuGlHw { width:10.25rem;height:1.13671875rem;top:35rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCkagZKT0PLOlQr86Uffg73ZR4zepQE { display:none; }#srCkagZKT0PLOlQr86Uffg73ZR4zepQE > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KkSIrTml7h24dwkx1GnOZ8Cg3cgWFiGi { width:20rem;height:21rem;top:23.4560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc3JndHTi4ZmBGgFpRgVULggM5TGJFE { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf2nbDIO5BwOyGs8LtDObkcJUZen3IQ1 { width:19.8125rem;height:19.8125rem;top:3.6435546875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDFbA2iKfZb1mrNL5ye15mUu6MmArVn { width:20rem;height:22.5rem;top:44.4560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n37rlrzLLaqUB5TPgxsvURORX4KPpMo8 { width:15.875rem;height:1.5rem;top:68.8310546875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT3kxZ5XzQulCTpTQcCNMOcFZBSemuxf { width:10.1875rem;height:1.875rem;top:66.9560546875rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM6gJ96POMbDaaENIVMfptcNSzP3QdSk { width:20rem;height:0;top:71.5810546875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ { display:none; }#WrsxJ4xFRaV4T3vcTHE4LXdXfy2WwTVQ > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDQLk4cfZhwq4RkZqeTVb5chdTUdiE8m { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAif4TfK00EMyyE1PsoaIm1l2G5riU7c { width:7.6875rem;height:7.6875rem;top:8.5rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfkvHHOA0piPoaCwTskvgEs1iVtm44GJ { width:7.5625rem;height:7.6875rem;top:6.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk6LfRdAJztEhZWUlbqWxLT0lpdkVBJz { width:7.6875rem;height:7.4375rem;top:17.4375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmVT0cqsimKURR2TQ1f5D0pgexVaq9pX { width:7.6875rem;height:7.6875rem;top:35.0625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdUZ9og3A2CPA0dwQzcuO82qJcNtAXi { width:7.6875rem;height:7.625rem;top:15.49925rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unITfltBeSTmtP58D265L8JdDJsDBegn { width:20rem;height:0.0625rem;top:24.43625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaANnk7KW4FXbSuz6MOBCH2nldo6fsT8 { width:19.5625rem;height:2.4375rem;top:25.889130875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhZ1IVcvGlPA4DQTLdEAoCKScMDTAwBW { width:20rem;height:1.625rem;top:41.763155875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8lDK0AvDKmdNyRWVVLMVAp4eQotH1zJ { width:5.8125rem;height:1.9375rem;top:29.638155875rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfdLqMihtCii0h94Uq8Ta9eUJPOAuoTg { width:6.625rem;height:1.625rem;top:32.825655875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llsoQtJdFlkmPHARlZq9FfZLvrkaSaxH { width:0.0625rem;height:4.875rem;top:44.638155875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwNWpK5a1uzEDzwx9ADx6TqnHsG4CsD1 { width:0.0625rem;height:4.875rem;top:87.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3isoRG1HWAr5qiQ0uTHcqQc31gEh65n { width:7rem;height:1.625rem;top:35.700655875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqWaR1vDyTCpTXefclOqJVI9umLwSEg { width:5.8125rem;height:1.9375rem;top:38.575655875rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTD95MsiXEuvQ1NiaXfubBQP197w1Bf { width:0.0625rem;height:4.875rem;top:105.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF0OAGg2AFPK1oghutL70auzR4xghExI { width:0.0625rem;height:4.875rem;top:121.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFKGpZkKTdh7qUP7Zk3HtKGknDkyGn0D { width:5.3125rem;height:0;top:111.9375rem;left:7.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZtV1vg0NqV8IgVqSDEStzD8NKTm4DS0T { width:5.3125rem;height:0;top:99.8125rem;left:7.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G6RGJlabrxo1XMC5zazfTKDIEEzqNPXb { width:5.8125rem;height:0;top:93.8125rem;left:7.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nlaFWQJiqiCtb4vPbfabmsT2eu8odlp5 { width:5.8125rem;height:0;top:115.5rem;left:7.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E { display:none; }#cVJckLJ1rgERQzPH5SUFlXXKhOGtUo2E > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xCGtsSmaxEwTtfEoJdsL3079dO6nPCvk { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTVbDEPVpkKXVLu15du4ZTraEQVTFn3 { width:20rem;height:4.875rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWBd8byOmEOln5VaoEo2iivEtO5AyVTo { width:17.125rem;height:10.0625rem;top:12.68676875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeabCSMByxTf2wX8aqy0z0qCFwxVyGpP { width:4.625rem;height:4.625rem;top:23.99926875rem;left:7.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epixnTg6GVQqQJsUhzGBS7vT7gw7MVQL { width:6.1875rem;height:1.1875rem;top:41.74731875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcRHRZiiw48JCzdBODNh7ruCJvbAkol { width:5.875rem;height:1.1875rem;top:44.24634375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDlmkhIWHAPDJ0Kvmkvi5Cno7MTBvOmJ { width:5.4375rem;height:1.1875rem;top:46.74536875rem;left:7.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Zu8Pa3xS2WaL1x2XasDDr6mVSCfm08 { width:4.625rem;height:4.625rem;top:29.87426875rem;left:7.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrxoebaTCCroSbBDmxDbITEHKQTC0NE { width:4.625rem;height:4.625rem;top:35.81079375rem;left:7.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQCIxdk7zFBVtxk7GIxqsXu6OyDxtsw { width:20rem;height:17.333rem;top:49.24439375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhiTBm4KDyoNduGP92tS7pab3xda31NU { display:none; }#nhiTBm4KDyoNduGP92tS7pab3xda31NU > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrsxzZ3cM6JFw7HEMFPt9G2TaOwZ8Nd0 { width:20rem;height:8.4375rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z77q8dNuNbEGuhXDIbIl5hddxwf3T0Sy { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcar9xdRTzrr07EaXufebA2srZogXIK5 { width:11.74925rem;height:2.9370125rem;top:18.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpV01Barfa7RgdDg2HeyOZ6uLo5quyZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #gSFbXwgPkC36q0HgTT9eNqoZTv2bxPTX { width:20rem;height:17.307125rem;top:22.6245125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPKp6d3y5PKVoqNJ1CzdxhHZw4HW4HGQ { width:20rem;height:3.75rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv { display:none; }#GFIFMbU1u9dwlUzQNnM790dVqvceS8Pv > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqsTCSHmOrsszBp1Lx0p65nbWf2FlytJ { width:14.87425rem;height:2.03125rem;top:1.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtzghFu1a35uJvXV22yzKAUty6bPpb8n { width:20rem;height:2.421875rem;top:4.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-text {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-select {padding-top: 0; padding-bottom: 0;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o  { width:17.5rem;height:auto;top:9.561767578125rem;left:0rem; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gymid76seRwiKdbeTcMBoQ8pLozoOs0o {display:block;}#gymid76seRwiKdbeTcMBoQ8pLozoOs0o { width:17.5rem;height:20.1330625rem;top:11.484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #mUDNd9sLln818pagkcbcZb421pKy5zTU {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #MD4LoGcx401Fzc9GaFTHZQtB5A2lU91O {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Nn0nyOs884kAhtmAlmiTU3adXuurET9v {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #JdZs0WJg6G9IRW4mJiJJKHFv67Rq2VWJ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #PETiWemuIWMnbzTWC5ytpmdkfCEVBmqi {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #NUT7T8AkVLwpnhL25B1hTxan9CMIqhsu {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #dG1J1OwJ6SAXHEtiZSNbxEmyKzdGHWoQ {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tg6XnPX6xOJeP42ffJLGBBHX6V6P7Rle {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #skXlQTZ187wy73fsdbzNVqIsl6oMGBoT {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #Tf7O3RewDhraWpTuorwUHUhD9Thb6SUt {  }
 }@media only screen and (max-width: 763px) { #gymid76seRwiKdbeTcMBoQ8pLozoOs0o #hH4h8wRn45avToFvBO320cI0esb0iheI {  }
 }@media only screen and (max-width: 763px) { #izfoT7h3LBRxb3JD1OnpNl3LRbJQGmmN { width:20rem;height:2.03125rem;top:8.203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq { display:none; }#x2RRGXqERpRCPmCPe74uTyTw6tb3Tveq > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WGSVgXET6JGv0R1MVXuooNP1clgthTlD { width:7.5610625rem;height:0.972225rem;top:15.68359375rem;left:6.21826171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNbRLm2LDh4E78QqWRuJk3AExvgMMWT3 { width:4.6875rem;height:1.597225rem;top:1.70166015625rem;left:7.061767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbRMZfsRRKkl0zFgy5T6zXAI4m279OTC { width:15.9985625rem;height:3.19444375rem;top:3.26416015625rem;left:1.99951171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O920TRIBK7cHfMqDDuGhuSBe5eOFmSVw { width:5rem;height:1.597225rem;top:6.9375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScnnpzBaI7WaqkUWS1oOgZINiyofSKxf { width:8.4375rem;height:1.597225rem;top:8.5rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2EaG0ny0KtO1goHcs5yAbukqRb1ErzB { width:4.56176875rem;height:1.597225rem;top:10.625rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFsZv3qwZkqkRzcUnC99fEblet2nKz58 { width:12.8125rem;height:1.597225rem;top:12.1875rem;left:3.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM { display:none; }#OGAo2hmn7TxqrX5LiyEO6xuOTXzZRyuM > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dI2kF78ZEh49xFU9JPtDUlqf5B1gqe1p { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirnKP9EdM82VpV0Bn4Z4p3WXOlrT3kD { width:20rem;height:3.25rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv { display:none; }#cSbEB0UWl4Q46aJ7eezgXW5bWSTQxFvv > .row .container { width:20rem;height:118.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTSpymi4wVpAqbvunAv4SvXMBrAqhfmg { width:19rem;height:34.875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLFTJgtNNcV6T2Hf4hWmVXVHmIsaEfKF { width:19rem;height:4.125rem;top:8.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN5LzaobTmFz7a5bxsI6D2ZIMgv42UgV { width:10.75rem;height:2.25rem;top:3.5rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2RS3VGH6Jwg0pHvtlcqXc0lQSbFpvF2 { width:18.8125rem;height:1.625rem;top:9.375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlsIbOi6Di4a8irvgqw833IUIDiUEMV { width:19rem;height:0.0625rem;top:17.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awnC8T7nhGKgmBn2OyEOBG9gJzv7DuIL { width:18.8125rem;height:1.625rem;top:14.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka2MF8skkCRkUXeT5mdf7ZGwH2Ui7qDH { width:18.8125rem;height:1.625rem;top:18.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJz6qxQShXPKWB9evXt8LA9OdNJTKki { width:19rem;height:0.0625rem;top:21.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDMbTU0xyGMu7DmbxerAaxZkvw80U29 { width:18.8125rem;height:1.625rem;top:22.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Pu8BArMyEzALnBFGfwzzD8xXJJrp9n { width:19rem;height:0.0625rem;top:25.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uVo53BCib7BNCAptkT1PBE7J4J8F0r { width:18.8125rem;height:1.625rem;top:26.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxaELrxeidOAO7OvfbNWbstmQqG1Ogx { width:11.75rem;height:2.9375rem;top:30.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNmI6CpTTmvHuhiXqBLU5D8IuPaz0dO { display:block; }
 }@media only screen and (max-width: 763px) { #TI0CiigOPfZ6rin0xziW6hO4UErinlLT { width:19rem;height:34.875rem;top:37.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGDnMeotf6bwnwsdvrPtU8EQv6i2LNdl { width:11.75rem;height:2.9375rem;top:66.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X708RtxnQmuEZ07ZUTpFtGO7yfpBRcTO { display:block; }
 }@media only screen and (max-width: 763px) { #NnE1v9MmpUgGeIAa4pxgLAwncJbGh7wA { width:18.8125rem;height:1.625rem;top:62.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP3bCV4iKLnxmigVtTMUxZK1A7yWAVi8 { width:19rem;height:0.0625rem;top:61.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQOlyHKpNcTs9PxVNv1Inbq0Kt8CUv5B { width:18.8125rem;height:1.625rem;top:58.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDGbQFLN9eH1n7u79gok7nv67reWywrI { width:19rem;height:0.0625rem;top:57.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuKC3zuI7q0TfluNPeceKiQqg5qN3hvs { width:18.8125rem;height:1.625rem;top:54.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwLNtCFGVktx4nTJC0aGh8hdWe4O0Eu7 { width:19rem;height:0.0625rem;top:53.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfzB4dATqXBdQBJTpFuUpcNb6A2FKAha { width:18.8125rem;height:1.625rem;top:50.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMzoiOplWC57yg9Ltvp2H4S9IlkXhDM { width:19rem;height:4.125rem;top:44.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwFTTWebl0m25SqOIfNuTLsFP7r335d { width:18.8125rem;height:1.625rem;top:45.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf7q3Dqpr1nHpopde3QgSmN0bvoRtmav { width:12rem;height:2.25rem;top:39.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmrrX4qhF0ZzaxaR2lrfsnwLG9CTx4Uc { width:19rem;height:34.875rem;top:78.56175rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TWHLUMD2QFCF1Aos0B89KgA6Ap1NGb { width:11.75rem;height:2.9375rem;top:107.56175rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJWgxJ51DqT3MZ5nMbXecd5CuXzx3l1u { display:block; }
 }@media only screen and (max-width: 763px) { #tIp0agwnVAZDXw03aienFm0VEdeS3tO4 { width:18.8125rem;height:1.625rem;top:103.43675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIUdEzsSnqlbwAgkfDx1m1ewLOW9P8cf { width:19rem;height:0.0625rem;top:102.37425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUahvy3iQQFUldSpuJvNGRB0GZALKsU { width:18.8125rem;height:1.625rem;top:99.56175rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Ne1wxVCEsnWCLU3Z6WiD0RUlECHVD1 { width:19rem;height:0.0625rem;top:98.49925rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOD2m5N9GxtdSmxlPTMLXDTeqK1KB7pP { width:18.8125rem;height:1.625rem;top:95.68675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0uzRE2GxE2C0l3LdDqfa2vREUMSAydN { width:19rem;height:0.0625rem;top:94.62425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAw0GWn8wKH1Tbzdf3V1rx7x7z8xiiy2 { width:18.8125rem;height:1.625rem;top:91.81175rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaD7K28Ve8QIKd0xZUWS7Qp4vvisO82o { width:19rem;height:4.125rem;top:85.43675rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaFpdzyDoTvxil9gydw4IDoJ7oy2qmTy { width:18.8125rem;height:1.625rem;top:86.68675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFapdcKS2W28OgVQlShmeUPsBFmOtsr6 { width:12.125rem;height:2.25rem;top:80.81175rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV054dAp7uiCHvi68qTmzPFFTdvR97pR { width:3.75rem;height:3.75rem;top:73.56175rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1MKiVAg1DN1PC9JHAR0qR6S5LdmUGvD { width:3.6875rem;height:1.1875rem;top:74.87425rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp { display:none; }#MSNJbBNIT0T9NqeFamTmgZPd5MLhtxbp > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ErK6fphSGBgyCokZ9WWETPeJcnyrBkUT { width:20rem;height:18.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg4hiGO99gMN4d688SKduwNRA2Uqszmv { width:2.6875rem;height:4rem;top:4rem;left:17.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIb68u0aWoevoJMeZvI66XefEUTFWPyh { width:18.8125rem;height:1.625rem;top:6.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuPSHKyvu1Nk8sE6DvlM7qR12cTwPkLu { width:18.8125rem;height:1.125rem;top:8.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb6MERP5l9dduTvbq93l5Ihh1U3CAJlI { width:20rem;height:3.5625rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2U9xGAeJ4ydywRyIhsfCm0TMsmyHBt6 { width:7.625rem;height:7.625rem;top:16.375rem;left:12.375rem;display:block; }
 }