.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/DXQooiFD/graduacao_fisioterapia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,252,254,0.75); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,252,254,0.75); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:35rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:4.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.125rem;left:0rem;height:4.87521875rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKUaOrlyehWkLHFLl1q34MCcRRpwBqIu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:8.0615rem;top:1.96875rem;left:5.9375rem;overflow:hidden;display:block; }
#faeCOymr6KEsOPhvDBalXN0Pi6URxAgV { display:block;width:67.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.75rem;left:3.875rem;height:4.38585rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7oxKnXSTixgTiBxMuCaB6KCMQMVZDkq { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:23.750001907349rem;left:0rem;height:3.4982625rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vM3yiFEahMze7kGXMf5gaTf5FzocDIu6 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:24.6875rem;left:0rem;height:1.484375rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tiKfrqqBTUtcMZSixxCRfDt4H5dw3d6x { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:24.6875rem;left:0rem;height:1.484375rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mVZMuhWcw4Cqgg7HHLFFo07HStgTJhpv { color:#1b6763;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3984377384186rem;left:53.061199188233rem;height:2.03125rem;font-style:normal;display:block; }
#GZuney4gooAne3Tu4coScWQGl7s8Ccpm { background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.7498125rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.881294250488rem;left:24.624568939209rem;display:block; }
#QtlLRyIpSXQCUSlQ50pgPxnLCognz5UR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container { background-color: transparent; background-image: none; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container > .video-iframe-container { display: none; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row > .video-iframe-container { display: none; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .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); }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container { border-width: 0; border-radius: 0; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#IvJxsP8pTFrInx9QViAfG6s9Myz63mHT { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.1538639068604rem;left:0rem;height:2.5rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL { position:relative;display:block; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL { background-color: transparent; background-image: none; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container > .video-iframe-container { display: none; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row > .video-iframe-container { display: none; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .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); }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL { border-width: 0; border-radius: 0; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PEB3zkSKCXOUx9LV9qxW71P5zimQqbx3 { position:absolute;display:block;z-index:15004;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:5.4375rem;display:block; }
#JexiGkAfrxSA9ubhrKpccCR82ZZEkbSm { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.7495625rem;top:13.75rem;left:6.1875rem;display:block; }
#EiNOSmRkxukGPHzTvKw8ERrms8WBDJZD { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.4375rem;left:9.875rem;height:1.21853125rem;font-style:normal;display:block; }
#KuXFg6fWhzzb4JCsiMnhKvvdTCTSCzfw { display:block;width:14.249125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.4375rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#RAz1udIupLEbprz7ZEconPs3Xwr4dX6m { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:5.375rem;overflow:hidden;display:block; }
#yp5DIW2G6wr9DXGSEX3tqvvCilIAuPuZ { position:absolute;display:block;z-index:15008;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1861875rem;top:4.6875rem;left:30.4375rem;display:block; }
#TTUJVADgFLMcPwDEmczzn64f5pKxaGs1 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.7485rem;top:13.75rem;left:31.1875rem;display:block; }
#gV9fTR3ub0CuEOxf3zDboSH5cKUPNQ6F { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:30.375rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bWquHyRbi6l7JTTQ9TmQZzhanQSTwa7U { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1861875rem;top:1.5rem;left:30.4375rem;overflow:hidden;display:block; }
#kXH305sPLcqoeKCnF4Dn9uPFiuheBTdH { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.9375rem;height:1.21853125rem;font-style:normal;display:block; }
#kaPpztvXOfrrXVCTvIWVVG6iUxrrrHTZ { position:absolute;display:block;z-index:15002;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1861875rem;top:4.6875rem;left:55.375rem;display:block; }
#RV0JCk7XtW3mTEnmresWwWN1myn4EVQO { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.75rem;left:56.125rem;display:block; }
#ieeKPw29B7EL54yBSy4DN4Qckimcb0CF { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.875rem;height:1.21853125rem;font-style:normal;display:block; }
#RpW2TyeQMV6M4TDShlPkh5yhOMQ6Encs { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.625rem;left:55.375rem;height:1.462675rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#rMP9H0nTXgGXZTKVHEMEG2TpdDZb30Pf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:55.375rem;overflow:hidden;display:block; }
#SBixS1T3PVmnQ300paLQDeTUTwBTOS8z { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:3.0609817504883rem;left:57.311199188233rem;overflow:hidden;display:none; }
#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U { position:relative;display:block; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U { background-color: transparent; background-image: none; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container > .video-iframe-container { display: none; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row > .video-iframe-container { display: none; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .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); }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U { border-width: 0; border-radius: 0; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GnnnRsblve6w59lAWQydODVBd23gxzdm { position:absolute;display:block;z-index:15016;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:5.375rem;display:block; }
#ixq7Qm5ieyGKz9nM4QsagrmJuAoFDxB7 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.75rem;left:6.125rem;display:block; }
#EFMpXm6mlWebvVXZVdXfffe2HHi5aluc { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.3125rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#eVFX24XrQsb7vr6wvhbscgMJ7shR5S9q { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.875rem;height:1.21853125rem;font-style:normal;display:block; }
#xiqP8BPyJePO2rVypqLBRpAfQteTu6WN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:5.375rem;overflow:hidden;display:block; }
#LNHFwixfuvlyHSoXIJvapINSK2VdcX0a { position:absolute;display:block;z-index:15004;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.75rem;left:30.375rem;display:block; }
#VTTpqaUDizTQlPkmABvPCVikTiUIvZBq { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.8125rem;left:31.1875rem;display:block; }
#xqZRxrwntx7JzlNlGfypXgUO4du3QQrW { display:block;width:14.249125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:30.4375rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#Ofb1fBDVHwctdRmiAVQ5Bur3mvU9Zonz { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.8125rem;height:1.21853125rem;font-style:normal;display:block; }
#oiGkpPAexUiEm6Swy1WtWzTGhe5KK3I6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:30.375rem;overflow:hidden;display:block; }
#GGre9lMWVp4fKFR5TaMTsJUgLKCan3wt { position:absolute;display:block;z-index:15008;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:55.4375rem;display:block; }
#r3hCe6THxCtMSTmi1HtvWhacHmaetHOC { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:55.3125rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#TxtaM3TtimBdFw9k26lAlnNeBdS6ni3q { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.8125rem;left:56.0625rem;display:block; }
#PU0cmgxLPdQ7O9WqHT8NuGWA16IWOl3i { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:55.4375rem;overflow:hidden;display:block; }
#yvNS2If3SmwnoQ91cx54qmxpoTgkupEn { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.8125rem;height:1.21853125rem;font-style:normal;display:block; }
#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph { position:relative;display:block; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph { background-color: transparent; background-image: none; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container > .video-iframe-container { display: none; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row > .video-iframe-container { display: none; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .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); }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph { border-width: 0; border-radius: 0; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#weWeP2fSi3ISSEtIXJpE7mDdSmhDViiX { position:absolute;display:block;z-index:15012;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:5.375rem;display:block; }
#MOrCNvt7QeR8mFUmApOKxyOIzkDbE0ZG { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.8125rem;left:6.125rem;display:block; }
#LBW1syfPs6RIIooy5lQG1Va6SOEUAIiZ { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.875rem;height:1.21853125rem;font-style:normal;display:block; }
#xiJTiig0veQbJktTKXRLGODwzpbwtbEl { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.3125rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#vhyU5Dfw0dLRZxMmx34SOC0sAkSEKhub { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:5.375rem;overflow:hidden;display:block; }
#N0OM4OVk91MWpt2EfS7uZHbdcm8LNokd { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.625rem;left:30.3125rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#GWq2EuXhsbu947PHEzqagxNRryR6MZil { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1873125rem;top:1.5rem;left:30.375rem;overflow:hidden;display:block; }
#zNADMN24l669ipOSnT8soeTpkf08xtAK { position:absolute;display:block;z-index:15016;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:30.375rem;display:block; }
#KOnVOz53eF6A2xBh8NTKI2GBca32yoUE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.747375rem;top:13.8125rem;left:31.125rem;display:block; }
#R1eqkfvOtfA7FPKdz9IUbezzii4S5OBc { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.5rem;left:34.875rem;height:1.21853125rem;font-style:normal;display:block; }
#QbneT2Sm6EMKWT7CBc3sX60kIEfMLkJN { position:absolute;display:block;z-index:15009;background-color:#1b6763;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.1873125rem;top:4.6875rem;left:55.373264312744rem;display:block; }
#f2RdDMMpQxiNmDVXP6P5DkNGPx8ImAXw { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.56185rem;width:12.7463125rem;top:13.810764312744rem;left:56.126308441162rem;display:block; }
#v9tNpbHOZzT0asHam6voiJpF7LSbT1SF { color:#1b6763;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.419486999512rem;left:59.811199188233rem;height:1.21853125rem;font-style:normal;display:block; }
#GboAwD8PmkbPtOtJQ3sOKqhMeqnrdgRP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1875rem;top:1.4984836578369rem;left:55.373264312744rem;overflow:hidden;display:block; }
#vAKhD954DD7VdlQfbXibV7FBGw8IngSz { display:block;width:14.2480625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.623264312744rem;left:55.375438690186rem;height:1.462675rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b6763;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.25rem;height:3.7380625rem;font-style:normal;color:#4fbf70;text-align:center;text-align-last:center;display:block; }
#vbtnEuH5eLFOtARVu5cowUuP32TpAshn { display:block;width:23.8748125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:7.6128463745119rem;left:6.5614166259762rem;height:11.02864375rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#yEiXiM4nfznD0EbfZZcIRoaln0HJkpPQ { box-sizing:content-box;color:#ffffff;font-size:2.6875rem;font-weight:400;line-height:1;height:3.87478125rem;width:3.87478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:20.934246063233rem;left:12.380210876465rem;display:block; }
#rkm4K73QJMTdbztbSBTOZ3V5TZmtS0Dz { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:20.873481750488rem;left:16.435546875rem;display:block; }
#ATPN579vvXMcJGpavw8STo4O0oU4nv0r { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:20.873481750488rem;left:20.560550689698rem;display:block; }
#XP0VA1pPfhqm3MrFFvsBhri8ilv5TTDk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.75rem;display:none; }
#nS1ak0TVBZxVuPsrGTX8TLCl0vOHDJT1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.686875rem;width:31.311875rem;top:3.59375rem;left:38.248699188233rem;overflow:hidden;display:block; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { position:relative;display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3393106460571rem;left:0rem;height:3.7380625rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx { position:relative;display:block; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx { background-color: transparent; background-image: none; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container > .video-iframe-container { display: none; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row > .video-iframe-container { display: none; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .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); }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx { border-width: 0; border-radius: 0; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xiubwcOGkTcXe6Gzuk9NoGBpRCWM6Hpe { display:block;width:26.624375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:1.9375rem;left:5.4375rem;height:11.2413125rem;text-align:justify;text-align-last:initial;color:#515151;font-style:normal;display:block; }
#VwFfZqhAEgBlCyATak9lWXQ5vJGRntfx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.25rem;top:1.1875rem;left:4.625rem;overflow:hidden;display:block; }
#wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { display:block;width:20.999375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.184463500976rem;left:11.875rem;height:2.599825rem;text-align:left;text-align-last:left;color:#4fbf70;font-style:normal;display:block; }
#Mx44qzILzrh532zTXgWvyT7GqWUtPSmV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:28.25rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#bPbpvTo0H9leeMSVHDuAenSormB83yUF { display:block;width:20.999375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:49.4375rem;height:2.599825rem;text-align:left;text-align-last:left;color:#4fbf70;font-style:normal;display:block; }
#oE1T3RZPr8ht7SWkKWKXv91LrDSWv9Ie { display:block;width:26.624375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.875rem;left:42.9375rem;height:7.8689375rem;text-align:justify;text-align-last:initial;color:#515151;font-style:normal;display:block; }
#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT { position:relative;display:block; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT { background-color: transparent; background-image: none; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container > .video-iframe-container { display: none; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row > .video-iframe-container { display: none; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .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); }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT { border-width: 0; border-radius: 0; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vMlV1tqBXXR9uxczg0TKH8K5M5yqKob7 { display:block;width:56.31125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5420808792114rem;left:9.3125rem;height:2.2482625rem;text-align:justify;text-align-last:initial;color:#515151;font-style:normal;display:block; }
#f5iCNp5Sru5XvmbDByLSyIAun7ViXTr5 { display:block;width:43.2493125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0466966629028rem;left:21.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#4fbf70;font-style:normal;display:block; }
#OlJTw6Hd7qpByZh1hN6LBpXXwn19R3zz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:60rem;top:0.56107902526856rem;left:7.5rem;overflow:hidden;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b6763;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:35.7493125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:19.625rem;height:3.7380625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#k9fpnpt3RiNxekl7TZFBLpMEtTvVgAdU { position:absolute;display:block;z-index:15002;height:11.25rem;width:20rem;top:7.375rem;left:37.6875rem;display:block; }
#g7PnAmfBNZTnHWxQm7T0RTiPDKxUbEdT { position:absolute;display:block;z-index:15003;height:11.25rem;width:20rem;top:7.375rem;left:17.375rem;display:block; }
#TM7rOFaRNZ12PqapcwznHD3mCf5v8J8w { display:block;width:20.062125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:17.3125rem;height:3.6556rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#vuAOcpuRufbwzXTkCQeFHkk5ob952RoG { display:block;width:20.06125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:37.625rem;height:2.4370625rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#xAXK7LUMurdgobFBTWQK1I6WsxBmInmR { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3393106460571rem;left:0rem;height:3.68055625rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:none; }
#uppbbLcytlsm8os0LwxEhpC6UgcQ1bS9 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3393106460571rem;left:0rem;height:3.68055625rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:none; }
#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt.adaptive-delivery-prevent-bg, #mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt.lazyload, #mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt.lazyloading { background-image: none; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container { background-color: transparent; background-image: none; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container > .video-iframe-container { display: none; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row > .video-iframe-container { display: none; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .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); }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container { border-width: 0; border-radius: 0; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container { width:75rem;height:44.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#pAInRATW9F3JKLJS3T40zIonQ3dh5gB2 { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:39.4375rem;width:26.375rem;top:3.3125rem;left:41rem;display:block; }
#VE7gDo006JuEELzLHX9eheruR1mmTmJW { color:#515151;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.3125rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQiThbuKXmZTtDcRqduRvmfNLNcTw1Bh { color:#333333;display:block;width:21.9998125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.792100906372rem;left:43.186855316162rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-form-header {  }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#000000;width:22.0625rem;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;font-style:normal; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#265aa7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5rem;font-family:"open sans";overflow:hidden; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-container:first-of-type{padding-top:0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-container:last-of-type{padding-bottom:0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.811859130859rem;left:42.061634063721rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T {display:block;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.811859130859rem;left:42.061634063721rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #s7SqV4FhvdDiocDK3vJqpaMv3NHQiTUc { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #AfLvlcf8UzQNZDBRmsNcb7ltyA6ybZWv { position:relative;display:block; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #xdwZFbRgtBZMHs0EaQBsToeuIHMrvahM { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #iclFC6cd93ZaTsrV0UfHCmR6Dl2sDh3I { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #S7zvipgRS1W23tDBmzZ1loGqVQwT4o3B { position:relative;display:block; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #pRSB4DRUkc79GKM7pebFeT1Lqea9Klpm { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #F2VKfU40LJ7HzD4HaxtKueFJfZSFWJ2v { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #QcOM4xs8dKBrVGfdbd23s6A1sBOxXMtM { position:relative;display:block; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #CmE6hG9dbEruUTDy1gX2DHyfalStpgQ4 { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #He6kr4KRb6cnlJ86xwVyZNdy0m6CvpIs { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #fA6SAUomESqeRyN69erZnOM1tTvNAMRR { position:relative;display:block; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #OIoHfGg6JmmsFouL4nmBGixw6DxcdsTu { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #lPwOw1iEPaLkdvM6mQz9LGVlTw8bHPPl { position:relative; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #sweXqU6ZFfVQUrd6aVJ6sXNk2vVtLgCt { position:relative; }
#DgDyHhpUJryreJehaQ0dDVG9vTFXoPV6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.186875rem;width:13.9995625rem;top:17.682292938233rem;left:15.310333251953rem;overflow:hidden;display:block; }
#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container { background-color: transparent; background-image: none; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container > .video-iframe-container { display: none; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row > .video-iframe-container { display: none; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .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); }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container { border-width: 0; border-radius: 0; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#FQfATHGKqUDpTpQNfcuNAxV2a1sWq15m { display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4333763122556rem;left:30.312503814698rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#4fbf70;font-style:normal;display:block; }
#SPhOacbzZ5PlrS7EfEzITQU6qc4TyKU0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:3.8737rem;top:1.0188827514649rem;left:41.694881439209rem;overflow:hidden;display:block; }
#TTi2hzanUA7zhrll3xaG4fqCz6g5TBJW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:10.811625rem;top:2.0182304382324rem;left:28.183597564698rem;overflow:hidden;display:block; }
#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx { position:relative;display:none; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx { border-width: 0; border-radius: 0; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vh0WysFHHZnz5Pz5uZRTlGXPfDLxhnsE { background-color:transparent;background-image:none;border-top:0.125rem solid #1b6763;border-left:0.125rem solid #1b6763;border-right:0.125rem solid #1b6763;border-bottom:0.125rem solid #1b6763;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#1b6763;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.625rem;left:38.125rem;display:none; }
#n6FTTZ9uKThaPJkN1UNMhLpSiqh8Wfls { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#sotfkLCDID1t1Leprh7ysxT2PAisizWQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#MtHPluIHQRWrxJDL4lCgm4FQ1KnNE6mS { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.9375rem;left:5.5625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:4.8125rem;top:11.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUaOrlyehWkLHFLl1q34MCcRRpwBqIu { width:8rem;height:4.7748185821498rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeCOymr6KEsOPhvDBalXN0Pi6URxAgV { width:47.75rem;height:4.25rem;top:16.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7oxKnXSTixgTiBxMuCaB6KCMQMVZDkq { width:47.75rem;height:3.4375rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM3yiFEahMze7kGXMf5gaTf5FzocDIu6 { width:19.125rem;height:4rem;top:24.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiKfrqqBTUtcMZSixxCRfDt4H5dw3d6x { width:20rem;height:4.125rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVZMuhWcw4Cqgg7HHLFFo07HStgTJhpv { top:3.375rem;left:26.6875rem;width:21.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZuney4gooAne3Tu4coScWQGl7s8Ccpm { width:25.6875rem;height:3.75rem;top:28.875rem;left:10.999568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlLRyIpSXQCUSlQ50pgPxnLCognz5UR { display:block; }
 }@media only screen and (max-width: 763px) { #GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ { display:block; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvJxsP8pTFrInx9QViAfG6s9Myz63mHT { width:47.75rem;height:2.5rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL { display:block; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEB3zkSKCXOUx9LV9qxW71P5zimQqbx3 { width:14.125rem;height:12.5rem;top:4.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JexiGkAfrxSA9ubhrKpccCR82ZZEkbSm { top:13.75rem;left:1.625rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNOSmRkxukGPHzTvKw8ERrms8WBDJZD { top:14.4375rem;left:5.3125rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXFg6fWhzzb4JCsiMnhKvvdTCTSCzfw { width:14.1875rem;height:1.4375rem;top:11.625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz1udIupLEbprz7ZEconPs3Xwr4dX6m { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5DIW2G6wr9DXGSEX3tqvvCilIAuPuZ { width:14.125rem;height:12.5rem;top:4.6875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUJVADgFLMcPwDEmczzn64f5pKxaGs1 { top:13.75rem;left:17.5rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV9fTR3ub0CuEOxf3zDboSH5cKUPNQ6F { width:14.1875rem;height:1.4375rem;top:11.625rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWquHyRbi6l7JTTQ9TmQZzhanQSTwa7U { width:14.125rem;height:9.3345639905013rem;top:1.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXH305sPLcqoeKCnF4Dn9uPFiuheBTdH { top:14.5rem;left:21.25rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPpztvXOfrrXVCTvIWVVG6iUxrrrHTZ { width:14.125rem;height:12.5rem;top:4.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0JCk7XtW3mTEnmresWwWN1myn4EVQO { top:13.75rem;left:33.3125rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeKPw29B7EL54yBSy4DN4Qckimcb0CF { top:14.5rem;left:37.0625rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpW2TyeQMV6M4TDShlPkh5yhOMQ6Encs { width:14.1875rem;height:1.4375rem;top:11.625rem;left:32.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMP9H0nTXgGXZTKVHEMEG2TpdDZb30Pf { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBixS1T3PVmnQ300paLQDeTUTwBTOS8z { width:14.125rem;height:9.3338237950281rem;top:3rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U { display:block; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnnnRsblve6w59lAWQydODVBd23gxzdm { width:14.125rem;height:12.5rem;top:4.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixq7Qm5ieyGKz9nM4QsagrmJuAoFDxB7 { top:13.75rem;left:1.5625rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFMpXm6mlWebvVXZVdXfffe2HHi5aluc { width:14.1875rem;height:1.4375rem;top:11.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFX24XrQsb7vr6wvhbscgMJ7shR5S9q { top:14.5rem;left:5.3125rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiqP8BPyJePO2rVypqLBRpAfQteTu6WN { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNHFwixfuvlyHSoXIJvapINSK2VdcX0a { width:14.125rem;height:12.5rem;top:4.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTpqaUDizTQlPkmABvPCVikTiUIvZBq { top:13.8125rem;left:17.5rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZRxrwntx7JzlNlGfypXgUO4du3QQrW { width:14.1875rem;height:1.4375rem;top:11.625rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofb1fBDVHwctdRmiAVQ5Bur3mvU9Zonz { top:14.5rem;left:21.125rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGkpPAexUiEm6Swy1WtWzTGhe5KK3I6 { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGre9lMWVp4fKFR5TaMTsJUgLKCan3wt { width:14.125rem;height:12.5rem;top:4.6875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hCe6THxCtMSTmi1HtvWhacHmaetHOC { width:14.1875rem;height:1.4375rem;top:11.625rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtaM3TtimBdFw9k26lAlnNeBdS6ni3q { top:13.8125rem;left:33.25rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0cmgxLPdQ7O9WqHT8NuGWA16IWOl3i { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNS2If3SmwnoQ91cx54qmxpoTgkupEn { top:14.5rem;left:37rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph { display:block; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weWeP2fSi3ISSEtIXJpE7mDdSmhDViiX { width:14.125rem;height:12.5rem;top:4.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOrCNvt7QeR8mFUmApOKxyOIzkDbE0ZG { top:13.8125rem;left:1.5625rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBW1syfPs6RIIooy5lQG1Va6SOEUAIiZ { top:14.5rem;left:5.3125rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiJTiig0veQbJktTKXRLGODwzpbwtbEl { width:14.1875rem;height:1.4375rem;top:11.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhyU5Dfw0dLRZxMmx34SOC0sAkSEKhub { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0OM4OVk91MWpt2EfS7uZHbdcm8LNokd { width:14.1875rem;height:1.4375rem;top:11.625rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWq2EuXhsbu947PHEzqagxNRryR6MZil { width:14.125rem;height:9.3338237950281rem;top:1.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNADMN24l669ipOSnT8soeTpkf08xtAK { width:14.125rem;height:12.5rem;top:4.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOnVOz53eF6A2xBh8NTKI2GBca32yoUE { top:13.8125rem;left:17.4375rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eqkfvOtfA7FPKdz9IUbezzii4S5OBc { top:14.5rem;left:21.1875rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbneT2Sm6EMKWT7CBc3sX60kIEfMLkJN { width:14.125rem;height:12.5rem;top:4.6875rem;left:32.560764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RdDMMpQxiNmDVXP6P5DkNGPx8ImAXw { top:13.75rem;left:33.313808441162rem;width:12.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9tNpbHOZzT0asHam6voiJpF7LSbT1SF { top:14.375rem;left:36.998699188233rem;width:5.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GboAwD8PmkbPtOtJQ3sOKqhMeqnrdgRP { width:14.1875rem;height:9.375rem;top:1.4375rem;left:32.560764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAKhD954DD7VdlQfbXibV7FBGw8IngSz { width:14.1875rem;height:1.4375rem;top:11.5625rem;left:32.562938690186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:32.5rem;height:3.625rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:23.8125rem;height:10.8125rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEiXiM4nfznD0EbfZZcIRoaln0HJkpPQ { width:3.8125rem;height:3.8125rem;top:20.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkm4K73QJMTdbztbSBTOZ3V5TZmtS0Dz { width:4.0625rem;height:3.99956875rem;top:20.8125rem;left:2.810546875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPN579vvXMcJGpavw8STo4O0oU4nv0r { width:4.0625rem;height:3.9395900073648rem;top:20.8125rem;left:6.9355506896975rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0VA1pPfhqm3MrFFvsBhri8ilv5TTDk { width:27rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS1ak0TVBZxVuPsrGTX8TLCl0vOHDJT1 { width:31.25rem;height:20.645995928063rem;top:3.5625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:47.75rem;height:3.6875rem;top:2.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx { display:block; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiubwcOGkTcXe6Gzuk9NoGBpRCWM6Hpe { width:26.5625rem;height:10.75rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFfZqhAEgBlCyATak9lWXQ5vJGRntfx { width:28.1875rem;height:16.400675786297rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:20.9375rem;height:2.5rem;top:15.125rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx44qzILzrh532zTXgWvyT7GqWUtPSmV { width:28.1875rem;height:16.400675786297rem;top:1.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbpvTo0H9leeMSVHDuAenSormB83yUF { width:20.9375rem;height:2.5rem;top:15.0625rem;left:26.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE1T3RZPr8ht7SWkKWKXv91LrDSWv9Ie { width:26.5625rem;height:7.75rem;top:1.875rem;left:21.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT { display:block; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMlV1tqBXXR9uxczg0TKH8K5M5yqKob7 { width:47.75rem;height:2.125rem;top:1.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5iCNp5Sru5XvmbDByLSyIAun7ViXTr5 { width:43.1875rem;height:1.25rem;top:6rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJTw6Hd7qpByZh1hN6LBpXXwn19R3zz { width:47.75rem;height:4.8243516145833rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:35.6875rem;height:3.6875rem;top:1.9375rem;left:6rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9fpnpt3RiNxekl7TZFBLpMEtTvVgAdU { width:20rem;height:11.25rem;top:7.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7PnAmfBNZTnHWxQm7T0RTiPDKxUbEdT { width:20rem;height:11.25rem;top:7.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7rOFaRNZ12PqapcwznHD3mCf5v8J8w { width:20rem;height:2.375rem;top:19.25rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAOcpuRufbwzXTkCQeFHkk5ob952RoG { width:20rem;height:2.3125rem;top:19.25rem;left:23.999782562256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXK7LUMurdgobFBTWQK1I6WsxBmInmR { width:14.25rem;height:2.5rem;top:1.9375rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uppbbLcytlsm8os0LwxEhpC6UgcQ1bS9 { width:14.25rem;height:2.5rem;top:4.4375rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt { display:block; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAInRATW9F3JKLJS3T40zIonQ3dh5gB2 { width:26.375rem;height:39.4375rem;top:3.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE7gDo006JuEELzLHX9eheruR1mmTmJW { width:21.875rem;height:2.375rem;top:7.1875rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiThbuKXmZTtDcRqduRvmfNLNcTw1Bh { width:21.9375rem;height:2.5625rem;top:10.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T  { width:22.0625rem;height:auto;top:13.75rem;left:23.1875rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T {display:block;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T { width:22.0625rem;height:auto;top:13.75rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #s7SqV4FhvdDiocDK3vJqpaMv3NHQiTUc {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #AfLvlcf8UzQNZDBRmsNcb7ltyA6ybZWv {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #xdwZFbRgtBZMHs0EaQBsToeuIHMrvahM {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #iclFC6cd93ZaTsrV0UfHCmR6Dl2sDh3I {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #S7zvipgRS1W23tDBmzZ1loGqVQwT4o3B {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #pRSB4DRUkc79GKM7pebFeT1Lqea9Klpm {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #F2VKfU40LJ7HzD4HaxtKueFJfZSFWJ2v {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #QcOM4xs8dKBrVGfdbd23s6A1sBOxXMtM {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #CmE6hG9dbEruUTDy1gX2DHyfalStpgQ4 {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #He6kr4KRb6cnlJ86xwVyZNdy0m6CvpIs {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #fA6SAUomESqeRyN69erZnOM1tTvNAMRR {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #OIoHfGg6JmmsFouL4nmBGixw6DxcdsTu {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #lPwOw1iEPaLkdvM6mQz9LGVlTw8bHPPl {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #sweXqU6ZFfVQUrd6aVJ6sXNk2vVtLgCt {  }
 }@media only screen and (max-width: 763px) { #DgDyHhpUJryreJehaQ0dDVG9vTFXoPV6 { width:13.9375rem;height:8.1505811565538rem;top:17.625rem;left:1.6853332519531rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d { display:block; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQfATHGKqUDpTpQNfcuNAxV2a1sWq15m { width:14.375rem;height:1.25rem;top:6.375rem;left:16.687503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPhOacbzZ5PlrS7EfEzITQU6qc4TyKU0 { width:3.8125rem;height:4.0591900185869rem;top:1rem;left:28.069881439209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTi2hzanUA7zhrll3xaG4fqCz6g5TBJW { width:10.75rem;height:2.1124589562161rem;top:2rem;left:14.558597564698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx { display:none; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vh0WysFHHZnz5Pz5uZRTlGXPfDLxhnsE { width:16.75rem;height:3.625rem;top:0rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6FTTZ9uKThaPJkN1UNMhLpSiqh8Wfls { display:block; }
 }@media only screen and (max-width: 763px) { #sotfkLCDID1t1Leprh7ysxT2PAisizWQ { display:none; }
 }@media only screen and (max-width: 763px) { #MtHPluIHQRWrxJDL4lCgm4FQ1KnNE6mS { top:8.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/DXQooiFD/graduacao_fisioterapia.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.75); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.75); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:4.8372375rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tKUaOrlyehWkLHFLl1q34MCcRRpwBqIu { width:7.061625rem;height:4.12435rem;top:0.56206601858139rem;left:6.4680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeCOymr6KEsOPhvDBalXN0Pi6URxAgV { width:19.1873125rem;height:7.313375rem;top:14.461806297303rem;left:0.40581601858139rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7oxKnXSTixgTiBxMuCaB6KCMQMVZDkq { width:20rem;height:3.515625rem;top:19.185791015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM3yiFEahMze7kGXMf5gaTf5FzocDIu6 { width:19.1873125rem;height:4.049475rem;top:24.683161735534rem;left:0.40581601858139rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tiKfrqqBTUtcMZSixxCRfDt4H5dw3d6x { width:20rem;height:2.400175rem;top:37.3095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mVZMuhWcw4Cqgg7HHLFFo07HStgTJhpv { width:19.561625rem;height:0;top:33.206384063721rem;left:0.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZuney4gooAne3Tu4coScWQGl7s8Ccpm { width:18.999rem;height:3.75rem;top:30.919189453125rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlLRyIpSXQCUSlQ50pgPxnLCognz5UR { display:block; }
 }@media only screen and (max-width: 763px) { #GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ { display:block; }#GF24aRQagiTWVDJtKPCETrkk2Pl2eIuJ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvJxsP8pTFrInx9QViAfG6s9Myz63mHT { width:20rem;height:1.99978125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL { display:block; }#hdHedDevRfvfGXaWfZUBVAPWBgI8n8kL > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEB3zkSKCXOUx9LV9qxW71P5zimQqbx3 { width:14.3125rem;height:12.5rem;top:2.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JexiGkAfrxSA9ubhrKpccCR82ZZEkbSm { width:12.75rem;height:2.5625rem;top:12.191650390625rem;left:3.592529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiNOSmRkxukGPHzTvKw8ERrms8WBDJZD { width:5.3125rem;height:1.21853125rem;top:12.88623046875rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXFg6fWhzzb4JCsiMnhKvvdTCTSCzfw { width:14.1868125rem;height:1.462675rem;top:9.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz1udIupLEbprz7ZEconPs3Xwr4dX6m { width:14.3125rem;height:9.375rem;top:0rem;left:2.8739150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5DIW2G6wr9DXGSEX3tqvvCilIAuPuZ { width:14.3125rem;height:12.5rem;top:19.874349594116rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUJVADgFLMcPwDEmczzn64f5pKxaGs1 { width:12.6875rem;height:2.5rem;top:29.437067031861rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV9fTR3ub0CuEOxf3zDboSH5cKUPNQ6F { width:14.1868125rem;height:1.462675rem;top:26.997831344604rem;left:2.7799480557442rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #bWquHyRbi6l7JTTQ9TmQZzhanQSTwa7U { width:14.3115rem;height:9.375rem;top:12.87353515625rem;left:2.843017578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXH305sPLcqoeKCnF4Dn9uPFiuheBTdH { width:5.3125rem;height:1.21853125rem;top:30.062067031861rem;left:7.3741322159769rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPpztvXOfrrXVCTvIWVVG6iUxrrrHTZ { width:14.3125rem;height:12.5rem;top:36.886938095093rem;left:2.8439670205116rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RV0JCk7XtW3mTEnmresWwWN1myn4EVQO { width:12.6875rem;height:2.5rem;top:46.373697280884rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeKPw29B7EL54yBSy4DN4Qckimcb0CF { width:5.3125rem;height:1.21853125rem;top:47.123483657837rem;left:7.3111982941625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpW2TyeQMV6M4TDShlPkh5yhOMQ6Encs { width:14.1861875rem;height:1.462675rem;top:44.185548782349rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rMP9H0nTXgGXZTKVHEMEG2TpdDZb30Pf { width:14.3125rem;height:9.375rem;top:17.086805343628rem;left:2.9058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBixS1T3PVmnQ300paLQDeTUTwBTOS8z { width:14.3125rem;height:9.375rem;top:34.191621780396rem;left:2.8433161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U { display:block; }#gHQhh0h1cZ7xbzo9DBEpLRg9aDyzhW2U > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnnnRsblve6w59lAWQydODVBd23gxzdm { width:14.3120625rem;height:12.5rem;top:37.4375rem;left:2.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ixq7Qm5ieyGKz9nM4QsagrmJuAoFDxB7 { width:12.686625rem;height:2.5rem;top:46.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFMpXm6mlWebvVXZVdXfffe2HHi5aluc { width:14.185125rem;height:1.462675rem;top:44.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #eVFX24XrQsb7vr6wvhbscgMJ7shR5S9q { width:5.3125rem;height:1.21853125rem;top:47.6875rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiqP8BPyJePO2rVypqLBRpAfQteTu6WN { width:14.311rem;height:9.375rem;top:34.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNHFwixfuvlyHSoXIJvapINSK2VdcX0a { width:14.3125rem;height:12.5rem;top:3.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTpqaUDizTQlPkmABvPCVikTiUIvZBq { width:12.6875rem;height:2.5rem;top:12.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZRxrwntx7JzlNlGfypXgUO4du3QQrW { width:14.1868125rem;height:1.462675rem;top:10.5rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofb1fBDVHwctdRmiAVQ5Bur3mvU9Zonz { width:5.3125rem;height:1.21853125rem;top:13.5rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGkpPAexUiEm6Swy1WtWzTGhe5KK3I6 { width:14.3125rem;height:9.375rem;top:0.625rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGre9lMWVp4fKFR5TaMTsJUgLKCan3wt { width:14.3125rem;height:12.5rem;top:20.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hCe6THxCtMSTmi1HtvWhacHmaetHOC { width:14.1868125rem;height:1.462675rem;top:27.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TxtaM3TtimBdFw9k26lAlnNeBdS6ni3q { width:12.6875rem;height:2.5rem;top:29.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0cmgxLPdQ7O9WqHT8NuGWA16IWOl3i { width:14.3125rem;height:9.375rem;top:17.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNS2If3SmwnoQ91cx54qmxpoTgkupEn { width:5.3125rem;height:1.21853125rem;top:30.5rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph { display:block; }#Nh3kPBGxSrOl6ubk97HzGHyllH9e3hph > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weWeP2fSi3ISSEtIXJpE7mDdSmhDViiX { width:14.3125rem;height:12.5rem;top:4.3747863769531rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOrCNvt7QeR8mFUmApOKxyOIzkDbE0ZG { width:12.6875rem;height:2.5rem;top:13.874557495118rem;left:3.5622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBW1syfPs6RIIooy5lQG1Va6SOEUAIiZ { width:5.3125rem;height:1.21853125rem;top:32.249572753906rem;left:7.3122830986975rem;font-size:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xiJTiig0veQbJktTKXRLGODwzpbwtbEl { width:14.1861875rem;height:1.462675rem;top:28.999786376953rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vhyU5Dfw0dLRZxMmx34SOC0sAkSEKhub { width:14.3125rem;height:9.375rem;top:18.875rem;left:2.8118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0OM4OVk91MWpt2EfS7uZHbdcm8LNokd { width:14.1868125rem;height:1.462675rem;top:11.624130249024rem;left:2.8125000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWq2EuXhsbu947PHEzqagxNRryR6MZil { width:14.3125rem;height:9.375rem;top:1.5622863769531rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNADMN24l669ipOSnT8soeTpkf08xtAK { width:14.3125rem;height:12.0625rem;top:22.562057495118rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOnVOz53eF6A2xBh8NTKI2GBca32yoUE { width:12.6875rem;height:2.5rem;top:31.561630249024rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eqkfvOtfA7FPKdz9IUbezzii4S5OBc { width:5.3125rem;height:1.21853125rem;top:14.5625rem;left:7.2493491768837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbneT2Sm6EMKWT7CBc3sX60kIEfMLkJN { width:14.1875rem;height:12.5rem;top:39.499572753906rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RdDMMpQxiNmDVXP6P5DkNGPx8ImAXw { width:12.6875rem;height:2.5rem;top:48.625rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9tNpbHOZzT0asHam6voiJpF7LSbT1SF { width:5.3125rem;height:1.21853125rem;top:49.187072753906rem;left:7.3122830986975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GboAwD8PmkbPtOtJQ3sOKqhMeqnrdgRP { width:14.1875rem;height:9.375rem;top:36.624130249024rem;left:2.8743491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAKhD954DD7VdlQfbXibV7FBGw8IngSz { width:14.1873125rem;height:1.462675rem;top:46.4375rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:#1b6763;background-image:none;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:20rem;height:2.59874375rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:18.9355625rem;height:8.91926875rem;top:22.245010375976rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEiXiM4nfznD0EbfZZcIRoaln0HJkpPQ { width:4.6875rem;height:4.6875rem;top:32.875rem;left:2.9375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkm4K73QJMTdbztbSBTOZ3V5TZmtS0Dz { width:4.6875rem;height:4.6875rem;top:32.875rem;left:7.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPN579vvXMcJGpavw8STo4O0oU4nv0r { width:4.6875rem;height:4.6875rem;top:32.875rem;left:12.375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0VA1pPfhqm3MrFFvsBhri8ilv5TTDk { top:6.8967018127444rem;left:0rem;width:20rem;height:13.186875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nS1ak0TVBZxVuPsrGTX8TLCl0vOHDJT1 { width:5rem;height:3.3125rem;top:20.3119375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:20rem;height:2.51844375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx { display:block; }#CykySo5aZlT8bVNcBDK7dzF4EcwHuaFx > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiubwcOGkTcXe6Gzuk9NoGBpRCWM6Hpe { width:19.5rem;height:14.6136875rem;top:2.1875rem;left:0.25rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFfZqhAEgBlCyATak9lWXQ5vJGRntfx { width:20rem;height:19.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:14.8118125rem;height:2.11155rem;top:17.6875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx44qzILzrh532zTXgWvyT7GqWUtPSmV { width:20rem;height:14.9375rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbpvTo0H9leeMSVHDuAenSormB83yUF { width:13.6248125rem;height:2.11155rem;top:34.8125rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE1T3RZPr8ht7SWkKWKXv91LrDSWv9Ie { width:19.5rem;height:10.1171875rem;top:23.25rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT { display:block; }#oBTHt85Xphnmm8TanVTZLQtaiGXcpJdT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMlV1tqBXXR9uxczg0TKH8K5M5yqKob7 { width:19.4993125rem;height:4.496525rem;top:1.91761302948rem;left:0.2175070643425rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5iCNp5Sru5XvmbDByLSyIAun7ViXTr5 { width:14.4993125rem;height:2.11154375rem;top:7.548828125rem;left:4.6866121888161rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlJTw6Hd7qpByZh1hN6LBpXXwn19R3zz { width:20rem;height:7.1875rem;top:1.2375707626343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:5.24956875rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k9fpnpt3RiNxekl7TZFBLpMEtTvVgAdU { width:20rem;height:11.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7PnAmfBNZTnHWxQm7T0RTiPDKxUbEdT { width:20rem;height:11.25rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7rOFaRNZ12PqapcwznHD3mCf5v8J8w { width:20rem;height:2.2721375rem;top:35.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAOcpuRufbwzXTkCQeFHkk5ob952RoG { width:20rem;height:2.2721375rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAXK7LUMurdgobFBTWQK1I6WsxBmInmR { width:14.3120625rem;height:2.51844375rem;top:1.6931419372559rem;left:2.8439670205116rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uppbbLcytlsm8os0LwxEhpC6UgcQ1bS9 { width:14.311rem;height:2.51844375rem;top:3.94140625rem;left:2.8439670205116rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15003;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt { display:block; }#mECnlNr5CxDmx9rDA7WGywGTtSZlT4mt > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAInRATW9F3JKLJS3T40zIonQ3dh5gB2 { width:19.749375rem;height:35.186625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE7gDo006JuEELzLHX9eheruR1mmTmJW { width:20rem;height:1.9487875rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiThbuKXmZTtDcRqduRvmfNLNcTw1Bh { width:19.75rem;height:2.599825rem;top:20.1875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-text {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-select {padding-top: 0; padding-bottom: 0;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T  { width:17.5rem;height:auto;top:24rem;left:0rem; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T {display:block;}#RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T { width:17.5rem;height:auto;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #s7SqV4FhvdDiocDK3vJqpaMv3NHQiTUc {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #AfLvlcf8UzQNZDBRmsNcb7ltyA6ybZWv {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #xdwZFbRgtBZMHs0EaQBsToeuIHMrvahM {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #iclFC6cd93ZaTsrV0UfHCmR6Dl2sDh3I {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #S7zvipgRS1W23tDBmzZ1loGqVQwT4o3B {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #pRSB4DRUkc79GKM7pebFeT1Lqea9Klpm {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #F2VKfU40LJ7HzD4HaxtKueFJfZSFWJ2v {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #QcOM4xs8dKBrVGfdbd23s6A1sBOxXMtM {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #CmE6hG9dbEruUTDy1gX2DHyfalStpgQ4 {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #He6kr4KRb6cnlJ86xwVyZNdy0m6CvpIs {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #fA6SAUomESqeRyN69erZnOM1tTvNAMRR {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #OIoHfGg6JmmsFouL4nmBGixw6DxcdsTu {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #lPwOw1iEPaLkdvM6mQz9LGVlTw8bHPPl {  }
 }@media only screen and (max-width: 763px) { #RBDnN14xnVZ6k80Gb0PK4vbC8Mnacd4T #sweXqU6ZFfVQUrd6aVJ6sXNk2vVtLgCt {  }
 }@media only screen and (max-width: 763px) { #DgDyHhpUJryreJehaQ0dDVG9vTFXoPV6 { width:13.624125rem;height:7.999125rem;top:4.103732585907rem;left:3.1879342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d { display:block; }#QyU6nfgWp9cGSwTdTtfg1DDyU4VbJs3d > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQfATHGKqUDpTpQNfcuNAxV2a1sWq15m { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPhOacbzZ5PlrS7EfEzITQU6qc4TyKU0 { width:3.25rem;height:3.4337941438416rem;top:4.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTi2hzanUA7zhrll3xaG4fqCz6g5TBJW { width:13.625rem;height:2.7997725933943rem;top:4.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container { background-color: transparent; background-image: none; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container > .video-iframe-container { display: none; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row > .video-iframe-container { display: none; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .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); }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container { border-width: 0; border-radius: 0; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfUVJ5bsMVIrZ9C9TZnOTCodiLOsISSx > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh0WysFHHZnz5Pz5uZRTlGXPfDLxhnsE { width:9.75rem;height:3.37606375rem;top:0.25rem;left:0rem;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n6FTTZ9uKThaPJkN1UNMhLpSiqh8Wfls { display:block; }
 }@media only screen and (max-width: 763px) { #sotfkLCDID1t1Leprh7ysxT2PAisizWQ { top:0.20166015625rem;left:10.0625rem;width:9.75rem;height:3.1875rem;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1b6763;border-left:0.125rem solid #1b6763;border-right:0.125rem solid #1b6763;border-bottom:0.125rem solid #1b6763;display:block; }
 }@media only screen and (max-width: 763px) { #MtHPluIHQRWrxJDL4lCgm4FQ1KnNE6mS { top:1.171875rem;left:12.623291015625rem;width:4.87426875rem;height:1.462675rem;z-index:15011;font-size:1.125rem;font-weight:700;font-style:normal;color:#1b6763;display:block; }
 }