.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { background-color: transparent; background-image: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container > .video-iframe-container { display: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row > .video-iframe-container { display: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .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); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { border-width: 0; border-radius: 0; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c0863e6b-19ea-42f7-87c4-4fa90689983e/Centruldeendometriozaheaddesktnew1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.adaptive-delivery-prevent-bg, #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.lazyload, #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.lazyloading { background-image: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { background-color: transparent; background-image: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container > .video-iframe-container { display: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row > .video-iframe-container { display: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .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); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { border-width: 0; border-radius: 0; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { background-color: transparent; background-image: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container > .video-iframe-container { display: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row > .video-iframe-container { display: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .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); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { border-width: 0; border-radius: 0; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#uywORlhT165bfWbRvoLS1hNRAtCNiNwU { color:#0f539c;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:3.28125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-form-header {  }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:22.125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text { 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;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ffc901;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.125rem;box-sizing:border-box;height:2.5625rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-textarea { 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;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ffc901;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.125rem;box-sizing:border-box;height:4.375rem;color:#0f539c;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .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.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-checkbox { width:1rem;height:1rem;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; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0f539c;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE [class*="-text"]:-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE [class*="-text"]::-webkit-input-placeholder { color:#0f539c;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .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:lato;line-height:1.3;font-size:0.75rem;font-weight:700;color:#0f539c;vertical-align:top;width:20.875rem;overflow:hidden;font-style:normal;float:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .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; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-container:first-of-type{padding-top:0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-container:last-of-type{padding-bottom:0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0.1875rem solid #0f539c;border-left:0.1875rem solid #0f539c;border-right:0.1875rem solid #0f539c;border-bottom:0.1875rem solid #0f539c;z-index:15001;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:7.3125rem;left:34.9375rem; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:block;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-info-text { display:block;height:auto;font-family:arial;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; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE {display:block;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0.1875rem solid #0f539c;border-left:0.1875rem solid #0f539c;border-right:0.1875rem solid #0f539c;border-bottom:0.1875rem solid #0f539c;z-index:15001;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;position:absolute;top:7.3125rem;left:34.9375rem; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #zCTa7hn8rkgksqU9VLovBuwbZUU5JU1F { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #shaJbolX1ynTiNSQUpA4GdEhA24B5T4r { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #Oi043DbIEN9QzPwdsAoGFHvXCwRHpuOm { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f349aW3Nt3vSrWs2A5D2VVxdcogof5Ko { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AJmMUrvmdvylDDwPsMb5sGG6CGT2GewE { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #F7Rt4crVtsJ63e0KsC2iTOkaC8BlR52v { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #UpugSMPTZmRVOITALLOX82Nk7Q7B0kQW { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nmvJ7t3RdryGS7gTXhOBfxFin1dTks9m { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #FOKVL1xgubNxpKbwWmP4vDy1TU3KTKn8 { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #LTV3mgPNJ6fcQ4KqgxTZvBGxmMdiBOTW { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AcaJKsTNWeOZaUrZufZBQX2pDb07VQXQ { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qyLvrgz2K9SEkWeSE7H0wFSpHZgVDZJd { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f8F4VXfAcF9SptTX5yfuswG18siiTTTr { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #wingEvVPKeHJGneAyKQ3ITONit8UfORC { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #iGhVON8SxTZ8PifoHp5P9tqrJCPii2kM { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #T8G4gso4JiMV78VmoMwGUgLFclFEuAbd { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #gMsHPzZkDJaBh6dpN6MB7OdOFeOiu1Vb { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #xFCaMb9B22TdCh5BLZE495ZXOKS2uG6H { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #ckNCk6KFCIoqWFxu0gwZCvRTLr5VnxfN { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qytqyxXs2CWFBraw6l4GL9nCgTx3EVqT { position:relative;display:none; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nHaP3eDCAuTa0HmrupqpfFD6ByyOkpbK { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #SKBLUX9DrTrO6GmfTSl9eGO3hLt2yReb { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #npc55NnC2gikE3zxLzWk6Q6ToRV3dxpi { position:relative;z-index:2; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #CXRPbJLChxGrV4eCbNKuDxuAUyggJ5ux { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #h5MFW9rbCFuwcIHcduWkSREMdTyETUTX { position:relative; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #WCMBiGz6xTsISMIMB5eZJA9IiUL0D0kB { position:relative; }
#T7PdqKnwBgATLp1TuZckKdFo9vRTwxH4 { box-sizing:content-box;height:50.375rem;width:19rem;position:absolute;display:block;z-index:14999;background-color:#0f539c;background-image:none;top:0rem;left:37.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#WZIhQASsJk9x09gNAcdpTqgrWwPPgZIi { color:#ffffff;display:block;width:17.0605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.7236328125rem;left:38.90625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cygXLT9TFcbUXR4aHQ000B01TkmDgXwl { color:#0f539c;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:2.3;letter-spacing:0;top:9.5rem;left:4.9375rem;height:41.396525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJ43VvxOTVI6t77RfQAc9OX3WBw43Znc { 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:2.6875rem;width:1.3125rem;top:9.5rem;left:2.03125rem;overflow:hidden;display:block; }
#xpW3Iz87fqKuqqntzMrhnuBJIimx8shw { position:absolute;display:block;z-index:15023;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.6875rem;width:1.3125rem;top:20.998046875rem;left:2.0625rem;overflow:hidden;display:block; }
#VHnfpC4xPPKx9yy7K8ICTtp5xIA1Htx5 { position:absolute;display:block;z-index:15024;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.6875rem;width:1.3125rem;top:25.625rem;left:2.0625rem;overflow:hidden;display:block; }
#bwryabw8xxzOlKIBlnkGHpagm5W4vxVm { 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:2.6875rem;width:1.3125rem;top:32.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#bhZFSflpWd3OZ767DgBXrWNZtG1dXlBF { position:absolute;display:block;z-index:15026;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.6875rem;width:1.3125rem;top:46.25rem;left:2.0625rem;overflow:hidden;display:block; }
#rVHVEPgX1athdHx57HusqSsxTumBLHzM { 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:2.6875rem;width:1.3125rem;top:37.125rem;left:2.0625rem;overflow:hidden;display:block; }
#Nd2E60k0UlCEZRTU5MU4xfsEIKrhrpP5 { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15004;background-color:#ffc901;background-image:none;top:7.3125rem;left:3.28125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container { background-color: transparent; background-image: none; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container > .video-iframe-container { display: none; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row > .video-iframe-container { display: none; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .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); }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container { border-width: 0; border-radius: 0; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/30b2ac5b-a17f-4733-a30b-05513f517490/Echipamultidisciplinaradestk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb.adaptive-delivery-prevent-bg, #vOo5xeezTST3h8wvANF8rbKXtPPr2ktb.lazyload, #vOo5xeezTST3h8wvANF8rbKXtPPr2ktb.lazyloading { background-image: none; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container { background-color: transparent; background-image: none; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container > .video-iframe-container { display: none; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row > .video-iframe-container { display: none; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .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); }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container { border-width: 0; border-radius: 0; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container { background-color: transparent; background-image: none; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container > .video-iframe-container { display: none; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row > .video-iframe-container { display: none; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .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); }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container { border-width: 0; border-radius: 0; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz { position:relative;display:block; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz { background-color: transparent; background-image: none; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row .container > .video-iframe-container { display: none; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row > .video-iframe-container { display: none; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .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); }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz { border-width: 0; border-radius: 0; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .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; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .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:77.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kxQPclIl3lLDHEAE3X74ZTLhnVc0yVlM { color:#0f539c;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:3.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMPbIVlN2BTDwomCkg9i8Pks2a9pMe65 { position:absolute;display:block;z-index:15032;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.875rem;width:2.25rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#ntbn28Z9OqPPx8lk1cCRm3JcbBas0M2g { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15003;background-color:#ffc901;background-image:none;top:7.25rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LciD18noV9IIBsNTlGQN3TC1lrUXop0u { color:#0f539c;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15036;line-height:2;letter-spacing:0;top:10.125rem;left:4.9375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUcBesU62crxt5klMPUgoGd4MXhxDPWA { position:absolute;display:block;z-index:15037;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:13.0625rem;width:12.9375rem;top:19.9375rem;left:2.875rem;overflow:hidden;display:block; }
#wf9x6teFO6NZ1himlJhydpdsr6xP4tDL { box-sizing:content-box;height:14.4375rem;width:53.0625rem;position:absolute;display:block;z-index:15002;background-color:#fffdf7;background-image:none;top:19.125rem;left:1.6875rem;border-top-left-radius:7.5rem;border-top-right-radius:5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;box-shadow: none;display:block; }
#y6hXhPNJQ8C4r7BT5c9z2M9ClWWxXRnb { box-sizing:content-box;height:12.25rem;width:19.5625rem;position:absolute;display:block;z-index:15001;background-color:#0f539c;background-image:none;top:26.6875rem;left:37.71875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BJuplnTQkZIbGvXaVOnuCxGXQXkiUROK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:34.5625rem;left:38.125rem;height:3.25086875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XboQ6BNZa4MuJpr1rgd2Pr98zCGwkATz { color:#0f539c;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15037;line-height:2;letter-spacing:0;top:19.46875rem;left:17.6875rem;height:14rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cRv4dmgKS67ScJIoA3osdpypNyeteHQR { box-sizing:content-box;height:30.5625rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:#0f539c;background-image:none;top:41.75rem;left:1.6875rem;border-top-left-radius:5rem;border-top-right-radius:3.125rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#XubNfwXZPawkP3ORQIaJ8rLsgC6SFwEm { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:43.5625rem;left:4.6875rem;height:1.5744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysBkiegKJfNxz9POgZ20pgxVtPTtqX4T { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:2;letter-spacing:0;top:46.5rem;left:3.3125rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSbQ79EAlFDOKctXBzU6F6UwZTGqJMWr { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15040;line-height:2;letter-spacing:0;top:65.09375rem;left:3.3125rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uweEcDqHOBynlqacPddm7umC9gG2Fn1R { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:62.5625rem;left:4.6875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OS4edHOsxihy4RzuIkEewEczwQWb1KmT { color:#0f539c;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:43.5625rem;left:38.125rem;height:1.575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yHCoTs1MO93AoqqHWogFWJriUFKJoD9F { color:#0f539c;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15040;line-height:2;letter-spacing:0;top:46.4375rem;left:33.25rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zn9foepSu5RZqqD4udUaBG2CEyWQNRSH { color:#0f539c;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:62.5625rem;left:38.125rem;height:1.575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WTyJpBnhIFOtlS38w3dcdfFtVRWW8uyJ { color:#0f539c;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15042;line-height:2;letter-spacing:0;top:65.125rem;left:33.25rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wMHu6nVcRQMDpLas57rOI0Qu7o9I6P5u { box-sizing:content-box;height:0.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15004;background-color:#ffc901;background-image:none;top:45.69921875rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#QoFWtV65TdvrBbnJom1pzVrmlf5gbQfE { box-sizing:content-box;height:0.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffc901;background-image:none;top:45.69921875rem;left:38.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dm78isTTTffa71eUM17IDH1FacAbvs0Z { box-sizing:content-box;height:0.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffc901;background-image:none;top:64.69921875rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TV0KyAqIrtG6npPBi5MDPLp6aLEa5Ov8 { box-sizing:content-box;height:0.1875rem;width:15.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffc901;background-image:none;top:64.6875rem;left:38.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zacI60ngdJVbMCNXc9ap5KIaIcpQGGEA { box-sizing:content-box;height:30.3125rem;width:26.25rem;position:absolute;display:block;z-index:15004;background-color:#fffdf7;background-image:none;top:41.875rem;left:31.09375rem;border-top-left-radius:3.125rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;box-shadow: none;display:block; }
#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container { background-color: transparent; background-image: none; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container > .video-iframe-container { display: none; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row > .video-iframe-container { display: none; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .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); }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container { border-width: 0; border-radius: 0; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/022a343d-d8d4-44b2-8eca-03d9409d454b/despreendodesk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.adaptive-delivery-prevent-bg, #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.lazyload, #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.lazyloading { background-image: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { background-color: transparent; background-image: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container > .video-iframe-container { display: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row > .video-iframe-container { display: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .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); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { border-width: 0; border-radius: 0; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:60rem;position:relative;display:block; }#b09Cnn9PUvmMeAs8T5TTRKeioPRrcLfZ { color:#0f539c;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:3.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeblF0QOAGcoMKvThx0r2qScoJ6Xky3z { color:#0f539c;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:9.125rem;left:4.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MEtz0VpvVD4SrRmTt5EQ3GU4TT5XzR4u { position:absolute;display:block;z-index:15029;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.875rem;width:2.25rem;top:1.8623046875rem;left:0rem;overflow:hidden;display:block; }
#Qxrvf8vmm44oFFDBEktr6O9J0Tg8mBFU { color:#0f539c;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:15.25rem;left:4.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC { color:#0f539c;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:24.25rem;left:4.9375rem;height:10.625rem;font-style:normal;display:block; }#fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC li:before{  }
#UTiUURxQEe5NRBGmEbOvaLm37SD0AOXm { color:#0f539c;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.9375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwSiXKbzXbdOtk5l5musrkoBlTlpxhn2 { color:#0f539c;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:40.25rem;left:4.9375rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TK3witQ9uUQXMC1fcXqWSMeftvr6VZKU { color:#0f539c;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.625rem;left:4.9375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FUb3xcvVFyZLfokviSotEGhxI10J5kKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:52.375rem;left:4.9375rem; }
#rmqHCnKv7PU8KyUTJlxicDvyZm0W8136 { color:#ffc901;display:block;width:40.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:51.3125rem;left:8.5rem;height:3.25086875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ea9rHxQfcxIHfCFpXfdKX4hq1mQrBEKJ { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15003;background-color:#ffc901;background-image:none;top:6.099609375rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#M5haEZBxFFRNUfaTOW7I0PrgMwSWtPh1 { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15034;line-height:2;letter-spacing:0;top:58.5rem;left:4.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iF2ppaG8aOs250qZqt1p5A8iO4RDFxcp { box-sizing:content-box;height:10rem;width:56.875rem;position:absolute;display:block;z-index:15000;background-color:#0f539c;background-image:none;top:57.125rem;left:1.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container { background-color: transparent; background-image: none; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container > .video-iframe-container { display: none; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row > .video-iframe-container { display: none; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .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); }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container { border-width: 0; border-radius: 0; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN { position:relative;display:block; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN { background-color: transparent; background-image: none; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row .container > .video-iframe-container { display: none; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row > .video-iframe-container { display: none; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .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); }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN { border-width: 0; border-radius: 0; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .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; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .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:87.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mGc1pJppXGwlE2AhEJw1s7J6HgODEQNc { position:absolute;display:block;z-index:15032;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.875rem;width:2.25rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#DcmhPgGSnZpQdKUGHnkzOWtNQb5xBd0T { color:#0f539c;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXXhhUq6T8u7rXVc0WPfB6hmxwLivzX3 { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffc901;background-image:none;top:6.875rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#eLfv5VwCDSerrRTFxJraEIfCkaTaRd2S { box-sizing:content-box;height:41.375rem;width:36.9375rem;position:absolute;display:block;z-index:15001;background-color:#fffdf7;background-image:none;top:9.75rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;display:block; }
#A9KZMicQdyuknMAx0m45zRo5Rsyzfw5F { color:#0f539c;display:block;width:33.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15035;line-height:2;letter-spacing:0;top:11.125rem;left:4.9375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AkdAXuvuRMalaBOGGTaazv8QtTdo7Tw9 { color:#ffc901;display:block;width:50.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15036;line-height:2;letter-spacing:0;top:73.0625rem;left:8.5rem;height:9.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHUW7Sydfw6aRBQmuVVTdMol9BGaMLe3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:80.5rem;left:4.9375rem; }
#a7co92vG8mL4nOzgn8mXoTShIyQeSGhL { color:#0f539c;display:block;width:33.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15036;line-height:2;letter-spacing:0;top:18.125rem;left:4.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 { color:#0f539c;display:block;width:33.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15037;line-height:2;letter-spacing:0;top:22.875rem;left:4.9375rem;height:26rem;font-style:normal;display:block; }#b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 li:before{  }
#baVBWHzffetVI6URDUfF29vZ2plNrr2T { box-sizing:content-box;height:43.875rem;width:36.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.75rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;display:none; }
#cBT9MbaZcbZDmRSk6q0geJBN5Im6cVVr { box-sizing:content-box;height:11.9375rem;width:53.375rem;position:absolute;display:block;z-index:15002;background-color:#fffdf7;background-image:none;top:57.875rem;left:3.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;display:block; }
#bS60ct1Luqd5RlrC8MlcqMlvOTm3qlRK { color:#0f539c;display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15036;line-height:2;letter-spacing:0;top:59.1875rem;left:4.9375rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XV6Zv3Pfp6k5Bw488nDALByxyKvzMMIc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:55.0625rem;width:27.875rem;top:0rem;left:28.845532125725rem;overflow:hidden;display:block; }
#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container { background-color: transparent; background-image: none; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container > .video-iframe-container { display: none; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row > .video-iframe-container { display: none; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .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); }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container { border-width: 0; border-radius: 0; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdf7;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; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container { background-color: transparent; background-image: none; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container > .video-iframe-container { display: none; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row > .video-iframe-container { display: none; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .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); }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container { border-width: 0; border-radius: 0; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container { font-size:0.875rem;font-family:arial;height:112.125rem;width:60rem;position:relative;display:block; }#QPAFO5lrsHBA4QiXIeT8KHSqVwyEcDTD { box-sizing:content-box;height:40.5rem;width:56.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:8rem;left:1.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;display:block; }
#E34qevBTurPTC8w1VSKURSUZT5BqiEMA { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15001;background-color:#ffc901;background-image:none;top:13.625rem;left:4.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fFZJ9hC1QPCkSaxpC5CRIAZsDndTBxuE { color:#0f539c;display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:15.625rem;left:4.9375rem;height:8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGAquT1M0V6cP38HGoZpAor5iVbHfKr8 { color:#0f539c;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:4.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hN64uwLJ5mq42dTmIUSdmRLtuhw3ZqH0 { color:#0f539c;display:block;width:23.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:27.375rem;left:4.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ { color:#ffc901;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:31.5625rem;left:4.9375rem;height:14rem;font-style:normal;display:block; }#BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ li:before{  }
#NPdQbApwe2LMI7Jy3BMSQlXrlm2EwDrO { color:#0f539c;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3iChC23KBHaERPy3TcUWTDIpEUzU3DX { color:#0f539c;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:52.75rem;left:4.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmsmI9f88r9eoZ0daVpBd3pZat6EgZ81 { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15003;background-color:#0f539c;background-image:none;top:56.25rem;left:4.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#DKN7TXxEFE8l0hTTfNtVf8cvElDJtFrI { color:#0f539c;display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:58.1875rem;left:4.9375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKNC5KRBL98vm71hUTi1yNUcl0hTb10A { color:#0f539c;display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:67.9375rem;left:4.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t75eTduRWeSw5nTac095OAbTM1Vx7W0E { color:#ffc901;display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:74.8125rem;left:8.5rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ouC0BqqBtX076uOPqmTlKFSsc8oMbb5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:79.125rem;left:4.9375rem; }
#sSrXwDsihwpwzloW7wvv2M0oCTKsqvVt { box-sizing:content-box;height:10rem;width:56.875rem;position:absolute;display:block;z-index:15032;background-color:#0f539c;background-image:none;top:88.8125rem;left:1.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fbnsNSafMWyG83Xo0gdNU1rQas6zIXUR { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15033;line-height:2;letter-spacing:0;top:90.4375rem;left:3.3125rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRDpTCzS20xOmgdRmxC6ZvzPdZOi49kr { position:absolute;display:block;z-index:15030;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.875rem;width:2.25rem;top:2.2998046875rem;left:0rem;overflow:hidden;display:block; }
#hp7cnHBSymR6BfVFduGAnXfFQCIST4J1 { color:#ffc901;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:101.125rem;left:0rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#haEHddudU52TbUh7f1Z7iWyAxS5Lie7M { background-color:#ffc901;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:105.375rem;left:21rem;display:block; }
#DpziVtevKVolCNhhoFb52mS01LCpAUq5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VI2x6s94k6DvGDX7GArdeBfx1wf12miX { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc901, #ffffff);background-image: -moz-linear-gradient(90deg, #ffc901, #ffffff);background-image: -ms-linear-gradient(90deg, #ffc901, #ffffff);background-image: -o-linear-gradient(90deg, #ffc901, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc901', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc901', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffc901, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f539c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:65.0625rem;left:20.96875rem;display:none; }
#Np2lT8Togk5Aw9fZXTvAspbqxpt1eJzE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xrwc8cFpuGiT4tgckddvlrEl2B2t6spk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -moz-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -ms-linear-gradient(90deg, #0f539c, #ca7d9a);background-image: -o-linear-gradient(90deg, #0f539c, #ca7d9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#ca7d9a' );";background-image: linear-gradient(90deg, #0f539c, #ca7d9a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:44.6875rem;left:20.25rem;display:none; }
#SUuC2omHamdEFgFuuJctzr0ASBQ70k9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyhxR6pi1oCl9dlAhw0TVPknTD1WMsTo { color:#0f539c;display:block;width:23.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:27.375rem;left:32.5rem;height:10rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lEOcQ5oSU5WgHQALegdiKfPpVJda4lBd { box-sizing:content-box;height:33rem;width:56.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:50.9375rem;left:1.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid #0f539c;border-left:0.125rem solid #0f539c;border-right:0.125rem solid #0f539c;border-bottom:0.125rem solid #0f539c;display:block; }
#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc901;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; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container { background-color: transparent; background-image: none; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container > .video-iframe-container { display: none; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row > .video-iframe-container { display: none; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .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); }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container { border-width: 0; border-radius: 0; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container { background-color: transparent; background-image: none; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container > .video-iframe-container { display: none; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row > .video-iframe-container { display: none; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .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); }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container { border-width: 0; border-radius: 0; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#UnEZJ16y9IKKaURuDdcfTCSb3fUT3Rx5 { color:#ffc901;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.4375rem;left:5.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6Zl8LE1DmEVFTGTrBS6XfSOOsbsaTPn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.4375rem;left:23.5625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaSizmVni9KGe7K42Ikt9muh8W14pTFz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.4375rem;left:42.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAWWih0xcSezAW5C5erfMCl7exmNbye { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:15.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTgQTrEmtMITw2DEsWm1nKEMQi7Vr0S5 { position:absolute;display:block;z-index:15026;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:11.375rem;width:18.875rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#HViQVfDyLzwhSrfLiD2Osb35BeLfh27p { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:20.625rem;left:21.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#dtufvg5r4TTIbqGCcCK5J0u2KB4KtglK { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:20.625rem;left:39.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#PIv9fHEbddkNLPSsLxTHnGQUw4xZ87yf { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:10rem;left:22.375rem;display:block; }
#h2yC61XAPsN5igarIFJ4TqudddNkcXKO { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:10.5rem;left:25.3125rem;height:1.462675rem;font-style:normal;display:block; }
#QpRox04zEAyXUKR4bmINJEerRNbAWyAw { color:#ffffff;display:block;width:16rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:13.25rem;left:25.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#V71ZAiFT2QRTgTalqZHxvQPtzrgT80Cl { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:22.375rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8u5m93mCM5SQ9kJqGT7CXSFsOritxsx { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffc901;background-image:none;top:7.6875rem;left:22.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ndRHXCtoxMmBgSPCpAJqy9cIsfAbVRnS { position:absolute;display:block;z-index:15052;height:11.5625rem;width:17.5rem;top:4.28125rem;left:42.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom { display:block; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r { display:block; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azUacdT8yUGMVAguGrA42MNtqx9fzmoH { display:block; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uywORlhT165bfWbRvoLS1hNRAtCNiNwU { top:1.5625rem;left:0rem;width:27.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-regular-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE  { width:22.125rem;height:34.0625rem;top:7.3125rem;left:22.75rem; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE {display:block;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE { width:22.125rem;height:34.0625rem;top:7.3125rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #zCTa7hn8rkgksqU9VLovBuwbZUU5JU1F {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #shaJbolX1ynTiNSQUpA4GdEhA24B5T4r {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #Oi043DbIEN9QzPwdsAoGFHvXCwRHpuOm {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f349aW3Nt3vSrWs2A5D2VVxdcogof5Ko {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AJmMUrvmdvylDDwPsMb5sGG6CGT2GewE {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #F7Rt4crVtsJ63e0KsC2iTOkaC8BlR52v {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #UpugSMPTZmRVOITALLOX82Nk7Q7B0kQW {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nmvJ7t3RdryGS7gTXhOBfxFin1dTks9m {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #FOKVL1xgubNxpKbwWmP4vDy1TU3KTKn8 {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #LTV3mgPNJ6fcQ4KqgxTZvBGxmMdiBOTW {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AcaJKsTNWeOZaUrZufZBQX2pDb07VQXQ {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qyLvrgz2K9SEkWeSE7H0wFSpHZgVDZJd {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f8F4VXfAcF9SptTX5yfuswG18siiTTTr {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #wingEvVPKeHJGneAyKQ3ITONit8UfORC {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #iGhVON8SxTZ8PifoHp5P9tqrJCPii2kM {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #T8G4gso4JiMV78VmoMwGUgLFclFEuAbd {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #gMsHPzZkDJaBh6dpN6MB7OdOFeOiu1Vb {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #xFCaMb9B22TdCh5BLZE495ZXOKS2uG6H {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #ckNCk6KFCIoqWFxu0gwZCvRTLr5VnxfN {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qytqyxXs2CWFBraw6l4GL9nCgTx3EVqT {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nHaP3eDCAuTa0HmrupqpfFD6ByyOkpbK {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #SKBLUX9DrTrO6GmfTSl9eGO3hLt2yReb {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #npc55NnC2gikE3zxLzWk6Q6ToRV3dxpi {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #CXRPbJLChxGrV4eCbNKuDxuAUyggJ5ux {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #h5MFW9rbCFuwcIHcduWkSREMdTyETUTX {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #WCMBiGz6xTsISMIMB5eZJA9IiUL0D0kB {  }
 }@media only screen and (max-width: 763px) { #T7PdqKnwBgATLp1TuZckKdFo9vRTwxH4 { top:0rem;left:28.75rem;width:19rem;height:50.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZIhQASsJk9x09gNAcdpTqgrWwPPgZIi { top:2.6875rem;left:30.75rem;width:17rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cygXLT9TFcbUXR4aHQ000B01TkmDgXwl { top:9.5rem;left:0rem;width:27.5rem;height:41.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ43VvxOTVI6t77RfQAc9OX3WBw43Znc { top:9.5rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpW3Iz87fqKuqqntzMrhnuBJIimx8shw { top:20.9375rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHnfpC4xPPKx9yy7K8ICTtp5xIA1Htx5 { top:25.625rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwryabw8xxzOlKIBlnkGHpagm5W4vxVm { top:32.4375rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZFSflpWd3OZ767DgBXrWNZtG1dXlBF { top:46.25rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHVEPgX1athdHx57HusqSsxTumBLHzM { top:37.125rem;left:0rem;width:1.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2E60k0UlCEZRTU5MU4xfsEIKrhrpP5 { top:7.3125rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu { display:block; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOo5xeezTST3h8wvANF8rbKXtPPr2ktb { display:block; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc { display:block; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz { display:block; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxQPclIl3lLDHEAE3X74ZTLhnVc0yVlM { top:4rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMPbIVlN2BTDwomCkg9i8Pks2a9pMe65 { top:2.875rem;left:0rem;width:2.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbn28Z9OqPPx8lk1cCRm3JcbBas0M2g { top:7.25rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LciD18noV9IIBsNTlGQN3TC1lrUXop0u { top:10.125rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcBesU62crxt5klMPUgoGd4MXhxDPWA { top:19.9375rem;left:0rem;width:12.9375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf9x6teFO6NZ1himlJhydpdsr6xP4tDL { top:19.125rem;left:0rem;width:47.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6hXhPNJQ8C4r7BT5c9z2M9ClWWxXRnb { top:26.6875rem;left:28.1875rem;width:19.5625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuplnTQkZIbGvXaVOnuCxGXQXkiUROK { top:34.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboQ6BNZa4MuJpr1rgd2Pr98zCGwkATz { top:19.4375rem;left:11.5625rem;width:35.875rem;height:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRv4dmgKS67ScJIoA3osdpypNyeteHQR { top:41.75rem;left:0rem;width:26.25rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XubNfwXZPawkP3ORQIaJ8rLsgC6SFwEm { top:43.5625rem;left:0rem;width:10.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysBkiegKJfNxz9POgZ20pgxVtPTtqX4T { top:46.5rem;left:0rem;width:21.375rem;height:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSbQ79EAlFDOKctXBzU6F6UwZTGqJMWr { top:65.0625rem;left:0rem;width:21.375rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweEcDqHOBynlqacPddm7umC9gG2Fn1R { top:62.5625rem;left:0rem;width:15.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS4edHOsxihy4RzuIkEewEczwQWb1KmT { top:43.5625rem;left:32rem;width:15.125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHCoTs1MO93AoqqHWogFWJriUFKJoD9F { top:46.4375rem;left:26.375rem;width:21.375rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn9foepSu5RZqqD4udUaBG2CEyWQNRSH { top:62.5625rem;left:32rem;width:15.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTyJpBnhIFOtlS38w3dcdfFtVRWW8uyJ { top:65.125rem;left:26.375rem;width:21.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMHu6nVcRQMDpLas57rOI0Qu7o9I6P5u { top:45.6875rem;left:0rem;width:15.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFWtV65TdvrBbnJom1pzVrmlf5gbQfE { top:45.6875rem;left:31.8125rem;width:15.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm78isTTTffa71eUM17IDH1FacAbvs0Z { top:64.6875rem;left:0rem;width:15.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0KyAqIrtG6npPBi5MDPLp6aLEa5Ov8 { top:64.6875rem;left:31.8125rem;width:15.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zacI60ngdJVbMCNXc9ap5KIaIcpQGGEA { top:41.875rem;left:21.25rem;width:26.25rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko { display:block; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv { display:block; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b09Cnn9PUvmMeAs8T5TTRKeioPRrcLfZ { top:3rem;left:0rem;width:21.9375rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeblF0QOAGcoMKvThx0r2qScoJ6Xky3z { top:9.125rem;left:0rem;width:47.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtz0VpvVD4SrRmTt5EQ3GU4TT5XzR4u { top:1.8125rem;left:0rem;width:2.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxrvf8vmm44oFFDBEktr6O9J0Tg8mBFU { top:15.25rem;left:0rem;width:47.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC { top:24.25rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC li:before{  }
 }@media only screen and (max-width: 763px) { #UTiUURxQEe5NRBGmEbOvaLm37SD0AOXm { top:21.5625rem;left:0rem;width:21.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSiXKbzXbdOtk5l5musrkoBlTlpxhn2 { top:40.25rem;left:0rem;width:47.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3witQ9uUQXMC1fcXqWSMeftvr6VZKU { top:37.625rem;left:0rem;width:21.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUb3xcvVFyZLfokviSotEGhxI10J5kKx { top:52.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmqHCnKv7PU8KyUTJlxicDvyZm0W8136 { top:51.3125rem;left:2.375rem;width:40.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea9rHxQfcxIHfCFpXfdKX4hq1mQrBEKJ { top:6.0625rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5haEZBxFFRNUfaTOW7I0PrgMwSWtPh1 { top:58.5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF2ppaG8aOs250qZqt1p5A8iO4RDFxcp { top:57.125rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb { display:block; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN { display:block; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGc1pJppXGwlE2AhEJw1s7J6HgODEQNc { top:2.5625rem;left:0rem;width:2.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcmhPgGSnZpQdKUGHnkzOWtNQb5xBd0T { top:3.6875rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXXhhUq6T8u7rXVc0WPfB6hmxwLivzX3 { top:6.875rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfv5VwCDSerrRTFxJraEIfCkaTaRd2S { top:9.75rem;left:0rem;width:36.9375rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KZMicQdyuknMAx0m45zRo5Rsyzfw5F { top:11.125rem;left:0rem;width:33.875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdAXuvuRMalaBOGGTaazv8QtTdo7Tw9 { top:73.0625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHUW7Sydfw6aRBQmuVVTdMol9BGaMLe3 { top:80.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7co92vG8mL4nOzgn8mXoTShIyQeSGhL { top:18.125rem;left:0rem;width:33.875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 { top:22.875rem;left:0rem;width:33.875rem;height:;font-size:0.875rem;display:block; }#b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 li:before{  }
 }@media only screen and (max-width: 763px) { #baVBWHzffetVI6URDUfF29vZ2plNrr2T { top:9.75rem;left:0rem;width:36.9375rem;height:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBT9MbaZcbZDmRSk6q0geJBN5Im6cVVr { top:57.875rem;left:0rem;width:47.5rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS60ct1Luqd5RlrC8MlcqMlvOTm3qlRK { top:59.1875rem;left:0rem;width:47.75rem;height:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV6Zv3Pfp6k5Bw488nDALByxyKvzMMIc { top:0rem;left:19.875rem;width:27.875rem;height:55.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu { display:block; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA { display:block; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPAFO5lrsHBA4QiXIeT8KHSqVwyEcDTD { top:8rem;left:0rem;width:47.75rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34qevBTurPTC8w1VSKURSUZT5BqiEMA { top:13.625rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZJ9hC1QPCkSaxpC5CRIAZsDndTBxuE { top:15.625rem;left:0rem;width:47.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGAquT1M0V6cP38HGoZpAor5iVbHfKr8 { top:10.125rem;left:0rem;width:21.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN64uwLJ5mq42dTmIUSdmRLtuhw3ZqH0 { top:27.375rem;left:0rem;width:23.6875rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ { top:31.5625rem;left:0rem;width:25.375rem;height:;font-size:0.875rem;display:block; }#BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ li:before{  }
 }@media only screen and (max-width: 763px) { #NPdQbApwe2LMI7Jy3BMSQlXrlm2EwDrO { top:3.4375rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iChC23KBHaERPy3TcUWTDIpEUzU3DX { top:52.75rem;left:0rem;width:21.9375rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsmI9f88r9eoZ0daVpBd3pZat6EgZ81 { top:56.25rem;left:0rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKN7TXxEFE8l0hTTfNtVf8cvElDJtFrI { top:58.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKNC5KRBL98vm71hUTi1yNUcl0hTb10A { top:67.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t75eTduRWeSw5nTac095OAbTM1Vx7W0E { top:74.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouC0BqqBtX076uOPqmTlKFSsc8oMbb5V { top:79.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrXwDsihwpwzloW7wvv2M0oCTKsqvVt { top:88.8125rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbnsNSafMWyG83Xo0gdNU1rQas6zIXUR { top:90.4375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDpTCzS20xOmgdRmxC6ZvzPdZOi49kr { top:2.25rem;left:0rem;width:2.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp7cnHBSymR6BfVFduGAnXfFQCIST4J1 { top:101.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haEHddudU52TbUh7f1Z7iWyAxS5Lie7M { width:18.0625rem;height:2.9375rem;top:105.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpziVtevKVolCNhhoFb52mS01LCpAUq5 { display:block; }
 }@media only screen and (max-width: 763px) { #VI2x6s94k6DvGDX7GArdeBfx1wf12miX { width:18.0625rem;height:2.9375rem;top:65.0625rem;left:14.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Np2lT8Togk5Aw9fZXTvAspbqxpt1eJzE { display:block; }
 }@media only screen and (max-width: 763px) { #Xrwc8cFpuGiT4tgckddvlrEl2B2t6spk { width:19.5rem;height:3.9375rem;top:44.6875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUuC2omHamdEFgFuuJctzr0ASBQ70k9J { display:block; }
 }@media only screen and (max-width: 763px) { #VyhxR6pi1oCl9dlAhw0TVPknTD1WMsTo { top:27.375rem;left:24.3125rem;width:23.4375rem;height:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEOcQ5oSU5WgHQALegdiKfPpVJda4lBd { top:50.9375rem;left:0rem;width:47.5rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q { display:block; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ { display:block; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnEZJ16y9IKKaURuDdcfTCSb3fUT3Rx5 { top:20.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Zl8LE1DmEVFTGTrBS6XfSOOsbsaTPn { top:20.4375rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSizmVni9KGe7K42Ikt9muh8W14pTFz { top:20.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAWWih0xcSezAW5C5erfMCl7exmNbye { top:23.25rem;left:9.7495689392087rem;width:28.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgQTrEmtMITw2DEsWm1nKEMQi7Vr0S5 { top:4.375rem;left:0rem;width:18.875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HViQVfDyLzwhSrfLiD2Osb35BeLfh27p { top:20.625rem;left:15.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtufvg5r4TTIbqGCcCK5J0u2KB4KtglK { top:20.625rem;left:33.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIv9fHEbddkNLPSsLxTHnGQUw4xZ87yf { top:10rem;left:16.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2yC61XAPsN5igarIFJ4TqudddNkcXKO { top:10.5rem;left:19.1875rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpRox04zEAyXUKR4bmINJEerRNbAWyAw { top:13.25rem;left:19.3125rem;width:16rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V71ZAiFT2QRTgTalqZHxvQPtzrgT80Cl { top:4.4375rem;left:16.25rem;width:8.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8u5m93mCM5SQ9kJqGT7CXSFsOritxsx { top:7.6875rem;left:16.3125rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndRHXCtoxMmBgSPCpAJqy9cIsfAbVRnS { top:4.25rem;left:30.25rem;width:17.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom { background-color:#ffc901;background-image:none;display:block; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { background-color: transparent; background-image: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container > .video-iframe-container { display: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row > .video-iframe-container { display: none; }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .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); }#VOAoVpyo6GpZnJWPmeKwnvrnmFHzphom > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/960f8d00-a742-4bbe-b581-ac6334570b6a/Centruldeendometriozaheadmobilenew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.adaptive-delivery-prevent-bg, #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.lazyload, #em9RrFe1qZQIT73F2TzqKt4ooFmuc58r.lazyloading { background-image: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { background-color: transparent; background-image: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container > .video-iframe-container { display: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row > .video-iframe-container { display: none; }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .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); }#em9RrFe1qZQIT73F2TzqKt4ooFmuc58r > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azUacdT8yUGMVAguGrA42MNtqx9fzmoH { background-color:#0f539c;background-image:none;display:block; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { background-color: transparent; background-image: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container > .video-iframe-container { display: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row > .video-iframe-container { display: none; }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .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); }#azUacdT8yUGMVAguGrA42MNtqx9fzmoH > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uywORlhT165bfWbRvoLS1hNRAtCNiNwU { width:20rem;height:3.8984375rem;top:51.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-text {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-select {padding-top: 0; padding-bottom: 0;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE  { width:17.25rem;height:auto;top:5.8125rem;left:0rem; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE {display:block;}#gqHT94xGnTbLV3I5eDhdBWBStbguGVTE { width:17.25rem;height:auto;top:5.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #zCTa7hn8rkgksqU9VLovBuwbZUU5JU1F {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #shaJbolX1ynTiNSQUpA4GdEhA24B5T4r { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #Oi043DbIEN9QzPwdsAoGFHvXCwRHpuOm {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f349aW3Nt3vSrWs2A5D2VVxdcogof5Ko {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AJmMUrvmdvylDDwPsMb5sGG6CGT2GewE { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #F7Rt4crVtsJ63e0KsC2iTOkaC8BlR52v {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #UpugSMPTZmRVOITALLOX82Nk7Q7B0kQW {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nmvJ7t3RdryGS7gTXhOBfxFin1dTks9m { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #FOKVL1xgubNxpKbwWmP4vDy1TU3KTKn8 {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #LTV3mgPNJ6fcQ4KqgxTZvBGxmMdiBOTW {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #AcaJKsTNWeOZaUrZufZBQX2pDb07VQXQ { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qyLvrgz2K9SEkWeSE7H0wFSpHZgVDZJd {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #f8F4VXfAcF9SptTX5yfuswG18siiTTTr {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #wingEvVPKeHJGneAyKQ3ITONit8UfORC { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #iGhVON8SxTZ8PifoHp5P9tqrJCPii2kM {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #T8G4gso4JiMV78VmoMwGUgLFclFEuAbd {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #gMsHPzZkDJaBh6dpN6MB7OdOFeOiu1Vb { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #xFCaMb9B22TdCh5BLZE495ZXOKS2uG6H {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #ckNCk6KFCIoqWFxu0gwZCvRTLr5VnxfN {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #qytqyxXs2CWFBraw6l4GL9nCgTx3EVqT { display:none; }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #nHaP3eDCAuTa0HmrupqpfFD6ByyOkpbK {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #SKBLUX9DrTrO6GmfTSl9eGO3hLt2yReb {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #npc55NnC2gikE3zxLzWk6Q6ToRV3dxpi {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #CXRPbJLChxGrV4eCbNKuDxuAUyggJ5ux {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #h5MFW9rbCFuwcIHcduWkSREMdTyETUTX {  }
 }@media only screen and (max-width: 763px) { #gqHT94xGnTbLV3I5eDhdBWBStbguGVTE #WCMBiGz6xTsISMIMB5eZJA9IiUL0D0kB {  }
 }@media only screen and (max-width: 763px) { #T7PdqKnwBgATLp1TuZckKdFo9vRTwxH4 { width:19rem;height:48.625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZIhQASsJk9x09gNAcdpTqgrWwPPgZIi { width:17rem;height:1.7871125rem;top:2.375rem;left:1.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cygXLT9TFcbUXR4aHQ000B01TkmDgXwl { width:17.8125rem;height:46.26953125rem;top:59.875rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KJ43VvxOTVI6t77RfQAc9OX3WBw43Znc { width:1rem;height:2.0625rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpW3Iz87fqKuqqntzMrhnuBJIimx8shw { width:1rem;height:2.0625rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHnfpC4xPPKx9yy7K8ICTtp5xIA1Htx5 { width:1rem;height:2.0625rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwryabw8xxzOlKIBlnkGHpagm5W4vxVm { width:1rem;height:2.0625rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZFSflpWd3OZ767DgBXrWNZtG1dXlBF { width:1rem;height:2.0625rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHVEPgX1athdHx57HusqSsxTumBLHzM { width:1rem;height:2.0625rem;top:100.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2E60k0UlCEZRTU5MU4xfsEIKrhrpP5 { width:15.9375rem;height:0.3125rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu { display:block; }#lcpBmfLBGrTMVFyEiVHebpPWrvO5TWpu > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOo5xeezTST3h8wvANF8rbKXtPPr2ktb { display:block; }#vOo5xeezTST3h8wvANF8rbKXtPPr2ktb > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc { display:block; }#zveDsvFVzfeseVTQ4MRcyOKH9ooFKMsc > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz { display:block; }#hvT9JLaeVCVboQfxV2LAfBGMeJX27lLz > .row .container { width:20rem;height:150.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxQPclIl3lLDHEAE3X74ZTLhnVc0yVlM { width:16.8125rem;height:1.7871125rem;top:2.5rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMPbIVlN2BTDwomCkg9i8Pks2a9pMe65 { width:1.8125rem;height:3.9375rem;top:1.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntbn28Z9OqPPx8lk1cCRm3JcbBas0M2g { width:15.9375rem;height:0.3125rem;top:5.0498046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LciD18noV9IIBsNTlGQN3TC1lrUXop0u { width:20rem;height:12.25rem;top:7.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUcBesU62crxt5klMPUgoGd4MXhxDPWA { width:16.75rem;height:16.9375rem;top:24.19921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf9x6teFO6NZ1himlJhydpdsr6xP4tDL { width:19.75rem;height:43.875rem;top:22.625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6hXhPNJQ8C4r7BT5c9z2M9ClWWxXRnb { width:20rem;height:12.25rem;top:59.91796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuplnTQkZIbGvXaVOnuCxGXQXkiUROK { width:18.75rem;height:2.5rem;top:67.98046875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboQ6BNZa4MuJpr1rgd2Pr98zCGwkATz { width:18.75rem;height:21rem;top:42.875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRv4dmgKS67ScJIoA3osdpypNyeteHQR { width:20rem;height:38.375rem;top:75.9375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XubNfwXZPawkP3ORQIaJ8rLsgC6SFwEm { width:10.8125rem;height:1.5744375rem;top:78.4375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysBkiegKJfNxz9POgZ20pgxVtPTtqX4T { width:18.75rem;height:10.5rem;top:82.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSbQ79EAlFDOKctXBzU6F6UwZTGqJMWr { width:18.75rem;height:3.5rem;top:124.5625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #uweEcDqHOBynlqacPddm7umC9gG2Fn1R { width:15.6875rem;height:1.5744375rem;top:120.125rem;left:2.5rem;font-size:1.125rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #OS4edHOsxihy4RzuIkEewEczwQWb1KmT { width:15.125rem;height:1.5744375rem;top:96rem;left:2.4375rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yHCoTs1MO93AoqqHWogFWJriUFKJoD9F { width:18.5625rem;height:10.5rem;top:100.5625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zn9foepSu5RZqqD4udUaBG2CEyWQNRSH { width:15.6875rem;height:1.5744375rem;top:132.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTyJpBnhIFOtlS38w3dcdfFtVRWW8uyJ { width:18.75rem;height:5.25rem;top:137.1875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wMHu6nVcRQMDpLas57rOI0Qu7o9I6P5u { width:15.9375rem;height:0.1875rem;top:80.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFWtV65TdvrBbnJom1pzVrmlf5gbQfE { width:15.9375rem;height:0.1875rem;top:98.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm78isTTTffa71eUM17IDH1FacAbvs0Z { width:15.9375rem;height:0.1875rem;top:122.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV0KyAqIrtG6npPBi5MDPLp6aLEa5Ov8 { width:15.9375rem;height:0.1875rem;top:135.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zacI60ngdJVbMCNXc9ap5KIaIcpQGGEA { width:19.75rem;height:27.4375rem;top:117.625rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:0.625rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko { display:block; }#XvxvrZ5P9hCssCvXEPADCV57Pqhx7vko > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5159e5d4-3d07-43cf-9735-d24b6652c1d6/despreendo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.adaptive-delivery-prevent-bg, #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.lazyload, #pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv.lazyloading { background-image: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { background-color: transparent; background-image: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container > .video-iframe-container { display: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row > .video-iframe-container { display: none; }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .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); }#pzD5OJpqsO3EGZpWntRs57lIxQZbRJrv > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b09Cnn9PUvmMeAs8T5TTRKeioPRrcLfZ { width:15.3125rem;height:1.94921875rem;top:1.494140625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeblF0QOAGcoMKvThx0r2qScoJ6Xky3z { width:20rem;height:8.75rem;top:6.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MEtz0VpvVD4SrRmTt5EQ3GU4TT5XzR4u { width:1.625rem;height:3.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxrvf8vmm44oFFDBEktr6O9J0Tg8mBFU { width:20rem;height:8.75rem;top:17.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC { width:20rem;height:18.125rem;top:33.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#fbkmTuwRdzpMOa4i1qbE8kqcE8f7wiSC li:before{  }
 }@media only screen and (max-width: 763px) { #UTiUURxQEe5NRBGmEbOvaLm37SD0AOXm { width:17rem;height:1.625rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSiXKbzXbdOtk5l5musrkoBlTlpxhn2 { width:20rem;height:14rem;top:57.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK3witQ9uUQXMC1fcXqWSMeftvr6VZKU { width:20rem;height:1.625rem;top:54.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUb3xcvVFyZLfokviSotEGhxI10J5kKx { display:flex;width:2.25rem;height:2.25rem;top:76.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rmqHCnKv7PU8KyUTJlxicDvyZm0W8136 { width:16.9375rem;height:3.75rem;top:75.4375rem;left:3.0625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ea9rHxQfcxIHfCFpXfdKX4hq1mQrBEKJ { width:15.9375rem;height:0.3125rem;top:3.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5haEZBxFFRNUfaTOW7I0PrgMwSWtPh1 { width:18.125rem;height:16rem;top:85rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF2ppaG8aOs250qZqt1p5A8iO4RDFxcp { width:20rem;height:20.0625rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb { display:block; }#CXPNe7kbU6UdPEOhX2cNTAnv2T08VKDb > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN { display:block; }#Z3liKTfTHBvaRFl6x7w6vqchDHBgIorN > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGc1pJppXGwlE2AhEJw1s7J6HgODEQNc { width:1.8125rem;height:3.9375rem;top:2.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcmhPgGSnZpQdKUGHnkzOWtNQb5xBd0T { width:15.1875rem;height:3.8984375rem;top:2.5625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXXhhUq6T8u7rXVc0WPfB6hmxwLivzX3 { width:15.9375rem;height:0.3125rem;top:7.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLfv5VwCDSerrRTFxJraEIfCkaTaRd2S { width:19.75rem;height:57.6875rem;top:10rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #A9KZMicQdyuknMAx0m45zRo5Rsyzfw5F { width:18.125rem;height:8.75rem;top:11.25rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkdAXuvuRMalaBOGGTaazv8QtTdo7Tw9 { width:16.9375rem;height:11.25rem;top:111.875rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lHUW7Sydfw6aRBQmuVVTdMol9BGaMLe3 { display:flex;width:2.25rem;height:2.25rem;top:120.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a7co92vG8mL4nOzgn8mXoTShIyQeSGhL { width:18.125rem;height:5.25rem;top:22.5rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 { width:18.125rem;height:36.75rem;top:29.75rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#b7PHaENlGu4ccHvrNBa9aqWCHycvLCW7 li:before{  }
 }@media only screen and (max-width: 763px) { #baVBWHzffetVI6URDUfF29vZ2plNrr2T { width:19.75rem;height:22.375rem;top:84.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0.125rem solid #ffc901;z-index:15002;background-color:#fffdf7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cBT9MbaZcbZDmRSk6q0geJBN5Im6cVVr { width:19.75rem;height:11.9375rem;top:111.9375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffc901;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #bS60ct1Luqd5RlrC8MlcqMlvOTm3qlRK { width:18.125rem;height:19.25rem;top:86.375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XV6Zv3Pfp6k5Bw488nDALByxyKvzMMIc { width:19.75rem;height:39.1875rem;top:55.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.125rem solid #ffc901;border-right:0.125rem solid #ffc901;border-bottom:0;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu { display:block; }#Lczx95lXu9NpxGE5RAANc5XI7VVfrmcu > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA { display:block; }#EimHPNPAkH7bdGrHNLma1ZQelhLZNlvA > .row .container { width:20rem;height:154.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPAFO5lrsHBA4QiXIeT8KHSqVwyEcDTD { width:20rem;height:57.6875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E34qevBTurPTC8w1VSKURSUZT5BqiEMA { width:15.9375rem;height:0.3125rem;top:13.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFZJ9hC1QPCkSaxpC5CRIAZsDndTBxuE { width:18.125rem;height:15.75rem;top:15.875rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RGAquT1M0V6cP38HGoZpAor5iVbHfKr8 { width:14.75rem;height:1.7871125rem;top:10.125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN64uwLJ5mq42dTmIUSdmRLtuhw3ZqH0 { width:18.125rem;height:3.5rem;top:34.125rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ { width:18.125rem;height:12.25rem;top:38.875rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#BN6A5QkLEDu32i6LkHaLH94kkzSXvDWJ li:before{  }
 }@media only screen and (max-width: 763px) { #NPdQbApwe2LMI7Jy3BMSQlXrlm2EwDrO { width:15.1875rem;height:3.8984375rem;top:2.5rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iChC23KBHaERPy3TcUWTDIpEUzU3DX { width:16.375rem;height:1.7871125rem;top:71.9375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsmI9f88r9eoZ0daVpBd3pZat6EgZ81 { width:15.9375rem;height:0.3125rem;top:74.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKN7TXxEFE8l0hTTfNtVf8cvElDJtFrI { width:18.125rem;height:14rem;top:77.25rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tKNC5KRBL98vm71hUTi1yNUcl0hTb10A { width:18.125rem;height:8.75rem;top:93.75rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t75eTduRWeSw5nTac095OAbTM1Vx7W0E { width:15.3125rem;height:7.5rem;top:104rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouC0BqqBtX076uOPqmTlKFSsc8oMbb5V { display:flex;width:2.25rem;height:2.25rem;top:109.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sSrXwDsihwpwzloW7wvv2M0oCTKsqvVt { width:20rem;height:18.125rem;top:119.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbnsNSafMWyG83Xo0gdNU1rQas6zIXUR { width:18.125rem;height:14rem;top:121.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDpTCzS20xOmgdRmxC6ZvzPdZOi49kr { width:1.8125rem;height:3.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp7cnHBSymR6BfVFduGAnXfFQCIST4J1 { width:20rem;height:6.07324375rem;top:140.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffc901;display:block; }
 }@media only screen and (max-width: 763px) { #haEHddudU52TbUh7f1Z7iWyAxS5Lie7M { width:18.0625rem;height:2.9375rem;top:105.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpziVtevKVolCNhhoFb52mS01LCpAUq5 { display:block; }
 }@media only screen and (max-width: 763px) { #VI2x6s94k6DvGDX7GArdeBfx1wf12miX { width:0.625rem;height:0.625rem;top:127.625rem;left:1.21875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #Np2lT8Togk5Aw9fZXTvAspbqxpt1eJzE { display:block; }
 }@media only screen and (max-width: 763px) { #Xrwc8cFpuGiT4tgckddvlrEl2B2t6spk { width:17.25rem;height:2.5625rem;top:147.625rem;left:1.375rem;z-index:15015;font-size:1rem;color:#0f539c;background-color:#ffc901;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SUuC2omHamdEFgFuuJctzr0ASBQ70k9J { display:block; }
 }@media only screen and (max-width: 763px) { #VyhxR6pi1oCl9dlAhw0TVPknTD1WMsTo { width:18.125rem;height:10.5rem;top:53.625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEOcQ5oSU5WgHQALegdiKfPpVJda4lBd { width:19.75rem;height:43.0625rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q { display:block; }#S03QBt8T6FZeI1eGPXEIgoh7tSM8M18Q > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ { display:block; }#QU6WEQcKHcJn9KQHpXerQFOdaTX1r0rQ > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnEZJ16y9IKKaURuDdcfTCSb3fUT3Rx5 { width:4.75rem;height:1.94921875rem;top:45rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6Zl8LE1DmEVFTGTrBS6XfSOOsbsaTPn { width:4.1875rem;height:0.9746125rem;top:45.5rem;left:7.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaSizmVni9KGe7K42Ikt9muh8W14pTFz { width:4.8125rem;height:1.94921875rem;top:45rem;left:14.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAWWih0xcSezAW5C5erfMCl7exmNbye { width:15.8125rem;height:1.94921875rem;top:48.5rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTgQTrEmtMITw2DEsWm1nKEMQi7Vr0S5 { width:16.5rem;height:9.9375rem;top:4.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HViQVfDyLzwhSrfLiD2Osb35BeLfh27p { top:45.6875rem;left:6.5rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtufvg5r4TTIbqGCcCK5J0u2KB4KtglK { top:45.6875rem;left:12.8125rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIv9fHEbddkNLPSsLxTHnGQUw4xZ87yf { width:3.125rem;height:3.125rem;top:20rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h2yC61XAPsN5igarIFJ4TqudddNkcXKO { width:14.9375rem;height:1.462675rem;top:20.8125rem;left:3.125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QpRox04zEAyXUKR4bmINJEerRNbAWyAw { width:16.625rem;height:2.599825rem;top:24.0625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V71ZAiFT2QRTgTalqZHxvQPtzrgT80Cl { width:8.6875rem;height:1.7871125rem;top:15.875rem;left:1.75rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o8u5m93mCM5SQ9kJqGT7CXSFsOritxsx { width:15.9375rem;height:0.3125rem;top:18.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndRHXCtoxMmBgSPCpAJqy9cIsfAbVRnS { width:18.75rem;height:11.5625rem;top:29.15625rem;left:0.625rem;display:block; }
 }