.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { background-color:#e2e0f5;background-image:url("https://images.assets-landingi.com/uc/74d51742-53fc-4a8a-bf4b-f669b71bd1d8/SemTtulo3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.adaptive-delivery-prevent-bg, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyload, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyloading { background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { background-color: transparent; background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .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); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { border-width: 0; border-radius: 0; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { color:#267251;display:block;width:38.625rem;position:absolute;font-family:namian;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:10.625rem;left:0rem;height:9.8994375rem;display:block; }
#nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { color:#606060;display:block;width:39.25rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.0625rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f3fffb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.1875rem;left:0rem;display:block; }
#ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmmG7Z3XMgeCCE8cu8ut98ZJWULxK0us { color:#606060;display:block;width:35.3125rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:9rem;font-style:normal;display:none; }
#JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0b0ff, #e2e0f5);background-image: -moz-linear-gradient(180deg, #f0b0ff, #e2e0f5);background-image: -ms-linear-gradient(180deg, #f0b0ff, #e2e0f5);background-image: -o-linear-gradient(180deg, #f0b0ff, #e2e0f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b0ff', endColorstr='#e2e0f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b0ff', endColorstr='#e2e0f5' );";background-image: linear-gradient(180deg, #f0b0ff, #e2e0f5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container { border-width: 0; border-radius: 0; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1e8e0;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; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { background-color: transparent; background-image: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .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); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { border-width: 0; border-radius: 0; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#yX9gfezigd3HV0Ko9gEhBAJNDliGwUcU { color:#267251;display:block;width:18.125rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5DFt1QrhKtXz9wS152dRZrPJT4twevU { color:#267251;display:block;width:13.1875rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.51171875rem;left:29.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTubxfE5gVh3AuSKFCrTCXei3TqNr2wx { color:#267251;display:block;width:22.75rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:50.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1e8e0, #e0f6ef);background-image: -moz-linear-gradient(180deg, #d1e8e0, #e0f6ef);background-image: -ms-linear-gradient(180deg, #d1e8e0, #e0f6ef);background-image: -o-linear-gradient(180deg, #d1e8e0, #e0f6ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e8e0', endColorstr='#e0f6ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e8e0', endColorstr='#e0f6ef' );";background-image: linear-gradient(180deg, #d1e8e0, #e0f6ef);background-size:auto !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; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container { background-color: transparent; background-image: none; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container > .video-iframe-container { display: none; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row > .video-iframe-container { display: none; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .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); }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container { border-width: 0; border-radius: 0; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f6ef;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; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container { background-color: transparent; background-image: none; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container > .video-iframe-container { display: none; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row > .video-iframe-container { display: none; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .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); }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container { border-width: 0; border-radius: 0; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#bOZovRN4UEHq3Fr1XkLClp7KN4I3oVvn { color:#267251;display:block;width:62.3125rem;position:absolute;font-family:namian;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#rp3B49EkvRwZOZf1zlGN1G6OlKo1HnBE { color:#606060;display:block;width:39.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15rem;left:17.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQKCs64MbMcvLl1MOvokgGlArUuMvAfg { color:#606060;display:block;width:45.75rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.25rem;left:14.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/04664a06-787c-4b57-91f1-245f2820d7bb/MLR0559522.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; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.adaptive-delivery-prevent-bg, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyload, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyloading { background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { background-color: transparent; background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .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); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { border-width: 0; border-radius: 0; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { color:#267251;display:block;width:19.0625rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.625rem;height:2.92480625rem;font-style:normal;display:block; }
#Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { color:#606060;display:block;width:37.4375rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:6.625rem;height:10.39841875rem;font-style:normal;display:block; }
#gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f3fffb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.0625rem;left:6.625rem;display:block; }
#dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3fwrAS2us7ILKVrqk4nqfMecp27L5Bb { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.375rem;left:4.3125rem;display:none; }
#Xf2oVPOq2O9Foci1ScIJuyfHpfwTP8lS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { box-sizing:content-box;height:22.6875rem;width:42.1875rem;position:absolute;display:block;z-index:14999;background-color:#f3fffb;background-image:none;top:3.75rem;left:4.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f6ef;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; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { background-color: transparent; background-image: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container > .video-iframe-container { display: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container { display: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .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); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { border-width: 0; border-radius: 0; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { color:#267251;display:block;width:34.1875rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.9375rem;height:2.92480625rem;font-style:normal;display:block; }
#gmMNbnJ6aeKXcbfV4g9hd44lKsdeEDma { color:#606060;display:block;width:42.1875rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1875rem;left:3.9375rem;height:1.5rem;font-style:normal;display:block; }
#uJShbUTS5QCIMa21Mqd46BLETNszyGeS { color:#267251;display:block;width:20.0625rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:5.125rem;height:3.4121125rem;display:block; }
#lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { box-sizing:content-box;height:10rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:#d1e8e0;background-image:none;top:10.25rem;left:3.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Raoc2s2d3pHlPT5vAsrSAvXATHL06IzG { color:#267251;display:block;width:22.875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5rem;left:5.125rem;height:3.41015625rem;font-style:normal;display:block; }
#XNIK0EHxRRTG1Nakz8ESmZL7IroznP01 { box-sizing:content-box;height:10rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:#d1e8e0;background-image:none;top:10.25rem;left:31.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lUpPT7TwL2eckBR8GtPp1TQLOCI7gX6Q { color:#267251;display:block;width:14.25rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.4375rem;left:32.6875rem;height:3.41015625rem;font-style:normal;display:block; }
#Gyyl8lCvCsuGMvbI7s2QudqBz5TIQwmI { color:#267251;display:block;width:14.25rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:32.625rem;height:3.4121125rem;display:block; }
#QJvDWxkXCT8oR990bE3lmkt4qdkCuWkq { box-sizing:content-box;height:10rem;width:16.5625rem;position:absolute;display:block;z-index:15008;background-color:#d1e8e0;background-image:none;top:22.125rem;left:20.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nyHdlyZcdQd6M3fG7hM4TOn7DQFbN0dE { color:#267251;display:block;width:13.75rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.3125rem;left:21.6875rem;height:3.41015625rem;font-style:normal;display:block; }
#F9lTAvDoZWb35aLeuIlT8Eh6X9wfBoyg { color:#267251;display:block;width:14.25rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.625rem;left:21.625rem;height:3.4121125rem;display:block; }
#fyTx40ff0rD43aHsDh4CZgFNoRsGsLgM { box-sizing:content-box;height:10rem;width:14.6875rem;position:absolute;display:block;z-index:15011;background-color:#d1e8e0;background-image:none;top:22.125rem;left:3.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iPZufWqHpFmkAMm4DTVqITv3HNCFrLBl { color:#267251;display:block;width:13.75rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:27.3125rem;left:5.125rem;height:3.41015625rem;font-style:normal;display:block; }
#eaqX5VP7G19Wxe25Z1Tnsd3w9q8BpIJi { color:#267251;display:block;width:14.25rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.0625rem;height:3.4121125rem;display:block; }
#Ztqz0neoeWU6SiCsKsoiQ2eB2OxmLk3y { box-sizing:content-box;height:10rem;width:18.0625rem;position:absolute;display:block;z-index:15014;background-color:#d1e8e0;background-image:none;top:10.25rem;left:49.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eel7Re5tfCOwFwFttTXNUluLH7CmSAK6 { color:#267251;display:block;width:15.6875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.4375rem;left:51.0625rem;height:3.41015625rem;font-style:normal;display:block; }
#HXwoTRmVKMtWc7gDK6GiiCtoZBNT8CGW { color:#267251;display:block;width:14.25rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.75rem;left:51rem;height:3.4121125rem;display:block; }
#VoU8iyUR2FnwAFF5W5MdzZLAKDTu5dAF { box-sizing:content-box;height:10rem;width:12.8125rem;position:absolute;display:block;z-index:15017;background-color:#d1e8e0;background-image:none;top:22.125rem;left:38.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ORroWbT3Ci6yVVrI8AAG2XpeTTizNrDT { color:#267251;display:block;width:10.375rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:27.3125rem;left:40.125rem;height:3.41015625rem;font-style:normal;display:block; }
#KAIEMZxwTIfG0DuW0ombbAPZWb7n9aRr { color:#267251;display:block;width:11.25rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.625rem;left:40.0625rem;height:3.4121125rem;display:block; }
#Tv3IXdtf80dDaWTTGSkIRWbs4wHyoBlF { box-sizing:content-box;height:10rem;width:14.25rem;position:absolute;display:block;z-index:15020;background-color:#d1e8e0;background-image:none;top:22.125rem;left:53.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o5TkNwQQMx6lePzlStCGdbBe7EblviFl { color:#267251;display:block;width:11.875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.3125rem;left:54.8125rem;height:3.41015625rem;font-style:normal;display:block; }
#W6JflyXiClkgRKxG1MKZkBlNOtHQZpCA { color:#267251;display:block;width:9.875rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.625rem;left:54.75rem;height:3.4121125rem;display:block; }
#pGWfan2kRXsAiwvOr5RbCuMCXflqLFTZ { background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.5rem;left:3.9375rem;display:block; }
#OBmPhFK5O6IzybpR3W1xzBvqBAs6dxIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AubQqZAOwtSTvG1mSGEsltNF4GEM6Cmy { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.25rem;left:3.9375rem;display:none; }
#akcrnv5k1Tw0hZzC14XFyWGp8GmZ8Ov7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f6ef;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; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container { background-color: transparent; background-image: none; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container > .video-iframe-container { display: none; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row > .video-iframe-container { display: none; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .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); }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container { border-width: 0; border-radius: 0; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#l1QATZ9yJAMkZgoxt7ZUkFqJmzcORAgf { color:#267251;display:block;width:36.1875rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgMBzAuoeInIMTM7M6wZpVuBG4kC67qd { color:#606060;display:block;width:13.875rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.685546875rem;left:0.59375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mowilEA3TiNQVvXmONc1TlGSyUn4FQvy { color:#606060;display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6865234375rem;left:16.90625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQyhULfxanZoZhDzJnXhpkr1rxklkcma { color:#606060;display:block;width:11.1875rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6865234375rem;left:31.78125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOJP9FrKtsRg1AeT3rf740k8AyIidMrl { color:#606060;display:block;width:13.4375rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:45.59375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8DyWPDLyf5472bOIdZFEUPSJ20bQdXV { color:#606060;display:block;width:13.0625rem;position:absolute;font-family:epilogue;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:61.1875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxyAuERyz26Ki3gg3k9a6I33d6v32BRP { background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f3fffb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.25rem;left:27.375rem;display:block; }
#xLyvL8TqSsXwanl6dSP5eCsV8rgt7AvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tpt1htev10e7qxVOK5iXLbSJnkFUgg9H { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15012;background-color:#267251;background-image:none;top:10.4365234375rem;left:2.46875rem;display:block; }
#q8GdzqpWayTWTFFWRTGzZHdT7g4q6DtW { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15013;background-color:#267251;background-image:none;top:10.4375rem;left:18.9375rem;display:block; }
#bAG6XlZrKSHFtFcKewtJztbb27H9vCAs { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15014;background-color:#267251;background-image:none;top:10.4375rem;left:33.8125rem;display:block; }
#aLFfvnT7wZThx1rDhDLau3f5nSWtcA0W { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:#267251;background-image:none;top:10.4375rem;left:47.625rem;display:block; }
#LMRQ8TKM7dPTbSGJwUoXQmZUFihIc4Ax { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15016;background-color:#267251;background-image:none;top:10.4375rem;left:63.1875rem;display:block; }
#BgGlPMavcesk9fSM9E6bMZqXKltr79H2 { position:absolute;display:block;z-index:15012;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:1.25rem;width:1.25rem;top:9.8740234375rem;left:0.59375rem;overflow:hidden;display:block; }
#dwpbztshAU9WKLg8CnL7B1gaohI159vv { position:absolute;display:block;z-index:15013;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:1.25rem;width:1.25rem;top:9.8740234375rem;left:16.84375rem;overflow:hidden;display:block; }
#h5NSe0lsHy0OByHwEwEusPHSBTGbkB1O { position:absolute;display:block;z-index:15014;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:1.25rem;width:1.25rem;top:9.9052734375rem;left:31.78125rem;overflow:hidden;display:block; }
#n2DCaTQDzvCTxk3ZKhpcblrDNCZuzPtV { position:absolute;display:block;z-index:15015;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:1.25rem;width:1.25rem;top:9.9052734375rem;left:45.625rem;overflow:hidden;display:block; }
#boo9mTU31JJkTWPOO9Bhy2m2TGlXNTu6 { position:absolute;display:block;z-index:15016;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:1.25rem;width:1.25rem;top:9.9052734375rem;left:61.1875rem;overflow:hidden;display:block; }
#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f6ef;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; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { background-color: transparent; background-image: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .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); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { border-width: 0; border-radius: 0; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { color:#267251;display:block;width:34.1875rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.9375rem;height:2.92480625rem;font-style:normal;display:block; }
#zloSRhIsvq9TJa7NiONesWiXT55fW8ox { color:#267251;display:block;width:20.8125rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:7.5rem;height:1.70605625rem;display:block; }
#F2DxvGNsfRfuTmmt7mOkS0FQhzFGiqrl { box-sizing:content-box;height:4.375rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:#d1e8e0;background-image:none;top:11.3125rem;left:3.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { background-color:#267251;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f3fffb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.8125rem;left:3.96875rem;display:block; }
#KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNBlTXlCne0LZlpGT5emdgyGpypAqeDD { position:absolute;display:block;z-index:15011;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:1.6875rem;width:1.6875rem;top:12.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#xuxhfLCmd0FC8PGnzok2Hi0GPKGVGeTt { box-sizing:content-box;height:4.375rem;width:26.625rem;position:absolute;display:block;z-index:15005;background-color:#d1e8e0;background-image:none;top:16.9375rem;left:3.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FnWwi6TOX7OI7SfxXJMcJfEfipa1D21U { color:#267251;display:block;width:22.4375rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:7.5rem;height:1.70605625rem;display:block; }
#d22DMLxRaLJocVRWkEZMaF0vW8eEaJ9I { position:absolute;display:block;z-index:15014;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:1.6875rem;width:1.6875rem;top:18.3125rem;left:5.1875rem;overflow:hidden;display:block; }
#AIFcNws8q1qBNioSJsNHXiZtW069TkiE { box-sizing:content-box;height:4.375rem;width:35.6875rem;position:absolute;display:block;z-index:15008;background-color:#d1e8e0;background-image:none;top:11.375rem;left:30.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oRldgPWSeGyDAOf9B0Iv82AfCS0y6hc3 { color:#267251;display:block;width:31.1875rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.75rem;left:34.125rem;height:1.70605625rem;display:block; }
#TXAuAXkt8c4C0q3i7XKayS9cpGr1Od79 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:12.75rem;left:31.8125rem;overflow:hidden;display:block; }
#tAdooHoTbcEU3ZGUHPWfnuxi2OPUIpBl { box-sizing:content-box;height:4.375rem;width:33.5rem;position:absolute;display:block;z-index:15011;background-color:#d1e8e0;background-image:none;top:16.9375rem;left:31.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EmAcmzFJ6U0Wcd749Z1cODeTJ4W5UEaq { color:#267251;display:block;width:28.6875rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.3125rem;left:35.375rem;height:1.70605625rem;display:block; }
#TOlaIX8D5oPWhA3St1PiXlb13LJVguVy { position:absolute;display:block;z-index:15020;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:1.6875rem;width:1.6875rem;top:18.3125rem;left:33.0625rem;overflow:hidden;display:block; }
#LIAbVJ2oGFwkn5Wy21yXPakTB3OPkiTS { box-sizing:content-box;height:4.375rem;width:49.3125rem;position:absolute;display:block;z-index:15011;background-color:#d1e8e0;background-image:none;top:22.5625rem;left:3.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#R1xwlFvtv6vUIXcnMh3T1s0KCproxJ6W { color:#267251;display:block;width:44.8125rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.9375rem;left:7.5rem;height:1.70605625rem;display:block; }
#RLf8hxcaThORe2992xMQQ1ASr80Zr2hv { position:absolute;display:block;z-index:15020;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:1.6875rem;width:1.6875rem;top:23.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { background-color:transparent;background-image:none;border-top:0.125rem solid #eaf4fe;border-left:0.125rem solid #eaf4fe;border-right:0.125rem solid #eaf4fe;border-bottom:0.125rem solid #eaf4fe;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.8125rem;left:3.96875rem;display:none; }
#it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f6ef;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; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { background-color: transparent; background-image: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container > .video-iframe-container { display: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container { display: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .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); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { border-width: 0; border-radius: 0; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#zsKmE7Hpm6HlBLRhA69dZAaIlVOCbLr4 { color:#267251;display:block;width:56.875rem;position:absolute;font-family:namian;font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:9.0625rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#Ikf1RRapVxlChylrLRMGL6Gev43Dddaz { color:#267251;display:block;width:56.875rem;position:absolute;font-family:namian;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:12.375rem;left:9.0625rem;height:2.61230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4kyqp1oHywbVzlIcOQePlpEW08o4qTb { color:#606060;display:block;width:39.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.8125rem;left:17.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQ3C3G5JrhRMq3UaooVT6J0ieF4AUxhh { color:#606060;display:block;width:39.5625rem;position:absolute;font-family:epilogue;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.0625rem;left:17.71875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpcsoqIT7zSM0JaarLI3VQg92E5Ud6s7 { background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#f3fffb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:23.96875rem;display:block; }
#FbZx9fvyDnL5KPIPpqmIoxA79kqRpbL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0EykRBhd7pVU4DmnaPuw2Pe7I4DraZu { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:23.96875rem;display:none; }
#JKLcSMR7XD7zUZXkkHu131Tf28umsgiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83f5cb;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; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { background-color: transparent; background-image: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container > .video-iframe-container { display: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container { display: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .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); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { border-width: 0; border-radius: 0; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.1875rem;top:1.375rem;left:33.40625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { top:10.625rem;left:0rem;width:38.625rem;height:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { top:21.0625rem;left:0rem;width:39.25rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { width:26.25rem;height:3.4375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block; }
 }@media only screen and (max-width: 763px) { #KmmG7Z3XMgeCCE8cu8ut98ZJWULxK0us { top:14.4375rem;left:0rem;width:20rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { top:2.0625rem;left:0rem;width:8.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqmTlTh0PkauCtlusWuqCnnzM8wawDhg { display:none; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { display:block; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9gfezigd3HV0Ko9gEhBAJNDliGwUcU { top:3.5rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DFt1QrhKtXz9wS152dRZrPJT4twevU { top:3.5rem;left:15.625rem;width:13.1875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTubxfE5gVh3AuSKFCrTCXei3TqNr2wx { top:3.3125rem;left:25rem;width:22.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5Btiuy74xUKHS7golVsyzTqy22cbeK { display:block; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid { display:block; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOZovRN4UEHq3Fr1XkLClp7KN4I3oVvn { top:5.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp3B49EkvRwZOZf1zlGN1G6OlKo1HnBE { top:15rem;left:4.125rem;width:39.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKCs64MbMcvLl1MOvokgGlArUuMvAfg { top:17.25rem;left:1rem;width:45.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { display:block; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { top:5.375rem;left:0rem;width:19.0625rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { top:8.875rem;left:0rem;width:37.4375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { width:37.0625rem;height:3.4375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block; }
 }@media only screen and (max-width: 763px) { #d3fwrAS2us7ILKVrqk4nqfMecp27L5Bb { width:37.0625rem;height:3.4375rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf2oVPOq2O9Foci1ScIJuyfHpfwTP8lS { display:block; }
 }@media only screen and (max-width: 763px) { #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { top:3.75rem;left:0rem;width:42.1875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { display:block; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { top:4.25rem;left:0rem;width:34.1875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmMNbnJ6aeKXcbfV4g9hd44lKsdeEDma { top:7.1875rem;left:0rem;width:42.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJShbUTS5QCIMa21Mqd46BLETNszyGeS { top:11.625rem;left:0rem;width:20.0625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { top:10.25rem;left:0rem;width:25.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raoc2s2d3pHlPT5vAsrSAvXATHL06IzG { top:15.5rem;left:0rem;width:22.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNIK0EHxRRTG1Nakz8ESmZL7IroznP01 { top:10.25rem;left:17.8125rem;width:16.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUpPT7TwL2eckBR8GtPp1TQLOCI7gX6Q { top:15.4375rem;left:19.0625rem;width:14.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyyl8lCvCsuGMvbI7s2QudqBz5TIQwmI { top:11.75rem;left:19rem;width:14.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvDWxkXCT8oR990bE3lmkt4qdkCuWkq { top:22.125rem;left:6.875rem;width:16.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHdlyZcdQd6M3fG7hM4TOn7DQFbN0dE { top:27.3125rem;left:8.0625rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9lTAvDoZWb35aLeuIlT8Eh6X9wfBoyg { top:23.625rem;left:8rem;width:14.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTx40ff0rD43aHsDh4CZgFNoRsGsLgM { top:22.125rem;left:0rem;width:14.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZufWqHpFmkAMm4DTVqITv3HNCFrLBl { top:27.3125rem;left:0rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqX5VP7G19Wxe25Z1Tnsd3w9q8BpIJi { top:23.625rem;left:0rem;width:14.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztqz0neoeWU6SiCsKsoiQ2eB2OxmLk3y { top:10.25rem;left:29.6875rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eel7Re5tfCOwFwFttTXNUluLH7CmSAK6 { top:15.4375rem;left:32.0625rem;width:15.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXwoTRmVKMtWc7gDK6GiiCtoZBNT8CGW { top:11.75rem;left:33.5rem;width:14.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoU8iyUR2FnwAFF5W5MdzZLAKDTu5dAF { top:22.125rem;left:25.3125rem;width:12.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORroWbT3Ci6yVVrI8AAG2XpeTTizNrDT { top:27.3125rem;left:26.5rem;width:10.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAIEMZxwTIfG0DuW0ombbAPZWb7n9aRr { top:23.625rem;left:26.4375rem;width:11.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3IXdtf80dDaWTTGSkIRWbs4wHyoBlF { top:22.125rem;left:33.5rem;width:14.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TkNwQQMx6lePzlStCGdbBe7EblviFl { top:27.3125rem;left:35.875rem;width:11.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6JflyXiClkgRKxG1MKZkBlNOtHQZpCA { top:23.625rem;left:37.875rem;width:9.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGWfan2kRXsAiwvOr5RbCuMCXflqLFTZ { width:34.125rem;height:3.4375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBmPhFK5O6IzybpR3W1xzBvqBAs6dxIT { display:block; }
 }@media only screen and (max-width: 763px) { #AubQqZAOwtSTvG1mSGEsltNF4GEM6Cmy { width:34.125rem;height:3.4375rem;top:35.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #akcrnv5k1Tw0hZzC14XFyWGp8GmZ8Ov7 { display:block; }
 }@media only screen and (max-width: 763px) { #XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl { display:block; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1QATZ9yJAMkZgoxt7ZUkFqJmzcORAgf { top:4.375rem;left:0rem;width:36.1875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgMBzAuoeInIMTM7M6wZpVuBG4kC67qd { top:11.625rem;left:0rem;width:13.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mowilEA3TiNQVvXmONc1TlGSyUn4FQvy { top:11.625rem;left:3.28125rem;width:12.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQyhULfxanZoZhDzJnXhpkr1rxklkcma { top:11.625rem;left:18.15625rem;width:11.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOJP9FrKtsRg1AeT3rf740k8AyIidMrl { top:11.6875rem;left:31.96875rem;width:13.4375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8DyWPDLyf5472bOIdZFEUPSJ20bQdXV { top:11.6875rem;left:33.9375rem;width:13.0625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxyAuERyz26Ki3gg3k9a6I33d6v32BRP { width:20.25rem;height:3.4375rem;top:22.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLyvL8TqSsXwanl6dSP5eCsV8rgt7AvC { display:block; }
 }@media only screen and (max-width: 763px) { #Tpt1htev10e7qxVOK5iXLbSJnkFUgg9H { top:10.375rem;left:0rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8GdzqpWayTWTFFWRTGzZHdT7g4q6DtW { top:10.4375rem;left:5.3125rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAG6XlZrKSHFtFcKewtJztbb27H9vCAs { top:10.4375rem;left:20.1875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLFfvnT7wZThx1rDhDLau3f5nSWtcA0W { top:10.4375rem;left:34rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRQ8TKM7dPTbSGJwUoXQmZUFihIc4Ax { top:10.4375rem;left:41.5rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGlPMavcesk9fSM9E6bMZqXKltr79H2 { top:9.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwpbztshAU9WKLg8CnL7B1gaohI159vv { top:9.8125rem;left:3.21875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NSe0lsHy0OByHwEwEusPHSBTGbkB1O { top:9.875rem;left:18.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DCaTQDzvCTxk3ZKhpcblrDNCZuzPtV { top:9.875rem;left:32rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boo9mTU31JJkTWPOO9Bhy2m2TGlXNTu6 { top:9.875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { display:block; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { top:7.125rem;left:0rem;width:34.1875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zloSRhIsvq9TJa7NiONesWiXT55fW8ox { top:12.6875rem;left:0rem;width:20.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DxvGNsfRfuTmmt7mOkS0FQhzFGiqrl { top:11.3125rem;left:0rem;width:25.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { width:26.125rem;height:3.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block; }
 }@media only screen and (max-width: 763px) { #JNBlTXlCne0LZlpGT5emdgyGpypAqeDD { top:12.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxhfLCmd0FC8PGnzok2Hi0GPKGVGeTt { top:16.9375rem;left:0rem;width:26.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnWwi6TOX7OI7SfxXJMcJfEfipa1D21U { top:18.3125rem;left:0rem;width:22.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22DMLxRaLJocVRWkEZMaF0vW8eEaJ9I { top:18.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFcNws8q1qBNioSJsNHXiZtW069TkiE { top:11.375rem;left:12.0625rem;width:35.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRldgPWSeGyDAOf9B0Iv82AfCS0y6hc3 { top:12.75rem;left:15.375rem;width:31.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXAuAXkt8c4C0q3i7XKayS9cpGr1Od79 { top:12.75rem;left:18.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdooHoTbcEU3ZGUHPWfnuxi2OPUIpBl { top:16.9375rem;left:12.0625rem;width:33.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAcmzFJ6U0Wcd749Z1cODeTJ4W5UEaq { top:18.3125rem;left:16.5625rem;width:28.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlaIX8D5oPWhA3St1PiXlb13LJVguVy { top:18.3125rem;left:19.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIAbVJ2oGFwkn5Wy21yXPakTB3OPkiTS { top:22.5625rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xwlFvtv6vUIXcnMh3T1s0KCproxJ6W { top:23.9375rem;left:0rem;width:44.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLf8hxcaThORe2992xMQQ1ASr80Zr2hv { top:23.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { width:26.125rem;height:3.4375rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block; }
 }@media only screen and (max-width: 763px) { #JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { display:block; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsKmE7Hpm6HlBLRhA69dZAaIlVOCbLr4 { top:7.625rem;left:0rem;width:47.75rem;height:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikf1RRapVxlChylrLRMGL6Gev43Dddaz { top:12.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kyqp1oHywbVzlIcOQePlpEW08o4qTb { top:15.8125rem;left:4.125rem;width:39.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3C3G5JrhRMq3UaooVT6J0ieF4AUxhh { top:18.0625rem;left:4.09375rem;width:39.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcsoqIT7zSM0JaarLI3VQg92E5Ud6s7 { width:27.0625rem;height:3.4375rem;top:22.9375rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbZx9fvyDnL5KPIPpqmIoxA79kqRpbL0 { display:block; }
 }@media only screen and (max-width: 763px) { #l0EykRBhd7pVU4DmnaPuw2Pe7I4DraZu { width:27.0625rem;height:3.4375rem;top:22.9375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKLcSMR7XD7zUZXkkHu131Tf28umsgiO { display:block; }
 }@media only screen and (max-width: 763px) { #AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { display:block; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { top:1.375rem;left:19.78125rem;width:8.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { background-color:#e0f6ef;background-image:url("https://images.assets-landingi.com/uc/bb0ee62d-eafb-4f21-b954-54cc9d19af98/SemTtulo4.crop_600x1258_0,42.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.adaptive-delivery-prevent-bg, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyload, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyloading { background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { background-color: transparent; background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .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); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { width:19.875rem;height:8.25rem;top:20.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { width:20rem;height:0;top:13.9091796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { width:20rem;height:3.4375rem;top:35.25rem;left:0rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block; }
 }@media only screen and (max-width: 763px) { #KmmG7Z3XMgeCCE8cu8ut98ZJWULxK0us { width:18.875rem;height:4.546875rem;top:29.25rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { width:6.875rem;height:2.25rem;top:17.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqmTlTh0PkauCtlusWuqCnnzM8wawDhg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0f6ef, #d1e8e0);background-image: -moz-linear-gradient(180deg, #e0f6ef, #d1e8e0);background-image: -ms-linear-gradient(180deg, #e0f6ef, #d1e8e0);background-image: -o-linear-gradient(180deg, #e0f6ef, #d1e8e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f6ef', endColorstr='#d1e8e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f6ef', endColorstr='#d1e8e0' );";background-image: linear-gradient(180deg, #e0f6ef, #d1e8e0);background-size:auto !important;display:block; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container { background-color: transparent; background-image: none; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container > .video-iframe-container { display: none; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row > .video-iframe-container { display: none; }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .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); }#VqmTlTh0PkauCtlusWuqCnnzM8wawDhg > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { background-color:#d1e8e0;background-image:none;display:block; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { background-color: transparent; background-image: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .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); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9gfezigd3HV0Ko9gEhBAJNDliGwUcU { width:18.125rem;height:3.57421875rem;top:2rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DFt1QrhKtXz9wS152dRZrPJT4twevU { width:13.1875rem;height:3.57421875rem;top:7.28125rem;left:3.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTubxfE5gVh3AuSKFCrTCXei3TqNr2wx { width:16.625rem;height:5.361325rem;top:12.13671875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5Btiuy74xUKHS7golVsyzTqy22cbeK { display:block; }#Uq5Btiuy74xUKHS7golVsyzTqy22cbeK > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid { display:block; }#Ck3GBTLSeu6tD9NQwNgTWhk76oqZFgid > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOZovRN4UEHq3Fr1XkLClp7KN4I3oVvn { width:18.1875rem;height:12.50975rem;top:4.875rem;left:0.9375rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rp3B49EkvRwZOZf1zlGN1G6OlKo1HnBE { width:16rem;height:2.923825rem;top:18.1875rem;left:2rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QQKCs64MbMcvLl1MOvokgGlArUuMvAfg { width:20rem;height:2.923825rem;top:21.5rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { background-color:#e2e0f5;background-image:url("https://images.assets-landingi.com/uc/66729958-bd8c-42a5-a212-d7ae40b11c21/MLR0559523.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.adaptive-delivery-prevent-bg, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyload, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyloading { background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { background-color: transparent; background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .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); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { width:19.0625rem;height:2.2744125rem;top:14.8125rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { width:18.375rem;height:17.0625rem;top:17.0625rem;left:0.8125rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { width:19rem;height:3.4375rem;top:23.287109375rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block; }
 }@media only screen and (max-width: 763px) { #d3fwrAS2us7ILKVrqk4nqfMecp27L5Bb { width:19rem;height:4.5rem;top:35.75rem;left:0.5rem;font-size:1.125rem;z-index:15004;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2oVPOq2O9Foci1ScIJuyfHpfwTP8lS { display:block; }
 }@media only screen and (max-width: 763px) { #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { width:20rem;height:27.9375rem;top:13.75rem;left:0rem;background-color:#f3fffb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { display:block; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { width:16.3125rem;height:4.548825rem;top:2.1005859375rem;left:1.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmMNbnJ6aeKXcbfV4g9hd44lKsdeEDma { width:18.9375rem;height:2.625rem;top:6.5859375rem;left:0.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJShbUTS5QCIMa21Mqd46BLETNszyGeS { width:14.8125rem;height:3.4121125rem;top:11.4111328125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { width:20rem;height:10.9375rem;top:10.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raoc2s2d3pHlPT5vAsrSAvXATHL06IzG { width:17.625rem;height:4.546875rem;top:14.8232421875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNIK0EHxRRTG1Nakz8ESmZL7IroznP01 { width:20rem;height:10rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUpPT7TwL2eckBR8GtPp1TQLOCI7gX6Q { width:17.875rem;height:3.41015625rem;top:27.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyyl8lCvCsuGMvbI7s2QudqBz5TIQwmI { width:17.25rem;height:3.4121125rem;top:23.75rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJvDWxkXCT8oR990bE3lmkt4qdkCuWkq { width:20rem;height:8.4375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHdlyZcdQd6M3fG7hM4TOn7DQFbN0dE { width:18.0625rem;height:2.2734375rem;top:38.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9lTAvDoZWb35aLeuIlT8Eh6X9wfBoyg { width:17.9375rem;height:3.4121125rem;top:34.8125rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTx40ff0rD43aHsDh4CZgFNoRsGsLgM { width:20rem;height:8.4375rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZufWqHpFmkAMm4DTVqITv3HNCFrLBl { width:17.9375rem;height:2.2734375rem;top:59.5rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqX5VP7G19Wxe25Z1Tnsd3w9q8BpIJi { width:14.25rem;height:3.4121125rem;top:55.8125rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztqz0neoeWU6SiCsKsoiQ2eB2OxmLk3y { width:20rem;height:10rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eel7Re5tfCOwFwFttTXNUluLH7CmSAK6 { width:18.0625rem;height:3.41015625rem;top:48.375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXwoTRmVKMtWc7gDK6GiiCtoZBNT8CGW { width:14.25rem;height:3.4121125rem;top:44.6875rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoU8iyUR2FnwAFF5W5MdzZLAKDTu5dAF { width:20rem;height:8.4375rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORroWbT3Ci6yVVrI8AAG2XpeTTizNrDT { width:18.0625rem;height:2.2734375rem;top:69.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAIEMZxwTIfG0DuW0ombbAPZWb7n9aRr { width:18.9375rem;height:3.4121125rem;top:65.625rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv3IXdtf80dDaWTTGSkIRWbs4wHyoBlF { width:20rem;height:6.875rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TkNwQQMx6lePzlStCGdbBe7EblviFl { width:18.375rem;height:2.2734375rem;top:76.9560546875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6JflyXiClkgRKxG1MKZkBlNOtHQZpCA { width:15.9375rem;height:1.70605625rem;top:75.25rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGWfan2kRXsAiwvOr5RbCuMCXflqLFTZ { width:20rem;height:3.4375rem;top:90.32421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBmPhFK5O6IzybpR3W1xzBvqBAs6dxIT { display:block; }
 }@media only screen and (max-width: 763px) { #AubQqZAOwtSTvG1mSGEsltNF4GEM6Cmy { width:20rem;height:4.8125rem;top:83.1875rem;left:0rem;z-index:15005;background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #akcrnv5k1Tw0hZzC14XFyWGp8GmZ8Ov7 { display:block; }
 }@media only screen and (max-width: 763px) { #XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl { display:block; }#XlCQfhMVhwKmgCbgpUA3T5sXFTuDE2Pl > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1QATZ9yJAMkZgoxt7ZUkFqJmzcORAgf { width:20rem;height:4.548825rem;top:3.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgMBzAuoeInIMTM7M6wZpVuBG4kC67qd { width:17.75rem;height:3.25rem;top:10.75rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mowilEA3TiNQVvXmONc1TlGSyUn4FQvy { width:20rem;height:3.25rem;top:17.0625rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQyhULfxanZoZhDzJnXhpkr1rxklkcma { width:15.625rem;height:3.25rem;top:23.375rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOJP9FrKtsRg1AeT3rf740k8AyIidMrl { width:20rem;height:4.875rem;top:29.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8DyWPDLyf5472bOIdZFEUPSJ20bQdXV { width:20rem;height:4.875rem;top:37.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxyAuERyz26Ki3gg3k9a6I33d6v32BRP { width:20rem;height:3.4375rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLyvL8TqSsXwanl6dSP5eCsV8rgt7AvC { display:block; }
 }@media only screen and (max-width: 763px) { #Tpt1htev10e7qxVOK5iXLbSJnkFUgg9H { width:6.25rem;height:0.1875rem;top:9.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8GdzqpWayTWTFFWRTGzZHdT7g4q6DtW { width:6.25rem;height:0.1875rem;top:15.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAG6XlZrKSHFtFcKewtJztbb27H9vCAs { width:6.25rem;height:0.1875rem;top:22.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLFfvnT7wZThx1rDhDLau3f5nSWtcA0W { width:6.25rem;height:0.1875rem;top:28.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRQ8TKM7dPTbSGJwUoXQmZUFihIc4Ax { width:6.25rem;height:0.1875rem;top:36.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGlPMavcesk9fSM9E6bMZqXKltr79H2 { width:1.25rem;height:1.25rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwpbztshAU9WKLg8CnL7B1gaohI159vv { width:1.25rem;height:1.25rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5NSe0lsHy0OByHwEwEusPHSBTGbkB1O { width:1.25rem;height:1.25rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DCaTQDzvCTxk3ZKhpcblrDNCZuzPtV { width:1.25rem;height:1.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boo9mTU31JJkTWPOO9Bhy2m2TGlXNTu6 { width:1.25rem;height:1.25rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { background-color:#e0f6ef;background-image:none;display:block; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { background-color: transparent; background-image: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .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); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { width:17.125rem;height:4.548825rem;top:2.5625rem;left:1.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zloSRhIsvq9TJa7NiONesWiXT55fW8ox { width:16.3125rem;height:2.923825rem;top:8.6875rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2DxvGNsfRfuTmmt7mOkS0FQhzFGiqrl { width:20rem;height:4.3125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { width:18.75rem;height:3.4375rem;top:51.99024375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block; }
 }@media only screen and (max-width: 763px) { #JNBlTXlCne0LZlpGT5emdgyGpypAqeDD { width:1.6875rem;height:1.6875rem;top:9.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxhfLCmd0FC8PGnzok2Hi0GPKGVGeTt { width:20rem;height:4.375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnWwi6TOX7OI7SfxXJMcJfEfipa1D21U { width:16.3125rem;height:2.923825rem;top:19.9375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22DMLxRaLJocVRWkEZMaF0vW8eEaJ9I { width:1.6875rem;height:1.6875rem;top:20.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIFcNws8q1qBNioSJsNHXiZtW069TkiE { width:20rem;height:4.375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRldgPWSeGyDAOf9B0Iv82AfCS0y6hc3 { width:16.3125rem;height:2.923825rem;top:14.3125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXAuAXkt8c4C0q3i7XKayS9cpGr1Od79 { width:1.6875rem;height:1.6875rem;top:14.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAdooHoTbcEU3ZGUHPWfnuxi2OPUIpBl { width:20rem;height:4.375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmAcmzFJ6U0Wcd749Z1cODeTJ4W5UEaq { width:15.25rem;height:2.923825rem;top:25.5625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlaIX8D5oPWhA3St1PiXlb13LJVguVy { width:1.6875rem;height:1.6875rem;top:26.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIAbVJ2oGFwkn5Wy21yXPakTB3OPkiTS { width:20rem;height:5.6875rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xwlFvtv6vUIXcnMh3T1s0KCproxJ6W { width:16.3125rem;height:4.38574375rem;top:31.0625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLf8hxcaThORe2992xMQQ1ASr80Zr2hv { width:1.6875rem;height:1.6875rem;top:32.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { width:20rem;height:4.6875rem;top:38.9375rem;left:0rem;z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#267251;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block; }
 }@media only screen and (max-width: 763px) { #JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { display:block; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsKmE7Hpm6HlBLRhA69dZAaIlVOCbLr4 { width:20rem;height:4.798825rem;top:2.75rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ikf1RRapVxlChylrLRMGL6Gev43Dddaz { width:14.125rem;height:5.3994125rem;top:7.5625rem;left:2.9375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k4kyqp1oHywbVzlIcOQePlpEW08o4qTb { width:19.75rem;height:1.3496125rem;top:13.5625rem;left:0.25rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3C3G5JrhRMq3UaooVT6J0ieF4AUxhh { width:20rem;height:1.4619125rem;top:15.1875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bpcsoqIT7zSM0JaarLI3VQg92E5Ud6s7 { width:20rem;height:3.4375rem;top:22.5458984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbZx9fvyDnL5KPIPpqmIoxA79kqRpbL0 { display:block; }
 }@media only screen and (max-width: 763px) { #l0EykRBhd7pVU4DmnaPuw2Pe7I4DraZu { width:18.8125rem;height:4.6875rem;top:18.0625rem;left:0.625rem;z-index:15007;background-color:#267251;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;color:#eaf4fe;display:block; }
 }@media only screen and (max-width: 763px) { #JKLcSMR7XD7zUZXkkHu131Tf28umsgiO { display:block; }
 }@media only screen and (max-width: 763px) { #AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { display:block; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { width:7.25rem;height:2.4375rem;top:1.53125rem;left:6.1875rem;display:block; }
 }