.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;
}body { background-color:#333333;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:#005257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:60rem;height:38.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.9765625rem;left:0rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.0625rem;width:24.75rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17rem;left:32.468211206896rem;overflow:hidden;display:block; }
#Ttt21HvOVrZpXuUt0Qa5O3qNxFHc2UT9 { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.0625rem;left:0rem;display:block; }
#iscnX4CvoVa0vskSdyC5kRusTcNgGFVm { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xmMTXKMoHQADZzz0y5EQsK02eBnZl8M8 { 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:4.125rem;width:21.625rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#wARfiE5AZRsi7sfGTTx3EuZyXwOtgG3d { position:absolute;display:block;z-index:15006;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.375rem;width:11.375rem;top:13.375rem;left:48.625rem;display:block; }
#w61tl9v9aZKziXGQTuZDGIkDKSI1ThOD { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:32.3125rem;left:26.8125rem;display:block; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15001;top:7.4375rem;left:27.1875rem;display:block; }
#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:52.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:3.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;color:#333333;display:block; }
#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { background-color: transparent; background-image: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .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); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { border-width: 0; border-radius: 0; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#nsNKwmXf7FsZ9yTqQ8gdNd612veqdVSw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.375rem;top:4.6875rem;left:7.3125rem;overflow:hidden;display:block; }
#sbLMrV4spbHqFUg10XupV0XbDfggHtU1 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FdPDJ0I4GHfFIfOTRiLfovWXvf1deTBc { color:#8c8e9b;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:2.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkhAT9cmlyCZEuC8p6w8mmproq3eCoMI { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.125rem 0.5625rem rgba(0,0,0,0.19) ;height:22.125rem;width:17.8125rem;top:2.375rem;left:1.125rem;display:block; }
#FtqT1n5I20Qb1lQCuzImBRsvQpfOSzNy { color:#8c8e9b;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.125rem;left:22.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tc52qxH2DeCWf0617fk41oWgorzyRlvD { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.125rem 0.5625rem rgba(0,0,0,0.19) ;height:22.125rem;width:17.8125rem;top:2.375rem;left:21.125rem;display:block; }
#u6ugsxXcushPaJ7EGLNZ9u0g4u1b2EVJ { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXx4gmZmWFCnO0XDRQQzsygp14dvaBrK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.375rem;top:4.6875rem;left:27.3125rem;overflow:hidden;display:block; }
#lshRPH00p7t62SWd9e1ow89lcTssSuUF { color:#8c8e9b;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.5625rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgdGUonZtprQRvrixpZTdJyeBb8eOqyQ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.125rem 0.5625rem rgba(0,0,0,0.19) ;height:22.125rem;width:17.8125rem;top:2.375rem;left:41.125rem;display:block; }
#VrnLpRMZhIhb3SV1hgURXSBUVTouk09l { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:42.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Atf0fr4tCfXf5AaZSXHkbw0BTTyO3cXv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.375rem;top:4.6875rem;left:47.3125rem;overflow:hidden;display:block; }
#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;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; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { background-color: transparent; background-image: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .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); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { border-width: 0; border-radius: 0; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:33.125rem;height:8.53125rem;font-style:normal;color:#3a4049;display:block; }
#UXEVFuPTeKvmcz3SXNp9NU5axPyTy0W0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:14.359375rem;left:33.125rem;display:block; }
#qdm23B2hXBSterzATLwsen2BP6WOXqlD { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:17.125rem;left:33.125rem;height:8.99739375rem;color:#8c8e9b;text-align:left;text-align-last:left;display:block; }
#NnVmcF2TnbhgTbS94ZBFVvPwyOhLoIpb { 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:28.5rem;width:25.625rem;top:5.40625rem;left:3.375rem;overflow:hidden;display:block; }
#kDJzFxIaalJCvoTJEhRHQWv9faaLXR5G { position:absolute;display:block;z-index:15012;background-color:#005257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #005257;border-left:0.25rem solid #005257;border-right:0.25rem solid #005257;border-bottom:0.25rem solid #005257;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.25rem;width:3.25rem;top:8.046875rem;left:9rem;display:block; }
#s5APHiv982SLMTNfeUvbTT7A5IAT1saG { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.1875rem;left:33.0625rem;display:block; }
#EPJ0X187XgpE8uvS9rCndALs7LVbaMTO { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Jy4Og6HxuGm7I4SNngHBJXTBv2BlNxbG { position:absolute;display:block;z-index:15013;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.125rem;width:5.125rem;top:18.373046875rem;left:17.3125rem;display:block; }
#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;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; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container { background-color: transparent; background-image: none; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container > .video-iframe-container { display: none; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row > .video-iframe-container { display: none; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .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); }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container { border-width: 0; border-radius: 0; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#te8WvI32FOkbizInfIJZecFSiSkfIaEe { display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:5.6875rem;font-style:normal;color:#333333;display:block; }
#nH3Q6NfVu4ZCDU8QkuE6sV8ta13TqNRt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:11.625rem;left:0rem;display:block; }
#CWLIkeToSBnDrsvdRo3XDI6fQXGs7AHe { display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:13.9375rem;left:0rem;height:7.19791875rem;color:#8c8e9b;text-align:left;text-align-last:left;display:block; }
#yLC8FNbicglJMiuXrM6D3UbL01ORBxBJ { 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:18.0625rem;width:23.3125rem;top:9.125rem;left:34.3125rem;overflow:hidden;display:block; }
#UbT4u4dsIG01CVMDwcIcUS7oZNnOILoD { position:absolute;display:block;z-index:15012;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.375rem;width:7.375rem;top:8rem;left:33rem;display:block; }
#hHLDz4xkMHHEbXNqLAbVx21nbEerBqxD { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#Am0sr4qeRfOhKcm6Q17VEMF38ry1EHfq { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.625rem;left:0rem;display:block; }
#IT9POO3Q1Wvo1p9S24TLwIMOHL0iJTsu { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#l3NGLSgXDHtxwFsWANX9QBo5EOS1KxKy { position:absolute;display:block;z-index:15012;background-color:#005257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #005257;border-left:0.3125rem solid #005257;border-right:0.3125rem solid #005257;border-bottom:0.3125rem solid #005257;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:18.57421875rem;left:53.25rem;display:block; }
#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#006160;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; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container { background-color: transparent; background-image: none; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container > .video-iframe-container { display: none; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row > .video-iframe-container { display: none; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .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); }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container { border-width: 0; border-radius: 0; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#LWwgug5VhRLUGqBDBgw3I8K6oOSZAhTs { display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:8.53125rem;font-style:normal;color:#ffffff;display:block; }
#EUIDLHnuC6pWE0cg8fbv7R1iW1aMFZK9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:15.25rem;left:0rem;display:block; }
#pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:17.58203125rem;left:0rem;height:7.3359375rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }#pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/umpxSnLI/Icona.png); }
#cWZTNFheXMqtm9h0P1aXs8HN78ZvKDyf { 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:26.4375rem;width:29.9375rem;top:9.75rem;left:30.125rem;overflow:hidden;display:block; }
#TpKtyEuxTGrgVTQEXdWGqHn8Mq6MNaJt { position:absolute;display:block;z-index:15012;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:7.64453125rem;left:47.5625rem;display:block; }
#ImTaBTJSiJDvuQqtURJXrzM1tsSa87ne { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.53125rem;left:0rem;display:block; }
#wkLxTaAtMqTfOJtPvMIJG0w9QQuKPtD8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#w2uSpqsF3w4nXbZqfzPXz222ckoOH6lw { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.53125rem;left:29.0625rem;display:block; }
#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container { background-color: transparent; background-image: none; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container > .video-iframe-container { display: none; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row > .video-iframe-container { display: none; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .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); }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container { border-width: 0; border-radius: 0; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#zNMmwZfse02ksZEdWbJTqtV6wByoaH7D { 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:17.3125rem;width:17.625rem;top:4.625rem;left:5.25rem;overflow:hidden;display:block; }
#vPLTMWXbdVz8qSziqSAExv8tohx3TA28 { display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:33rem;height:2.84375rem;font-style:normal;color:#333333;display:block; }
#Pbg51W1pR3kMP5p1kOZrdccm3mc5adsL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15006;top:8.6875rem;left:33rem;display:block; }
#Bw0G3ZBGowrOXpU9XZ7ZmeJNug6wBOEW { display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:10.625rem;left:33rem;height:5.3984375rem;color:#8c8e9b;text-align:left;text-align-last:left;display:block; }
#vPLBGak3nfx72Zqcv8LSwwS24SGlC49L { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.061525rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:18rem;left:32.875rem;display:block; }
#yX5MGcDhFKxPqCPAHFzcSFnKaoSw4P0s { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container { background-color: transparent; background-image: none; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container > .video-iframe-container { display: none; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row > .video-iframe-container { display: none; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .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); }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container { border-width: 0; border-radius: 0; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#KLOHeDd8BXJs4hU32BIgXPkpiu6pwqOu { display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.875rem;height:5.6875rem;font-style:normal;color:#333333;display:block; }
#vEaN7ldl6ZC99Ps6TaHyx34iCdARO1Ev { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:11.875rem;left:2.875rem;display:block; }
#v2a1ysDcW0592E4SmAiDHhw0fCeJ4bPG { display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:13.5rem;left:2.875rem;height:7.1979375rem;color:#8c8e9b;text-align:left;text-align-last:left;display:block; }
#ppTiLk5PJVeOf2Dx1vXF8ZyS8L42DAIU { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#F1ZxVMFeau93GA5FUK9IeFzumkIw9zGi { 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:15.4365rem;width:15rem;top:5.5rem;left:36.8125rem;overflow:hidden;display:block; }
#GmXx1mNlxEhdJveBOR3wmKnJtprBruzU { position:absolute;display:block;z-index:15013;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:16.3125rem;left:35.6875rem;display:block; }
#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container { background-color: transparent; background-image: none; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container > .video-iframe-container { display: none; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row > .video-iframe-container { display: none; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .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); }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container { border-width: 0; border-radius: 0; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#W7WPeQTUkTfHKEhE9hK4DZQvMtUvBi8h { display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:33.25rem;height:5.6875rem;font-style:normal;color:#333333;display:block; }
#d029dpOTdkwUAHmPRvEn44pqdKuL3zBb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#006160;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:10.75rem;left:33.25rem;display:block; }
#Tb5VydzPML4scVGAkbzEhTn5QL4B6Tn0 { display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:12.375rem;left:33.25rem;height:5.3984375rem;color:#8c8e9b;text-align:left;text-align-last:left;display:block; }
#dsR6oT7Pu72Fu4B6kTuCdOa1B4XzZ5lN { 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:19.5rem;width:28.875rem;top:4.40625rem;left:0rem;overflow:hidden;display:block; }
#iPkMMBk2Krhz732Ro1w9RcMzPXU44r1e { position:absolute;display:block;z-index:15012;background-color:#006160;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.375rem;width:4.375rem;top:5.25rem;left:7.75rem;display:block; }
#UlJt7Bcv6notJs7Tc4BW1tkJT5qqxS4U { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#X2Wlf4KFFfoT1atfUDAOc5w3NyCDc2b7 { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.3125rem;left:33.125rem;display:block; }
#vi9T2FbDhK9apiORPFIzt04l9RtBEvMS { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#F3Vl8wmRbbDFGO62TWpeUcNSmArVkN7l { position:absolute;display:block;z-index:15013;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:17.7734375rem;left:19.9375rem;display:block; }
#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#005257;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; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container { background-color: transparent; background-image: none; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container > .video-iframe-container { display: none; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row > .video-iframe-container { display: none; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .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); }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container { border-width: 0; border-radius: 0; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#FDQaNWGMrtBI7wEadwhx2qRgHQ5VeTKV { display:block;width:29rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:13.322925rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#GNeF37bilyntmgwtaaRb0v9SaMyn0aLa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.9375rem;width:21.375rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.125rem;left:34.9375rem;overflow:hidden;display:block; }
#GTL7STJ0nvUEbJ84lXgpl6BA053NxQli { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:19.1875rem;left:30.9375rem;display:block; }
#ehfeqpxzHVwTp9nrF0HHD8WpmwPcsaG3 { position:absolute;display:block;z-index:15009;background-color:#f7e126;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:7.6875rem;top:4.75rem;left:52.3125rem;display:block; }
#TPdHbUGybqqIZD6Ivn14NJB6nQwOTIom { background-color:#f7e126;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19rem;left:0rem;display:block; }
#wzW58IdDypz6qn9R1EpI4930gtCp0gVP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk { position:relative;display:block; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk { background-color: transparent; background-image: none; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container > .video-iframe-container { display: none; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row > .video-iframe-container { display: none; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .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); }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk { border-width: 0; border-radius: 0; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#333333;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tn3Sa4S7OfJbEHU2geHdHTwtVCvDRq0X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.8125rem;top:1.8125rem;left:46.1875rem;overflow:hidden;display:block; }
#nVFErHt77lkqaZddPm1DzTqDQV87Qvcf { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:40.9375rem;height:12rem;top:9.5rem;left:3.40625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:19.875rem;height:18.5625rem;top:17.5rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Ttt21HvOVrZpXuUt0Qa5O3qNxFHc2UT9 { width:16.875rem;height:3.75rem;top:25.0625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iscnX4CvoVa0vskSdyC5kRusTcNgGFVm { display:block; }
 }@media only screen and (max-width: 959px) { #xmMTXKMoHQADZzz0y5EQsK02eBnZl8M8 { width:19.9375rem;height:3.8125rem;top:2.0625rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wARfiE5AZRsi7sfGTTx3EuZyXwOtgG3d { width:15.25rem;height:15.25rem;top:5.3125rem;left:30.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #w61tl9v9aZKziXGQTuZDGIkDKSI1ThOD { width:15.25rem;height:15.25rem;top:5.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:47.75rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { width:5.625rem;height:0.125rem;top:11.0625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:8.53125rem;top:1.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nsNKwmXf7FsZ9yTqQ8gdNd612veqdVSw { width:4.375rem;height:5.125rem;top:4.6875rem;left:5.7705078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sbLMrV4spbHqFUg10XupV0XbDfggHtU1 { width:13.9375rem;height:4.875rem;top:11.6875rem;left:0.9892578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FdPDJ0I4GHfFIfOTRiLfovWXvf1deTBc { width:13.4375rem;height:3.8984375rem;top:17.5rem;left:1.2392578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gkhAT9cmlyCZEuC8p6w8mmproq3eCoMI { width:14.875rem;height:23.4375rem;top:2.375rem;left:0.5205078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FtqT1n5I20Qb1lQCuzImBRsvQpfOSzNy { width:13.4375rem;height:3.8984375rem;top:17.5rem;left:17.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tc52qxH2DeCWf0617fk41oWgorzyRlvD { width:14.875rem;height:23.4375rem;top:2.375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #u6ugsxXcushPaJ7EGLNZ9u0g4u1b2EVJ { width:13.75rem;height:3.25rem;top:11.6875rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RXx4gmZmWFCnO0XDRQQzsygp14dvaBrK { width:4.375rem;height:5.125rem;top:4.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lshRPH00p7t62SWd9e1ow89lcTssSuUF { width:13.4375rem;height:5.19791875rem;top:17.5rem;left:33.072265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VgdGUonZtprQRvrixpZTdJyeBb8eOqyQ { width:14.875rem;height:23.4375rem;top:2.375rem;left:32.353515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VrnLpRMZhIhb3SV1hgURXSBUVTouk09l { width:14.3125rem;height:3.25rem;top:11.6875rem;left:32.634765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Atf0fr4tCfXf5AaZSXHkbw0BTTyO3cXv { width:4.375rem;height:5.125rem;top:4.6875rem;left:37.603515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:22.6875rem;height:11.375rem;top:2.46875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UXEVFuPTeKvmcz3SXNp9NU5axPyTy0W0 { width:5.625rem;height:0.125rem;top:15.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qdm23B2hXBSterzATLwsen2BP6WOXqlD { width:22.5rem;height:8.4375rem;top:17.0625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NnVmcF2TnbhgTbS94ZBFVvPwyOhLoIpb { width:19.625rem;height:21.875rem;top:10.34375rem;left:2.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 959px) { #kDJzFxIaalJCvoTJEhRHQWv9faaLXR5G { width:6.25rem;height:6.25rem;top:9.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #s5APHiv982SLMTNfeUvbTT7A5IAT1saG { width:16.875rem;height:3.75rem;top:27.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EPJ0X187XgpE8uvS9rCndALs7LVbaMTO { display:block; }
 }@media only screen and (max-width: 959px) { #Jy4Og6HxuGm7I4SNngHBJXTBv2BlNxbG { width:4.375rem;height:4.375rem;top:22rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk { display:block; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #te8WvI32FOkbizInfIJZecFSiSkfIaEe { width:22.5rem;height:5.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nH3Q6NfVu4ZCDU8QkuE6sV8ta13TqNRt { width:5.625rem;height:0.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CWLIkeToSBnDrsvdRo3XDI6fQXGs7AHe { width:22.5rem;height:6.75rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yLC8FNbicglJMiuXrM6D3UbL01ORBxBJ { width:18.75rem;height:14.4375rem;top:10rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UbT4u4dsIG01CVMDwcIcUS7oZNnOILoD { width:6.3125rem;height:6.3125rem;top:7.875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hHLDz4xkMHHEbXNqLAbVx21nbEerBqxD { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Am0sr4qeRfOhKcm6Q17VEMF38ry1EHfq { width:16.875rem;height:3.75rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #IT9POO3Q1Wvo1p9S24TLwIMOHL0iJTsu { display:block; }
 }@media only screen and (max-width: 959px) { #l3NGLSgXDHtxwFsWANX9QBo5EOS1KxKy { width:4.0625rem;height:4.0625rem;top:18.25rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zKA9cmQMOBBB7EOICfFv3zKtslreeHSW { display:block; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container { width:47.75rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LWwgug5VhRLUGqBDBgw3I8K6oOSZAhTs { width:34.6875rem;height:5.6875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EUIDLHnuC6pWE0cg8fbv7R1iW1aMFZK9 { width:5.625rem;height:0.125rem;top:11.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ { width:22.5rem;height:6.9375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }#pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/umpxSnLI/Icona.png); }
 }@media only screen and (max-width: 959px) { #cWZTNFheXMqtm9h0P1aXs8HN78ZvKDyf { width:22.75rem;height:20.125rem;top:15.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TpKtyEuxTGrgVTQEXdWGqHn8Mq6MNaJt { width:6.4375rem;height:6.4375rem;top:12.96875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 959px) { #ImTaBTJSiJDvuQqtURJXrzM1tsSa87ne { width:18.75rem;height:3.75rem;top:23.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wkLxTaAtMqTfOJtPvMIJG0w9QQuKPtD8 { display:block; }
 }@media only screen and (max-width: 959px) { #w2uSpqsF3w4nXbZqfzPXz222ckoOH6lw { width:5.125rem;height:5.125rem;top:22.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF { display:block; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zNMmwZfse02ksZEdWbJTqtV6wByoaH7D { width:16.5rem;height:16.1865rem;top:4.03125rem;left:2.81103515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vPLTMWXbdVz8qSziqSAExv8tohx3TA28 { width:22.5rem;height:2.84375rem;top:3.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pbg51W1pR3kMP5p1kOZrdccm3mc5adsL { width:5.625rem;height:0.125rem;top:6.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bw0G3ZBGowrOXpU9XZ7ZmeJNug6wBOEW { width:21.1875rem;height:6.75rem;top:8.1875rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vPLBGak3nfx72Zqcv8LSwwS24SGlC49L { width:18.75rem;height:3.75rem;top:16.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yX5MGcDhFKxPqCPAHFzcSFnKaoSw4P0s { display:block; }
 }@media only screen and (max-width: 959px) { #FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I { display:block; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KLOHeDd8BXJs4hU32BIgXPkpiu6pwqOu { width:22.5rem;height:5.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vEaN7ldl6ZC99Ps6TaHyx34iCdARO1Ev { width:5.625rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2a1ysDcW0592E4SmAiDHhw0fCeJ4bPG { width:22.5rem;height:6.75rem;top:11.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ppTiLk5PJVeOf2Dx1vXF8ZyS8L42DAIU { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #F1ZxVMFeau93GA5FUK9IeFzumkIw9zGi { width:14.5625rem;height:15.0625rem;top:4.25rem;left:28.68603515625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 959px) { #GmXx1mNlxEhdJveBOR3wmKnJtprBruzU { width:3.75rem;height:3.75rem;top:14.90625rem;left:27.31201171875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 { display:block; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container { width:47.75rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #W7WPeQTUkTfHKEhE9hK4DZQvMtUvBi8h { width:19.25rem;height:5.6875rem;top:3.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #d029dpOTdkwUAHmPRvEn44pqdKuL3zBb { width:5.625rem;height:0.125rem;top:10.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tb5VydzPML4scVGAkbzEhTn5QL4B6Tn0 { width:22.5rem;height:5.0625rem;top:11.90625rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dsR6oT7Pu72Fu4B6kTuCdOa1B4XzZ5lN { width:23.625rem;height:15.9375rem;top:4.6552734375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 959px) { #iPkMMBk2Krhz732Ro1w9RcMzPXU44r1e { width:4.8120125rem;height:4.8120125rem;top:4.08837890625rem;left:4.99951171875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UlJt7Bcv6notJs7Tc4BW1tkJT5qqxS4U { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #X2Wlf4KFFfoT1atfUDAOc5w3NyCDc2b7 { width:18.75rem;height:3.75rem;top:18.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vi9T2FbDhK9apiORPFIzt04l9RtBEvMS { display:block; }
 }@media only screen and (max-width: 959px) { #F3Vl8wmRbbDFGO62TWpeUcNSmArVkN7l { width:3.1875rem;height:3.1875rem;top:16.96875rem;left:15.4365234375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL { display:block; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container { width:47.75rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FDQaNWGMrtBI7wEadwhx2qRgHQ5VeTKV { width:27.25rem;height:13.322925rem;top:2.625rem;left:9.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #GNeF37bilyntmgwtaaRb0v9SaMyn0aLa { width:19.875rem;height:18.5625rem;top:17.5rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #GTL7STJ0nvUEbJ84lXgpl6BA053NxQli { width:15.25rem;height:15.25rem;top:5.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #ehfeqpxzHVwTp9nrF0HHD8WpmwPcsaG3 { width:15.25rem;height:15.25rem;top:5.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #TPdHbUGybqqIZD6Ivn14NJB6nQwOTIom { width:18.75rem;height:3.75rem;top:14.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #wzW58IdDypz6qn9R1EpI4930gtCp0gVP { display:block; }
 }@media only screen and (max-width: 959px) { #mzC0D1ptpMSMDGCbx073CbAe98S5qlfk { display:block; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tn3Sa4S7OfJbEHU2geHdHTwtVCvDRq0X { width:13.8125rem;height:2.75rem;top:1.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nVFErHt77lkqaZddPm1DzTqDQV87Qvcf { width:28.1875rem;height:2.4375rem;top:2rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:#006160;background-image:none;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:11.9986875rem;top:10.0009765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAzI88o2XnxNSGboWMNrnoV6dhifxaMd { width:9.125rem;height:8.5rem;top:27.625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ttt21HvOVrZpXuUt0Qa5O3qNxFHc2UT9 { width:18.75rem;height:3.75rem;top:24.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iscnX4CvoVa0vskSdyC5kRusTcNgGFVm { display:block; }
 }@media only screen and (max-width: 763px) { #xmMTXKMoHQADZzz0y5EQsK02eBnZl8M8 { width:17.3125rem;height:3.3125rem;top:2.28125rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wARfiE5AZRsi7sfGTTx3EuZyXwOtgG3d { width:11.375rem;height:11.375rem;top:29.625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w61tl9v9aZKziXGQTuZDGIkDKSI1ThOD { width:7.4375rem;height:7.4375rem;top:42.25rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { width:5.625rem;height:0.125rem;top:11.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:20rem;height:9.0989875rem;top:0.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsNKwmXf7FsZ9yTqQ8gdNd612veqdVSw { width:4.375rem;height:5.125rem;top:3.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbLMrV4spbHqFUg10XupV0XbDfggHtU1 { width:14.9375rem;height:4.875rem;top:10.125rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPDJ0I4GHfFIfOTRiLfovWXvf1deTBc { width:14.9375rem;height:3.8984375rem;top:14.8125rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkhAT9cmlyCZEuC8p6w8mmproq3eCoMI { width:17.8125rem;height:22.25rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqT1n5I20Qb1lQCuzImBRsvQpfOSzNy { width:14.9375rem;height:3.8984375rem;top:38.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc52qxH2DeCWf0617fk41oWgorzyRlvD { width:17.8125rem;height:21.375rem;top:25.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ugsxXcushPaJ7EGLNZ9u0g4u1b2EVJ { width:14.9375rem;height:3.25rem;top:33.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXx4gmZmWFCnO0XDRQQzsygp14dvaBrK { width:4.375rem;height:5.125rem;top:26.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshRPH00p7t62SWd9e1ow89lcTssSuUF { width:14.9375rem;height:5.19791875rem;top:62.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgdGUonZtprQRvrixpZTdJyeBb8eOqyQ { width:17.8125rem;height:20.5rem;top:48rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrnLpRMZhIhb3SV1hgURXSBUVTouk09l { width:14.9375rem;height:3.25rem;top:56.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atf0fr4tCfXf5AaZSXHkbw0BTTyO3cXv { width:4.375rem;height:5.125rem;top:50.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:20rem;height:9.09895625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXEVFuPTeKvmcz3SXNp9NU5axPyTy0W0 { width:5.625rem;height:0.125rem;top:12.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdm23B2hXBSterzATLwsen2BP6WOXqlD { width:18.75rem;height:11.8125rem;top:39.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVmcF2TnbhgTbS94ZBFVvPwyOhLoIpb { width:20rem;height:22.25rem;top:15.96875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kDJzFxIaalJCvoTJEhRHQWv9faaLXR5G { width:4rem;height:4rem;top:16.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5APHiv982SLMTNfeUvbTT7A5IAT1saG { width:18.75rem;height:4.0625rem;top:52.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJ0X187XgpE8uvS9rCndALs7LVbaMTO { display:block; }
 }@media only screen and (max-width: 763px) { #Jy4Og6HxuGm7I4SNngHBJXTBv2BlNxbG { width:3.875rem;height:3.875rem;top:26.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk { display:block; }#cEMbnVfC3ZEaf8omPEbuOiNyDpxKNeNk > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te8WvI32FOkbizInfIJZecFSiSkfIaEe { width:20rem;height:4.54980625rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3Q6NfVu4ZCDU8QkuE6sV8ta13TqNRt { width:5.625rem;height:0.125rem;top:9.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWLIkeToSBnDrsvdRo3XDI6fQXGs7AHe { width:18.75rem;height:8.4375rem;top:28.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLC8FNbicglJMiuXrM6D3UbL01ORBxBJ { width:17rem;height:13.125rem;top:12.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbT4u4dsIG01CVMDwcIcUS7oZNnOILoD { width:0;height:0;top:29.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHLDz4xkMHHEbXNqLAbVx21nbEerBqxD { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am0sr4qeRfOhKcm6Q17VEMF38ry1EHfq { width:18.75rem;height:4.0625rem;top:39.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9POO3Q1Wvo1p9S24TLwIMOHL0iJTsu { display:block; }
 }@media only screen and (max-width: 763px) { #l3NGLSgXDHtxwFsWANX9QBo5EOS1KxKy { width:5.1875rem;height:5.1875rem;top:41.8125rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKA9cmQMOBBB7EOICfFv3zKtslreeHSW { display:block; }#zKA9cmQMOBBB7EOICfFv3zKtslreeHSW > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWwgug5VhRLUGqBDBgw3I8K6oOSZAhTs { width:20rem;height:6.8246875rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUIDLHnuC6pWE0cg8fbv7R1iW1aMFZK9 { width:5.625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ { width:18.875rem;height:6.9375rem;top:13.5rem;left:0.5625rem;display:block; }#pwv4OUQS1UAPzsl9pNO5LIEnUak9aGDJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/umpxSnLI/Icona.png); }
 }@media only screen and (max-width: 763px) { #cWZTNFheXMqtm9h0P1aXs8HN78ZvKDyf { width:18.3125rem;height:16.25rem;top:32.6875rem;left:1.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TpKtyEuxTGrgVTQEXdWGqHn8Mq6MNaJt { width:5.625rem;height:5.625rem;top:30.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImTaBTJSiJDvuQqtURJXrzM1tsSa87ne { width:18.75rem;height:4.0625rem;top:22.63671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkLxTaAtMqTfOJtPvMIJG0w9QQuKPtD8 { display:block; }
 }@media only screen and (max-width: 763px) { #w2uSpqsF3w4nXbZqfzPXz222ckoOH6lw { width:4.1875rem;height:4.1875rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF { display:block; }#nGHXUrvZSMrCHOfS7lkFUcBRiPyVMuiF > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNMmwZfse02ksZEdWbJTqtV6wByoaH7D { width:13.5rem;height:13.25rem;top:8.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLTMWXbdVz8qSziqSAExv8tohx3TA28 { width:20rem;height:2.2749rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbg51W1pR3kMP5p1kOZrdccm3mc5adsL { width:5.625rem;height:0.125rem;top:5.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw0G3ZBGowrOXpU9XZ7ZmeJNug6wBOEW { width:18.75rem;height:6.75rem;top:22.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLBGak3nfx72Zqcv8LSwwS24SGlC49L { width:18.75rem;height:4.0625rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX5MGcDhFKxPqCPAHFzcSFnKaoSw4P0s { display:block; }
 }@media only screen and (max-width: 763px) { #FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I { display:block; }#FeKFc2iZTP8ZWMFZ5toTDydkkPW3FM4I > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLOHeDd8BXJs4hU32BIgXPkpiu6pwqOu { width:20rem;height:4.54980625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEaN7ldl6ZC99Ps6TaHyx34iCdARO1Ev { width:5.625rem;height:0.125rem;top:7.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2a1ysDcW0592E4SmAiDHhw0fCeJ4bPG { width:18.75rem;height:6.75rem;top:25.81201171875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTiLk5PJVeOf2Dx1vXF8ZyS8L42DAIU { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZxVMFeau93GA5FUK9IeFzumkIw9zGi { width:12.8745rem;height:13.2495rem;top:10.31103515625rem;left:3.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXx1mNlxEhdJveBOR3wmKnJtprBruzU { width:3rem;height:3rem;top:19.59375rem;left:2.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 { display:block; }#KSGmA9wC0Ao135M2T2KbSNwySkyPhhc5 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7WPeQTUkTfHKEhE9hK4DZQvMtUvBi8h { width:18.3125rem;height:4.54980625rem;top:2.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d029dpOTdkwUAHmPRvEn44pqdKuL3zBb { width:5.625rem;height:0.125rem;top:8.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5VydzPML4scVGAkbzEhTn5QL4B6Tn0 { width:18.75rem;height:6.75rem;top:25.7490234375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsR6oT7Pu72Fu4B6kTuCdOa1B4XzZ5lN { width:19.812rem;height:13.374rem;top:10.62451171875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iPkMMBk2Krhz732Ro1w9RcMzPXU44r1e { width:2.7495125rem;height:2.7495125rem;top:11.62353515625rem;left:5.841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJt7Bcv6notJs7Tc4BW1tkJT5qqxS4U { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Wlf4KFFfoT1atfUDAOc5w3NyCDc2b7 { width:18.75rem;height:4.0625rem;top:34.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi9T2FbDhK9apiORPFIzt04l9RtBEvMS { display:block; }
 }@media only screen and (max-width: 763px) { #F3Vl8wmRbbDFGO62TWpeUcNSmArVkN7l { width:3.1875rem;height:3.1875rem;top:17.9033203125rem;left:12.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL { display:block; }#VlH13gmUK6K3TOAGIKoNgRvKia0lkvxL > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDQaNWGMrtBI7wEadwhx2qRgHQ5VeTKV { width:20rem;height:10.39845rem;top:3.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNeF37bilyntmgwtaaRb0v9SaMyn0aLa { width:20rem;height:18.654970760234rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTL7STJ0nvUEbJ84lXgpl6BA053NxQli { width:7.4375rem;height:7.4375rem;top:19.1875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehfeqpxzHVwTp9nrF0HHD8WpmwPcsaG3 { width:7.6875rem;height:7.6875rem;top:4.75rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPdHbUGybqqIZD6Ivn14NJB6nQwOTIom { width:18.75rem;height:4.0625rem;top:12.9609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzW58IdDypz6qn9R1EpI4930gtCp0gVP { display:block; }
 }@media only screen and (max-width: 763px) { #mzC0D1ptpMSMDGCbx073CbAe98S5qlfk { display:block; }#mzC0D1ptpMSMDGCbx073CbAe98S5qlfk > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn3Sa4S7OfJbEHU2geHdHTwtVCvDRq0X { width:13.8125rem;height:2.75rem;top:6.9375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVFErHt77lkqaZddPm1DzTqDQV87Qvcf { width:20rem;height:3.65625rem;top:1.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }